Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 29 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,34 @@
"@astrojs/markdown-remark": "6.3.6",
"@astrojs/telemetry": "3.3.0",
"@astrojs/underscore-redirects": "1.0.0",
"@astrojs/upgrade": "0.6.2"
"@astrojs/upgrade": "0.6.2",
"@astrojs/check": "0.9.5",
"@astrojs/language-server": "2.16.0",
"@astrojs/ts-plugin": "1.10.5",
"astro-vscode": "2.16.0",
"@astrojs/yaml2ts": "0.2.2"
},
"changesets": []
"changesets": [
"beige-clowns-read",
"busy-olives-chew",
"cuddly-worlds-beam",
"cyan-crews-cross",
"dull-mangos-travel",
"fast-bushes-fall",
"giant-areas-press",
"good-camels-pull",
"green-garlics-heal",
"honest-deer-add",
"kind-pears-behave",
"pretty-forks-smash",
"puny-poems-create",
"rich-horses-begin",
"sad-lines-hear",
"six-women-visit",
"stale-ads-see",
"tricky-donkeys-camp",
"wet-suits-help",
"whole-geckos-think",
"young-banks-camp"
]
}
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.15.4"
"astro": "^6.0.0-alpha.0"
}
}
4 changes: 2 additions & 2 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.10",
"@astrojs/mdx": "^5.0.0-alpha.0",
"@astrojs/rss": "^4.0.13",
"@astrojs/sitemap": "^3.6.0",
"astro": "^5.15.4",
"astro": "^6.0.0-alpha.0",
"sharp": "^0.34.3"
}
}
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^5.15.4"
"astro": "^6.0.0-alpha.0"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/container-with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test": "vitest run"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"astro": "^5.15.4",
"@astrojs/react": "^5.0.0-alpha.0",
"astro": "^6.0.0-alpha.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^3.2.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.9",
"@astrojs/alpinejs": "^0.5.0-alpha.0",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.0",
"astro": "^5.15.4"
"astro": "^6.0.0-alpha.0"
}
}
12 changes: 6 additions & 6 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.1.3",
"@astrojs/react": "^4.4.2",
"@astrojs/solid-js": "^5.1.3",
"@astrojs/svelte": "^7.2.2",
"@astrojs/vue": "^5.1.3",
"@astrojs/preact": "^5.0.0-alpha.0",
"@astrojs/react": "^5.0.0-alpha.0",
"@astrojs/solid-js": "^6.0.0-alpha.0",
"@astrojs/svelte": "^8.0.0-alpha.0",
"@astrojs/vue": "^6.0.0-alpha.0",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"astro": "^5.15.4",
"astro": "^6.0.0-alpha.0",
"preact": "^10.27.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.1.3",
"@astrojs/preact": "^5.0.0-alpha.0",
"@preact/signals": "^2.3.2",
"astro": "^5.15.4",
"astro": "^6.0.0-alpha.0",
"preact": "^10.27.2"
}
}
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/react": "^5.0.0-alpha.0",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"astro": "^5.15.4",
"astro": "^6.0.0-alpha.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/solid-js": "^5.1.3",
"astro": "^5.15.4",
"@astrojs/solid-js": "^6.0.0-alpha.0",
"astro": "^6.0.0-alpha.0",
"solid-js": "^1.9.9"
}
}
4 changes: 2 additions & 2 deletions examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^7.2.2",
"astro": "^5.15.4",
"@astrojs/svelte": "^8.0.0-alpha.0",
"astro": "^6.0.0-alpha.0",
"svelte": "^5.41.3"
}
}
4 changes: 2 additions & 2 deletions examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^5.1.3",
"astro": "^5.15.4",
"@astrojs/vue": "^6.0.0-alpha.0",
"astro": "^6.0.0-alpha.0",
"vue": "^3.5.22"
}
}
4 changes: 2 additions & 2 deletions examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.0",
"astro": "^5.15.4"
"@astrojs/node": "^10.0.0-alpha.0",
"astro": "^6.0.0-alpha.0"
}
}
2 changes: 1 addition & 1 deletion examples/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^5.15.4"
"astro": "^6.0.0-alpha.0"
},
"peerDependencies": {
"astro": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.15.4"
"astro": "^6.0.0-alpha.0"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.15.4"
"astro": "^6.0.0-alpha.0"
}
}
6 changes: 3 additions & 3 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/node": "^9.5.0",
"@astrojs/svelte": "^7.2.2",
"astro": "^5.15.4",
"@astrojs/node": "^10.0.0-alpha.0",
"@astrojs/svelte": "^8.0.0-alpha.0",
"astro": "^6.0.0-alpha.0",
"svelte": "^5.41.3"
}
}
2 changes: 1 addition & 1 deletion examples/starlog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.15.4",
"astro": "^6.0.0-alpha.0",
"sass": "^1.93.2",
"sharp": "^0.34.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/toolbar-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"@types/node": "^18.17.8",
"astro": "^5.15.4"
"astro": "^6.0.0-alpha.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.15.8",
"astro": "^5.15.4"
"@astrojs/markdoc": "^1.0.0-alpha.0",
"astro": "^6.0.0-alpha.0"
}
}
6 changes: 3 additions & 3 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.10",
"@astrojs/preact": "^4.1.3",
"astro": "^5.15.4",
"@astrojs/mdx": "^5.0.0-alpha.0",
"@astrojs/preact": "^5.0.0-alpha.0",
"astro": "^6.0.0-alpha.0",
"preact": "^10.27.2"
}
}
4 changes: 2 additions & 2 deletions examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.1.3",
"@astrojs/preact": "^5.0.0-alpha.0",
"@nanostores/preact": "^0.5.2",
"astro": "^5.15.4",
"astro": "^6.0.0-alpha.0",
"nanostores": "^0.11.4",
"preact": "^10.27.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.10",
"@astrojs/mdx": "^5.0.0-alpha.0",
"@tailwindcss/vite": "^4.1.16",
"@types/canvas-confetti": "^1.9.0",
"astro": "^5.15.4",
"astro": "^6.0.0-alpha.0",
"canvas-confetti": "^1.9.3",
"tailwindcss": "^4.1.16"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^5.15.4",
"astro": "^6.0.0-alpha.0",
"vitest": "^3.2.4"
}
}
6 changes: 6 additions & 0 deletions packages/astro-prism/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astrojs/prism

## 4.0.0-alpha.0

### Major Changes

- [#14427](https://github.com/withastro/astro/pull/14427) [`e131261`](https://github.com/withastro/astro/commit/e1312615b39c59ebc05d5bb905ee0960b50ad3cf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Increases minimum Node.js version to 22.12.0 - ([v6 upgrade guidance](https://deploy-preview-12322--astro-docs-2.netlify.app/en/guides/upgrade-to/v6/#node-22))

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-prism/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
"version": "3.3.0",
"version": "4.0.0-alpha.0",
"description": "Add Prism syntax highlighting support to your Astro site",
"author": "withastro",
"type": "module",
Expand Down
Loading