Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the patch-and-minor-dev-dependencies group with 22 updates:

Package From To
@eslint/js 9.37.0 9.38.0
@types/node 22.18.10 22.18.11
@typescript-eslint/eslint-plugin 8.46.0 8.46.1
@typescript-eslint/parser 8.46.0 8.46.1
eslint 9.37.0 9.38.0
eslint-plugin-baseline-js 0.3.0 0.4.0
eslint-plugin-storybook 9.1.10 9.1.13
npm-check-updates 19.0.0 19.1.1
stylelint-plugin-use-baseline 1.0.2 1.0.3
typescript-eslint 8.46.0 8.46.1
@rollup/plugin-babel 6.0.4 6.1.0
@rollup/plugin-commonjs 28.0.6 28.0.8
@rollup/plugin-node-resolve 16.0.2 16.0.3
next 15.5.4 15.5.6
rollup 4.52.4 4.52.5
@storybook/addon-a11y 9.1.10 9.1.13
@storybook/addon-docs 9.1.10 9.1.13
@storybook/addon-links 9.1.10 9.1.13
@storybook/addon-themes 9.1.10 9.1.13
@storybook/react-vite 9.1.10 9.1.13
storybook 9.1.10 9.1.13
vite 7.1.9 7.1.10

Updates @eslint/js from 9.37.0 to 9.38.0

Release notes

Sourced from @​eslint/js's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
Commits

Updates @types/node from 22.18.10 to 22.18.11

Commits

Updates @typescript-eslint/eslint-plugin from 8.46.0 to 8.46.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.46.1 (2025-10-13)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)

❤️ Thank You

  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

Commits
  • 3f5fbf6 chore(release): publish 8.46.1
  • a64b3cc fix(eslint-plugin): [no-misused-promises] special-case .finally not to repo...
  • 73003bf fix(eslint-plugin): [prefer-optional-chain] include mixed "nullish comparison...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.46.0 to 8.46.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.46.1 (2025-10-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 9.37.0 to 9.38.0

Release notes

Sourced from eslint's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
Commits

Updates eslint-plugin-baseline-js from 0.3.0 to 0.4.0

Release notes

Sourced from eslint-plugin-baseline-js's releases.

v0.4.0

0.4.0 (2025-10-17)

web-features v3.5.0 Support

Bug Fixes

  • ci: coverage gate script (b77518a)
  • coverage: enhance parsing to accept both quoted and unquoted property keys (9a54e8f)
  • package: let TS resolve .d.mts/.d.cts via extension substitution (32a5beb)
  • release: npm provenance release (c4b9e0b)

Features

  • jsbi,typed: add typed-only detection for SharedArrayBuffer resizable buffers (05a3d5a)
Changelog

Sourced from eslint-plugin-baseline-js's changelog.

0.4.0 (2025-10-17)

Bug Fixes

  • ci: coverage gate script (b77518a)
  • coverage: enhance parsing to accept both quoted and unquoted property keys (9a54e8f)
  • package: let TS resolve .d.mts/.d.cts via extension substitution (32a5beb)
  • release: npm provenance release (c4b9e0b)

Features

  • jsbi,typed: add typed-only detection for SharedArrayBuffer resizable buffers (05a3d5a)
Commits
  • d21c079 chore(release): 0.4.0 [skip ci]
  • 9a87e33 chore(release): implement Trusted Publishing for npm with provenance
  • c4b9e0b fix(release): npm provenance release
  • 8b4b440 chore(package): include formatting in baseline update script
  • 4f3db78 chore(website): refine homepage description
  • d1277e0 chore(release): npm provenance release
  • b9281b8 chore(typecheck): exclude auto-generated files from type checking
  • ba862d6 chore(website): update layout
  • c2c9548 chore(coverage): update coverage report
  • 05a3d5a feat(jsbi,typed): add typed-only detection for SharedArrayBuffer resizable bu...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-baseline-js since your current version.


Updates eslint-plugin-storybook from 9.1.10 to 9.1.13

Release notes

Sourced from eslint-plugin-storybook's releases.

v9.1.12

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

v9.1.11

9.1.11

Changelog

Sourced from eslint-plugin-storybook's changelog.

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

9.1.11

Commits
Maintainer changes

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


Updates npm-check-updates from 19.0.0 to 19.1.1

Release notes

Sourced from npm-check-updates's releases.

v19.1.1

What's Changed

Full Changelog: raineorshine/npm-check-updates@v19.1.0...v19.1.1

v19.1.0

What's Changed

Full Changelog: raineorshine/npm-check-updates@v19.0.0...v19.1.0

