Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 26 updates#9259

Closed
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/npm_and_yarn/minor-and-patch-3ac236aa08
Closed

chore(deps): bump the minor-and-patch group across 1 directory with 26 updates#9259
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/npm_and_yarn/minor-and-patch-3ac236aa08

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2026

Bumps the minor-and-patch group with 26 updates in the / directory:

Package From To
@jetbrains/icons 5.17.0 5.19.0
babel-loader 10.1.0 10.1.1
focus-trap 8.0.0 8.0.1
@figma/code-connect 1.4.1 1.4.2
@primer/octicons 19.22.0 19.23.1
@storybook/addon-a11y 10.2.16 10.3.3
@storybook/addon-docs 10.2.16 10.3.3
@storybook/addon-themes 10.2.16 10.3.3
@storybook/react-webpack5 10.2.16 10.3.3
@storybook/test-runner 0.24.2 0.24.3
@vitest/eslint-plugin 1.6.9 1.6.13
caniuse-lite 1.0.30001777 1.0.30001781
core-js 3.48.0 3.49.0
eslint-plugin-storybook 10.2.16 10.3.3
jest 30.2.0 30.3.0
jest-environment-jsdom 30.2.0 30.3.0
lint-staged 16.3.2 16.4.0
rollup 4.59.0 4.60.0
storybook 10.2.16 10.3.3
stylelint 17.4.0 17.6.0
terser-webpack-plugin 5.3.17 5.4.0
typescript-eslint 8.56.1 8.57.2
vitest 4.0.18 4.1.2
axios 1.13.6 1.14.0
html-reporter 11.8.7 11.9.2
testplane 8.41.2 8.42.2

Updates @jetbrains/icons from 5.17.0 to 5.19.0

Changelog

Sourced from @​jetbrains/icons's changelog.

5.19.0 (2026-03-09)

Features

5.18.0 (2026-03-09)

Features

  • TW-99223 Change cog icon to pencil [publish] (940b686)
Commits
  • 352f54e chore(release): 5.19.0
  • 9f00304 feat: exit icon [publish]
  • 2297ee6 chore(release): 5.18.0
  • 940b686 feat: TW-99223 Change cog icon to pencil [publish]
  • 9e5b8f1 Add instruction to review SVG changes
  • 011be12 Merge pull request #29 from JetBrains/dependabot/npm_and_yarn/svgo-3.3.3
  • ec903d5 build(deps-dev): bump svgo from 3.0.2 to 3.3.3
  • 96f38ae Merge pull request #28 from JetBrains/dependabot/npm_and_yarn/minimatch-3.1.5
  • 4e7ed9e build(deps-dev): bump minimatch from 3.1.2 to 3.1.5
  • See full diff in compare view

Updates babel-loader from 10.1.0 to 10.1.1

Release notes

Sourced from babel-loader's releases.

v10.1.1

What's Changed

Full Changelog: babel/babel-loader@v10.1.0...v10.1.1

Commits

Updates focus-trap from 8.0.0 to 8.0.1

Release notes

Sourced from focus-trap's releases.

v8.0.1

Patch Changes

  • 7d5010e: Loosen checkCanFocusTrap Promise resolution type to unknown to make it easier to use Promise.all() or Promise.allSettled() as the returned Promise (Promise<void> was causing issues because those Promise APIs do not resolve with a void value).
Changelog

Sourced from focus-trap's changelog.

8.0.1

Patch Changes

  • 7d5010e: Loosen checkCanFocusTrap Promise resolution type to unknown to make it easier to use Promise.all() or Promise.allSettled() as the returned Promise (Promise<void> was causing issues because those Promise APIs do not resolve with a void value).
