48300 Commits

Author SHA1 Message Date
Kasper Peulen
b3ac73fa6e Fix extra test cases 2023-02-21 17:37:35 +01:00
Kasper Peulen
9d338f1f00 Optimize transformIgnorePatterns 2023-02-21 17:37:35 +01:00
Kasper Peulen
95a8e449e2 Replace comments 2023-02-21 17:37:35 +01:00
Kasper Peulen
49d80b054d Add note about regex used 2023-02-21 17:37:35 +01:00
Kasper Peulen
ea78bad5a5 Implement mdx to csf migration 2023-02-21 17:37:35 +01:00
Michael Shilman
85e42084b1
Merge pull request #21188 from storybookjs/fix/csf-tools-ts-expressions-module-exports
Csf Tools: Support satisfies and as TS operator with module.exports
2023-02-22 00:36:04 +08:00
Yann Braga
87f32d6db4 csf-tools: support satisfies and as TS operator with module.exports 2023-02-21 17:08:50 +01:00
Norbert de Langen
3a067f7b2c
Merge pull request #21161 from storybookjs/norbert/try-harder-getting-mjs-files
Fix: try harder to resolve `.mjs` files for the browser entries
2023-02-21 15:57:08 +01:00
Michael Shilman
f523641dbd
Merge pull request #21180 from storybookjs/fix-jscodeshift
CLI: Fix jscodeshift error: env: node\r: No such file or directory
2023-02-21 18:54:32 +08:00
Valentin Palkovic
5ec17dc75b
Merge pull request #21181 from storybookjs/valentin/fix-is-standalone-in-provider-error
Fix Angular NG0800 error
2023-02-21 11:51:24 +01:00
Valentin Palkovic
97e95cb2bf Fix Angular NG0800 error 2023-02-21 11:22:50 +01:00
Kasper Peulen
5ac3b9441c Fix jscodeshift error: env: node\r: No such file or directory 2023-02-21 10:31:26 +01:00
Norbert de Langen
f340212c01
fix refs in package.json in the preset 2023-02-21 09:43:52 +01:00
Jeppe Reinhold
1a0c0a8193
Merge pull request #21150 from storybookjs/20600-bug-storybook-docs-css-cascading-into-our-components
Addon-docs: Fix style bleeding
2023-02-21 09:27:43 +01:00
Norbert de Langen
8a1c247e28
Merge pull request #21168 from storybookjs/fix/refactor-automigrations
CLI: Improve how automigrations read `main.js`
2023-02-21 09:27:24 +01:00
Norbert de Langen
f37e0a2fcb
Merge pull request #21169 from storybookjs/chore/add-check-step-to-daily-workflow
Build: Add check step to `ci:daily` workflow
2023-02-21 09:22:21 +01:00
Michael Shilman
59d7a8fb85 7.0.0-beta.52 next.json version file [skip ci] 2023-02-21 15:42:22 +08:00
Michael Shilman
effa5d88d0 Update git head to 7.0.0-beta.52, update yarn.lock [ci skip] 2023-02-21 15:36:42 +08:00
Michael Shilman
1f559ed69a v7.0.0-beta.52 v7.0.0-beta.52 2023-02-21 15:35:33 +08:00
Michael Shilman
ef1253d5c4 Update root, peer deps, version.ts/json to 7.0.0-beta.52 [ci skip] 2023-02-21 15:16:43 +08:00
Michael Shilman
7e5aa25929 7.0.0-beta.52 changelog 2023-02-21 15:16:25 +08:00
Michael Shilman
f9e61a6656
Merge pull request #21166 from storybookjs/norbert/fix-21004-some-more
CLI: Fix CRA init, ensure the new version of the preset
2023-02-21 15:04:48 +08:00
Michael Shilman
0427498c29 Add migration note for CRA4 support 2023-02-21 15:03:33 +08:00
Jeppe Reinhold
6014d5fc5b Merge branch '20600-bug-storybook-docs-css-cascading-into-our-components' of github.com:storybookjs/storybook into 20600-bug-storybook-docs-css-cascading-into-our-components 2023-02-21 00:08:29 +01:00
Jeppe Reinhold
35bec31eb0 fix type error 2023-02-21 00:08:12 +01:00
Tom Coleman
35ece3887a
Merge pull request #21114 from storybookjs/20663-coalesce-errors
Core: Coalesce multiple indexing errors into one
2023-02-21 09:58:15 +11:00
Tom Coleman
c22c5372d3 Merge branch 'next' into 20663-coalesce-errors 2023-02-21 09:26:32 +11:00
Tom Coleman
da186a0d71
Merge pull request #21112 from storybookjs/20663-rationalize-index-errors
Core: Don't crash when there are errors indexing
2023-02-21 09:20:53 +11:00
Jeppe Reinhold
e8b33cdacf
Merge branch 'next' into 20600-bug-storybook-docs-css-cascading-into-our-components 2023-02-20 22:14:13 +01:00
Jeppe Reinhold
3fd6831afa revert CSS Cascade Layer approach 2023-02-20 22:11:36 +01:00
Yann Braga
5ef1d6c6a5 refactor and cleanup automigrations 2023-02-20 20:20:27 +01:00
Yann Braga
1f27f57472 refactor all webpack5 related migrations 2023-02-20 20:20:27 +01:00
Mostafa Sherif
b5778a0a76
Merge pull request #21167 from storybookjs/valentin/fix-is-standalone-not-available-error
Angular: Fix 'isStandalone' function not available error
2023-02-20 13:44:10 -05:00
Yann Braga
e28193d520 add check step to ci:daily workflow 2023-02-20 19:26:14 +01:00
Valentin Palkovic
4f7772bcf1 Fix 'isStandalone' function not available error 2023-02-20 18:54:48 +01:00
Norbert de Langen
a3de472967
Merge branch 'next' into norbert/try-harder-getting-mjs-files 2023-02-20 18:34:48 +01:00
Norbert de Langen
56e3411a6d
Merge branch 'next' into norbert/fix-21004-some-more 2023-02-20 18:33:40 +01:00
Norbert de Langen
6921a36ada
remove cra < 5 support 2023-02-20 18:33:10 +01:00
Valentin Palkovic
eafec4faed
Merge pull request #21162 from storybookjs/valentin/pnpm-add-missing-deps-to-nextjs
Add missing dependencies to @storybook/nextjs to fix pnpm
2023-02-20 17:51:31 +01:00
Valentin Palkovic
4d0355f335
Merge pull request #21059 from sheriffMoose/angular/di
fix(angular): provide constructor dependencies
2023-02-20 17:45:52 +01:00
Norbert de Langen
e12e722c1b
Merge branch 'next' into norbert/fix-21004-some-more 2023-02-20 16:26:34 +01:00
Norbert de Langen
0ead7cc115
ensure the CLI installs the new version of the preset 2023-02-20 16:21:52 +01:00
Valentin Palkovic
f076f21bcc Merge remote-tracking branch 'origin/next' into HEAD 2023-02-20 16:19:25 +01:00
Michael Shilman
5ecc066a8a 7.0.0-beta.51 next.json version file [skip ci] 2023-02-20 23:11:53 +08:00
Michael Shilman
f03e042419 Update git head to 7.0.0-beta.51, update yarn.lock [ci skip] 2023-02-20 23:05:49 +08:00
Michael Shilman
92ae17be35 v7.0.0-beta.51 v7.0.0-beta.51 2023-02-20 23:04:31 +08:00
Michael Shilman
8e29ccce4b Update root, peer deps, version.ts/json to 7.0.0-beta.51 [ci skip] 2023-02-20 23:01:59 +08:00
Michael Shilman
636ceb5a6d 7.0.0-beta.51 changelog 2023-02-20 23:01:44 +08:00
Yann Braga
13acf140c1
Merge pull request #21164 from storybookjs/fix/type-errors-automigrate
Maintenance: fix type errors on automigrate `check` step
2023-02-20 15:50:05 +01:00
Norbert de Langen
648590f222
Merge pull request #21163 from storybookjs/fix-safari-zoom
Correctly detect Safari in browser supports CSS Zoom
2023-02-20 15:48:15 +01:00