Skip to content

chore: bump the dev-dependencies group with 5 updates#156

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/dev-dependencies-eddf6ff142
Mar 2, 2026
Merged

chore: bump the dev-dependencies group with 5 updates#156
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/dev-dependencies-eddf6ff142

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the dev-dependencies group with 5 updates:

Package From To
@types/node 25.3.0 25.3.3
c8 10.1.3 11.0.0
eslint 10.0.1 10.0.2
lint-staged 16.2.7 16.3.1
neostandard 0.12.2 0.13.0

Updates @types/node from 25.3.0 to 25.3.3

Commits

Updates c8 from 10.1.3 to 11.0.0

Release notes

Sourced from c8's releases.

v11.0.0

11.0.0 (2026-02-22)

⚠ BREAKING CHANGES

  • deps: transitive deps require 20 || >=22

Bug Fixes

Changelog

Sourced from c8's changelog.

11.0.0 (2026-02-22)

⚠ BREAKING CHANGES

  • deps: transitive deps require 20 || >=22

Bug Fixes

Commits

Updates eslint from 10.0.1 to 10.0.2

Release notes

Sourced from eslint's releases.

v10.0.2

Bug Fixes

  • 2b72361 fix: update ajv to 6.14.0 to address security vulnerabilities (#20537) (루밀LuMir)

Documentation

  • 13eeedb docs: link rule type explanation to CLI option --fix-type (#20548) (Mike McCready)
  • 98cbf6b docs: update migration guide per Program range change (#20534) (Huáng Jùnliàng)
  • 61a2405 docs: add missing semicolon in vars-on-top rule example (#20533) (Abilash)

Chores

  • 951223b chore: update dependency @​eslint/eslintrc to ^3.3.4 (#20553) (renovate[bot])
  • 6aa1afe chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536) (Milos Djermanovic)
Commits
  • 55122d6 10.0.2
  • 80f1e29 Build: changelog update for 10.0.2
  • 951223b chore: update dependency @​eslint/eslintrc to ^3.3.4 (#20553)
  • 13eeedb docs: link rule type explanation to CLI option --fix-type (#20548)
  • 6aa1afe chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536)
  • 2b72361 fix: update ajv to 6.14.0 to address security vulnerabilities (#20537)
  • 98cbf6b docs: update migration guide per Program range change (#20534)
  • 61a2405 docs: add missing semicolon in vars-on-top rule example (#20533)
  • See full diff in compare view

Updates lint-staged from 16.2.7 to 16.3.1

Release notes

Sourced from lint-staged's releases.

v16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Changelog

Sourced from lint-staged's changelog.

16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Commits
  • 2a74cd2 chore(changeset): release
  • cd5d762 refactor: remove nano-spawn dependency completely
  • e342cab build(deps): move nano-spawn to dev
  • 9aa2cd7 chore(changeset): release
  • 0c387bc test: make long-running task longer because of GitHub Actions slowness
  • 87467aa refactor: detect incorrect brace expansion exhaustively
  • dceabc6 ci: run npm audit in GitHub Actions
  • d0e4c2a build(deps): update dependencies
  • 93cf144 docs: add tip about lint-staged.sh
  • 9809fee test: adjust integration test logging setup for concurrency
  • Additional commits viewable in compare view

Updates neostandard from 0.12.2 to 0.13.0

Release notes

Sourced from neostandard's releases.

v0.13.0

0.13.0 (2026-02-26)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#339)
  • eslint-plugin-import-x is no longer included by default. Projects relying on import-x rules will need to manually install and configure eslint-plugin-import-x. See the "Adding back import checking" section in the README for migration instructions. As an alternative, we recommend using TypeScript's compiler (tsc --noEmit) for import validation, which provides more comprehensive checking.
  • update dependency globals to v17 (#335)

🌟 Features

  • deps: update dependency globals to ^17.2.0 (#347) (66d504e)
  • deps: update dependency typescript-eslint to ^8.54.0 (#348) (2cdd443)
  • deps: update dependency typescript-eslint to ^8.56.0 (#357) (fe4ba92)
  • remove eslint-plugin-import-x and related dependencies (#330) (248de35)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#339) (ba575f3)
  • update dependency globals to v17 (#335) (a856b81)

🩹 Fixes

  • deps: update dependency eslint-plugin-n to ^17.23.2 (#303) (76d50ed)
  • deps: update dependency find-up to v8 (#324) (d95b6e3)
  • deps: update dependency globals to ^17.3.0 (#351) (94ab3ce)
  • deps: update dependency peowly to ^1.3.3 (#356) (b873608)
  • deps: update dependency typescript-eslint to ^8.53.1 (#322) (6beb36b)

🧹 Chores

Changelog

Sourced from neostandard's changelog.

0.13.0 (2026-02-26)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#339)
  • eslint-plugin-import-x is no longer included by default. Projects relying on import-x rules will need to manually install and configure eslint-plugin-import-x. See the "Adding back import checking" section in the README for migration instructions. As an alternative, we recommend using TypeScript's compiler (tsc --noEmit) for import validation, which provides more comprehensive checking.
  • update dependency globals to v17 (#335)

🌟 Features

  • deps: update dependency globals to ^17.2.0 (#347) (66d504e)
  • deps: update dependency typescript-eslint to ^8.54.0 (#348) (2cdd443)
  • deps: update dependency typescript-eslint to ^8.56.0 (#357) (fe4ba92)
  • remove eslint-plugin-import-x and related dependencies (#330) (248de35)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#339) (ba575f3)
  • update dependency globals to v17 (#335) (a856b81)

🩹 Fixes

  • deps: update dependency eslint-plugin-n to ^17.23.2 (#303) (76d50ed)
  • deps: update dependency find-up to v8 (#324) (d95b6e3)
  • deps: update dependency globals to ^17.3.0 (#351) (94ab3ce)
  • deps: update dependency peowly to ^1.3.3 (#356) (b873608)
  • deps: update dependency typescript-eslint to ^8.53.1 (#322) (6beb36b)

🧹 Chores

Commits
  • cc16b7e chore(main): release 0.13.0 (#337)
  • d3af897 chore(dependents): update canary npm data (#346)
  • d95b6e3 fix(deps): update dependency find-up to v8 (#324)
  • fe4ba92 feat(deps): update dependency typescript-eslint to ^8.56.0 (#357)
  • bb772ac chore(deps): update all non-major dev dependencies (#352)
  • caed7a7 chore(deps): update dependency npm-run-all2 to v8 (#294)
  • 33c7dd8 chore(deps): update dependency installed-check to v10 (#359)
  • 94ab3ce fix(deps): update dependency globals to ^17.3.0 (#351)
  • b873608 fix(deps): update dependency peowly to ^1.3.3 (#356)
  • ba575f3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#339)
  • 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 neostandard since your current version.


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 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 dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.0` | `25.3.3` |
| [c8](https://github.com/bcoe/c8) | `10.1.3` | `11.0.0` |
| [eslint](https://github.com/eslint/eslint) | `10.0.1` | `10.0.2` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.7` | `16.3.1` |
| [neostandard](https://github.com/neostandard/neostandard) | `0.12.2` | `0.13.0` |


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

Updates `c8` from 10.1.3 to 11.0.0
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v10.1.3...v11.0.0)

Updates `eslint` from 10.0.1 to 10.0.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.0.1...v10.0.2)

Updates `lint-staged` from 16.2.7 to 16.3.1
- [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.2.7...v16.3.1)

Updates `neostandard` from 0.12.2 to 0.13.0
- [Release notes](https://github.com/neostandard/neostandard/releases)
- [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md)
- [Commits](neostandard/neostandard@v0.12.2...v0.13.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: c8
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-version: 16.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: neostandard
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added automerge dependencies Pull requests that update a dependency file labels Mar 2, 2026
@dependabot dependabot bot requested a review from lirantal as a code owner March 2, 2026 12:51
@github-actions github-actions bot merged commit aeb6a11 into main Mar 2, 2026
5 of 7 checks passed
@github-actions github-actions bot removed the automerge label Mar 2, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-eddf6ff142 branch March 2, 2026 12:52
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants