536 Commits

Author SHA1 Message Date
Michael Shilman
37a6d3afdc
Merge pull request #13876 from storybookjs/tech/improve-cli
CLI: Don't try to add packages that are already installed
2021-02-15 08:39:52 +08:00
Michael Shilman
7bad43b0ac
Merge pull request #13717 from storybookjs/fix/cli-eslint-error
CLI: Add safe check for eslint overrides
2021-02-15 08:26:27 +08:00
Gaëtan Maisse
b0354930db
fix(cli): do not reinstall packages that were already there as deps
It mimic the behavior of Yarn 1.x when trying to install a package as dev dep but it is already a regular dep.
Example:
> warning "react-scripts" is already in "dependencies". Please remove existing entry first before adding it to "devDependencies".
>  success Saved 0 new dependencies.
2021-02-13 18:16:08 +01:00
Gaëtan Maisse
013a42a5a6
fix: bump @storybook/preset-create-react-app and add it packages missing it
Latest version of `@storybook/preset-create-react-app` fix some issue when working with workspaces
2021-02-13 18:06:51 +01:00
Michael Shilman
a83269ab10 Canonical discord links 2021-02-14 00:41:47 +08:00
Norbert de Langen
4e0c0906e7
fix lint 2021-02-12 09:13:40 +01:00
Norbert de Langen
3308d6441f
Merge branch 'next' into tech/core-builder
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/controls/package.json
#	addons/cssresources/package.json
#	addons/design-assets/package.json
#	addons/docs/package.json
#	addons/essentials/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/graphql/package.json
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/queryparams/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storysource/package.json
#	addons/toolbars/package.json
#	addons/viewport/package.json
#	app/angular/package.json
#	app/aurelia/package.json
#	app/ember/package.json
#	app/html/package.json
#	app/marionette/package.json
#	app/marko/package.json
#	app/mithril/package.json
#	app/preact/package.json
#	app/rax/package.json
#	app/react/package.json
#	app/riot/package.json
#	app/server/package.json
#	app/svelte/package.json
#	app/vue/package.json
#	app/vue3/package.json
#	app/web-components/package.json
#	dev-kits/addon-decorator/package.json
#	dev-kits/addon-parameter/package.json
#	dev-kits/addon-preview-wrapper/package.json
#	dev-kits/addon-roundtrip/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/cra-react15/package.json
#	examples/cra-ts-essentials/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/react-ts/package.json
#	examples/vue-3-cli/package.json
#	lib/addons/package.json
#	lib/api/package.json
#	lib/channel-postmessage/package.json
#	lib/channel-websocket/package.json
#	lib/channels/package.json
#	lib/cli-sb/package.json
#	lib/cli-storybook/package.json
#	lib/cli/package.json
#	lib/cli/src/versions.json
#	lib/client-api/package.json
#	lib/client-logger/package.json
#	lib/codemod/package.json
#	lib/components/package.json
#	lib/core-events/package.json
#	lib/core/package.json
#	lib/node-logger/package.json
#	lib/postinstall/package.json
#	lib/router/package.json
#	lib/source-loader/package.json
#	lib/theming/package.json
#	lib/ui/package.json
2021-02-11 20:24:48 +01:00
Gaëtan Maisse
4e90dffc5a
chore: rework test NPM script (--core option has been removed)
Previously the unit tests were run with a custom script `scripts/test.js`.
This script was a kind of wrapper around Jest, handling just a few options (skipping all the unknown ones) and spawning Jest programmatically.
To simplify this process:
 - I extracted the only non-classic case in its own NPM script: `yarn test-puppeteer`
 - Just call Jest directly when running `yarn test` so all the options are forwarded properly to Jest.

