Upgrade dependencies (ncu --doctor verified)#1906
Merged
Merged
Conversation
Bump 28 dependencies to latest via ncu --doctor, which installs each upgrade and re-runs the test suite to isolate breakage. Verified beyond the doctor's check+build+vitest loop with the full Playwright e2e suite (341 passed, 6 skipped) and eslint/json/markdown linting — all green. Two upgrades intentionally held back: - typescript 6 -> 7: breaks `astro check` — @astrojs/language-server's bundled @volar/kit hits `Cannot read properties of undefined (reading 'useCaseSensitiveFileNames')` under TS 7, and @astrojs/check is already at its latest (0.9.9), so there's no TS7-compatible version to adopt yet. - @playwright/test 1.60 -> 1.61: 1.61 has a requestAnimationFrame regression that breaks view-transition/tooltip timing in the e2e suite (kept pinned at 1.60.0). Notable majors that passed and were kept: astro 7.0.0->7.0.7, xo 3->4. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Bumps 28 dependencies to latest via
ncu --doctor, which installs each upgrade and re-runs the test suite to isolate breakage.Verification
check+build+vitest) — green for all 28 kept upgrades, bisecting each individually.@eslint/json, and markdownlint all clean.npm install --package-lock-onlyproduces no diff, sonpm ciwill succeed in CI.@atproto/apibump — not exercised by build/vitest/e2e, but the API surface the sync scripts use (AtpAgent,.login,com.atproto.repo.createRecord/putRecord/deleteRecord) type-checks cleanly against0.20.28. Live publish is left to CI's auto-sync — worth a glance on the next run.Held back (2)
typescript 6 → 7astro check—@astrojs/language-server's bundled@volar/kitthrowsCannot read properties of undefined (reading 'useCaseSensitiveFileNames')under TS 7, and@astrojs/checkis already at its latest (0.9.9), so there's no TS7-compatible version to adopt yet.@playwright/test 1.60 → 1.61requestAnimationFrameregression that breaks view-transition/tooltip timing in the e2e suite.Notable majors that passed and were kept:
astro 7.0.0 → 7.0.7,xo 3 → 4.🤖 Generated with Claude Code