Skip to content

Commit 00f957a

Browse files
committed
feat!: bump minimum required Astro version to 3.0 and Starlight to 0.9.0
1 parent a18b55b commit 00f957a

File tree

6 files changed

+894
-1064
lines changed

6 files changed

+894
-1064
lines changed

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18.14.1

example/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
"lint": "prettier -c --cache . && eslint . --cache --max-warnings=0"
1414
},
1515
"dependencies": {
16-
"@astrojs/starlight": "0.7.2",
17-
"astro": "2.10.9",
16+
"@astrojs/starlight": "0.10.1",
17+
"astro": "3.1.1",
18+
"sharp": "0.32.6",
1819
"starlight-links-validator": "workspace:*"
1920
},
2021
"engines": {
21-
"node": ">=18"
22+
"node": ">=18.14.1"
2223
},
2324
"packageManager": "[email protected]",
2425
"private": true,

example/src/env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// <reference path="../.astro/types.d.ts" />
2-
/// <reference types="astro/client-image" />
2+
/// <reference types="astro/client" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript": "5.1.3"
2222
},
2323
"engines": {
24-
"node": ">=18"
24+
"node": ">=18.14.1"
2525
},
2626
"packageManager": "[email protected]",
2727
"private": true,

packages/starlight-links-validator/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,22 @@
2222
"unist-util-visit": "4.1.2"
2323
},
2424
"devDependencies": {
25+
"@astrojs/starlight": "0.10.1",
2526
"@types/hast": "3.0.0",
2627
"@types/mdast": "3.0.11",
2728
"@types/node": "18.16.18",
28-
"astro": "2.10.9",
29+
"astro": "3.1.1",
2930
"mdast-util-mdx-jsx": "2.1.4",
3031
"typescript": "5.1.3",
3132
"unified": "10.1.2",
3233
"vitest": "0.32.2"
3334
},
3435
"peerDependencies": {
35-
"@astrojs/starlight": ">=0.0.1",
36-
"astro": ">=2.5.0"
36+
"@astrojs/starlight": ">=0.9.0",
37+
"astro": ">=3.0.0"
3738
},
3839
"engines": {
39-
"node": ">=18"
40+
"node": ">=18.14.1"
4041
},
4142
"packageManager": "[email protected]",
4243
"publishConfig": {

0 commit comments

Comments
 (0)