Skip to content

Commit e7787e2

Browse files
Merge pull request #108 from storybookjs/update
Update auto + add all-contributors
2 parents 84d8fea + 5249b0d commit e7787e2

File tree

5 files changed

+497
-166
lines changed

5 files changed

+497
-166
lines changed

.all-contributorsrc

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
{
2+
"projectName": "addon-jsx",
3+
"projectOwner": "storybookjs",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "none",
12+
"contributors": [
13+
{
14+
"login": "wcastand",
15+
"name": "William",
16+
"avatar_url": "https://avatars3.githubusercontent.com/u/2178244?v=4",
17+
"profile": "https://wcastand.tech/",
18+
"contributions": [
19+
"code",
20+
"design",
21+
"ideas",
22+
"doc"
23+
]
24+
},
25+
{
26+
"login": "hipstersmoothie",
27+
"name": "Andrew Lisowski",
28+
"avatar_url": "https://avatars3.githubusercontent.com/u/1192452?v=4",
29+
"profile": "http://hipstersmoothie.com",
30+
"contributions": [
31+
"code",
32+
"doc",
33+
"infra",
34+
"maintenance"
35+
]
36+
},
37+
{
38+
"login": "ndelangen",
39+
"name": "Norbert de Langen",
40+
"avatar_url": "https://avatars2.githubusercontent.com/u/3070389?v=4",
41+
"profile": "https://github.com/ndelangen",
42+
"contributions": [
43+
"code",
44+
"doc"
45+
]
46+
},
47+
{
48+
"login": "samouss",
49+
"name": "Samuel Vaillant",
50+
"avatar_url": "https://avatars2.githubusercontent.com/u/6513513?v=4",
51+
"profile": "https://github.com/samouss",
52+
"contributions": [
53+
"code",
54+
"doc"
55+
]
56+
},
57+
{
58+
"login": "alexandrebodin",
59+
"name": "Alexandre BODIN",
60+
"avatar_url": "https://avatars2.githubusercontent.com/u/6065744?v=4",
61+
"profile": "https://twitter.com/_alexandrebodin",
62+
"contributions": [
63+
"code"
64+
]
65+
},
66+
{
67+
"login": "stof",
68+
"name": "Christophe Coevoet",
69+
"avatar_url": "https://avatars0.githubusercontent.com/u/439401?v=4",
70+
"profile": "https://github.com/stof",
71+
"contributions": [
72+
"code"
73+
]
74+
},
75+
{
76+
"login": "leonelgalan",
77+
"name": "Leonel Galán",
78+
"avatar_url": "https://avatars3.githubusercontent.com/u/727774?v=4",
79+
"profile": "http://www.leonelgalan.com",
80+
"contributions": [
81+
"code"
82+
]
83+
},
84+
{
85+
"login": "Landerson352",
86+
"name": "Lincoln Anderson",
87+
"avatar_url": "https://avatars3.githubusercontent.com/u/5214462?v=4",
88+
"profile": "http://threefivetwo.com",
89+
"contributions": [
90+
"code"
91+
]
92+
},
93+
{
94+
"login": "smollweide",
95+
"name": "Simon Mollweide",
96+
"avatar_url": "https://avatars2.githubusercontent.com/u/2912007?v=4",
97+
"profile": "https://github.com/smollweide",
98+
"contributions": [
99+
"code"
100+
]
101+
},
102+
{
103+
"login": "lflpowell",
104+
"name": "lflpowell",
105+
"avatar_url": "https://avatars0.githubusercontent.com/u/37211236?v=4",
106+
"profile": "https://github.com/lflpowell",
107+
"contributions": [
108+
"code"
109+
]
110+
},
111+
{
112+
"login": "expe-lbenychou",
113+
"name": "lionelbenychou",
114+
"avatar_url": "https://avatars1.githubusercontent.com/u/31204794?v=4",
115+
"profile": "https://github.com/expe-lbenychou",
116+
"contributions": [
117+
"code"
118+
]
119+
},
120+
{
121+
"login": "breadadams",
122+
"name": "Brad Adams",
123+
"avatar_url": "https://avatars1.githubusercontent.com/u/5795227?v=4",
124+
"profile": "http://breadadams.com",
125+
"contributions": [
126+
"doc"
127+
]
128+
},
129+
{
130+
"login": "arahansen",
131+
"name": "Andrew Hansen",
132+
"avatar_url": "https://avatars0.githubusercontent.com/u/8746094?v=4",
133+
"profile": "http://twitter.com/arahansen",
134+
"contributions": [
135+
"code"
136+
]
137+
}
138+
],
139+
"contributorsPerLine": 7
140+
}

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
steps:
7070
- attach_workspace:
7171
at: ~/storybook-addon-jsx
72-
- run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
7372
- run:
7473
name: Release
7574
command: yarn run release

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,3 +329,37 @@ config.module.rules.push({
329329
]
330330
});
331331
```
332+
333+
## Contributors ✨
334+
335+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
336+
337+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
338+
<!-- prettier-ignore-start -->
339+
<!-- markdownlint-disable -->
340+
<table>
341+
<tr>
342+
<td align="center"><a href="https://wcastand.tech/"><img src="https://avatars3.githubusercontent.com/u/2178244?v=4" width="100px;" alt=""/><br /><sub><b>William</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=wcastand" title="Code">💻</a> <a href="#design-wcastand" title="Design">🎨</a> <a href="#ideas-wcastand" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/storybookjs/addon-jsx/commits?author=wcastand" title="Documentation">📖</a></td>
343+
<td align="center"><a href="http://hipstersmoothie.com"><img src="https://avatars3.githubusercontent.com/u/1192452?v=4" width="100px;" alt=""/><br /><sub><b>Andrew Lisowski</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=hipstersmoothie" title="Code">💻</a> <a href="https://github.com/storybookjs/addon-jsx/commits?author=hipstersmoothie" title="Documentation">📖</a> <a href="#infra-hipstersmoothie" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-hipstersmoothie" title="Maintenance">🚧</a></td>
344+
<td align="center"><a href="https://github.com/ndelangen"><img src="https://avatars2.githubusercontent.com/u/3070389?v=4" width="100px;" alt=""/><br /><sub><b>Norbert de Langen</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=ndelangen" title="Code">💻</a> <a href="https://github.com/storybookjs/addon-jsx/commits?author=ndelangen" title="Documentation">📖</a></td>
345+
<td align="center"><a href="https://github.com/samouss"><img src="https://avatars2.githubusercontent.com/u/6513513?v=4" width="100px;" alt=""/><br /><sub><b>Samuel Vaillant</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=samouss" title="Code">💻</a> <a href="https://github.com/storybookjs/addon-jsx/commits?author=samouss" title="Documentation">📖</a></td>
346+
<td align="center"><a href="https://twitter.com/_alexandrebodin"><img src="https://avatars2.githubusercontent.com/u/6065744?v=4" width="100px;" alt=""/><br /><sub><b>Alexandre BODIN</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=alexandrebodin" title="Code">💻</a></td>
347+
<td align="center"><a href="https://github.com/stof"><img src="https://avatars0.githubusercontent.com/u/439401?v=4" width="100px;" alt=""/><br /><sub><b>Christophe Coevoet</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=stof" title="Code">💻</a></td>
348+
<td align="center"><a href="http://www.leonelgalan.com"><img src="https://avatars3.githubusercontent.com/u/727774?v=4" width="100px;" alt=""/><br /><sub><b>Leonel Galán</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=leonelgalan" title="Code">💻</a></td>
349+
</tr>
350+
<tr>
351+
<td align="center"><a href="http://threefivetwo.com"><img src="https://avatars3.githubusercontent.com/u/5214462?v=4" width="100px;" alt=""/><br /><sub><b>Lincoln Anderson</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=Landerson352" title="Code">💻</a></td>
352+
<td align="center"><a href="https://github.com/smollweide"><img src="https://avatars2.githubusercontent.com/u/2912007?v=4" width="100px;" alt=""/><br /><sub><b>Simon Mollweide</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=smollweide" title="Code">💻</a></td>
353+
<td align="center"><a href="https://github.com/lflpowell"><img src="https://avatars0.githubusercontent.com/u/37211236?v=4" width="100px;" alt=""/><br /><sub><b>lflpowell</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=lflpowell" title="Code">💻</a></td>
354+
<td align="center"><a href="https://github.com/expe-lbenychou"><img src="https://avatars1.githubusercontent.com/u/31204794?v=4" width="100px;" alt=""/><br /><sub><b>lionelbenychou</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=expe-lbenychou" title="Code">💻</a></td>
355+
<td align="center"><a href="http://breadadams.com"><img src="https://avatars1.githubusercontent.com/u/5795227?v=4" width="100px;" alt=""/><br /><sub><b>Brad Adams</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=breadadams" title="Documentation">📖</a></td>
356+
<td align="center"><a href="http://twitter.com/arahansen"><img src="https://avatars0.githubusercontent.com/u/8746094?v=4" width="100px;" alt=""/><br /><sub><b>Andrew Hansen</b></sub></a><br /><a href="https://github.com/storybookjs/addon-jsx/commits?author=arahansen" title="Code">💻</a></td>
357+
</tr>
358+
</table>
359+
360+
<!-- markdownlint-enable -->
361+
<!-- prettier-ignore-end -->
362+
363+
<!-- ALL-CONTRIBUTORS-LIST:END -->
364+
365+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

package.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,31 @@
4545
"storybook-pretty-props": "^1.0.3"
4646
},
4747
"devDependencies": {
48-
"@design-systems/eslint-config": "^1.4.15",
49-
"eslint": "^6.8.0",
48+
"@auto-it/all-contributors": "^9.34.1",
49+
"@auto-it/first-time-contributor": "^9.34.1",
5050
"@babel/cli": "^7.1.2",
5151
"@babel/core": "^7.1.6",
5252
"@babel/preset-env": "^7.1.0",
5353
"@babel/preset-react": "^7.0.0",
5454
"@babel/preset-typescript": "^7.3.3",
55+
"@design-systems/eslint-config": "^1.4.15",
56+
"@storybook/addon-options": "^5.0.3",
57+
"@storybook/addon-storyshots": "^5.0.3",
5558
"@storybook/addons": "^5.2.5",
5659
"@storybook/channels": "^5.2.5",
57-
"@storybook/theming": "^5.2.5",
5860
"@storybook/components": "^5.2.5",
5961
"@storybook/core-events": "^5.2.5",
60-
"@storybook/addon-options": "^5.0.3",
61-
"@storybook/addon-storyshots": "^5.0.3",
6262
"@storybook/react": "^5.0.3",
63+
"@storybook/theming": "^5.2.5",
6364
"@types/js-beautify": "^1.8.0",
6465
"@types/react": "^16.8.8",
6566
"@types/storybook__react": "^4.0.1",
66-
"auto": "^9.26.8",
67+
"all-contributors-cli": "^6.14.2",
68+
"auto": "^9.34.1",
6769
"babel-core": "^7.0.0-bridge.0",
6870
"babel-jest": "^24.5.0",
6971
"babel-loader": "^8.0.6",
72+
"eslint": "^6.8.0",
7073
"husky": "^3.0.9",
7174
"jest": "^24.5.0",
7275
"lint-staged": "^9.4.2",
@@ -84,16 +87,18 @@
8487
"peerDependencies": {
8588
"@storybook/addons": ">= 5.x",
8689
"@storybook/channels": ">= 5.x",
87-
"@storybook/theming": ">= 5.x",
8890
"@storybook/components": ">= 5.x",
8991
"@storybook/core-events": ">= 5.x",
92+
"@storybook/theming": ">= 5.x",
9093
"react": "^16.2.0",
9194
"react-dom": "^16.2.0"
9295
},
9396
"auto": {
9497
"plugins": [
9598
"npm",
96-
"released"
99+
"released",
100+
"first-time-contributor",
101+
"all-contributors"
97102
]
98103
}
99104
}

0 commit comments

Comments
 (0)