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
5 changes: 0 additions & 5 deletions .changeset/astro-markdown-remark-peer-range.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/common-mails-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-check-astro-project-references.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-bags-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/internal-helpers-mdx-export.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-pandas-repeat.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/markdown-processors-own-mdx.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mdx-extend-markdown-config-processor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mdx-legacy-plugin-options-warning.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/mdx-processor-version-requirements.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-streets-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-poems-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unified-recma-plugins.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/vercel-deps.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/advanced-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^11.1.4",
"astro": "^7.2.9",
"@astrojs/node": "^11.1.5",
"astro": "^7.2.10",
"hono": "^4.12.14"
},
"allowScripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^7.2.9"
"astro": "^7.2.10"
},
"allowScripts": {
"esbuild": true
Expand Down
6 changes: 3 additions & 3 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^7.0.8",
"@astrojs/mdx": "^8.0.0",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.2.9",
"@astrojs/sitemap": "^3.7.4",
"astro": "^7.2.10",
"sharp": "^0.35.0"
},
"allowScripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^7.2.9"
"astro": "^7.2.10"
},
"peerDependencies": {
"astro": "^5.0.0 || ^6.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 @@ -14,8 +14,8 @@
"test": "vitest run"
},
"dependencies": {
"@astrojs/react": "^6.0.4",
"astro": "^7.2.9",
"@astrojs/react": "^6.0.5",
"astro": "^7.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@astrojs/alpinejs": "^1.0.0",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.8",
"astro": "^7.2.9"
"astro": "^7.2.10"
},
"allowScripts": {
"esbuild": true
Expand Down
6 changes: 3 additions & 3 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^6.0.4",
"@astrojs/react": "^6.0.4",
"@astrojs/preact": "^6.0.5",
"@astrojs/react": "^6.0.5",
"@astrojs/solid-js": "^7.0.2",
"@astrojs/svelte": "^9.0.1",
"@astrojs/vue": "^7.0.2",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"astro": "^7.2.9",
"astro": "^7.2.10",
"preact": "^10.28.4",
"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 @@ -13,9 +13,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^6.0.4",
"@astrojs/preact": "^6.0.5",
"@preact/signals": "^2.8.1",
"astro": "^7.2.9",
"astro": "^7.2.10",
"preact": "^10.28.4"
},
"allowScripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^6.0.4",
"@astrojs/react": "^6.0.5",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"astro": "^7.2.9",
"astro": "^7.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^7.0.2",
"astro": "^7.2.9",
"astro": "^7.2.10",
"solid-js": "^1.9.11"
},
"allowScripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/svelte": "^9.0.1",
"astro": "^7.2.9",
"astro": "^7.2.10",
"svelte": "^5.53.5"
},
"allowScripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/vue": "^7.0.2",
"astro": "^7.2.9",
"astro": "^7.2.10",
"vue": "^3.5.29"
},
"allowScripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^11.1.4",
"astro": "^7.2.9"
"@astrojs/node": "^11.1.5",
"astro": "^7.2.10"
},
"allowScripts": {
"esbuild": true
Expand Down
2 changes: 1 addition & 1 deletion examples/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^7.2.9"
"astro": "^7.2.10"
},
"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 @@ -13,7 +13,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^7.2.9"
"astro": "^7.2.10"
},
"allowScripts": {
"esbuild": true
Expand Down
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^7.2.9"
"astro": "^7.2.10"
},
"allowScripts": {
"esbuild": true
Expand Down
4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/node": "^11.1.4",
"@astrojs/node": "^11.1.5",
"@astrojs/svelte": "^9.0.1",
"astro": "^7.2.9",
"astro": "^7.2.10",
"svelte": "^5.53.5"
},
"allowScripts": {
Expand Down
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": "^7.2.9",
"astro": "^7.2.10",
"sass": "^1.97.3",
"sharp": "^0.35.0"
},
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,7 +16,7 @@
},
"devDependencies": {
"@types/node": "^22.10.6",
"astro": "^7.2.9"
"astro": "^7.2.10"
},
"engines": {
"node": ">=22.12.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^2.0.8",
"astro": "^7.2.9"
"@astrojs/markdoc": "^2.0.9",
"astro": "^7.2.10"
},
"allowScripts": {
"esbuild": true
Expand Down
6 changes: 3 additions & 3 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^7.0.8",
"@astrojs/preact": "^6.0.4",
"astro": "^7.2.9",
"@astrojs/mdx": "^8.0.0",
"@astrojs/preact": "^6.0.5",
"astro": "^7.2.10",
"preact": "^10.28.4"
},
"allowScripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^6.0.4",
"@astrojs/preact": "^6.0.5",
"@nanostores/preact": "^1.0.0",
"astro": "^7.2.9",
"astro": "^7.2.10",
"nanostores": "^1.1.1",
"preact": "^10.28.4"
},
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 @@ -13,10 +13,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^7.0.8",
"@astrojs/mdx": "^8.0.0",
"@tailwindcss/vite": "^4.2.1",
"@types/canvas-confetti": "^1.9.0",
"astro": "^7.2.9",
"astro": "^7.2.10",
"canvas-confetti": "^1.9.4",
"tailwindcss": "^4.2.1",
"vite": "^8.0.13"
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 @@ -14,7 +14,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^7.2.9",
"astro": "^7.2.10",
"vitest": "^5.0.0-beta.2"
},
"allowScripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# astro

## 7.2.10

### Patch Changes

- [#17262](https://github.com/withastro/astro/pull/17262) [`f8e9458`](https://github.com/withastro/astro/commit/f8e94585ab6c38e2702ee1e2e540858f72058a40) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fixes `@astrojs/markdown-remark` being pinned to an exact version.

- [#17833](https://github.com/withastro/astro/pull/17833) [`413a6e7`](https://github.com/withastro/astro/commit/413a6e7a9b966124913893182b83cbd30a9fd3ab) Thanks [@astro-factory](https://github.com/apps/astro-factory)! - Fixes prerender conflict warnings to correctly identify the route that first rendered a duplicate pathname, instead of misattributing the conflict to an unrelated route that merely matches the URL pattern

- [#17755](https://github.com/withastro/astro/pull/17755) [`157c500`](https://github.com/withastro/astro/commit/157c500c38faa7ecf1251adbaeefcd109470d75c) Thanks [@matthewp](https://github.com/matthewp)! - Fixes a bug where editing a content collection entry during `astro dev` on Windows kept serving stale content until the dev server was restarted. The data store now notifies the dev server directly after each write instead of relying only on the file watcher, which can miss the atomic rename that commits the write on some platforms.

- Updated dependencies [[`f8e9458`](https://github.com/withastro/astro/commit/f8e94585ab6c38e2702ee1e2e540858f72058a40), [`f8e9458`](https://github.com/withastro/astro/commit/f8e94585ab6c38e2702ee1e2e540858f72058a40)]:
- @astrojs/internal-helpers@0.11.0
- @astrojs/markdown-satteri@0.4.0

## 7.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro",
"version": "7.2.9",
"version": "7.2.10",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
Expand Down
Loading