Skip to content

Commit 86d2017

Browse files
committed
chore: upgrade Astro to 5.16.6 and update dependencies
- Astro: 5.5.3 → 5.16.6 - UnoCSS: 66.3.3 → 66.5.11 - TypeScript: 5.8.3 → 5.9.3 - Other dependencies updated to latest versions Changes: - Removed experimental.svg config (now built-in) - Removed unused primaryColor variable in BlogPost.astro
1 parent 4f48ab1 commit 86d2017

4 files changed

Lines changed: 17156 additions & 29 deletions

File tree

astro.config.mjs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig({
2929
trailingSlash: 'never',
3030
build: {
3131
format: 'file',
32-
inlineStylesheets: 'auto'
32+
inlineStylesheets: 'auto'
3333
},
3434

3535
// Adapter
@@ -60,11 +60,11 @@ export default defineConfig({
6060
devicon: ['*'],
6161
mingcute: ['*']
6262
}
63-
}),
64-
AstroPureIntegration(config),
65-
fontSubsetting(),
66-
react()
67-
],
63+
}),
64+
AstroPureIntegration(config),
65+
fontSubsetting(),
66+
react()
67+
],
6868
// root: './my-project-directory',
6969

7070
// Prefetch Options
@@ -132,7 +132,6 @@ export default defineConfig({
132132
// }
133133
},
134134
experimental: {
135-
svg: true,
136135
contentIntellisense: true
137136
},
138137
vite: {
@@ -145,7 +144,7 @@ export default defineConfig({
145144
},
146145
},
147146
optimizeDeps: {
148-
include: ['@excalidraw/excalidraw', 'roughjs', 'clsx'],
147+
include: ['@excalidraw/excalidraw', 'roughjs', 'clsx'],
149148
},
150149
plugins: [
151150
// visualizer({

0 commit comments

Comments
 (0)