V16: Upgrade Storybook from V8 to V9 (#19640)

* build(deps-dev): bump storybook from v8 to v9

* chore: run storybook v9 migrations

* chore: updates import paths for storybook-webcomponents-vite (migration)

* chore: migrates eslint for storybook config

* fix: updates old link to composed storybook so we reference the latest production uui

* chore: formats eslint config file

* chore: changes import path to build mdx stories

* chore: updates language list to reflect v16
This commit is contained in:
Jacob Overgaard
2025-07-01 09:50:27 +02:00
committed by GitHub
parent 629635e0dd
commit d5159ae4f7
155 changed files with 580 additions and 1347 deletions

View File

@@ -232,13 +232,10 @@
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@storybook/addon-a11y": "^8.6.12",
"@storybook/addon-actions": "^8.6.12",
"@storybook/addon-essentials": "^8.6.12",
"@storybook/addon-links": "^8.6.12",
"@storybook/manager-api": "^8.6.12",
"@storybook/web-components": "^8.6.12",
"@storybook/web-components-vite": "^8.6.12",
"@storybook/addon-a11y": "^9.0.14",
"@storybook/addon-docs": "^9.0.14",
"@storybook/addon-links": "^9.0.14",
"@storybook/web-components-vite": "^9.0.14",
"@types/chai": "^5.2.1",
"@types/eslint__js": "^8.42.3",
"@types/mocha": "^10.0.10",
@@ -255,6 +252,7 @@
"eslint-plugin-lit": "^2.1.1",
"eslint-plugin-local-rules": "^3.0.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-storybook": "9.0.14",
"eslint-plugin-wc": "^2.2.0",
"glob": "^11.0.1",
"globals": "^16.0.0",
@@ -268,7 +266,7 @@
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-import-css": "^3.5.8",
"simple-icons": "^14.12.3",
"storybook": "^8.6.12",
"storybook": "^9.0.14",
"svgo": "^3.3.2",
"tiny-glob": "^0.2.9",
"tsc-alias": "^1.8.15",