chore(deps): batch renovate minor/patch bumps#178
Merged
Conversation
Consolidates 8 green Renovate PRs into one lockfile-consistent update: - @playwright/test 1.59.1 -> 1.61.0 (#151) - @sveltejs/kit 2.59.1 -> 2.65.2 (#152) - @types/node 25.6.2 -> 25.9.3 (#153) - eslint 10.3.0 -> 10.5.0 (#154) - @supabase/supabase-js 2.105.4 -> 2.108.2 (#163) - echarts 6.0.0 -> 6.1.0 (#164) - terser 5.47.1 -> 5.48.0 (#165) - svelte 5.55.9 -> 5.56.3 (#168) echarts 6.1.0 dropped the global `echarts` namespace type; retype the PieChart spec's expected value via ReturnType<typeof createPieChartOption>.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Jun 17, 2026
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.
Consolidates 8 green Renovate PRs into a single lockfile-consistent update so they don't cascade lockfile conflicts when merged one at a time.
All are minor/patch bumps within the same major.
Notes
echarts6.1.0 dropped the globalechartsnamespace type. Retyped the PieChart spec'sexpectedvalue viaReturnType<typeof createPieChartOption>(its actual return type) —src/lib/components/PieChart/pieChartHelpers.spec.ts.pnpm installauto-added aminimumReleaseAgeExcludefor@sveltejs/kit@2.65.2inpnpm-workspace.yaml(same release-age bypass Renovate's own PR writes).Verification
pnpm build✅pnpm ci(svelte-check + eslint + vitest) ✅