Commit 033fdb0
committed
Merge #189: chore: update dependencies including major upgrades
c66a436 chore: upgrade TypeScript to v6 and Node types to v25 (Jose Celano)
023ecfa chore: upgrade svelte-sitemap to v3 (Jose Celano)
333061a chore: upgrade vite to v8 and svelte vite plugin to v7 (Jose Celano)
84f607f fix: wrap h4 CSS selectors in :global() to silence unused-selector warnings (Jose Celano)
904f4c5 docs: add dependency upgrade plan for major version bumps (Jose Celano)
43fea83 chore: update npm dependencies to latest compatible versions (Jose Celano)
Pull request description:
## Summary
This PR updates project dependencies and completes the planned major-version upgrades in a stacked sequence, submitted as a single PR from the top branch.
## Included updates
- Patch/minor updates to latest compatible versions
- Vite: 7.3.2 -> 8.0.8
- @sveltejs/vite-plugin-svelte: 6.2.4 -> 7.0.0
- svelte-sitemap: 2.8.0 -> 3.1.0
- TypeScript: 5.9.3 -> 6.0.2
- @types/node: 22.19.17 -> 25.6.0
- CSS warning cleanup in blog page styles (unused selector warnings removed)
## Validation
- npm run format
- npm run lint
- npm run check
- npm run build
- ./scripts/pre-commit.sh
All checks pass with 0 errors and 0 warnings.
## Notes
- Branches were intentionally stacked by phase; this PR targets the top branch so all phase commits are included.
- Dependency plan was tracked and completed in docs/dependency-upgrade-plan.md.
ACKs for top commit:
josecelano:
ACK c66a436
Tree-SHA512: b0473c84379da15fd78cd024172bc880aaa4c3316b147039ba79cabab27080a81e2736e6d98ac2c68d816789b26302d0d06de236a33c8ac624e35aad615ac564File tree
4 files changed
+1285
-1130
lines changed- docs
- src/routes/blog/deploying-torrust-tracker-with-the-deployer
4 files changed
+1285
-1130
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
0 commit comments