build(deps-dev): bump the dev-dependencies group across 1 directory with 12 updates - #386
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
requested review from
Harald Kirschner (digitarald) and
Pierce Boggan (pierceboggan)
as code owners
September 23, 2026 05:56
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Resolve the unsupported TypeScript/typescript-eslint combination and align the Node version floor with the updated dependencies.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
What changed in this PR
Updates 12 development dependencies for TypeScript, linting, testing, coverage, and staging workflows.
Changes:
- Upgrades TypeScript, Node typings, ESLint tooling, and related packages.
- Moves Vitest and coverage packages to v5.
- Updates lint-staged, Prettier, tsx, and globals.
| File | Summary |
|---|---|
package.json |
Updates development dependency versions, including the noted TypeScript peer-range conflict and Node engine-floor mismatch. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "tsx": "^4.21.0", | ||
| "typescript": "^6.0.2", | ||
| "vitest": "^4.0.18" | ||
| "typescript": "^7.0.2", |
…ith 12 updates Bumps the dev-dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `26.6.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.58.2` | `8.70.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.58.2` | `8.70.0` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.11` | `5.0.1` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.24.0` | `18.3.0` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `7.2.1` | `7.3.0` | | [globals](https://github.com/sindresorhus/globals) | `17.5.0` | `17.12.0` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.4.0` | `17.5.1` | | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.9.8` | | [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.23.15` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `7.0.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.11` | `5.0.1` | Updates `@types/node` from 25.6.0 to 26.6.2 - [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.58.2 to 8.70.0 - [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.70.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.58.2 to 8.70.0 - [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.70.0/packages/parser) Updates `@vitest/coverage-v8` from 4.1.11 to 5.0.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.1/packages/coverage-v8) Updates `eslint-plugin-n` from 17.24.0 to 18.3.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.24.0...v18.3.0) Updates `eslint-plugin-promise` from 7.2.1 to 7.3.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-promise@v7.2.1...v7.3.0) Updates `globals` from 17.5.0 to 17.12.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.5.0...v17.12.0) Updates `lint-staged` from 16.4.0 to 17.5.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.4.0...v17.5.1) Updates `prettier` from 3.8.3 to 3.9.8 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.3...3.9.8) Updates `tsx` from 4.21.0 to 4.23.15 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.21.0...v4.23.15) Updates `typescript` from 6.0.2 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.2...v7.0.2) Updates `vitest` from 4.1.11 to 5.0.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.1/packages/vitest) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.6.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.70.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.70.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@vitest/coverage-v8" dependency-version: 5.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint-plugin-n dependency-version: 18.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint-plugin-promise dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: globals dependency-version: 17.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: lint-staged dependency-version: 17.5.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: prettier dependency-version: 3.9.8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: tsx dependency-version: 4.23.14 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: vitest dependency-version: 5.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/dev-dependencies-cf67ea5e4d
branch
from
September 23, 2026 21:01
4fb651a to
adb5f6b
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Bumps the dev-dependencies group with 12 updates in the / directory:
25.6.026.6.28.58.28.70.08.58.28.70.04.1.115.0.117.24.018.3.07.2.17.3.017.5.017.12.016.4.017.5.13.8.33.9.84.21.04.23.156.0.27.0.24.1.115.0.1Updates
@types/nodefrom 25.6.0 to 26.6.2Commits
Updates
@typescript-eslint/eslint-pluginfrom 8.58.2 to 8.70.0Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
... (truncated)
Commits
7ee7608chore(release): publish 8.70.0f66bdcatest(eslint-plugin): [member-ordering] useRuleTesterdirectly in `optional...4586535fix(eslint-plugin): [no-deprecated] report deprecated imported values used in...f8e1e4efix(eslint-plugin): [no-unnecessary-condition] no false positive on RHS of a ...889cecefix(eslint-plugin): [member-ordering] don't report fields that read fields de...1a5a8b1feat(eslint-plugin): [no-generated-empty-object-type] add rule (#12730)9a6e546chore(release): publish 8.69.0513638efix(eslint-plugin): [no-meaningless-void-operator] report void on non-call ex...1dba4c5chore(eslint-plugin): fixeslint-plugin/require-test-error-positionsreport...a2fccaefix(eslint-plugin): [unified-signatures] compare type parameters by constrain...Updates
@typescript-eslint/parserfrom 8.58.2 to 8.70.0Release notes
Sourced from @typescript-eslint/parser's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
... (truncated)
Commits
7ee7608chore(release): publish 8.70.09a6e546chore(release): publish 8.69.08f4e00achore(release): publish 8.68.055f6d5dchore: enable source maps (#12677)20a261fchore(release): publish 8.67.03b155bbchore: use typescript 7 for typechecking (#12601)e51b11bchore(release): publish 8.66.063ba81bchore(release): publish 8.65.0eaf4576feat: add warning when TS 7 is detected (#12529)d8f1044feat(parser): add onUnsupportedTypeScriptVersion option to error on unsupport...Updates
@vitest/coverage-v8from 4.1.11 to 5.0.1Release notes
Sourced from @vitest/coverage-v8's releases.
... (truncated)
Commits
03630a5chore: release v5.0.1 (#11275)f441c6fchore: release v5.0.0 (#11130)c4473e4fix(coverage): prevent crash on/@fs/prepended virtual files (#11119)897f51fchore: release v5.0.0-rc.4 (#11107)7db80dcchore: release v5.0.0-rc.3 (#11089)5f6a5e8feat(coverage): switch to@vitest/istanbuljspackages (#11053)c6174a6fix(coverage): v8 to ignore Vite SSR's generated import bindings (#11023)af83d1bchore: release v5.0.0-rc.2 (#10976)a7fa111chore: release v5.0.0-rc.1 (#10920)0553851chore: add Knip checks (#10847)Updates
eslint-plugin-nfrom 17.24.0 to 18.3.0Release notes
Sourced from eslint-plugin-n's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-n's changelog.
... (truncated)
Commits
6a9980achore(master): release 18.3.0 (#564)d7afbedfeat: implementprefer-import/assert-strictrule (#553)d499fc1chore: rename default exportn(#556)8d9bd05feat: add prefer-process-get-builtin-module rule (#554)8cae1affix: support brace expansion and extglobs in package files (#558)a6b3ce2fix: handle import.meta paths in no-path-concat (#559)b8e39c5fix(no-unsupported-features): classify util.styleText as experimental (#560)a6cd6a5docs: update outdated http links to https in docs/rules (#562)4138d4edocs: add eslint-plugin-node migration guide (#561)0c31d00chore(master): release 18.2.2 (#548)Updates
eslint-plugin-promisefrom 7.2.1 to 7.3.0Release notes
Sourced from eslint-plugin-promise's releases.
Changelog
Sourced from eslint-plugin-promise's changelog.
Commits
f1dd605chore(main): release 7.3.0 (#576)6096821feat: add support for ESLint v10 (#617)1230cedfix(no-native): fix to reportPromiseusage in eslint v9 or later (#619)6cf7adbci: trusted publishing (#610)fad5029chore(deps-dev): update eslint-plugin-prettier to v5.2.4 (#600)4cd7ea1chore: add missing'use strict'directive (#593)b19e133chore(package): explicitly declare js module type (#592)5da83c4chore(deps-dev): update prettier to v3.5.0 (#588)d1e23e5chore(deps-dev): update lint-staged to v15.4.3 (#582)b2095cbchore(deps-dev): update eslint-plugin-prettier to v5.2.3 (#586)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-promise since your current version.
Updates
globalsfrom 17.5.0 to 17.12.0Release notes
Sourced from globals's releases.