Skip to content

chore(deps)(deps-dev): bump the root-deps group with 10 updates#19

Merged
iamvictorli merged 1 commit into
mainfrom
dependabot/npm_and_yarn/root-deps-1f862d183e
Jun 11, 2025
Merged

chore(deps)(deps-dev): bump the root-deps group with 10 updates#19
iamvictorli merged 1 commit into
mainfrom
dependabot/npm_and_yarn/root-deps-1f862d183e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 11, 2025

Bumps the root-deps group with 10 updates:

Package From To
@antfu/eslint-config 4.13.2 4.14.1
@eslint-react/eslint-plugin 1.50.0 1.52.1
@types/react 19.1.5 19.1.8
@types/react-dom 19.1.5 19.1.6
@vitejs/plugin-react-swc 3.10.0 3.10.2
eslint 9.27.0 9.28.0
eslint-plugin-testing-library 7.2.2 7.5.2
knip 5.58.1 5.60.2
lint-staged 16.0.0 16.1.0
vitest 3.1.4 3.2.3

Updates @antfu/eslint-config from 4.13.2 to 4.14.1

Release notes

Sourced from @​antfu/eslint-config's releases.

v4.14.1

   🐞 Bug Fixes

    View changes on GitHub

v4.14.0

   🐞 Bug Fixes

    View changes on GitHub

v4.13.3

No significant changes

    View changes on GitHub
Commits

Updates @eslint-react/eslint-plugin from 1.50.0 to 1.52.1

Release notes

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

v1.52.1 (2025-06-11)

What's Changed

✨ New

New Contributors

Full Changelog: Rel1cx/eslint-react@v1.51.3...v1.52.1

v1.51.3 (2025-06-09)

What's Changed

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.51.2...v1.51.3

v1.51.2 (2025-06-08)

What's Changed

🐞 Fixes

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.51.1...v1.51.2

v1.51.1 (2025-06-06)

What's Changed

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.51.0...v1.51.1

v1.51.0 (2025-06-03)

What's Changed

✨ New

... (truncated)

Changelog

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

v1.52.1 (2025-06-11)

✨ New

New Contributors

Full Changelog: Rel1cx/eslint-react@v1.51.3...v1.52.1

v1.51.3 (2025-06-09)

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.51.2...v1.51.3

v1.51.2 (2025-06-08)

🐞 Fixes

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.51.1...v1.51.2

v1.51.1 (2025-06-06)

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.51.0...v1.51.1

v1.51.0 (2025-06-03)

✨ New

🐞 Fixes

... (truncated)

Commits

Updates @types/react from 19.1.5 to 19.1.8

Commits

Updates @types/react-dom from 19.1.5 to 19.1.6

Commits

Updates @vitejs/plugin-react-swc from 3.10.0 to 3.10.2

Release notes

Sourced from @​vitejs/plugin-react-swc's releases.

plugin-react-swc@3.10.2

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: false in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

plugin-react-swc@3.10.1

Add explicit semicolon in preambleCode #485

This fixes an edge case when using HTML minifiers that strips line breaks aggressively.

Changelog

Sourced from @​vitejs/plugin-react-swc's changelog.

3.10.2 (2025-06-10)

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: false in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

3.10.1 (2025-06-03)

Add explicit semicolon in preambleCode #485

This fixes an edge case when using HTML minifiers that strips line breaks aggressively.

