deps: update dependencies to latest - #132
Merged
Merged
Conversation
- astro: ^7.1.4 -> ^7.1.6 - pnpm (packageManager): 11.17.0 -> 11.18.0 - vite: 8.1.3 -> 8.2.0 (transitive) - rolldown: 1.1.4 -> 1.2.1 (transitive) - lightningcss: 1.32.0 -> 1.33.0 (transitive) - @astrojs/compiler-rs and bindings: 0.3.1 -> 0.3.2 (transitive) - @astrojs/language-server: 2.16.11 -> 2.16.13 (transitive) 86 lockfile entries moved in total. No minimumReleaseAgeExclude additions were needed this time, since every new version already clears the supply chain policy window. A clean frozen-lockfile install was verified outside the worktree to confirm CI won't trip the policy check. No source changes were needed. peerDependencies already cover astro ^7 and tailwindcss ^4, so they're unchanged. Validation: pnpm lint, pnpm check, pnpm typecheck, pnpm build, and pnpm test all pass (16/16 tests). pnpm audit reports no known vulnerabilities. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 322b4a6b-6ff1-4af4-a0e5-ee8f09b78c2c
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 refresh: astro moves up two patch releases, pnpm moves to 11.18.0, and the lockfile picks up the transitive updates that came with them.
Direct
Notable transitive
86 lockfile entries moved in total.
pnpm-workspace.yamlneeded nominimumReleaseAgeExcludeadditions this time. Every new version already clears the supply chain policy window, and a cleanpnpm install --frozen-lockfileoutside the worktree confirms CI won't trip the check.No source changes were needed.
peerDependenciesalready cover astro^7and tailwindcss^4, so they're unchanged.Validation: build, lint, typecheck, and tests all pass (16/16 tests,
astro checkreports 0 errors and 0 warnings).pnpm auditreports no known vulnerabilities.