Skip to content

chore(deps)(deps-dev): bump the root-deps group with 3 updates#21

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

chore(deps)(deps-dev): bump the root-deps group with 3 updates#21
iamvictorli merged 1 commit into
mainfrom
dependabot/npm_and_yarn/root-deps-f0cfbd363c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the root-deps group with 3 updates: @antfu/eslint-config, knip and vitest.

Updates @antfu/eslint-config from 4.14.1 to 4.16.1

Release notes

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

v4.16.1

   🐞 Bug Fixes

    View changes on GitHub

v4.16.0

   🚀 Features

    View changes on GitHub

v4.15.0

   🚀 Features

    View changes on GitHub
Commits

Updates knip from 5.61.0 to 5.61.2

Release notes

Sourced from knip's releases.

Release 5.61.2

  • Add .ts extension to babel config file pattern (a1bcdbb5ab7381552dedce20c7699e533ebe73b9)
  • Refactor biome plugin a bit (20e5914a0c7149abebfcf5e0dee53d77688cecac)
  • Add boolean flags to args definition in node plugin (49fe2370bc1dc205b7003ae93161a4e526e7aff4)
  • Update integration test suite (6bd250afaf9daac6c784f9669ea6224063961dc3)
  • Read only first bytes of yarn.lock (e2f0fbf728883c87d6e452b3e1d33eb16b42773d)
  • Add error handler for npm pkg set (bfda6e956819cbe424cd8c51ea8a75272e94b78e)
  • Enable eslint plugin config resolver for v9 without eslint-config-next (b334c3a868c50043edc46324c9540b178c02c873)
  • In the aftermath of the previous commit, this had to be done (2de78bd5ec28fa962a34db87abc0889ca8bf7585)

Release 5.61.1

  • Add new sponsors @​samdenty and @​MidnightDesign! ❤️ (191bc9ed5f2515ae2beb2119976d75c98330f218)
  • Add and clean up posts (d2b8786f69152d53d9549f281418438633fc5f32)
  • Improve top-level config hint text (7d3119b110d102141fc5514e98ff44d5859dc639)
  • Edit docs (60da8213d8009571973a38a7566b29ce74cffa0f)
Commits
  • 143985a Release 5.61.2
  • 2de78bd In the aftermath of the previous commit, this had to be done
  • b334c3a Enable eslint plugin config resolver for v9 without eslint-config-next
  • 49fe237 Add boolean flags to args definition in node plugin
  • 20e5914 Refactor biome plugin a bit
  • a1bcdbb Add .ts extension to babel config file pattern
  • f685eb0 Release 5.61.1
  • 7d3119b Improve top-level config hint text
  • See full diff in compare view

Updates vitest from 3.2.3 to 3.2.4

Release notes

Sourced from vitest's releases.

v3.2.4

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • c666d14 chore: release v3.2.4
  • 8a18c8e fix(cli): throw error when --shard x/\<count> exceeds count of test files (#...
  • 8abd7cc chore(deps): update tinypool (#8174)
  • 93f3200 fix(deps): update all non-major dependencies (#8123)
  • 0c3be6f fix(coverage): ignore SCSS in browser mode (#8161)
  • 790bc31 chore: update deprecation notice for globs (#8148)
  • c0eae7d chore: update deprecated workspace file log (#8118)
  • 14dc072 fix(pool): auto-adjust minWorkers when only maxWorkers specified (#8110)
  • 85dc019 fix(cli): use absolute path environment on Windows (#8105)
  • 27df68a fix(reporter): task.meta should be available in custom reporter's errors (#...
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the root-deps group with 3 updates: [@antfu/eslint-config](https://github.com/antfu/eslint-config), [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


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

Updates `knip` from 5.61.0 to 5.61.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.61.2/packages/knip)

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

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-version: 4.16.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: knip
  dependency-version: 5.61.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: vitest
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 24, 2025
@dependabot dependabot Bot requested a review from iamvictorli as a code owner June 24, 2025 01:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 24, 2025
@iamvictorli iamvictorli merged commit e7e1620 into main Jun 25, 2025
2 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/root-deps-f0cfbd363c branch June 25, 2025 00:56
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