Commits
  • 442c302 19.1.1
  • dc2a6c4 fix(cooldown): handle CooldownFunction in config file (#1565)
  • ce17ed7 For simplicity and consistency, use a cooldown value of 0 to skip packages.
  • cde9fde 19.1.0
  • d7c0ca6 Fix cli and build options to match prettier output.
  • 3499a2f feat(cooldown): support for cooldown predicate function (#1563)
  • 9af070e Automatically generate GitHub release for each tag.
  • See full diff in compare view

Updates stylelint-plugin-use-baseline from 1.0.2 to 1.0.3

Release notes

Sourced from stylelint-plugin-use-baseline's releases.

v1.0.3

1.0.3 (2025-10-19)

Bug Fixes

Changelog

Sourced from stylelint-plugin-use-baseline's changelog.

1.0.3 (2025-10-19)

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for stylelint-plugin-use-baseline since your current version.


Updates typescript-eslint from 8.46.0 to 8.46.1

Release notes

Sourced from typescript-eslint's releases.

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.46.1 (2025-10-13)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @rollup/plugin-babel from 6.0.4 to 6.1.0

Changelog

Sourced from @​rollup/plugin-babel's changelog.

v6.1.0

2025-10-13

Features

  • feat: allow excluding manual chunks when transforming generated code (#1906)
Commits
  • 7f241b2 chore(repo): run lint for the entire repo, clean some things up (#666)
  • 537001f chore(release): babel v5.2.2
  • c5e5f58 fix(babel): clone cached helper identifier before returning it (#584)
  • 83bcdcf fix(babel): strip hash and query param in extension filter (#533)
  • 7941389 chore(release): babel v5.2.1
  • 55a9cb2 chore(babel): add deprecation/migration warnings for the runtime (#534)
  • 72a0c44 chore(release): babel v5.2.0
  • 5fa1559 feat(babel): export * as ns support (#511)
  • 621768b feat(commonjs)!: return the namespace by default when requiring ESM (#507)
  • 13526d6 chore(babel): update dependencies
  • Additional commits viewable in compare view

Updates @rollup/plugin-commonjs from 28.0.6 to 28.0.8

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v28.0.8

2025-10-16

Bugfixes

  • fix: guard moduleSideEffects for wrapped externals (#1914)

v28.0.7

2025-10-14

Bugfixes

  • fix: avoid hoisting dynamically required node: builtins under strictRequires (#1909)
Commits
  • 232dcf8 chore(release): commonjs v28.0.8
  • 5a6175b fix(commonjs): guard moduleSideEffects for wrapped externals (#1914)
  • 1935e9e chore(release): commonjs v28.0.7
  • e80d4b2 fix(commonjs): avoid hoisting dynamically required node: builtins under stric...
  • 0862902 chore(repo): update commonjs comment to clarify top-level this rewrite (#1888)
  • See full diff in compare view

Updates @rollup/plugin-node-resolve from 16.0.2 to 16.0.3

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v16.0.3

2025-10-13

Bugfixes

  • fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#1908)
Commits
  • 764910a chore(release): node-resolve v16.0.3
  • 3569720 fix(node-resolve): resolve bare targets of package "imports" using export map...
  • See full diff in compare view

Updates next from 15.5.4 to 15.5.6

Release notes

Sourced from next's releases.

v15.5.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Turbopack: don't define process.cwd() in node_modules #83452

Credits

Huge thanks to @​mischnic for helping!

v15.5.5

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Split code-frame into separate compiled package (#84238)
  • Add deprecation warning to Runtime config (#84650)
  • fix: unstable_cache should perform blocking revalidation during ISR revalidation (#84716)
  • feat: experimental.middlewareClientMaxBodySize body cloning limit (#84722)
  • fix: missing next/link types with typedRoutes (#84779)

Misc Changes

  • docs: early October improvements and fixes (#84334)

Credits

Huge thanks to @​devjiwonchoi, @​ztanner, and @​icyJoseph for helping!

Commits

Updates rollup from 4.52.4 to 4.52.5

Release notes

Sourced from rollup's releases.

v4.52.5

4.52.5

2025-10-18

Bug Fixes

  • Always produce valid UUIDs as debugIds in sourcemaps (#6144)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.52.5

2025-10-18

Bug Fixes

  • Always produce valid UUIDs as debugIds in sourcemaps (#6144)

Pull Requests

Commits
  • 55a8fd5 4.52.5
  • 58f5a7b fix: generation of debugIDs with invalid length (#6144)
  • 0b816b0 chore(deps): lock file maintenance minor/patch updates (#6146)
  • a973ed8 chore: eslint enable concurrency option (#6143)
  • bfa9e9f chore(deps): update actions/setup-node action to v6 (#6147)
  • 69a9336 fix(deps): lock file maintenance minor/patch updates (#6142)
  • 88b18b9 chore(deps): update peter-evans/create-or-update-comment action to v5 (#6140)
  • c9ab522 chore(deps): update peter-evans/find-comment action to v4 (#6141)
  • 01f02bd chore(deps): lock file maintenance minor/patch updates (#6135)
  • See full diff in compare view

Updates @storybook/addon-a11y from 9.1.10 to 9.1.13

Release notes

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

v9.1.12

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

v9.1.11

9.1.11

Changelog

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

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

9.1.11

Commits
Maintainer changes

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


Updates @storybook/addon-docs from 9.1.10 to 9.1.13

Release notes

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

v9.1.12

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

v9.1.11

9.1.11

Changelog

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

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

9.1.11

Commits
Maintainer changes

This version was pushed to npm by [GitHub Act...

Description has been truncated

… 22 updates

Bumps the patch-and-minor-dev-dependencies group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.37.0` | `9.38.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.18.10` | `22.18.11` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.0` | `8.46.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.0` | `8.46.1` |
| [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` |
| [eslint-plugin-baseline-js](https://github.com/3ru/eslint-plugin-baseline-js) | `0.3.0` | `0.4.0` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `9.1.10` | `9.1.13` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `19.0.0` | `19.1.1` |
| [stylelint-plugin-use-baseline](https://github.com/ryo-manba/stylelint-plugin-use-baseline) | `1.0.2` | `1.0.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.0` | `8.46.1` |
| [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) | `6.0.4` | `6.1.0` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.6` | `28.0.8` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `16.0.2` | `16.0.3` |
| [next](https://github.com/vercel/next.js) | `15.5.4` | `15.5.6` |
| [rollup](https://github.com/rollup/rollup) | `4.52.4` | `4.52.5` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `9.1.10` | `9.1.13` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `9.1.10` | `9.1.13` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `9.1.10` | `9.1.13` |
| [@storybook/addon-themes](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/themes) | `9.1.10` | `9.1.13` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `9.1.10` | `9.1.13` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `9.1.10` | `9.1.13` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.9` | `7.1.10` |


Updates `@eslint/js` from 9.37.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js)

Updates `@types/node` from 22.18.10 to 22.18.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.46.0 to 8.46.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.0 to 8.46.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.1/packages/parser)

Updates `eslint` from 9.37.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.37.0...v9.38.0)

Updates `eslint-plugin-baseline-js` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/3ru/eslint-plugin-baseline-js/releases)
- [Changelog](https://github.com/3ru/eslint-plugin-baseline-js/blob/main/CHANGELOG.md)
- [Commits](3ru/eslint-plugin-baseline-js@v0.3.0...v0.4.0)

Updates `eslint-plugin-storybook` from 9.1.10 to 9.1.13
- [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/HEAD/code/lib/eslint-plugin)

Updates `npm-check-updates` from 19.0.0 to 19.1.1
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v19.0.0...v19.1.1)

Updates `stylelint-plugin-use-baseline` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/ryo-manba/stylelint-plugin-use-baseline/releases)
- [Changelog](https://github.com/ryo-manba/stylelint-plugin-use-baseline/blob/main/CHANGELOG.md)
- [Commits](ryo-manba/stylelint-plugin-use-baseline@v1.0.2...v1.0.3)

Updates `typescript-eslint` from 8.46.0 to 8.46.1
- [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.46.1/packages/typescript-eslint)

Updates `@rollup/plugin-babel` from 6.0.4 to 6.1.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/url-v6.1.0/packages/babel)

Updates `@rollup/plugin-commonjs` from 28.0.6 to 28.0.8
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.8/packages/commonjs)

Updates `@rollup/plugin-node-resolve` from 16.0.2 to 16.0.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.3/packages/node-resolve)

Updates `next` from 15.5.4 to 15.5.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.4...v15.5.6)

Updates `rollup` from 4.52.4 to 4.52.5
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.4...v4.52.5)

Updates `@storybook/addon-a11y` from 9.1.10 to 9.1.13
- [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/HEAD/code/addons/a11y)

Updates `@storybook/addon-docs` from 9.1.10 to 9.1.13
- [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/HEAD/code/addons/docs)

Updates `@storybook/addon-links` from 9.1.10 to 9.1.13
- [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/HEAD/code/addons/links)

Updates `@storybook/addon-themes` from 9.1.10 to 9.1.13
- [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/HEAD/code/addons/themes)

Updates `@storybook/react-vite` from 9.1.10 to 9.1.13
- [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/HEAD/code/frameworks/react-vite)

Updates `storybook` from 9.1.10 to 9.1.13
- [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/HEAD/code/core)

Updates `vite` from 7.1.9 to 7.1.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.10/packages/vite)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 22.18.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.46.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.46.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: eslint-plugin-baseline-js
  dependency-version: 0.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: eslint-plugin-storybook
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: npm-check-updates
  dependency-version: 19.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: stylelint-plugin-use-baseline
  dependency-version: 1.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.46.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@rollup/plugin-babel"
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@rollup/plugin-commonjs"
  dependency-version: 28.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-version: 16.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: next
  dependency-version: 15.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: rollup
  dependency-version: 4.52.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/addon-a11y"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/addon-docs"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/addon-themes"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: storybook
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: vite
  dependency-version: 7.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 20, 2025 12:39
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Development

Successfully merging this pull request may close these issues.

0 participants