Sweep dependencies and bump to 2.7.11 - #87
Merged
Merged
Conversation
Moves the osv-scanner binary the Dependency Scan job downloads from v2.5.1 to v2.6.0 (a workflow input dependabot never proposes) and bumps the version for release. Actions, bun, dependabot config, the esbuild override and hook/CI parity were checked and are current.
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
Dependency sweep for node-sdk, plus the release bump to 2.7.11.
@types/node,knip,typescript-eslint) at release time. The SDK has no runtime dependencies, so nothing a consumer installs changes.Checked and found current: every GitHub Action is on a release-tag major and that major is upstream's latest (
actions/checkout@v7at v7.0.1,actions/setup-node@v7at v7.0.0,actions/cache@v6at v6.1.0,oven-sh/setup-bun@v2at v2.2.0,useblacksmith/checkout@v1at v1.7.0), with no branch refs and no exact pins; no Dockerfile, so no base digest to check;packageManagerbun 1.4.2 is bun's latest;engines(node >=22 <25) matches the org standard and the Node 24 LTS the publish job uses; dependabot config (bun and actions ecosystems, majors-only ignores on the eslint and TypeScript holds), and hook/CI parity (hooks run eslint, typecheck and knip; CI adds the full test suite and the build).Deliberately not taken: eslint 10 and TypeScript 7 (org-wide holds), and lefthook 2.1.14, published today and still inside the 24h release-age soak. The
esbuild ^0.28.1override stays: removing it resolves esbuild back to 0.27.7.Type of change
Public API
None.
Test plan
Locally:
bun run lint,bun run typecheck,bun run knip,bun run build,bun run test -- --coverage(7 files, 167 passed, 9 skipped), all exit 0.osv-scanner2.6.0 overbun.lock: 492 packages, no issues. Override drill run from a clean install with and without the override.Checklist
Worked with Varun. The tag follows the merge.