chore(deps): dependency + security-alert sweep#114
Merged
Conversation
Clears the open Dependabot PRs and the 10 open Dependabot alerts (all development-scope; `pnpm audit --prod` was already clean). Version bumps: - nodemailer 9.0.1 -> 9.0.3 - next 16.2.6 -> 16.2.9, react + react-dom 19.2.6 -> 19.2.7, react-hook-form 7.77.0 -> 7.80.0 (the "next group") - @types/node 25 -> 26, prettier 3.8.3 -> 3.9.5 (+ one-off tree reformat) - CI actions: actions/checkout v6 -> v7, actions/cache v5 -> v6 pnpm-workspace.yaml overrides (close dev-transitive advisories): - vite -> ^6.4.3 (GHSA-4w7w-66w2-5vf9, GHSA-jqfw-vq24-v9c3) - js-yaml 4.x -> ^4.2.0 (GHSA-mh29-5h37-fv8m) - @babel/core -> ^7.29.6 (GHSA-67hx-6x53-jw92) - undici is intentionally NOT overridden: a clean resolve already lands on the patched 7.28.0 that jsdom accepts; forcing it broke the vitest jsdom worker. `pnpm audit` (all severities) now reports no known vulnerabilities. typecheck + lint + 315 tests + build green. Signed-off-by: Musiker15 <info@musiker15.de>
This was referenced Jul 13, 2026
This was referenced Jul 13, 2026
Closed
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.
Clears the open Dependabot PRs and the 10 open Dependabot alerts. All alerts
were development-scope (the
pnpm audit --prod --audit-level=highgate wasalready clean); this closes them at all severities.
Version bumps
7.77.0 -> 7.80.0 (the "next group", chore(deps): bump the next group across 1 directory with 4 updates #99)
prettier --writetree reformatOverride-based alert fixes (pnpm-workspace.yaml)
lands on the patched 7.28.0 that jsdom accepts, and forcing it out of jsdom's
own resolution broke the vitest jsdom worker.
Superseded Dependabot PRs (to close, already past these versions on the sweep)
Verification
pnpm audit(all severities) reports no known vulnerabilities. typecheck +lint + 315 tests + build green.