chore: update dependencies to latest compatible versions#175
Merged
josecelano merged 1 commit intodevelopfrom Feb 25, 2026
Merged
chore: update dependencies to latest compatible versions#175josecelano merged 1 commit intodevelopfrom
josecelano merged 1 commit intodevelopfrom
Conversation
Update all non-breaking (minor/patch) dependencies: - @eslint/compat ^1.2.5 → ^1.4.1 - @eslint/js ^9.18.0 → ^9.39.3 - @fontsource-variable/roboto-mono ^5.1.0 → ^5.2.8 - @fontsource-variable/roboto-slab ^5.1.1 → ^5.2.8 - @melt-ui/svelte ^0.86.2 → ^0.86.6 - @sveltejs/adapter-static ^3.0.8 → ^3.0.10 - @sveltejs/kit ^2.15.3 → ^2.53.1 - @sveltejs/vite-plugin-svelte ^5.0.3 → ^5.1.1 - @tailwindcss/forms ^0.5.9 → ^0.5.11 - @tailwindcss/typography ^0.5.15 → ^0.5.19 - @types/node ^22.10.7 → ^22.19.11 - @types/prismjs ^1.26.5 → ^1.26.6 - @typescript-eslint/eslint-plugin ^8.20.0 → ^8.56.1 - @typescript-eslint/parser ^8.20.0 → ^8.56.1 - autoprefixer ^10.4.20 → ^10.4.24 - eslint ^9.18.0 → ^9.39.3 - eslint-config-prettier ^10.0.1 → ^10.1.8 - eslint-plugin-prettier ^5.2.2 → ^5.5.5 - eslint-plugin-svelte ^2.36.0 → ^2.46.1 - globals ^15.14.0 → ^15.15.0 - mdsvex ^0.12.3 → ^0.12.6 - prettier ^3.3.2 → ^3.8.1 - prettier-plugin-svelte ^3.3.3 → ^3.5.0 - rehype-pretty-code ^0.14.0 → ^0.14.1 - sass ^1.83.4 → ^1.97.3 - svelte ^5.18.0 → ^5.53.3 - svelte-check ^4.1.4 → ^4.4.3 - svelte-sitemap ^2.7.0 → ^2.7.1 - tailwindcss ^3.4.17 → ^3.4.19 - tsx ^4.19.3 → ^4.21.0 - typescript ^5.0.0 → ^5.9.3 - typescript-eslint ^8.20.0 → ^8.56.1 - vite ^6.0.0 → ^6.4.1 Excluded from this update (breaking changes tracked separately in #174): - flexsearch (0.7 → 0.8, tracked in #161) - prettier-plugin-tailwindcss (requires Tailwind v4, tracked in #169) - @iconify/svelte (v4 → v5, tracked in #172) - tailwindcss major (v3 → v4, tracked in #169) - vite major (v6 → v7, tracked in #170) - eslint major (v9 → v10, tracked in #171) - @sveltejs/vite-plugin-svelte major (v5 → v6, tracked in #173)
Member
Author
|
ACK 64ab584 |
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.
Summary
Updates all non-breaking (minor/patch) dependencies to their latest compatible versions.
Changes
Updated packages
@eslint/compat^1.2.5^1.4.1@eslint/js^9.18.0^9.39.3@fontsource-variable/roboto-mono^5.1.0^5.2.8@fontsource-variable/roboto-slab^5.1.1^5.2.8@melt-ui/svelte^0.86.2^0.86.6@sveltejs/adapter-static^3.0.8^3.0.10@sveltejs/kit^2.15.3^2.53.1@sveltejs/vite-plugin-svelte^5.0.3^5.1.1@tailwindcss/forms^0.5.9^0.5.11@tailwindcss/typography^0.5.15^0.5.19@types/node^22.10.7^22.19.11@types/prismjs^1.26.5^1.26.6@typescript-eslint/eslint-plugin^8.20.0^8.56.1@typescript-eslint/parser^8.20.0^8.56.1autoprefixer^10.4.20^10.4.24eslint^9.18.0^9.39.3eslint-config-prettier^10.0.1^10.1.8eslint-plugin-prettier^5.2.2^5.5.5eslint-plugin-svelte^2.36.0^2.46.1globals^15.14.0^15.15.0mdsvex^0.12.3^0.12.6prettier^3.3.2^3.8.1prettier-plugin-svelte^3.3.3^3.5.0rehype-pretty-code^0.14.0^0.14.1sass^1.83.4^1.97.3svelte^5.18.0^5.53.3svelte-check^4.1.4^4.4.3svelte-sitemap^2.7.0^2.7.1tailwindcss^3.4.17^3.4.19tsx^4.19.3^4.21.0typescript^5.0.0^5.9.3typescript-eslint^8.20.0^8.56.1vite^6.0.0^6.4.1Excluded (major/breaking — tracked separately in #174)
flexsearchv0.7 → v0.8 → tracked in chore: update flexsearch to v0.8 (breaking change) #161prettier-plugin-tailwindcssv0.6 → v0.7 (requires Tailwind v4) → tracked in chore: upgrade Tailwind CSS v3 → v4 (breaking change) #169tailwindcssv3 → v4 → tracked in chore: upgrade Tailwind CSS v3 → v4 (breaking change) #169vitev6 → v7 → tracked in chore: upgrade Vite v6 → v7 (breaking change) #170@iconify/sveltev4 → v5 → tracked in chore: upgrade @iconify/svelte v4 → v5 (breaking change) #172@sveltejs/vite-plugin-sveltev5 → v6 → tracked in chore: upgrade @sveltejs/vite-plugin-svelte v5 → v6 (breaking change) #173Verification
All workflow steps from
.github/workflows/test.ymlwere run locally and passed:npm installnpm run buildnpm run lintnpm run check(0 errors, 4 pre-existing warnings inShareButton.svelte)npm run build(second run)