Commits
  • 32d49ec release: plugin-react-swc@3.10.2
  • 6ea9398 feat: add Vite 7-beta to peerDependencies range (#497)
  • 6db7e7c fix(deps): update all non-major dependencies (#469)
  • c450133 feat: suggest vite-plugin-react-oxc when using rolldown-vite (#491)
  • 4bec551 fix: use optimizeDeps.rollupOptions for rolldown-vite (#489)
  • 8ce7183 release: plugin-react-swc@3.10.1
  • 88585db fix: add explicit semicolon in preambleCode (#485)
  • See full diff in compare view

Updates eslint from 9.27.0 to 9.28.0

Release notes

Sourced from eslint's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog

Sourced from eslint's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)
Commits
  • f341f21 9.28.0
  • 779dda9 Build: changelog update for 9.28.0
  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802)
  • 844f5a6 chore: package.json update for @​eslint/js release
  • b0674be feat: Customization of serialization for languageOptions (#19760)
  • 3ec2082 docs: Nested arrays in files config entry (#19799)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773)
  • Additional commits viewable in compare view

Updates eslint-plugin-testing-library from 7.2.2 to 7.5.2

Release notes

Sourced from eslint-plugin-testing-library's releases.

v7.5.2

7.5.2 (2025-06-11)

Bug Fixes

v7.5.1

7.5.1 (2025-06-10)

Bug Fixes

  • no-node-access: exclude user to avoid false positives (#1025) (67f08f9), closes #1024

v7.5.0

7.5.0 (2025-06-09)

Features

v7.4.0

7.4.0 (2025-06-05)

Features

v7.3.0

7.3.0 (2025-05-30)

Features

  • prefer-find-by: handle waitFor wrapping findBy queries (#1013) (cf02697), closes #910
Commits
  • 6ed3785 fix(no-node-access): stop reporting focus() usage (#1028)
  • 67f08f9 fix(no-node-access): exclude user to avoid false positives (#1025)
  • 934bc5e feat(no-node-access): disallow DOM event methods (#1023)
  • 665577c refactor: Include test files in type checking (#1022)
  • 36facf1 ci: pass codecov token through env vars
  • 295eb44 ci: add workflow for coverage on main (#1021)
  • 4ab50a0 feat(prefer-presence-queries): add autofix support (#1020)
  • 5eed1dd build(deps-dev): bump @​types/node from 22.10.1 to 22.15.29 (#1016)
  • 342f640 build(deps-dev): bump eslint-plugin-jest from 28.9.0 to 28.12.0 (#1019)
  • 5b24014 refactor: strengthen type safety (#1015)
  • Additional commits viewable in compare view

Updates knip from 5.58.1 to 5.60.2

Release notes

Sourced from knip's releases.

Release 5.60.2

  • Add .ts extensions to Node test runner entries (#1121) (7a06a2084124850fe9ef7dd6d84f8164dcd26e28) - thanks @​MidnightDesign!
  • Print top-level config hints first (d04a8de0bd4d8d0994b8812e548796f5c5414dd1)

Release 5.60.1

  • Update sponsorships data (bd18e06deafd432dd9b9f583312f048944876296)
  • Fix Eleventy plugin error with certain configuration file formats (#1112) (19f918185e27bdfb3dca45d9a4e7b340842edf36) - thanks @​aarongoldenthal!
  • Add new methods to the dummy eleventy config class (607594a456741e926ddc679ae501ff92088a645b)
  • feat(storybook): add support for Storybook React Native v9 (#1118) (35630293882889d68023e165cc0b7b7ac0fe161b) - thanks @​cylewaitforit!
  • feat(storybook): add support for .storybook/vitest.setup.ts file (#1119) (5ca03f11d48651dd05cc8ff9ff3e4f0c823216c9) - thanks @​cylewaitforit!

Release 5.60.0

  • Revisit dev guidelines (18842738a4acc06e11654a853c5247f0e8399d27)
  • Remove unnecessary escapes from regexes (d0c3f822f10b1d90a0d0fa376a8fc3235011df5a)
  • Add WebStorm run config (e6e9813c7ff369ed2c143be2d328bb35909ab2c6)
  • Remove unneeded condition (311d5e7b3eb4babdd96d1c79abf3cf305ca518ab)
  • Remove obsolete comment (ad999051d757a2b51b281eb80d7758f793350889)
  • Turn ignored logic around (for config hints) (eb0d16bea84d4e1cd832a604ee43d323f3281f23)
  • Add boolean flags to args definition in node plugin (5a42a143ed7a49ddd82308e2adc4b957477d262f)
  • Regen plugin overview (5252f4baa7b0df6144f1c43704f873bdbe0debfb)
  • Update dependencies (2506865ba2daaba53d75aa292c55e3060b96c39f)
  • Add entry and project configuration hints (#1105) (58dcfa570778b903de77d6a860df02e149d4a2ec)

Release 5.59.1

  • Edit some docs re. handling binaries (closes #1107) (6ce390855a383e6548c30b20c156dceb5294d81d)
  • Add "contributing" page (cd4f29379f2940b459adec676fd770c63fcb456c)
  • Link to e18e.dev (384367838bd6329cec0642c7156d426f730b39b0)
  • Ignore scripts with name not starting with word character (a240f0dbc5c3e8a955a97791734765ea0b51291d)
  • Add cargo to global list of ignored binaries (0fcbe114c3a1ed141311927986358fa92f8ab2cd)
  • Minor refactors (3b447b83dd17d6482821a7fc671fb6854b54c792)

Release 5.59.0

  • feat(astro-mdx): add compiler for @​astrojs/mdx to treat layout value from mdx frontmatter as import (#1102) (4a8dd49716cdee13d325b68aafd00549387ba730) - thanks @​cylewaitforit!
  • Add oxnode to binaries with first positional arg entry (a6f243444b09bbae78779754c772245ad173fe06)
  • Fix up stylelint plugin (0c3d054a3ea8c782b4158bab7ee3921eef971e0f)
  • feat: tsdown plugin (#1109) (20dc8f14ee1f7644752c2a9f6b30e3a9309e6535) - thanks @​TheAlexLichter!
Commits
  • a4c511b Release 5.60.2
  • d04a8de Print top-level config hints first
  • 7a06a20 Add .ts extensions to Node test runner entries (#1121)
  • 7129753 Release 5.60.1
  • 5ca03f1 feat(storybook): add support for .storybook/vitest.setup.ts file (#1119)
  • 3563029 feat(storybook): add support for Storybook React Native v9 (#1118)
  • 607594a Add new methods to the dummy eleventy config class
  • 19f9181 Fix Eleventy plugin error with certain configuration file formats (#1112)
  • 3a93627 Release 5.60.0
  • 58dcfa5 Add entry and project configuration hints (#1105)
  • Additional commits viewable in compare view

Updates lint-staged from 16.0.0 to 16.1.0

Release notes

Sourced from lint-staged's releases.

v16.1.0

Minor Changes

  • #1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

Changelog

Sourced from lint-staged's changelog.

16.1.0

Minor Changes

  • #1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

Commits
  • f92caaa chore(changeset): release
  • e729daa feat: add "--no-revert" flag to disable reverting to original state in case o...
  • c37dc38 fix: lower minimum required Node.js version to 20.17
  • 48f778f build(deps): update dependencies
  • b27fa3f feat: leave out symlinks from list of staged files
  • a941f2c docs: add table of contents section to README.md (#1555)
  • See full diff in compare view

Updates vitest from 3.1.4 to 3.2.3

Release notes

Sourced from vitest's releases.

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.2.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.2.1

   🐞 Bug Fixes

    View changes on GitHub

v3.2.0

... (truncated)

Commits
  • b87ee3e chore: release v3.2.3
  • 83862d4 fix: run only the name plugin last, not all config plugins (#8130)
  • dc469f2 fix(runner): comments between fixture destructures (#8127)
  • 1d8ebf9 feat(browser): use base url instead of vitest (#8126)
  • dfe81a6 fix(pool): throw if user's tests use process.send() (#8125)
  • 0f33506 fix: rerun tests when project's setup file is changed (#8097)
  • 7ddcd33 chore: release v3.2.2
  • 33f7120 Revert "fix(browser): optimize build output and always prebundle vitest"
  • 00a3916 fix(browser): optimize build outp...

    Description has been truncated

Bumps the root-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `4.13.2` | `4.14.1` |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `1.50.0` | `1.52.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.5` | `19.1.8` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.5` | `19.1.6` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `3.10.0` | `3.10.2` |
| [eslint](https://github.com/eslint/eslint) | `9.27.0` | `9.28.0` |
| [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.2.2` | `7.5.2` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.58.1` | `5.60.2` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.0.0` | `16.1.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.4` | `3.2.3` |


Updates `@antfu/eslint-config` from 4.13.2 to 4.14.1
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v4.13.2...v4.14.1)

Updates `@eslint-react/eslint-plugin` from 1.50.0 to 1.52.1
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v1.52.1/packages/plugins/eslint-plugin)

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

Updates `@types/react-dom` from 19.1.5 to 19.1.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@vitejs/plugin-react-swc` from 3.10.0 to 3.10.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react-swc@3.10.2/packages/plugin-react-swc)

Updates `eslint` from 9.27.0 to 9.28.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.27.0...v9.28.0)

Updates `eslint-plugin-testing-library` from 7.2.2 to 7.5.2
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
- [Commits](testing-library/eslint-plugin-testing-library@v7.2.2...v7.5.2)

Updates `knip` from 5.58.1 to 5.60.2
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.60.2/packages/knip)

Updates `lint-staged` from 16.0.0 to 16.1.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.0.0...v16.1.0)

Updates `vitest` from 3.1.4 to 3.2.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.3/packages/vitest)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-version: 4.14.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-version: 1.52.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@types/react"
  dependency-version: 19.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-version: 3.10.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: eslint
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: eslint-plugin-testing-library
  dependency-version: 7.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: knip
  dependency-version: 5.60.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: lint-staged
  dependency-version: 16.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: vitest
  dependency-version: 3.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 11, 2025
@dependabot dependabot Bot requested a review from iamvictorli as a code owner June 11, 2025 16:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 11, 2025
@iamvictorli iamvictorli merged commit 63f19d5 into main Jun 11, 2025
2 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/root-deps-1f862d183e branch June 11, 2025 18:13
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant