Skip to content

Commit 1ffc7d5

Browse files
committed
chore: adopt astro-pigment 0.20.1, upgrade docs app to Astro 7
astro-pigment 0.20.x 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 1ffc7d5

3 files changed

Lines changed: 1453 additions & 931 deletions

File tree

apps/docs/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@
55
"dev": "pnpm --filter nanotags dev & astro dev",
66
"build": "pnpm --filter nanotags build && astro build",
77
"preview": "astro preview",
8-
"astro": "astro",
98
"typecheck": "pnpm --filter nanotags build && cmk && astro check",
109
"lint": "pnpm run /^lint:/",
1110
"lint:styles": "stylelint \"src/**/*.css\"",
1211
"format": "pnpm run /^format:/",
13-
"format:styles": "stylelint \"src/**/*.css\" --fix"
12+
"format:styles": "stylelint \"src/**/*.css\" --fix",
13+
"docs:dev": "pnpm --filter nanotags dev",
14+
"docs:build": "pnpm --filter nanotags build"
1415
},
1516
"dependencies": {
1617
"@nanostores/persistent": "^1.3.3",
17-
"astro": "^6.0.8",
18-
"astro-pigment": "^0.16.0",
18+
"astro": "^7.1.3",
19+
"astro-pigment": "^0.20.1",
1920
"es-toolkit": "^1.45.1",
2021
"linkedom": "^0.18.12",
2122
"nanoid": "^5.1.7",
@@ -25,8 +26,8 @@
2526
"valibot": "^1.3.1"
2627
},
2728
"devDependencies": {
28-
"@astrojs/check": "^0.9.8",
29-
"@astrojs/ts-plugin": "^1.10.7",
29+
"@astrojs/check": "^0.9.9",
30+
"@astrojs/ts-plugin": "^1.10.10",
3031
"@css-modules-kit/codegen": "^0.10.0",
3132
"@css-modules-kit/ts-plugin": "^0.10.0",
3233
"@types/node": "^24.12.0",

0 commit comments

Comments
 (0)