Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update auto + add all-contributors #108

Merged
merged 15 commits into from
May 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
140 changes: 140 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
{
"projectName": "addon-jsx",
"projectOwner": "storybookjs",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "wcastand",
"name": "William",
"avatar_url": "https://avatars3.githubusercontent.com/u/2178244?v=4",
"profile": "https://wcastand.tech/",
"contributions": [
"code",
"design",
"ideas",
"doc"
]
},
{
"login": "hipstersmoothie",
"name": "Andrew Lisowski",
"avatar_url": "https://avatars3.githubusercontent.com/u/1192452?v=4",
"profile": "http://hipstersmoothie.com",
"contributions": [
"code",
"doc",
"infra",
"maintenance"
]
},
{
"login": "ndelangen",
"name": "Norbert de Langen",
"avatar_url": "https://avatars2.githubusercontent.com/u/3070389?v=4",
"profile": "https://github.com/ndelangen",
"contributions": [
"code",
"doc"
]
},
{
"login": "samouss",
"name": "Samuel Vaillant",
"avatar_url": "https://avatars2.githubusercontent.com/u/6513513?v=4",
"profile": "https://github.com/samouss",
"contributions": [
"code",
"doc"
]
},
{
"login": "alexandrebodin",
"name": "Alexandre BODIN",
"avatar_url": "https://avatars2.githubusercontent.com/u/6065744?v=4",
"profile": "https://twitter.com/_alexandrebodin",
"contributions": [
"code"
]
},
{
"login": "stof",
"name": "Christophe Coevoet",
"avatar_url": "https://avatars0.githubusercontent.com/u/439401?v=4",
"profile": "https://github.com/stof",
"contributions": [
"code"
]
},
{
"login": "leonelgalan",
"name": "Leonel Galán",
"avatar_url": "https://avatars3.githubusercontent.com/u/727774?v=4",
"profile": "http://www.leonelgalan.com",
"contributions": [
"code"
]
},
{
"login": "Landerson352",
"name": "Lincoln Anderson",
"avatar_url": "https://avatars3.githubusercontent.com/u/5214462?v=4",
"profile": "http://threefivetwo.com",
"contributions": [
"code"
]
},
{
"login": "smollweide",
"name": "Simon Mollweide",
"avatar_url": "https://avatars2.githubusercontent.com/u/2912007?v=4",
"profile": "https://github.com/smollweide",
"contributions": [
"code"
]
},
{
"login": "lflpowell",
"name": "lflpowell",
"avatar_url": "https://avatars0.githubusercontent.com/u/37211236?v=4",
"profile": "https://github.com/lflpowell",
"contributions": [
"code"
]
},
{
"login": "expe-lbenychou",
"name": "lionelbenychou",
"avatar_url": "https://avatars1.githubusercontent.com/u/31204794?v=4",
"profile": "https://github.com/expe-lbenychou",
"contributions": [
"code"
]
},
{
"login": "breadadams",
"name": "Brad Adams",
"avatar_url": "https://avatars1.githubusercontent.com/u/5795227?v=4",
"profile": "http://breadadams.com",
"contributions": [
"doc"
]
},
{
"login": "arahansen",
"name": "Andrew Hansen",
"avatar_url": "https://avatars0.githubusercontent.com/u/8746094?v=4",
"profile": "http://twitter.com/arahansen",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
steps:
- attach_workspace:
at: ~/storybook-addon-jsx
- run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
- run:
name: Release
command: yarn run release
Expand Down
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,37 @@ config.module.rules.push({
]
});
```

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</tr>
<tr>
<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>
<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>
<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>
<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>
<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>
<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>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
21 changes: 13 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,31 @@
"storybook-pretty-props": "^1.0.3"
},
"devDependencies": {
"@design-systems/eslint-config": "^1.4.15",
"eslint": "^6.8.0",
"@auto-it/all-contributors": "^9.34.1",
"@auto-it/first-time-contributor": "^9.34.1",
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@design-systems/eslint-config": "^1.4.15",
"@storybook/addon-options": "^5.0.3",
"@storybook/addon-storyshots": "^5.0.3",
"@storybook/addons": "^5.2.5",
"@storybook/channels": "^5.2.5",
"@storybook/theming": "^5.2.5",
"@storybook/components": "^5.2.5",
"@storybook/core-events": "^5.2.5",
"@storybook/addon-options": "^5.0.3",
"@storybook/addon-storyshots": "^5.0.3",
"@storybook/react": "^5.0.3",
"@storybook/theming": "^5.2.5",
"@types/js-beautify": "^1.8.0",
"@types/react": "^16.8.8",
"@types/storybook__react": "^4.0.1",
"auto": "^9.26.8",
"all-contributors-cli": "^6.14.2",
"auto": "^9.34.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.5.0",
"babel-loader": "^8.0.6",
"eslint": "^6.8.0",
"husky": "^3.0.9",
"jest": "^24.5.0",
"lint-staged": "^9.4.2",
Expand All @@ -84,16 +87,18 @@
"peerDependencies": {
"@storybook/addons": ">= 5.x",
"@storybook/channels": ">= 5.x",
"@storybook/theming": ">= 5.x",
"@storybook/components": ">= 5.x",
"@storybook/core-events": ">= 5.x",
"@storybook/theming": ">= 5.x",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"auto": {
"plugins": [
"npm",
"released"
"released",
"first-time-contributor",
"all-contributors"
]
}
}
Loading