chore: bump the major group in /web with 5 updates#825
Closed
dependabot[bot] wants to merge 2 commits intomainfrom
Closed
chore: bump the major group in /web with 5 updates#825dependabot[bot] wants to merge 2 commits intomainfrom
dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
6a13fa9 to
0780a8f
Compare
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice. OpenSSF ScorecardScorecard details
Scanned Files
|
Bumps the major group in /web with 5 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `8.6.18` | `10.3.3` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.6.18` | `10.3.3` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.6.18` | `10.3.3` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `8.6.18` | `10.3.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` | Updates `@storybook/addon-a11y` from 8.6.18 to 10.3.3 - [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.3.3/code/addons/a11y) Updates `@storybook/react` from 8.6.18 to 10.3.3 - [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.3.3/code/renderers/react) Updates `@storybook/react-vite` from 8.6.18 to 10.3.3 - [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.3.3/code/frameworks/react-vite) Updates `storybook` from 8.6.18 to 10.3.3 - [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.3.3/code/core) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: "@storybook/addon-a11y" dependency-version: 10.3.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major - dependency-name: "@storybook/react" dependency-version: 10.3.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major - dependency-name: "@storybook/react-vite" dependency-version: 10.3.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major - dependency-name: storybook dependency-version: 10.3.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] <support@github.com>
0780a8f to
624e003
Compare
Aureliolo
added a commit
that referenced
this pull request
Mar 26, 2026
Migrate web dashboard to Storybook 10.3.3 (from 8.6.18) and TypeScript 6.0 (from 5.9). Adopts native Storybook 10 APIs and fixes TS 6 deprecations while the codebase is still small (11 stories, skeleton stage). Storybook 10 migration: - Remove dead packages: addon-essentials, addon-interactions, @storybook/test (absorbed into core storybook in v9, removed in v10) - Add @storybook/addon-docs (separated from essentials in v9) - Migrate to defineMain/definePreview (native type-safe config APIs) - Update backgrounds API to options + initialGlobals pattern - Enable a11y.test: 'error' globally (WCAG enforcement on all stories) TypeScript 6 migration: - Remove deprecated baseUrl from tsconfig.json and tsconfig.app.json - Remove explicit esModuleInterop from tsconfig.node.json (always true) - Merge DOM.Iterable into DOM (consolidated in TS 6) - Upgrade target/lib to ES2025 (unlocks Set methods, Promise.try, etc.) Documentation: - Add post-training reference section to CLAUDE.md for TS 6 and SB 10 - Add Storybook tooling section to brand-and-ux.md design spec Closes #825 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
|
Superseded by a manual migration branch (chore/storybook10-typescript6) that also migrates to Storybook 10 native APIs (defineMain/definePreview), fixes TypeScript 6 deprecations, upgrades to ES2025, and adds documentation. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Aureliolo
added a commit
that referenced
this pull request
Mar 26, 2026
Migrate web dashboard to Storybook 10.3.3 (from 8.6.18) and TypeScript 6.0 (from 5.9). Adopts native Storybook 10 APIs and fixes TS 6 deprecations while the codebase is still small (11 stories, skeleton stage). Storybook 10 migration: - Remove dead packages: addon-essentials, addon-interactions, @storybook/test (absorbed into core storybook in v9, removed in v10) - Add @storybook/addon-docs (separated from essentials in v9) - Migrate to defineMain/definePreview (native type-safe config APIs) - Update backgrounds API to options + initialGlobals pattern - Enable a11y.test: 'error' globally (WCAG enforcement on all stories) TypeScript 6 migration: - Remove deprecated baseUrl from tsconfig.json and tsconfig.app.json - Remove explicit esModuleInterop from tsconfig.node.json (always true) - Merge DOM.Iterable into DOM (consolidated in TS 6) - Upgrade target/lib to ES2025 (unlocks Set methods, Promise.try, etc.) Documentation: - Add post-training reference section to CLAUDE.md for TS 6 and SB 10 - Add Storybook tooling section to brand-and-ux.md design spec Closes #825 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 tasks
Aureliolo
added a commit
that referenced
this pull request
Mar 26, 2026
## Summary - Upgrade Storybook 8.6.18 to 10.3.3 -- adopt native `defineMain`/`definePreview` APIs, remove dead packages (addon-essentials, addon-interactions, @storybook/test), add addon-docs, migrate backgrounds API, enable global a11y enforcement (`a11y.test: 'error'`) - Upgrade TypeScript 5.9 to 6.0 -- remove deprecated `baseUrl`, remove explicit `esModuleInterop`, merge `DOM.Iterable` into `DOM`, upgrade target/lib to ES2025 - Add post-training reference section to CLAUDE.md documenting TS 6 and Storybook 10 conventions (both released after Claude's training cutoff) - Add Storybook 10 tooling section to `docs/design/brand-and-ux.md` Supersedes #825 (Dependabot partial bump that caused version mismatch CI failures). ## Test plan - [x] `npm --prefix web run type-check` -- clean (no baseUrl deprecation errors) - [x] `npm --prefix web run build` -- Vite production build succeeds - [x] `npm --prefix web run storybook:build` -- Storybook build succeeds (no version mismatch) - [x] `npm --prefix web run lint` -- ESLint clean - [x] `npm --prefix web run test` -- 330/330 tests pass - [ ] CI: Dashboard Type Check, Dashboard Build, Dashboard Storybook Build, Build Web should all pass - [ ] CI: Build Sandbox may still fail (pre-existing Grype CVE, unrelated) Closes #825 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the major group in /web with 5 updates:
8.6.1810.3.38.6.1810.3.38.6.1810.3.38.6.1810.3.35.9.36.0.2Updates
@storybook/addon-a11yfrom 8.6.18 to 10.3.3Release notes
Sourced from
@storybook/addon-a11y's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-a11y's changelog.... (truncated)
Commits
b0acfb4Bump version from "10.3.2" to "10.3.3" [skip ci]308656fBump version from "10.3.1" to "10.3.2" [skip ci]24c2c2cBump version from "10.3.0" to "10.3.1" [skip ci]06cb6a6Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]94b9430Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]af5b7deBump version from "10.3.0-beta.1" to "10.3.0-beta.2" [skip ci]a571619Bump version from "10.3.0-beta.0" to "10.3.0-beta.1" [skip ci]546aeceBump version from "10.3.0-alpha.17" to "10.3.0-beta.0" [skip ci]ceda0b4Bump version from "10.3.0-alpha.16" to "10.3.0-alpha.17" [skip ci]1ed871cBump version from "10.3.0-alpha.15" to "10.3.0-alpha.16" [skip ci]Updates
@storybook/reactfrom 8.6.18 to 10.3.3Release notes
Sourced from
@storybook/react's releases.... (truncated)
Changelog
Sourced from
@storybook/react's changelog.... (truncated)
Commits
b0acfb4Bump version from "10.3.2" to "10.3.3" [skip ci]308656fBump version from "10.3.1" to "10.3.2" [skip ci]24c2c2cBump version from "10.3.0" to "10.3.1" [skip ci]06cb6a6Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]df32a33Merge branch 'next-release' into next94b9430Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]fefa2f5Merge pull request #34172 from storybookjs/kasper/vitest-root-migrationaf5b7deBump version from "10.3.0-beta.1" to "10.3.0-beta.2" [skip ci]8b2044aRemove reactDocgenTypescript test (covered elsewhere)8b78c8bMerge branch 'next' into kasper/vitest-root-migrationUpdates
@storybook/react-vitefrom 8.6.18 to 10.3.3Release notes
Sourced from
@storybook/react-vite's releases.... (truncated)
Changelog
Sourced from
@storybook/react-vite's changelog.... (truncated)
Commits
b0acfb4Bump version from "10.3.2" to "10.3.3" [skip ci]308656fBump version from "10.3.1" to "10.3.2" [skip ci]24c2c2cBump version from "10.3.0" to "10.3.1" [skip ci]06cb6a6Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]94b9430Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]af5b7deBump version from "10.3.0-beta.1" to "10.3.0-beta.2" [skip ci]a571619Bump version from "10.3.0-beta.0" to "10.3.0-beta.1" [skip ci]546aeceBump version from "10.3.0-alpha.17" to "10.3.0-beta.0" [skip ci]ceda0b4Bump version from "10.3.0-alpha.16" to "10.3.0-alpha.17" [skip ci]1ed871cBump version from "10.3.0-alpha.15" to "10.3.0-alpha.16" [skip ci]Updates
storybookfrom 8.6.18 to 10.3.3Release notes
Sourced from storybook's releases.
... (truncated)
Changelog
Sourced from storybook's changelog.
... (truncated)
Commits
b0acfb4Bump version from "10.3.2" to "10.3.3" [skip ci]6a398c5Merge pull request #34193 from storybookjs/valentin/streamline-config-validat...308656fBump version from "10.3.1" to "10.3.2" [skip ci]24c2c2cBump version from "10.3.0" to "10.3.1" [skip ci]e9b881aMerge pull request #34153 from storybookjs/fix-persistent-story-viewport06cb6a6Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]94b9430Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]96340a8Merge branch 'next' into sidnioulz/103-qa-zoom-shift2d48af8remove shiftStep and make it fixed 10x multiplierfda8f06Merge branch 'next' into sidnioulz/10-3-opportunistic-link-isbutton-bugfixUpdates
typescriptfrom 5.9.3 to 6.0.2Release notes
Sourced from typescript's releases.
Commits
607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0206ed1aDeprecate assert in import() (#63172)e688ac8Update dependencies (#63156)29b300dBump the github-actions group across 1 directory with 2 updates (#63205)0c2c7a3DOM update (#63183)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions