Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platforms/web/apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@tailwindcss/vite": "4.1.18",
"agentation": "^2.3.3",
"dialkit": "^1.1.0",
"msw": "^2.12.10",
"msw": "^2.12.14",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate the checked-in MSW worker with this bump

Storybook actually serves a committed service worker from platforms/web/apps/storybook/public/mockServiceWorker.js, and that file still hard-codes PACKAGE_VERSION = "2.12.10"/the old checksum at lines 10-11 while .storybook/preview.tsx:8-18 initializes MSW on every browser run. In this repo, pnpm 10 will not fix that automatically because the root package.json:168-174 only allows install scripts for sharp and workerd, so msw's postinstall is blocked. A fresh install of this commit therefore keeps serving the 2.12.10 worker, which leaves Storybook and any browser-based tests on the pre-upgrade interception code and defeats the purpose of the security bump until the worker is regenerated manually.

Useful? React with 👍 / 👎.

"msw-storybook-addon": "^2.0.6",
"storybook": "10.2.17",
"tailwindcss": "4.1.18",
Expand Down
Loading
Loading