Skip to content

Commit ca727ce

Browse files
committed
chore: adopt astro-pigment 0.20.0, upgrade docs app to Astro 7
astro-pigment 0.20.0 raises its astro peer to ^7.0.0, forcing the Astro 7 upgrade plus matching @astrojs/check and ts-plugin bumps. Exclude astro-pigment (first-party) and es-toolkit from the release-age cooldown; both blocked the install.
1 parent 5505b17 commit ca727ce

3 files changed

Lines changed: 1450 additions & 929 deletions

File tree

apps/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"@nanostores/persistent": "^1.3.3",
17-
"astro": "^6.0.8",
18-
"astro-pigment": "^0.16.0",
17+
"astro": "^7.1.3",
18+
"astro-pigment": "^0.20.0",
1919
"es-toolkit": "^1.45.1",
2020
"linkedom": "^0.18.12",
2121
"nanoid": "^5.1.7",
@@ -25,8 +25,8 @@
2525
"valibot": "^1.3.1"
2626
},
2727
"devDependencies": {
28-
"@astrojs/check": "^0.9.8",
29-
"@astrojs/ts-plugin": "^1.10.7",
28+
"@astrojs/check": "^0.9.9",
29+
"@astrojs/ts-plugin": "^1.10.10",
3030
"@css-modules-kit/codegen": "^0.10.0",
3131
"@css-modules-kit/ts-plugin": "^0.10.0",
3232
"@types/node": "^24.12.0",

0 commit comments

Comments
 (0)