38734 Commits

Author SHA1 Message Date
Michael Shilman
ceade787de
Merge pull request #17641 from justrhysism/bugfix/17271
Core: Fix staticDirs path issue on Windows
2022-03-09 10:26:54 +08:00
Michael Shilman
2f9122fa69
Merge pull request #17389 from storybookjs/app-angular-build-ts-async
Angular: Set ForkTsCheckerWebpackPlugin to async
2022-03-09 01:38:27 +08:00
Ian VanSchooten
9728b86c84
Merge pull request #17662 from storybookjs/eslint-hook
Prevent lint hook from running on all files
2022-03-08 10:38:57 -05:00
Norbert de Langen
c806e2b517
Merge pull request #17627 from storybookjs/tech/cleanup-typed-imports
change imports of types to be prefixed
2022-03-08 15:55:12 +01:00
Ian VanSchooten
73669c4d31 Prevent lint hook from running on all files 2022-03-08 09:32:28 -05:00
Michael Shilman
40b7410e9c
Update addons/a11y/src/components/Report/Rules.tsx
Co-authored-by: Yann Braga <yannbf@gmail.com>
2022-03-08 21:40:11 +08:00
Michael Shilman
5340c5f38d Merge branch 'next' of github.com:storybookjs/storybook into next 2022-03-08 21:32:51 +08:00
Michael Shilman
276e0cb10b Update snapshots 2022-03-08 21:32:34 +08:00
Michael Shilman
4741f54110
Merge pull request #17659 from storybookjs/fix/sorted-exports-bug 2022-03-08 21:28:45 +08:00
Norbert de Langen
89830ad763
change imports of types & interfaces to be clearly defined as type 2022-03-08 14:15:22 +01:00
Michael Shilman
89e30ffef1 Core: Error when namedExportsOrder causes story to disappear 2022-03-08 19:08:21 +08:00
Michael Shilman
7c87145792
Merge pull request #17545 from storybookjs/17542-turn-on-eslint
Build: Give linting sub-commands a directory to run against
2022-03-07 23:31:09 +08:00
Michael Shilman
aaeaa694ed
Merge pull request #17595 from Kosai106/patch-1
chore: remove unnecessary 'as any'
2022-03-07 23:18:16 +08:00
Michael Shilman
d18ce2227a
Merge pull request #17602 from dmattia/next
Update shelljs dependency version
2022-03-07 23:12:22 +08:00
Michael Shilman
40d2e9c9ec
Merge pull request #17606 from yanick/patch-3
Core: Fix core.builder check
2022-03-07 23:10:35 +08:00
Michael Shilman
86730d1bb1
Merge pull request #17615 from storybookjs/security/socket-feedback-01
remove unused dependency that's also deprecated
2022-03-07 23:06:26 +08:00
Rhys Lloyd
6f9c8a573f Resolve #17271 staticDirs path issue on Windows 2022-03-07 01:10:24 +00:00
Michael Shilman
2430fe0070 6.5.0-alpha.46 next.json version file 2022-03-06 00:14:50 +08:00
Michael Shilman
fe3cce2daf Update git head to 6.5.0-alpha.46, update yarn.lock 2022-03-06 00:13:11 +08:00
Michael Shilman
a64dc8426d v6.5.0-alpha.46 v6.5.0-alpha.46 2022-03-06 00:09:52 +08:00
Michael Shilman
fe56aceb58 Update root, peer deps, version.ts/json to 6.5.0-alpha.46 [ci skip] 2022-03-06 00:00:33 +08:00
Michael Shilman
9e63424c09 6.5.0-alpha.46 changelog 2022-03-05 23:59:52 +08:00
Norbert de Langen
55d2eb12ed
remove unused dependency that's also deprecated 2022-03-03 10:29:09 +01:00
Yann Braga
761501bf13
Merge pull request #17614 from storybookjs/jest-mock-global-this
Addon-interactions: Use 'global' package instead of `global`
2022-03-02 15:31:13 -08:00
Ian VanSchooten
adbb6a24e9 [addon-interactions] Use 'global' package instead of global 2022-03-02 16:04:45 -05:00
jonniebigodes
5e275b3189
Merge pull request #17612 from MrAnyx/patch-1
Fix typo in the sub component documentation
2022-03-02 19:47:31 +00:00
Robin
aaae326cdc
Fix typo in the sub component documentation
Fix typo in the Empty and OneItem objects
2022-03-02 19:15:49 +01:00
Yanick Champoux
19e49d83ef
check for presence of core.builder
...because it took me way too long to figure out that my Storybook was b0rked because I had tried `storybook-builder-vite` in the past and my main.js had

