chore(deps-dev): bump @types/node to 25.9.3 (with bun.lock)#287
Merged
Conversation
Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 25.9.2 to 25.9.3 - [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: 25.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] <support@github.com>
Dependabot (npm ecosystem) bumped package.json but not bun.lock, which CI enforces via bun's auto-frozen-lockfile. Regenerated bun.lock so the test job passes. Future dependabot PRs avoid this via the bun-ecosystem switch (#283). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Supersedes #276. Same
@types/node25.9.2 → 25.9.3 bump dependabot proposed, but withbun.lockregenerated so CI's frozen-lockfile install passes (dependabot's npm-ecosystem PR only touchedpackage.json+package-lock.json). Future dependabot PRs avoid this via the bun-ecosystem switch in #283.CI-frozen install verified locally:
CI=true bun install --frozen-lockfile→ exit 0, no changes.