Skip to content

Commit 09827aa

Browse files
authored
Merge pull request #2946 from modernweb-dev/fix/storybook-8.6.12
fix: bump storybook packages to 8.6.12
2 parents 29f73c5 + b43bf1e commit 09827aa

File tree

8 files changed

+423
-890
lines changed

8 files changed

+423
-890
lines changed

.changeset/hot-eagles-retire.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@web/storybook-framework-web-components': patch
3+
'@web/storybook-builder': patch
4+
---
5+
6+
bump storybook packages to 8.6.12

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: 'https://registry.npmjs.org'
3131

3232
# Set up GitHub Actions caching for Wireit.
33-
- uses: google/wireit@setup-github-actions-caching/v1
33+
- uses: google/wireit@setup-github-actions-caching/v2
3434

3535
- name: Install Dependencies
3636
run: npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
registry-url: 'https://registry.npmjs.org'
3030

3131
# Set up GitHub Actions caching for Wireit.
32-
- uses: google/wireit@setup-github-actions-caching/v1
32+
- uses: google/wireit@setup-github-actions-caching/v2
3333

3434
- name: Install Dependencies
3535
run: npm ci

.github/workflows/verify-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npx playwright install --with-deps
3535

3636
# Set up GitHub Actions caching for Wireit.
37-
- uses: google/wireit@setup-github-actions-caching/v1
37+
- uses: google/wireit@setup-github-actions-caching/v2
3838

3939
- name: Install Dependencies
4040
run: npm ci
@@ -76,7 +76,7 @@ jobs:
7676
run: npx playwright install --with-deps
7777

7878
# Set up GitHub Actions caching for Wireit.
79-
- uses: google/wireit@setup-github-actions-caching/v1
79+
- uses: google/wireit@setup-github-actions-caching/v2
8080

8181
- name: Install Dependencies
8282
run: npm ci

package-lock.json

Lines changed: 400 additions & 873 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"rollup": "^4.4.0",
7878
"ts-node": "^10.4.0",
7979
"typescript": "~5.0.4",
80-
"wireit": "^0.10.0"
80+
"wireit": "^0.14.2"
8181
},
8282
"eslintConfig": {
8383
"parser": "@typescript-eslint/parser",

packages/storybook-builder/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"@rollup/plugin-node-resolve": "^15.1.0",
5252
"@rollup/plugin-replace": "^6.0.2",
5353
"@rollup/pluginutils": "^5.0.2",
54-
"@storybook/core-common": "^8.5.0",
55-
"@storybook/node-logger": "^8.5.0",
56-
"@storybook/preview": "^8.5.0",
54+
"@storybook/core-common": "^8.6.12",
55+
"@storybook/node-logger": "^8.6.12",
56+
"@storybook/preview": "^8.6.12",
5757
"@web/config-loader": "^0.3.2",
5858
"@web/dev-server": "^0.4.0",
5959
"@web/dev-server-core": "^0.7.5",
@@ -74,6 +74,6 @@
7474
"slash": "^5.1.0"
7575
},
7676
"devDependencies": {
77-
"@storybook/types": "^8.5.0"
77+
"@storybook/types": "^8.6.12"
7878
}
7979
}

packages/storybook-framework-web-components/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@
5656
"esm"
5757
],
5858
"dependencies": {
59-
"@storybook/web-components": "^8.5.0",
59+
"@storybook/web-components": "^8.6.12",
6060
"@web/storybook-builder": "^0.2.0"
6161
},
6262
"devDependencies": {
6363
"@playwright/test": "^1.22.2",
64-
"@storybook/addon-a11y": "^8.5.0",
65-
"@storybook/addon-essentials": "^8.5.0",
66-
"@storybook/addon-interactions": "^8.5.0",
67-
"@storybook/addon-links": "^8.5.0",
68-
"@storybook/blocks": "^8.5.0",
69-
"@storybook/types": "^8.5.0",
64+
"@storybook/addon-a11y": "^8.6.12",
65+
"@storybook/addon-essentials": "^8.6.12",
66+
"@storybook/addon-interactions": "^8.6.12",
67+
"@storybook/addon-links": "^8.6.12",
68+
"@storybook/blocks": "^8.6.12",
69+
"@storybook/types": "^8.6.12",
7070
"@web/dev-server": "^0.4.0",
7171
"@web/rollup-plugin-import-meta-assets": "^2.2.1",
7272
"@web/storybook-utils": "^1.1.0",
73-
"storybook": "^8.5.0"
73+
"storybook": "^8.6.12"
7474
}
7575
}

0 commit comments

Comments
 (0)