```
core: {
  // builder: 'storybook-builder-vite'
}
```

It doesn't help that the error message was overly mysterious too.
2022-03-02 10:31:30 -05:00
David Mattia
420987d783 Update shelljs dependency version 2022-03-01 20:53:24 +00:00
Michael Shilman
efb071e8c1 6.5.0-alpha.45 next.json version file 2022-03-02 02:06:43 +08:00
Michael Shilman
9c88f15da8 Update git head to 6.5.0-alpha.45, update yarn.lock 2022-03-02 02:01:22 +08:00
Michael Shilman
af457c20c7 v6.5.0-alpha.45 v6.5.0-alpha.45 2022-03-02 01:57:39 +08:00
Michael Shilman
e12457f63d Update root, peer deps, version.ts/json to 6.5.0-alpha.45 [ci skip] 2022-03-02 01:46:03 +08:00
Michael Shilman
9a229dddab 6.5.0-alpha.45 changelog 2022-03-02 01:45:48 +08:00
Michael Shilman
a18ddd98f2
Merge pull request #17574 from storybookjs/17538-auto-title-respect-filesystem-capitalization
CSF3: Fix Auto-title to respect file system capitalization
2022-03-02 01:43:37 +08:00
Michael Shilman
2a69f6e6f5
Merge pull request #17597 from storybookjs/17538-remove-feature-flag
CSF3: Remove feature flag for auto-title file system capitalization
2022-03-01 23:55:37 +08:00
Norbert de Langen
613fc4c2cb
Merge pull request #17425 from storybookjs/tech/builder-optimization
Core: Remove unused babel dependencies
2022-03-01 12:34:36 +01:00
Norbert de Langen
d6d398a47d
fix snapshots after compodoc was updated 2022-03-01 12:03:46 +01:00
Norbert de Langen
726ec743a0
fix linting 2022-03-01 11:55:39 +01:00
Norbert de Langen
0404f0b829
fix dependencies versions 2022-03-01 11:35:43 +01:00
Norbert de Langen
900ef3e47c
regen lockfile 2022-03-01 11:03:24 +01:00
Norbert de Langen
095d41c539
remove some unused dependencies & upgrade some 2022-03-01 10:36:01 +01:00
Michael Shilman
02e0c55a97 Update snapshots 2022-03-01 11:59:40 +08:00
Michael Shilman
7572a8861d CSF3: Remvoe feature flag for auto-title filename case 2022-03-01 11:30:46 +08:00
Michael Shilman
5dc3a756cf Add autoTitleFilenameCase feature flag and docs 2022-03-01 08:05:57 +08:00
Michael Shilman
3354d6f3aa Merge branch 'next' into 17538-auto-title-respect-filesystem-capitalization 2022-03-01 07:15:16 +08:00
Kevin Østerkilde
54abcbfff1
chore: remove unnecessary 'as any' 2022-02-28 17:56:08 +01:00
Michael Shilman
ad5ba1eb30 6.5.0-alpha.44 next.json version file 2022-02-28 20:34:17 +08:00
Michael Shilman
d7c3016ad9 Update git head to 6.5.0-alpha.44, update yarn.lock 2022-02-28 20:32:16 +08:00
Michael Shilman
0125cb2b68 v6.5.0-alpha.44 v6.5.0-alpha.44 2022-02-28 20:28:46 +08:00