Skip to content

Commit 2c172ef

Browse files
[ci] release (alpha)
1 parent 1a1bd9b commit 2c172ef

File tree

67 files changed

+923
-137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+923
-137
lines changed

.changeset/pre.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,34 @@
2525
"@astrojs/markdown-remark": "6.3.6",
2626
"@astrojs/telemetry": "3.3.0",
2727
"@astrojs/underscore-redirects": "1.0.0",
28-
"@astrojs/upgrade": "0.6.2"
28+
"@astrojs/upgrade": "0.6.2",
29+
"@astrojs/check": "0.9.5",
30+
"@astrojs/language-server": "2.16.0",
31+
"@astrojs/ts-plugin": "1.10.5",
32+
"astro-vscode": "2.16.0",
33+
"@astrojs/yaml2ts": "0.2.2"
2934
},
30-
"changesets": []
35+
"changesets": [
36+
"beige-clowns-read",
37+
"busy-olives-chew",
38+
"cuddly-worlds-beam",
39+
"cyan-crews-cross",
40+
"dull-mangos-travel",
41+
"fast-bushes-fall",
42+
"giant-areas-press",
43+
"good-camels-pull",
44+
"green-garlics-heal",
45+
"honest-deer-add",
46+
"kind-pears-behave",
47+
"pretty-forks-smash",
48+
"puny-poems-create",
49+
"rich-horses-begin",
50+
"sad-lines-hear",
51+
"six-women-visit",
52+
"stale-ads-see",
53+
"tricky-donkeys-camp",
54+
"wet-suits-help",
55+
"whole-geckos-think",
56+
"young-banks-camp"
57+
]
3158
}

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.15.4"
13+
"astro": "^6.0.0-alpha.0"
1414
}
1515
}

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.3.10",
13+
"@astrojs/mdx": "^5.0.0-alpha.0",
1414
"@astrojs/rss": "^4.0.13",
1515
"@astrojs/sitemap": "^3.6.0",
16-
"astro": "^5.15.4",
16+
"astro": "^6.0.0-alpha.0",
1717
"sharp": "^0.34.3"
1818
}
1919
}

examples/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^5.15.4"
18+
"astro": "^6.0.0-alpha.0"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test": "vitest run"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^4.4.2",
15-
"astro": "^5.15.4",
14+
"@astrojs/react": "^5.0.0-alpha.0",
15+
"astro": "^6.0.0-alpha.0",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.2.4"

examples/framework-alpine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/alpinejs": "^0.4.9",
13+
"@astrojs/alpinejs": "^0.5.0-alpha.0",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.15.0",
16-
"astro": "^5.15.4"
16+
"astro": "^6.0.0-alpha.0"
1717
}
1818
}

examples/framework-multiple/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.1.3",
14-
"@astrojs/react": "^4.4.2",
15-
"@astrojs/solid-js": "^5.1.3",
16-
"@astrojs/svelte": "^7.2.2",
17-
"@astrojs/vue": "^5.1.3",
13+
"@astrojs/preact": "^5.0.0-alpha.0",
14+
"@astrojs/react": "^5.0.0-alpha.0",
15+
"@astrojs/solid-js": "^6.0.0-alpha.0",
16+
"@astrojs/svelte": "^8.0.0-alpha.0",
17+
"@astrojs/vue": "^6.0.0-alpha.0",
1818
"@types/react": "^18.3.26",
1919
"@types/react-dom": "^18.3.7",
20-
"astro": "^5.15.4",
20+
"astro": "^6.0.0-alpha.0",
2121
"preact": "^10.27.2",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.1.3",
13+
"@astrojs/preact": "^5.0.0-alpha.0",
1414
"@preact/signals": "^2.3.2",
15-
"astro": "^5.15.4",
15+
"astro": "^6.0.0-alpha.0",
1616
"preact": "^10.27.2"
1717
}
1818
}

examples/framework-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/react": "^4.4.2",
13+
"@astrojs/react": "^5.0.0-alpha.0",
1414
"@types/react": "^18.3.26",
1515
"@types/react-dom": "^18.3.7",
16-
"astro": "^5.15.4",
16+
"astro": "^6.0.0-alpha.0",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/solid-js": "^5.1.3",
14-
"astro": "^5.15.4",
13+
"@astrojs/solid-js": "^6.0.0-alpha.0",
14+
"astro": "^6.0.0-alpha.0",
1515
"solid-js": "^1.9.9"
1616
}
1717
}

0 commit comments

Comments
 (0)