chore(deps): refresh lockfile, supersede open Dependabot PRs - #645
Merged
Conversation
Regenerate pnpm-lock.yaml from a clean install so transitive dependencies move within their declared ranges. vite goes from 7.3.0 to 8.2.2 (still within vitest's range), which clears the open advisories on vite and esbuild. Bump the axios override from ^1.15.1 to ^1.20.0 to match the declared dependency. Supersedes the open Dependabot PRs, whose versions are already on main.
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.
Value
pnpm auditfindings (3 high, 2 moderate, 1 low, all in vite/esbuild under vitest).main, and they still touch the removedyarn.lock, so they cannot merge as-is.Technical
pnpm-lock.yamlfrom a clean install. Direct dependencies were already at their latest in-range versions; the change is in transitives.^6 || ^7 || ^8range). vite 8 bundles with rolldown, so rollup and esbuild drop out of the lockfile.pnpm.overrides.axiosentry from^1.15.1to^1.20.0so it matches the declared dependency. Without this,pnpm updaterewrites the lockfile specifier on every run.pnpm check,pnpm typecheck,pnpm build, andpnpm test(41 tests, 3 files, Docker emulator) all pass.Remaining majors are intentionally left out and are ignored by
dependabot.yml:@types/node26,dockerode5,get-port7 (ESM-only),typescript7,vitest5.Closes #633
Closes #632
Closes #631
Closes #630
Closes #628