chore(deps): bump esbuild/prettier/vitest/@cldmv/jsonv; drop dead @types/prettier - #3
Closed
Shinrai wants to merge 1 commit into
Closed
chore(deps): bump esbuild/prettier/vitest/@cldmv/jsonv; drop dead @types/prettier#3Shinrai wants to merge 1 commit into
Shinrai wants to merge 1 commit into
Conversation
…pes/prettier Resolves 3 open Dependabot alerts (esbuild GHSA-g7r4-m6w7-qqqr; vite GHSA-fx2h-pf6j-xcff, GHSA-v6wh-96g9-6wx3; postcss GHSA-6g55-p6wh-862q, GHSA-r28c-9q8g-f849) — the vite/postcss ones are transitive through vitest, which the esbuild-only bump doesn't touch; bumping vitest as well clears them (npm audit: 2 high -> 0). @types/prettier is a deprecated stub ("prettier provides its own type definitions") superseded since prettier v3 ships index.d.ts directly — removed rather than bumped to the empty 3.0.0 stub. typescript stays pinned at ^6.0.3 (latest is a major 7.x) pending a deliberate compatibility check of the checkJs/declaration-emit pipeline; not bumped here.
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.
Routine dependency hygiene, evaluated while onboarding the v4 CI/release flow (#2).
esbuild^0.27.0→^0.28.1(fixes GHSA-g7r4-m6w7-qqqr).vitest^4.1.5→^4.1.10, which pulls a patched transitivevite/postcssand clears the remaining open Dependabot alerts (GHSA-fx2h-pf6j-xcff, GHSA-v6wh-96g9-6wx3, GHSA-6g55-p6wh-862q, GHSA-r28c-9q8g-f849).npm audit: 2 high → 0.prettier^3.8.3→^3.9.6and@cldmv/jsonv^1.0.0→^1.0.2(both minor/patch, real used deps).@types/prettier— it's a deprecated stub ("prettier provides its own type definitions") superseded since prettier v3 shipsindex.d.tsdirectly; not referenced anywhere in source.typescript^6.0.3→ latest7.x— that's a major version landing on thebuild:typesdeclaration-emit pipeline and deserves its own deliberate compatibility check rather than riding along with routine hygiene.This branch was cut from pre-onboarding
next(no.github/workflows/yet), sofeature-pr.ymlcouldn't auto-open this PR — opened manually as the documented fallback for that case.Existing Dependabot PR #1 (
dependabot/npm_and_yarn/npm_and_yarn-7b14942c4e, targetingmaster) is superseded by the vite/postcss portion of this change and stale against currentnext/master(its diff still shows the pre-esbuildtsupdevDependency). Once.github/dependabot.yml(added in #2) is live, Dependabot should stop openingmaster-targeted PRs for this repo; #1 can be closed once this lands.npm test,npm run build, andnpm ciall verified locally against the resulting lockfile.