Commits
  • c2dfa70 Version Packages (#1813)
  • 7d5010e #1811 Fix checkCanFocusTrap return type (#1812)
  • 41c8ecd [DEPENDABOT]: Bump jest-environment-jsdom from 30.2.0 to 30.3.0 (#1805)
  • 2201358 [DEPENDABOT]: Bump @​types/node from 25.4.0 to 25.5.0 (#1809)
  • 8b5f5d2 [DEPENDABOT]: Bump @​babel/preset-env from 7.29.0 to 7.29.2 (#1804)
  • 6e9c772 [DEPENDABOT]: Bump jest from 30.2.0 to 30.3.0 (#1806)
  • d9b80cd [DEPENDABOT]: Bump cypress from 15.11.0 to 15.12.0 (#1808)
  • 4b333df [DEPENDABOT]: Bump @​typescript-eslint/eslint-plugin from 8.56.1 to 8.57.1 (#1...
  • a7a0deb [DEPENDABOT]: Bump @​rollup/plugin-babel from 6.1.0 to 7.0.0 (#1796)
  • 3233eb1 [DEPENDABOT]: Bump babel-jest from 30.2.0 to 30.3.0 (#1800)
  • Additional commits viewable in compare view

Updates @figma/code-connect from 1.4.1 to 1.4.2

Release notes

Sourced from @​figma/code-connect's releases.

Code Connect 1.4.2

Fixed

General

  • Fixed incorrect documentUrlSubstitutions when one key is a prefix of another (e.g. SearchInput and SearchInputMenu). The CLI now processes longer keys first so the correct substitution is applied.
  • Publishing with --batch-size now retries automatically on rate-limit (429) and server error (5xx) responses, respecting the Retry-After header when present, rather than failing immediately
  • Fixed an issue around .figma.js/.figma.ts files being incorrectly treated as template files

CLI

  • The --include-template-files flag now shows a deprecation warning instead of causing an error. The flag is no longer necessary as template files are automatically included by default.

Features

General

  • Code Connect now supports default branch names other than master/main. For cases where it can't be detected automatically, you can set defaultBranch in your figma.config.json.

Template files

  • Variant restrictions are now handled by the migrate script. These are inlined into one template file with if/else blocks.
  • TypeScript is now supported for raw template files (.figma.template.ts / .figma.ts).
    • ESM import syntax is now supported for the Figma API: import figma from 'figma'
    • Type-only imports (import type) are supported
    • Other module imports are not yet supported
    • To enable types for the figma API, add "@figma/code-connect/figma-types" to the types array in your tsconfig.json.
    • JavaScript files are the default output of the migrate command. Can pass --typescript to output TypeScript (.figma.ts) files instead.
Changelog

Sourced from @​figma/code-connect's changelog.

Code Connect v1.4.2 (16th March 2026)

Fixed

General

  • Fixed incorrect documentUrlSubstitutions when one key is a prefix of another (e.g. SearchInput and SearchInputMenu). The CLI now processes longer keys first so the correct substitution is applied.
  • Publishing with --batch-size now retries automatically on rate-limit (429) and server error (5xx) responses, respecting the Retry-After header when present, rather than failing immediately
  • Fixed an issue around .figma.js/.figma.ts files being incorrectly treated as template files

CLI

  • The --include-template-files flag now shows a deprecation warning instead of causing an error. The flag is no longer necessary as template files are automatically included by default.

Features

General

  • Code Connect now supports default branch names other than master/main. For cases where it can't be detected automatically, you can set defaultBranch in your figma.config.json.

Template files

  • Variant restrictions are now handled by the migrate script. These are inlined into one template file with if/else blocks.
  • TypeScript is now supported for raw template files (.figma.template.ts / .figma.ts).
    • ESM import syntax is now supported for the Figma API: import figma from 'figma'
    • Type-only imports (import type) are supported
    • Other module imports are not yet supported
    • To enable types for the figma API, add "@figma/code-connect/figma-types" to the types array in your tsconfig.json.
    • TypeScript files are the default output of the migrate command. Can pass --javascript to output JavaScript (.figma.js) files instead.
Commits

Updates @primer/octicons from 19.22.0 to 19.23.1

Release notes

Sourced from @​primer/octicons's releases.

v19.23.1

Patch Changes

v19.23.0

Minor Changes

v19.22.1

Patch Changes

Changelog

Sourced from @​primer/octicons's changelog.

19.23.1

Patch Changes

19.23.0

Minor Changes

19.22.1

Patch Changes

Commits

Updates @storybook/addon-a11y from 10.2.16 to 10.3.3

Release notes

Sourced from @​storybook/addon-a11y's releases.

v10.3.3

10.3.3

v10.3.2

10.3.2

v10.3.1

10.3.1

v10.3.0

10.3.0

> Improved developer experience, AI-assisting tools, and broader ecosystem support

Storybook 10.3 contains hundreds of fixes and improvements including:

  • 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
  • ⚡ Vite 8 support
  • ▲ Next.js 16.2 support
  • 📝 ESLint 10 support
  • 〰️ Addon Pseudo-States: Tailwind v4 support
  • 🔧 Addon-Vitest: Simplified configuration - no more setup files required
  • ♿ Numerous accessibility improvements across the UI

... (truncated)

Changelog

Sourced from @​storybook/addon-a11y's changelog.

10.3.3

10.3.2

10.3.1

10.3.0

> Improved developer experience, AI-assisting tools, and broader ecosystem support

Storybook 10.3 contains hundreds of fixes and improvements including:

  • 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
  • ⚡ Vite 8 support
  • ▲ Next.js 16.2 support
  • 📝 ESLint 10 support
  • 〰️ Addon Pseudo-States: Tailwind v4 support
  • 🔧 Addon-Vitest: Simplified configuration - no more setup files required
  • ♿ Numerous accessibility improvements across the UI

... (truncated)

Commits
  • b0acfb4 Bump version from "10.3.2" to "10.3.3" [skip ci]
  • 308656f Bump version from "10.3.1" to "10.3.2" [skip ci]
  • 24c2c2c Bump version from "10.3.0" to "10.3.1" [skip ci]
  • 06cb6a6 Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]
  • 94b9430 Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]
  • af5b7de Bump version from "10.3.0-beta.1" to "10.3.0-beta.2" [skip ci]
  • a571619 Bump version from "10.3.0-beta.0" to "10.3.0-beta.1" [skip ci]
  • 546aece Bump version from "10.3.0-alpha.17" to "10.3.0-beta.0" [skip ci]
  • ceda0b4 Bump version from "10.3.0-alpha.16" to "10.3.0-alpha.17" [skip ci]
  • 1ed871c Bump version from "10.3.0-alpha.15" to "10.3.0-alpha.16" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-docs from 10.2.16 to 10.3.3

Release notes

Sourced from @​storybook/addon-docs's releases.

v10.3.3

10.3.3

v10.3.2

10.3.2

v10.3.1

10.3.1

v10.3.0

10.3.0

> Improved developer experience, AI-assisting tools, and broader ecosystem support

Storybook 10.3 contains hundreds of fixes and improvements including:

  • 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
  • ⚡ Vite 8 support
  • ▲ Next.js 16.2 support
  • 📝 ESLint 10 support
  • 〰️ Addon Pseudo-States: Tailwind v4 support
  • 🔧 Addon-Vitest: Simplified configuration - no more setup files required
  • ♿ Numerous accessibility improvements across the UI

... (truncated)

Changelog

Sourced from @​storybook/addon-docs's changelog.

10.3.3

10.3.2

10.3.1

10.3.0

> Improved developer experience, AI-assisting tools, and broader ecosystem support

Storybook 10.3 contains hundreds of fixes and improvements including:

  • 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
  • ⚡ Vite 8 support
  • ▲ Next.js 16.2 support
  • 📝 ESLint 10 support
  • 〰️ Addon Pseudo-States: Tailwind v4 support
  • 🔧 Addon-Vitest: Simplified configuration - no more setup files required
  • ♿ Numerous accessibility improvements across the UI

... (truncated)

Commits
  • b0acfb4 Bump version from "10.3.2" to "10.3.3" [skip ci]
  • 308656f Bump version from "10.3.1" to "10.3.2" [skip ci]
  • 24c2c2c Bump version from "10.3.0" to "10.3.1" [skip ci]
  • 06cb6a6 Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]
  • 94b9430 Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]
  • af5b7de Bump version from "10.3.0-beta.1" to "10.3.0-beta.2" [skip ci]
  • a571619 Bump version from "10.3.0-beta.0" to "10.3.0-beta.1" [skip ci]
  • e53219d Addon-Docs: Add React as optimizeDeps entry
  • 546aece Bump version from "10.3.0-alpha.17" to "10.3.0-beta.0" [skip ci]
  • e07de2e Merge branch 'next-release' into next
  • Additional commits viewable in compare view

Updates @storybook/addon-themes from 10.2.16 to 10.3.3

Release notes

Sourced from @​storybook/addon-themes's releases.

v10.3.3

10.3.3

v10.3.2

10.3.2

v10.3.1

10.3.1

v10.3.0

10.3.0

> Improved developer experience, AI-assisting tools, and broader ecosystem support

Storybook 10.3 contains hundreds of fixes and improvements including:

  • 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
  • ⚡ Vite 8 support
  • ▲ Next.js 16.2 support
  • 📝 ESLint 10 support
  • 〰️ Addon Pseudo-States: Tailwind v4 support
  • 🔧 Addon-Vitest: Simplified configuration - no more setup files required
  • ♿ Numerous accessibility improvements across the UI

... (truncated)

Changelog

Sourced from @​storybook/addon-themes's changelog.

10.3.3

10.3.2

10.3.1

10.3.0

> Improved developer experience, AI-assisting tools, and broader ecosystem support

Storybook 10.3 contains hundreds of fixes and improvements including:

  • 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
  • ⚡ Vite 8 support
  • ▲ Next.js 16.2 support
  • 📝 ESLint 10 support
  • 〰️ Addon Pseudo-States: Tailwind v4 support
  • 🔧 Addon-Vitest: Simplified configuration - no more setup files required
  • ♿ Numerous accessibility improvements across the UI

... (truncated)

Commits
  • b0acfb4 Bump version from "10.3.2" to "10.3.3" [skip ci]
  • 308656f Bump version from "10.3.1" to "10.3.2" [skip ci]
  • 24c2c2c Bump version from "10.3.0" to "10.3.1" [skip ci]
  • 06cb6a6 Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]
  • 94b9430 Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]
  • af5b7de Bump version from "10.3.0-beta.1" to "10.3.0-beta.2" [skip ci]
  • a571619 Bump version from "10.3.0-beta.0" to "10.3.0-beta.1" [skip ci]
  • 546aece Bump version from "10.3.0-alpha.17" to "10.3.0-beta.0" [skip ci]
  • ceda0b4 Bump version from "10.3.0-alpha.16" to "10.3.0-alpha.17" [skip ci]
  • 1ed871c Bump version from "10.3.0-alpha.15" to "10.3.0-alpha.16" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/react-webpack5 from 10.2.16 to 10.3.3

Release notes

Sourced from @​storybook/react-webpack5's releases.

v10.3.3

10.3.3

v10.3.2

10.3.2

v10.3.1

10.3.1

v10.3.0

10.3.0

> Improved developer experience, AI-assisting tools, and broader ecosystem support

Storybook 10.3 contains hundreds of fixes and improvements including:

  • 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
  • ⚡ Vite 8 support
  • ▲ Next.js 16.2 support
  • 📝 ESLint 10 support
  • 〰️ Addon Pseudo-States: Tailwind v4 support
  • 🔧 Addon-Vitest: Simplified configuration - no more setup files required
  • ♿ Numerous accessibility improvements across the UI

... (truncated)

Changelog

Sourced from @​storybook/react-webpack5's changelog.

10.3.3

10.3.2

10.3.1

10.3.0

> Improved developer experience, AI-assisting tools, and broader ecosystem support

Storybook 10.3 contains hundreds of fixes and improvements including:

  • 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
  • ⚡ Vite 8 support
  • ▲ Next.js 16.2 support
  • 📝 ESLint 10 support
  • 〰️ Addon Pseudo-States: Tailwind v4 support
  • 🔧 Addon-Vitest: Simplified configuration - no more setup files required
  • ♿ Numerous accessibility improvements across the UI

... (truncated)

Commits
  • b0acfb4 Bump version from "10.3.2" to "10.3.3" [skip ci]
  • 308656f Bump version from "10.3.1" to "10.3.2" [skip ci]
  • 24c2c2c Bump version from "10.3.0" to "10.3.1" [skip ci]
  • 06cb6a6 Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]
  • 94b9430 Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]
  • af5b7de Bump version from "10.3.0-beta.1" to "10.3.0-beta.2" [skip ci]
  • a571619 Bump version from "10.3.0-beta.0" to "10.3.0-beta.1" [skip ci]
  • 546aece Bump version from "10.3.0-alpha.17" to "10.3.0-beta.0" [skip ci]
  • ceda0b4 Bump version from "10.3.0-alpha.16" to "10.3.0-alpha.17" [skip ci]
  • 1ed871c Bump version from "10.3.0-alpha.15" to "10.3.0-alpha.16" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/test-runner from 0.24.2 to 0.24.3

Release notes

Sourced from @​storybook/test-runner's releases.

v0.24.3

🐛 Bug Fix

Authors: 1

v0.24.3-next.0

🐛 Bug Fix

Authors: 1

Changelog

Sourced from @​storybook/test-runner's changelog.

v0.24.3 (Wed Mar 18 2026)

🐛 Bug Fix

Authors: 1


Commits
  • 72de1cb Bump version to: 0.24.3 [skip ci]
  • 11c305f Update CHANGELOG.md [skip ci]
  • b4e46a5 Merge pull request #596 from storybookjs/release/v0.24.3
  • 222f5a4 Merge branch 'main' into release/v0.24.3
  • 2d76468 Merge pull request #595 from storybookjs/yann/storybook-10-4-support
  • d7c0719 set up provenance
  • 9edfe7a update peerDependencies to support Storybook 10.4
  • cee202e update Node.js version in .nvmrc to v22 [skip ci]
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​storybook/test-runner since your current version.


Updates @vitest/eslint-plugin from 1.6.9 ...

Description has been truncated

…6 updates

Bumps the minor-and-patch group with 26 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@jetbrains/icons](https://github.com/JetBrains/icons) | `5.17.0` | `5.19.0` |
| [babel-loader](https://github.com/babel/babel-loader) | `10.1.0` | `10.1.1` |
| [focus-trap](https://github.com/focus-trap/focus-trap) | `8.0.0` | `8.0.1` |
| [@figma/code-connect](https://github.com/figma/code-connect) | `1.4.1` | `1.4.2` |
| [@primer/octicons](https://github.com/primer/octicons) | `19.22.0` | `19.23.1` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.2.16` | `10.3.3` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.2.16` | `10.3.3` |
| [@storybook/addon-themes](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/themes) | `10.2.16` | `10.3.3` |
| [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `10.2.16` | `10.3.3` |
| [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.24.2` | `0.24.3` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.9` | `1.6.13` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001777` | `1.0.30001781` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.48.0` | `3.49.0` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.2.16` | `10.3.3` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.2.0` | `30.3.0` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.2.0` | `30.3.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.3.2` | `16.4.0` |
| [rollup](https://github.com/rollup/rollup) | `4.59.0` | `4.60.0` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.2.16` | `10.3.3` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.4.0` | `17.6.0` |
| [terser-webpack-plugin](https://github.com/webpack/terser-webpack-plugin) | `5.3.17` | `5.4.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.56.1` | `8.57.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.18` | `4.1.2` |
| [axios](https://github.com/axios/axios) | `1.13.6` | `1.14.0` |
| [html-reporter](https://github.com/gemini-testing/html-reporter) | `11.8.7` | `11.9.2` |
| [testplane](https://github.com/gemini-testing/testplane) | `8.41.2` | `8.42.2` |



Updates `@jetbrains/icons` from 5.17.0 to 5.19.0
- [Changelog](https://github.com/JetBrains/icons/blob/master/CHANGELOG.md)
- [Commits](JetBrains/icons@v5.17.0...v5.19.0)

Updates `babel-loader` from 10.1.0 to 10.1.1
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v10.1.0...v10.1.1)

Updates `focus-trap` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/focus-trap/focus-trap/releases)
- [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md)
- [Commits](focus-trap/focus-trap@v8.0.0...v8.0.1)

Updates `@figma/code-connect` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/figma/code-connect/releases)
- [Changelog](https://github.com/figma/code-connect/blob/main/CHANGELOG.md)
- [Commits](figma/code-connect@v1.4.1...v1.4.2)

Updates `@primer/octicons` from 19.22.0 to 19.23.1
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.22.0...v19.23.1)

Updates `@storybook/addon-a11y` from 10.2.16 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/addon-docs` from 10.2.16 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/docs)

Updates `@storybook/addon-themes` from 10.2.16 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/themes)

Updates `@storybook/react-webpack5` from 10.2.16 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-webpack5)

Updates `@storybook/test-runner` from 0.24.2 to 0.24.3
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/v0.24.3/CHANGELOG.md)
- [Commits](storybookjs/test-runner@v0.24.2...v0.24.3)

Updates `@vitest/eslint-plugin` from 1.6.9 to 1.6.13
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.6.9...v1.6.13)

Updates `caniuse-lite` from 1.0.30001777 to 1.0.30001781
- [Commits](browserslist/caniuse-lite@1.0.30001777...1.0.30001781)

Updates `core-js` from 3.48.0 to 3.49.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.49.0/packages/core-js)

Updates `eslint-plugin-storybook` from 10.2.16 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/lib/eslint-plugin)

