Consolidate Dependabot dev-dependency bumps (eslint, tsx, @types/node, typescript-eslint)#49
Open
chiaramooney wants to merge 7 commits into
Open
Consolidate Dependabot dev-dependency bumps (eslint, tsx, @types/node, typescript-eslint)#49chiaramooney wants to merge 7 commits into
chiaramooney wants to merge 7 commits into
Conversation
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.62.0 to 8.63.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.63.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.63.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.0.1 to 26.1.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.22.4 to 4.23.1. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.22.4...v4.23.1) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.23.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 10.6.0 to 10.7.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.6.0...v10.7.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
….1' into chiaramooney/consolidate-dependabot-bumps
…de-26.1.1' into chiaramooney/consolidate-dependabot-bumps
…pt-eslint-8.63.0' into chiaramooney/consolidate-dependabot-bumps
This was referenced Jul 13, 2026
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.
Summary
Consolidates the open Dependabot dev-dependency bump PRs into a single PR by merging their branches (individual Dependabot commits are preserved for attribution).
Bumps included:
10.6.0→10.7.0(Bump eslint from 10.6.0 to 10.7.0 #47)4.22.4→4.23.1(Bump tsx from 4.22.4 to 4.23.1 #46)26.0.1→26.1.1(Bump @types/node from 26.0.1 to 26.1.1 #44)8.62.0→8.63.0(Bump typescript-eslint from 8.62.0 to 8.63.0 #43)Not included: typescript 7.0.2 (#45)
typescriptis intentionally left at^6.0.3.typescript-eslint@8.63.0declares a peer dependency oftypescript >=4.8.4 <6.1.0, so bumping TypeScript to7.0.2is incompatible with the typescript-eslint bump — npm can't resolve both, and the standalone #45 lockfile ends up dropping the@typescript-eslint/eslint-pluginentry as a result. #45 should be handled separately once typescript-eslint supports TypeScript 7 (or with a coordinated major upgrade).Notes
Closes #47
Closes #46
Closes #44
Closes #43