feat(deps): update 19 dependencies with security fixes#54
Merged
Conversation
### Security Fixes - astro 6.1.5 → 6.1.9 (fixes XSS vulnerability) - @astrojs/node 10.0.4 → 10.0.6 (fixes cache poisoning vulnerability) - sanitize-html 2.17.2 → 2.17.3 (fixes allowedTags bypass) ### Major Updates - marked 17.0.4 → 18.0.2 - typescript 5.9.3 → 6.0.3 - lucide-react 0.577.0 → 1.9.0 ### Minor Updates - @types/node 25.5.2 → 25.6.0 - happy-dom 20.8.9 → 20.9.0 ### Patch Updates - @astrojs/react 5.0.3 → 5.0.4 - react/react-dom 19.2.4 → 19.2.5 - tailwindcss/@tailwindcss/vite 4.2.2 → 4.2.4 - @libsql/client 0.17.2 → 0.17.3 - @biomejs/biome 2.4.10 → 2.4.13 - vitest suite 4.1.3 → 4.1.5 ### Configuration - tsconfig.json: Add ignoreDeprecations: "6.0" for TypeScript 6 compatibility - biome.json: Update schema version to 2.4.13
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #54 +/- ##
=======================================
Coverage 83.33% 83.33%
=======================================
Files 11 11
Lines 264 264
Branches 68 68
=======================================
Hits 220 220
Misses 26 26
Partials 18 18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Changes
Security Fixes
Major Updates
Minor Updates
Patch Updates
Configuration
"ignoreDeprecations": "6.0"to suppress TypeScript 6 deprecation warning forbaseUrlTest plan
pnpm test— 152/152 tests passpnpm lint— no lint errorspnpm exec tsc --noEmit— no TypeScript errors