⚠️ `yarn test --core` doesn't work anymore as `--core` isn't a Jest option, it is now simply `yarn test`.
📝 To run the tests of a single workspace just use `--projects`, for instance: `yarn test --projects examples/angular-cli`
2021-02-11 08:33:59 +01:00
Michael Shilman
7df7ddc7ee Update root, peer deps, version.ts/json to 6.2.0-alpha.25 2021-02-11 08:08:11 +08:00
Norbert de Langen
64620df276
updates, & fix webpack 4 & 5 typings mismatching 2021-02-08 18:33:36 +01:00
Norbert de Langen
3b45d2c4f9
Merge branch 'next' into tech/core-builder
# Conflicts:
#	CHANGELOG.md
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/controls/package.json
#	addons/cssresources/package.json
#	addons/design-assets/package.json
#	addons/docs/package.json
#	addons/docs/src/frameworks/common/preset.ts
#	addons/essentials/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/graphql/package.json
#	addons/jest/package.json
#	addons/jest/tsconfig.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/queryparams/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storysource/package.json
#	addons/toolbars/package.json
#	addons/viewport/package.json
#	app/angular/package.json
#	app/angular/src/client/preview/index.ts
#	app/angular/src/server/options.ts
#	app/aurelia/package.json
#	app/aurelia/src/server/options.ts
#	app/ember/package.json
#	app/ember/src/server/options.ts
#	app/html/package.json
#	app/html/src/server/options.ts
#	app/marionette/package.json
#	app/marionette/src/client/index.js
#	app/marionette/src/client/index.ts
#	app/marionette/src/client/preview/index.ts
#	app/marionette/src/server/framework-preset-marionette.ts
#	app/marionette/src/server/options.ts
#	app/marionette/src/typings.d.ts
#	app/marionette/tsconfig.json
#	app/marko/package.json
#	app/marko/src/client/index.js
#	app/marko/src/client/index.ts
#	app/marko/src/client/preview/index.ts
#	app/marko/src/server/framework-preset-marko.ts
#	app/marko/src/server/options.ts
#	app/marko/src/typings.d.ts
#	app/marko/tsconfig.json
#	app/mithril/package.json
#	app/mithril/src/server/options.ts
#	app/preact/package.json
#	app/preact/src/server/options.ts
#	app/rax/package.json
#	app/rax/src/client/preview/index.ts
#	app/rax/src/server/options.ts
#	app/rax/src/typings.d.ts
#	app/react/package.json
#	app/react/src/server/options.ts
#	app/riot/package.json
#	app/riot/src/client/preview/index.ts
#	app/riot/src/server/framework-preset-riot.ts
#	app/riot/src/server/options.ts
#	app/riot/src/typings.d.ts
#	app/riot/tsconfig.json
#	app/server/package.json
#	app/server/src/client/preview/types.ts
#	app/server/src/server/options.ts
#	app/svelte/package.json
#	app/svelte/src/server/options.ts
#	app/vue/package.json
#	app/vue/src/server/options.ts
#	app/vue3/package.json
#	app/vue3/src/client/preview/types.ts
#	app/vue3/src/server/framework-preset-vue3.ts
#	app/vue3/src/server/options.ts
#	app/vue3/src/typings.d.ts
#	app/vue3/tsconfig.json
#	app/web-components/package.json
#	app/web-components/src/client/preview/types.ts
#	app/web-components/src/server/options.ts
#	dev-kits/addon-decorator/package.json
#	dev-kits/addon-parameter/package.json
#	dev-kits/addon-preview-wrapper/package.json
#	dev-kits/addon-roundtrip/package.json
#	docs/versions/next.json
#	examples/angular-cli/package.json
#	examples/aurelia-kitchen-sink/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/cra-react15/package.json
#	examples/cra-ts-essentials/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/dev-kits/package.json
#	examples/ember-cli/package.json
#	examples/html-kitchen-sink/package.json
#	examples/marko-cli/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	examples/preact-kitchen-sink/package.json
#	examples/rax-kitchen-sink/package.json
#	examples/react-ts/package.json
#	examples/riot-kitchen-sink/package.json
#	examples/server-kitchen-sink/package.json
#	examples/standalone-preview/package.json
#	examples/svelte-kitchen-sink/package.json
#	examples/vue-3-cli/package.json
#	examples/vue-3-cli/src/stories/Button.vue
#	examples/vue-3-cli/src/stories/Header.stories.js
#	examples/vue-3-cli/src/stories/Header.vue
#	examples/vue-3-cli/src/stories/Page.stories.js
#	examples/vue-3-cli/src/stories/Page.vue
#	examples/vue-3-cli/tsconfig.json
#	examples/vue-cli/package.json
#	examples/vue-kitchen-sink/package.json
#	examples/web-components-kitchen-sink/package.json
#	lerna.json
#	lib/addons/package.json
#	lib/api/package.json
#	lib/api/src/version.ts
#	lib/builder-webpack4/src/preview/iframe-webpack.config.ts
#	lib/channel-postmessage/package.json
#	lib/channel-websocket/package.json
#	lib/channels/package.json
#	lib/cli-sb/package.json
#	lib/cli-storybook/package.json
#	lib/cli/package.json
#	lib/cli/src/versions.json
#	lib/client-api/package.json
#	lib/client-logger/package.json
#	lib/codemod/package.json
#	lib/components/package.json
#	lib/core-events/package.json
#	lib/core-server/src/cli/dev.ts
#	lib/core-server/src/manager/manager-webpack.config.ts
#	lib/core/client.js
#	lib/core/package.json
#	lib/core/server.js
#	lib/core/src/server/build-dev.ts
#	lib/core/src/server/build-static.ts
#	lib/core/src/server/common/es6Transpiler.ts
#	lib/core/src/server/dev-server.ts
#	lib/core/src/server/preview/base-webpack.config.ts
#	lib/node-logger/package.json
#	lib/postinstall/package.json
#	lib/router/package.json
#	lib/source-loader/package.json
#	lib/theming/package.json
#	lib/ui/package.json
#	lib/ui/tsconfig.json
#	package.json
#	scripts/build-manager.js
#	yarn.lock
2021-02-08 15:43:50 +01:00
Michael Shilman
d56c7aafc4 Update root, peer deps, version.ts/json to 6.2.0-alpha.24 2021-02-06 09:43:24 +08:00
Norbert de Langen
a2be311c7c
refactor most common code between (I'm sorry michael) 2021-02-05 16:31:38 +01:00
Michael Shilman
a34af790da Update root, peer deps, version.ts/json to 6.2.0-alpha.23 2021-02-05 14:43:52 +08:00
Michael Shilman
80fa971299 Update root, peer deps, version.ts/json to 6.2.0-alpha.22 2021-02-05 00:20:30 +08:00
Norbert de Langen
313d97bd47
progress 2021-02-04 14:57:35 +01:00
Norbert de Langen
c8cf5a567b
rename 2021-02-04 13:31:31 +01:00
Michael Shilman
33b5ec2dff
WIP 2021-02-04 13:08:49 +01:00
Michael Shilman
193b74a818 Update root, peer deps, version.ts/json to 6.2.0-alpha.21 2021-02-04 16:05:51 +08:00
Michael Shilman
264327b2a4 Add @storybook/server-webpack5 2021-02-04 00:06:53 +08:00
Michael Shilman
c5c5a983ab Merge from next WIP 2021-02-03 22:34:44 +08:00
Michael Shilman
990c753523 Update root, peer deps, version.ts/json to 6.2.0-alpha.20 2021-02-02 09:39:42 +08:00
Michael Shilman
c1de529cc3
Merge pull request #13775 from phated/phated/vue3
Vue: Add Vue 3 support
2021-02-02 09:28:48 +08:00
Michael Shilman
12424cb0ae
Merge pull request #13730 from andrefarzat/next
CLI: Add try/catch on readFileAsJson to improve error message
2021-02-02 08:52:41 +08:00
Blaine Bublitz
6d31d1ee59 fix: setup onClick action for e2e tests 2021-02-01 17:19:23 -07:00
Blaine Bublitz
ac121521df
chore: change console -> logger 2021-02-01 12:46:11 -07:00
Blaine Bublitz
c42981ce0b feat: add vue3 generator to CLI 2021-01-29 19:48:33 -07:00
Blaine Bublitz
354fc796e0 feat: support package versions in package strings for generators 2021-01-29 17:59:58 -07:00
Andre Farzat
f70f316bfa console.error to lib/cli/src/helpers -> readFileAsJson 2021-01-29 11:30:43 -03:00
Michael Shilman
8c871fe1b4 Update root, peer deps, version.ts/json to 6.2.0-alpha.19 2021-01-29 08:43:51 +08:00
Blaine Bublitz
1a3196a003 CLI: Fix handling of version ranges in dependency checks 2021-01-28 11:19:08 -07:00
Blaine Bublitz
554aa6fded feat: add UNSUPPORTED framework config & message 2021-01-26 18:55:01 -07:00
Blaine Bublitz
231b03aa9a feat: support version matcher functions for framework detection 2021-01-26 16:50:07 -07:00
Andre Farzat
5b0a816818 Adding try/catch on readFileAsJson to improve error message 2021-01-26 10:08:37 -03:00
Yann Braga
757454a6a7 fix(cli): add safe check for eslint overrides 2021-01-23 12:11:09 +01:00
Michael Shilman
03412cbccc Update root, peer deps, version.ts/json to 6.2.0-alpha.18 2021-01-22 21:19:22 +08:00
Michael Shilman
81dbcb6e61 Update root, peer deps, version.ts/json to 6.2.0-alpha.17 2021-01-22 12:23:38 +08:00
Michael Shilman
63d6c78c37 Update root, peer deps, version.ts/json to 6.2.0-alpha.16 2021-01-16 08:48:53 +08:00
Michael Shilman
fdd26d1ac2 Update root, peer deps, version.ts/json to 6.2.0-alpha.15 2021-01-15 14:24:23 +08:00
Gaëtan Maisse
741c0f371c
chore: bump versions.json
Signed-off-by: Gaëtan Maisse <gaetanmaisse@gmail.com>
2021-01-13 20:38:37 +01:00
Gaëtan Maisse
149b412b62
Merge branch 'next' into fix/sb-cli-prompt 2021-01-13 20:33:29 +01:00
Gaëtan Maisse
e823b549e8
chore(cli): bump versions.json
Signed-off-by: Gaëtan Maisse <gaetanmaisse@gmail.com>
2021-01-12 13:35:42 +01:00
Michael Shilman
8ec0c08cd0 Update root, peer deps, version.ts/json to 6.2.0-alpha.12 2021-01-12 02:46:31 +08:00
Michael Shilman
faf7a4c6ee Update root, peer deps, version.ts/json to 6.2.0-alpha.11 2021-01-11 18:47:44 +08:00
Gaëtan Maisse
ad8cdf95e3
chore(cli): bump versions.json 2021-01-04 21:38:47 +01:00
Gaëtan Maisse
55d5b1624b
Merge branch 'next' into fix/sb-cli-prompt 2021-01-04 21:35:11 +01:00
Michael Shilman
9b90b97e01
Merge pull request #13519 from storybookjs/feature/html-ts-template-and-types
HTML: Add CSF types
2021-01-02 21:37:13 +08:00
Michael Shilman
38eb9f0030 Update root, peer deps, version.ts/json to 6.2.0-alpha.10 2020-12-28 11:51:20 +08:00
Yann Braga
090e1ee64b fix(cli): use correct prompt when choosing project 2020-12-27 00:21:52 +01:00
Yann Braga
26a256c163 chore(cli): add html typescript template 2020-12-26 23:21:05 +01:00