Skip to content

chore(deps-dev): bump the dev-deps group across 1 directory with 8 updates#17

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dev-deps-b523e86cac
Open

chore(deps-dev): bump the dev-deps group across 1 directory with 8 updates#17
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dev-deps-b523e86cac

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dev-deps group with 7 updates in the / directory:

Package From To
@types/node 25.2.0 25.5.0
@vitest/coverage-v8 4.0.18 4.1.2
@wopjs/eslint-config 0.1.60 0.1.68
commit-and-tag-version 12.6.1 12.7.1
eslint 9.39.2 10.1.0
typedoc 0.28.16 0.28.18
typescript 5.9.3 6.0.2

Updates @types/node from 25.2.0 to 25.5.0

Commits

Updates @vitest/coverage-v8 from 4.0.18 to 4.1.2

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

   🐞 Bug Fixes

    View changes on GitHub

v4.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.0

Vitest 4.1 is out!

... (truncated)

Commits

Updates @wopjs/eslint-config from 0.1.60 to 0.1.68

Release notes

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

v0.1.68

0.1.68 (2026-03-27)

Build System

  • deps: bump brace-expansion from 5.0.4 to 5.0.5 (#183) (7a62aaa)

v0.1.67

0.1.67 (2026-03-26)

Build System

  • deps: bump picomatch from 4.0.3 to 4.0.4 (#181) (5b8bf65)

v0.1.66

0.1.66 (2026-03-23)

Build System

  • deps: bump the all-deps group with 3 updates (#179) (5809a5e)

v0.1.65

0.1.65 (2026-03-23)

Features

Bug Fixes

  • deps: update eslint peer dependency to support version 9.x || 10.x and refactor jsonc import (4975c62)
  • exports index.js (7a3341d)
  • sort properties first (55b52d6)

Reverts

  • deps: use jsonc for better fix hint (e3765b1)
  • remove type sorting (0ad3c82)

Build System

... (truncated)

Changelog

Sourced from @​wopjs/eslint-config's changelog.

0.1.68 (2026-03-27)

Build System

  • deps: bump brace-expansion from 5.0.4 to 5.0.5 (#183) (7a62aaa)

0.1.67 (2026-03-26)

Build System

  • deps: bump picomatch from 4.0.3 to 4.0.4 (#181) (5b8bf65)

0.1.66 (2026-03-23)

Build System

  • deps: bump the all-deps group with 3 updates (#179) (5809a5e)

0.1.65 (2026-03-23)

Features

Bug Fixes

  • deps: update eslint peer dependency to support version 9.x || 10.x and refactor jsonc import (4975c62)
  • exports index.js (7a3341d)
  • sort properties first (55b52d6)

Reverts

  • deps: use jsonc for better fix hint (e3765b1)
  • remove type sorting (0ad3c82)

Build System

  • deps-dev: bump @​types/node from 22.10.6 to 22.10.7 in the dev-dependencies group across 1 directory (#2) (0c35138)
  • deps-dev: bump eslint from 9.22.0 to 9.23.0 in the dev-deps group (#35) (0509e0d)
  • deps-dev: bump eslint from 9.24.0 to 9.25.0 in the dev-deps group (#47) (79d4e0d)
  • deps-dev: bump eslint from 9.25.0 to 9.25.1 in the dev-deps group (#48) (41d1f0f)

... (truncated)

Commits

Updates commit-and-tag-version from 12.6.1 to 12.7.1

Release notes

Sourced from commit-and-tag-version's releases.

v12.7.1

12.7.1 (2026-03-18)

Bug Fixes

  • 🐛 updating dependency fast-xml-parser (#277) (dac372b)

v12.7.0

12.7.0 (2026-03-17)

Features

Bug Fixes

  • make prerelease-flag work with gradle files (#273) (24e2f02)
Changelog

Sourced from commit-and-tag-version's changelog.

12.7.1 (2026-03-18)

Bug Fixes

  • 🐛 updating dependency fast-xml-parser (#277) (dac372b)

12.7.0 (2026-03-17)

Features

Bug Fixes

  • make prerelease-flag work with gradle files (#273) (24e2f02)
Commits
  • 0efd74d chore(master): release 12.7.1 (#278)
  • 37b35eb chore: Update worker permissions
  • 5f0ac45 chore: Remove NPM token from release workflow
  • fefa1fe chore: Update permissions for release please
  • 19b7312 chore: Update package-lock
  • dac372b fix: 🐛 updating dependency fast-xml-parser (#277)
  • 0fc3ca9 chore: Set up OIDC for publishing
  • 1d8cfa5 chore(master): release 12.7.0 (#275)
  • fc8cfda build(deps-dev): bump eslint-plugin-promise from 7.1.0 to 7.2.1 (#256)
  • a9a9c0a chore: Run npm audit fix
  • Additional commits viewable in compare view

Updates eslint from 9.39.2 to 10.1.0

Release notes

Sourced from eslint's releases.

v10.1.0

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#20510) (Nicholas C. Zakas)

Chores

  • a9f9cce chore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584) (Milos Djermanovic)
  • 1f42bd7 chore: update prettier to 3.8.1 (#20651) (루밀LuMir)
  • c0a6f4a chore: update dependency @​eslint/json to ^1.2.0 (#20652) (renovate[bot])
  • cc43f79 chore: update dependency c8 to v11 (#20650) (renovate[bot])
  • 2ce4635 chore: update dependency @​eslint/json to v1 (#20649) (renovate[bot])
  • f0406ee chore: update dependency markdownlint-cli2 to ^0.21.0 (#20646) (renovate[bot])
  • dbb4c95 chore: remove trunk (#20478) (sethamus)
  • c672a2a test: fix CLI test for empty output file (#20640) (kuldeep kumar)
  • c7ada24 ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 (#20636) (dependabot[bot])
  • 07c4b8b test: fix RuleTester test without test runners (#20631) (Francesco Trotta)
  • 079bba7 test: Add tests for isValidWithUnicodeFlag (#20601) (Manish chaudhary)
  • 5885ae6 ci: unpin Node.js 25.x in CI (#20615) (Copilot)
  • f65e5d3 chore: update pnpm/action-setup digest to b906aff (#20610) (renovate[bot])

v10.0.3

Bug Fixes

  • e511b58 fix: update eslint (#20595) (renovate[bot])
  • f4c9cf9 fix: include variable name in no-useless-assignment message (#20581) (sethamus)
  • ee9ff31 fix: update dependency minimatch to ^10.2.4 (#20562) (Milos Djermanovic)

Documentation

  • 9fc31b0 docs: Update README (GitHub Actions Bot)
  • 4efaa36 docs: add info box for eslint-plugin-eslint-comments (#20570) (DesselBane)
  • 23b2759 docs: add v10 migration guide link to Use docs index (#20577) (Pixel998)
  • 80259a9 docs: Remove deprecated eslintrc documentation files (#20472) (Copilot)
  • 9b9b4ba docs: fix typo in no-await-in-loop documentation (#20575) (Pixel998)
  • e7d72a7 docs: document TypeScript 5.3 minimum supported version (#20547) (sethamus)

Chores

  • ef8fb92 chore: package.json update for eslint-config-eslint release (Jenkins)

... (truncated)

Commits

Updates typedoc from 0.28.16 to 0.28.18

Release notes

Sourced from typedoc's releases.

v0.28.18

Features

  • Support TypeScript 6.0, #3084.

v0.28.17

Bug Fixes

  • Improved handling of comments for type aliases which have been declaration merged with functions, #3064.
  • Fixed anchor link generation to members named $, #3065.
  • Corrected typing of the plugin option to permit functions, #3066.
  • Warnings about unused @param tags will now be properly suppressed when they come from declaration files and the suppressCommentWarningsInDeclarationFiles option is enabled, #3070.
  • Fixed conversion of types referencing type parameters on functions, #3071.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.28.18 (2026-03-23)

Features

  • Support TypeScript 6.0, #3084.

v0.28.17 (2026-02-13)

Bug Fixes

  • Improved handling of comments for type aliases which have been declaration merged with functions, #3064.
  • Fixed anchor link generation to members named $, #3065.
  • Corrected typing of the plugin option to permit functions, #3066.
  • Warnings about unused @param tags will now be properly suppressed when they come from declaration files and the suppressCommentWarningsInDeclarationFiles option is enabled, #3070.
  • Fixed conversion of types referencing type parameters on functions, #3071.

Thanks!

Commits

Updates typescript from 5.9.3 to 6.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits

Updates vitest from 4.0.18 to 4.1.2

Release notes

Sourced from vitest's releases.

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

   🐞 Bug Fixes

    View changes on GitHub

v4.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.0

Vitest 4.1 is out!

... (truncated)

Commits
  • fc6f482 chore: release v4.1.2
  • 6f97b55 feat: disable colors if agent is detected (#9851)
  • b3c992c fix(coverage): correct coverageConfigDefaults values and types (#9940)
  • 7c06598 fix: ensure sequential mock/unmock resolution (#9830)
  • f54abad chore: add typo-checker skill and fix typos (#9963)
  • 7aa9377 fix: don't resolve setupFiles from parent directory (#9960)
  • 1f2d318 chore: release v4.1.1
  • ebfde79 refactor: rename matchesTagsFilter to matchesTags (#9956)
  • 5611500 feat(experimental): introduce experimental.vcsProvider (#9928)
  • eec53d9 feat(experimental): expose matchesTagsFilter to test if the current filter ...
  • 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 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 sp...

Description has been truncated

…dates

Bumps the dev-deps group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.0` | `25.5.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.18` | `4.1.2` |
| [@wopjs/eslint-config](https://github.com/wopjs/eslint-config) | `0.1.60` | `0.1.68` |
| [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) | `12.6.1` | `12.7.1` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.1.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.16` | `0.28.18` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` |



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

Updates `@vitest/coverage-v8` 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/coverage-v8)

Updates `@wopjs/eslint-config` from 0.1.60 to 0.1.68
- [Release notes](https://github.com/wopjs/eslint-config/releases)
- [Changelog](https://github.com/wopjs/eslint-config/blob/main/CHANGELOG.md)
- [Commits](wopjs/eslint-config@v0.1.60...v0.1.68)

Updates `commit-and-tag-version` from 12.6.1 to 12.7.1
- [Release notes](https://github.com/absolute-version/commit-and-tag-version/releases)
- [Changelog](https://github.com/absolute-version/commit-and-tag-version/blob/master/CHANGELOG.md)
- [Commits](absolute-version/commit-and-tag-version@v12.6.1...v12.7.1)

Updates `eslint` from 9.39.2 to 10.1.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v10.1.0)

Updates `typedoc` from 0.28.16 to 0.28.18
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.16...v0.28.18)

Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

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)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@wopjs/eslint-config"
  dependency-version: 0.1.68
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: commit-and-tag-version
  dependency-version: 12.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: typedoc
  dependency-version: 0.28.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: vitest
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-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 Apr 1, 2026
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.

0 participants