Updates `jest` from 30.2.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest)

Updates `jest-environment-jsdom` from 30.2.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest-environment-jsdom)

Updates `lint-staged` from 16.3.2 to 16.4.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.3.2...v16.4.0)

Updates `rollup` from 4.59.0 to 4.60.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.59.0...v4.60.0)

Updates `storybook` from 10.2.16 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 `stylelint` from 17.4.0 to 17.6.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@17.4.0...17.6.0)

Updates `terser-webpack-plugin` from 5.3.17 to 5.4.0
- [Release notes](https://github.com/webpack/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/terser-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/terser-webpack-plugin@v5.3.17...v5.4.0)

Updates `typescript-eslint` from 8.56.1 to 8.57.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/typescript-eslint)

Updates `vitest` from 4.0.18 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest)

Updates `axios` from 1.13.6 to 1.14.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.6...v1.14.0)

Updates `html-reporter` from 11.8.7 to 11.9.2
- [Release notes](https://github.com/gemini-testing/html-reporter/releases)
- [Changelog](https://github.com/gemini-testing/html-reporter/blob/master/CHANGELOG.md)
- [Commits](gemini-testing/html-reporter@v11.8.7...v11.9.2)

Updates `testplane` from 8.41.2 to 8.42.2
- [Release notes](https://github.com/gemini-testing/testplane/releases)
- [Changelog](https://github.com/gemini-testing/testplane/blob/master/CHANGELOG.md)
- [Commits](gemini-testing/testplane@v8.41.2...v8.42.2)

---
updated-dependencies:
- dependency-name: "@jetbrains/icons"
  dependency-version: 5.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: babel-loader
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: focus-trap
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@figma/code-connect"
  dependency-version: 1.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@primer/octicons"
  dependency-version: 19.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@storybook/addon-a11y"
  dependency-version: 10.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@storybook/addon-themes"
  dependency-version: 10.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@storybook/react-webpack5"
  dependency-version: 10.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@storybook/test-runner"
  dependency-version: 0.24.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001781
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: core-js
  dependency-version: 3.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: jest
  dependency-version: 30.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: jest-environment-jsdom
  dependency-version: 30.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lint-staged
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rollup
  dependency-version: 4.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: storybook
  dependency-version: 10.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: stylelint
  dependency-version: 17.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: terser-webpack-plugin
  dependency-version: 5.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.57.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: axios
  dependency-version: 1.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: html-reporter
  dependency-version: 11.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: testplane
  dependency-version: 8.42.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Apr 5, 2026
@github-actions github-actions bot enabled auto-merge (rebase) April 5, 2026 00:22
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 12, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 12, 2026
auto-merge was automatically disabled April 12, 2026 00:22

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-3ac236aa08 branch April 12, 2026 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant