Commit d12dd66
Fix Storybook build: remove invalid positional argument in build-storybook script (#3004)
* Bump tar and storybook in /docs
Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core). These dependencies need to be updated together.
Removes `tar`
Updates `storybook` from 7.6.21 to 10.2.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.17/code/core)
---
updated-dependencies:
- dependency-name: tar
dependency-version:
dependency-type: indirect
- dependency-name: storybook
dependency-version: 10.2.17
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Initial plan
* Fix storybook build: remove invalid positional argument `public/static`
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>
* Fix ESM compatibility in .storybook/main.js (#3005)
* Initial plan
* Fix ESM compatibility: replace require('sass') with ESM import in main.js
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>
* Fix Storybook 10 build: complete v7→v10 migration (#3007)
* Initial plan
* Initial plan for fixing storybook build failures
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>
* Fix Storybook 10 build: update packages, add SCSS/Babel/docs support, fix compat shims
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>
* Address code review: remove unused assert dep, rename config var, clean up shim script
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>
* Fix docs npm install failure due to storybook peer dependency conflicts (#3008)
* Initial plan
* fix: resolve storybook peer dependency conflicts in docs install
- Update @geometricpanda/storybook-addon-badges to ^2.0.5 which supports @storybook/blocks@^8.3.0 (v2.0.0 only supported ^7.0.0)
- Add docs/.npmrc with legacy-peer-deps=true to handle the intentional mixed storybook 8/10 package setup used by shims and webpack aliases
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>
* fix: regenerate docs/package-lock.json to resolve storybook binary not found (#3009)
* Initial plan
* fix: regenerate docs/package-lock.json to fix storybook binary not found
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: llastflowers <55068883+llastflowers@users.noreply.github.com>1 parent 784dce7 commit d12dd66
8 files changed
Lines changed: 4300 additions & 7790 deletions
File tree
- docs
- .storybook
- scripts
- script
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
4 | 10 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | | - | |
10 | 14 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
28 | 49 | | |
29 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments