Skip to content

chore(deps): refresh lockfile, supersede open Dependabot PRs - #645

Merged
jleni merged 1 commit into
mainfrom
chore/consolidate-dependabot-updates
Sep 8, 2026
Merged

chore(deps): refresh lockfile, supersede open Dependabot PRs#645
jleni merged 1 commit into
mainfrom
chore/consolidate-dependabot-updates

Conversation

@jleni

@jleni jleni commented Sep 8, 2026

Copy link
Copy Markdown
Member

Value

  • Brings transitive dependencies up to date and clears all pnpm audit findings (3 high, 2 moderate, 1 low, all in vite/esbuild under vitest).
  • Supersedes the five stale Dependabot PRs. Every version they bump is already on main, and they still touch the removed yarn.lock, so they cannot merge as-is.

Technical

  • Regenerated pnpm-lock.yaml from a clean install. Direct dependencies were already at their latest in-range versions; the change is in transitives.
  • vite moves from 7.3.0 to 8.2.2 (within vitest's ^6 || ^7 || ^8 range). vite 8 bundles with rolldown, so rollup and esbuild drop out of the lockfile.
  • Bumped the pnpm.overrides.axios entry from ^1.15.1 to ^1.20.0 so it matches the declared dependency. Without this, pnpm update rewrites the lockfile specifier on every run.
  • Verified locally: pnpm check, pnpm typecheck, pnpm build, and pnpm test (41 tests, 3 files, Docker emulator) all pass.

Remaining majors are intentionally left out and are ignored by dependabot.yml: @types/node 26, dockerode 5, get-port 7 (ESM-only), typescript 7, vitest 5.

Closes #633
Closes #632
Closes #631
Closes #630
Closes #628

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.
@jleni
jleni merged commit 9a35e95 into main Sep 8, 2026
5 checks passed
@jleni
jleni deleted the chore/consolidate-dependabot-updates branch September 8, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant