chore: bump dev tooling (@types/node, knip, lefthook, typescript-eslint) - #81
Closed
vvillait88 wants to merge 1 commit into
Closed
chore: bump dev tooling (@types/node, knip, lefthook, typescript-eslint)#81vvillait88 wants to merge 1 commit into
vvillait88 wants to merge 1 commit into
Conversation
Routine dependency sweep, dev-only bumps within their existing ranges: @types/node 26.2.0 to 26.4.0, knip 6.32.2 to 6.33.0, lefthook 2.1.10 to 2.1.12, typescript-eslint 8.67.0 to 8.68.0. No runtime dependency changed, so no release. Held per the registry and left in place: eslint (^9), typescript (^6).
Contributor
Author
|
Closing in favor of Dependabot #80, which bumps the same four dev-tooling packages (@types/node, knip, lefthook, typescript-eslint) as the routine minor-patch group. No need for a hand-authored duplicate. |
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
Routine dependency sweep, dev-tooling only, all within existing caret ranges:
@types/node26.2.0 to 26.4.0,knip6.32.2 to 6.33.0,lefthook2.1.10 to 2.1.12,typescript-eslint8.67.0 to 8.68.0. No runtime dependency changed. Held per the dependency registry and deliberately left in place:eslint(^9, org-wide hold on v10),typescript(^6, org-wide hold on v7). No release, since dev-only changes reach no consumer.Worked with: Varun.
Type of change
Public API
None.
Test plan
bun run lint,bun run typecheck,bun run knip, andbun run test(166 passed / 9 skipped) all green after a clean reconcile install.Checklist