Skip to content

Commit e03aed6

Browse files
authored
build(deps): update astro and other dependencies (#557)
- Bump @tailwindcss/vite, astro, and tailwindcss to 4.1.11, 5.11.0, and 4.1.11 respectively. - Upgrade eslint, prettier, and related packages to their latest versions. - Update typescript-eslint packages to 8.36.0 for improved compatibility. * fix: disable ts check for tailwindcss plugin * fix: adjust list item formatting in tailwind typography example
1 parent 2a2dcc0 commit e03aed6

File tree

4 files changed

+212
-210
lines changed

4 files changed

+212
-210
lines changed

astro.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ export default defineConfig({
3535
},
3636
},
3737
vite: {
38+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
39+
// @ts-ignore
40+
// This will be fixed in Astro 6 with Vite 7 support
41+
// See: https://github.com/withastro/astro/issues/14030
3842
plugins: [tailwindcss()],
3943
optimizeDeps: {
4044
exclude: ["@resvg/resvg-js"],

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,31 @@
1616
"@astrojs/rss": "^4.0.12",
1717
"@astrojs/sitemap": "^3.4.1",
1818
"@resvg/resvg-js": "^2.6.2",
19-
"@tailwindcss/vite": "^4.1.10",
20-
"astro": "^5.10.0",
19+
"@tailwindcss/vite": "^4.1.11",
20+
"astro": "^5.11.0",
2121
"dayjs": "^1.11.13",
2222
"lodash.kebabcase": "^4.1.1",
2323
"remark-collapse": "^0.1.2",
2424
"remark-toc": "^9.0.0",
2525
"satori": "^0.15.2",
2626
"sharp": "^0.34.2",
27-
"tailwindcss": "^4.1.10"
27+
"tailwindcss": "^4.1.11"
2828
},
2929
"devDependencies": {
3030
"@astrojs/check": "^0.9.4",
3131
"@pagefind/default-ui": "^1.3.0",
3232
"@shikijs/transformers": "^3.7.0",
3333
"@tailwindcss/typography": "^0.5.16",
3434
"@types/lodash.kebabcase": "^4.1.9",
35-
"@typescript-eslint/parser": "^8.34.1",
36-
"eslint": "^9.29.0",
35+
"@typescript-eslint/parser": "^8.36.0",
36+
"eslint": "^9.30.1",
3737
"eslint-plugin-astro": "^1.3.1",
38-
"globals": "^16.2.0",
38+
"globals": "^16.3.0",
3939
"pagefind": "^1.3.0",
40-
"prettier": "^3.5.3",
40+
"prettier": "^3.6.2",
4141
"prettier-plugin-astro": "^0.14.1",
4242
"prettier-plugin-tailwindcss": "^0.6.13",
4343
"typescript": "^5.8.3",
44-
"typescript-eslint": "^8.34.1"
44+
"typescript-eslint": "^8.36.0"
4545
}
4646
}

0 commit comments

Comments
 (0)