[ci] release (rc) (#8147)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-08-22 07:19:18 -07:00 committed by GitHub
parent a93e061cfb
commit 9f1881455a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
90 changed files with 565 additions and 256 deletions

View file

@ -32,15 +32,16 @@
"changesets": [ "changesets": [
"afraid-dots-whisper", "afraid-dots-whisper",
"angry-dogs-shake", "angry-dogs-shake",
"big-elephants-drive",
"big-tips-whisper", "big-tips-whisper",
"brown-wolves-tan", "brave-cheetahs-float",
"brown-numbers-prove",
"chilled-ducks-grin", "chilled-ducks-grin",
"clever-bats-breathe", "clever-bats-breathe",
"cool-feet-rest", "cool-feet-rest",
"cool-jokes-clap",
"curvy-experts-jog",
"cyan-carrots-stare", "cyan-carrots-stare",
"dirty-lies-cover", "dirty-lies-cover",
"eleven-wasps-teach",
"fair-emus-divide", "fair-emus-divide",
"fair-eyes-promise", "fair-eyes-promise",
"famous-queens-itch", "famous-queens-itch",
@ -48,11 +49,12 @@
"gentle-deers-yawn", "gentle-deers-yawn",
"gentle-meals-crash", "gentle-meals-crash",
"giant-plants-sip", "giant-plants-sip",
"happy-penguins-hug",
"heavy-walls-arrive", "heavy-walls-arrive",
"itchy-pants-grin",
"large-countries-share", "large-countries-share",
"loud-candles-admire", "loud-candles-admire",
"many-actors-flash", "lovely-walls-call",
"many-ears-drum",
"many-pears-explode", "many-pears-explode",
"mighty-dancers-lay", "mighty-dancers-lay",
"nasty-garlics-listen", "nasty-garlics-listen",
@ -60,19 +62,21 @@
"neat-owls-run", "neat-owls-run",
"neat-suns-search", "neat-suns-search",
"odd-books-live", "odd-books-live",
"orange-foxes-care",
"perfect-horses-tell", "perfect-horses-tell",
"plenty-keys-add", "plenty-keys-add",
"popular-planes-cover", "popular-carrots-sneeze",
"purple-buses-prove", "purple-buses-prove",
"quick-boats-bow", "quick-boats-bow",
"rich-tigers-march",
"rude-ears-play", "rude-ears-play",
"silent-baboons-juggle", "serious-waves-fry",
"silent-bikes-crash",
"six-grapes-look", "six-grapes-look",
"slimy-carrots-sell", "slimy-carrots-sell",
"small-nails-try",
"smart-numbers-shout", "smart-numbers-shout",
"sour-frogs-shout",
"spicy-eels-rush", "spicy-eels-rush",
"spicy-icons-live",
"strong-papayas-chew", "strong-papayas-chew",
"tame-files-glow", "tame-files-glow",
"tasty-camels-speak", "tasty-camels-speak",
@ -82,14 +86,16 @@
"tricky-candles-suffer", "tricky-candles-suffer",
"twelve-coats-rush", "twelve-coats-rush",
"twenty-cheetahs-deny", "twenty-cheetahs-deny",
"unlucky-cougars-heal",
"unlucky-hotels-try", "unlucky-hotels-try",
"unlucky-ravens-type", "unlucky-ravens-type",
"unlucky-sheep-build", "unlucky-sheep-build",
"violet-peaches-invent", "violet-peaches-invent",
"warm-weeks-yell", "warm-weeks-yell",
"wet-foxes-sleep",
"wild-bobcats-carry", "wild-bobcats-carry",
"wise-cameras-agree", "wise-cameras-agree",
"yellow-snakes-jam", "yellow-tips-cover",
"young-roses-teach" "young-roses-teach"
] ]
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^3.0.0-beta.4" "astro": "^3.0.0-rc.5"
} }
} }

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^1.0.0-beta.1", "@astrojs/mdx": "^1.0.0-rc.2",
"@astrojs/rss": "^3.0.0-beta.0", "@astrojs/rss": "^3.0.0-rc.1",
"@astrojs/sitemap": "^3.0.0-beta.0", "@astrojs/sitemap": "^3.0.0-rc.1",
"astro": "^3.0.0-beta.4" "astro": "^3.0.0-rc.5"
} }
} }

View file

@ -15,7 +15,7 @@
], ],
"scripts": {}, "scripts": {},
"devDependencies": { "devDependencies": {
"astro": "^3.0.0-beta.4" "astro": "^3.0.0-rc.5"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^2.0.0-beta.0" "astro": "^2.0.0-beta.0"

View file

@ -10,9 +10,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^3.0.0-beta.4" "astro": "^3.0.0-rc.5"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/deno": "^5.0.0-beta.0" "@astrojs/deno": "^5.0.0-rc.1"
} }
} }

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/alpinejs": "^0.3.0-beta.0", "@astrojs/alpinejs": "^0.3.0-rc.1",
"@types/alpinejs": "^3.7.1", "@types/alpinejs": "^3.7.1",
"alpinejs": "^3.12.2", "alpinejs": "^3.12.2",
"astro": "^3.0.0-beta.4" "astro": "^3.0.0-rc.5"
} }
} }

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/lit": "^3.0.0-beta.0", "@astrojs/lit": "^3.0.0-rc.1",
"@webcomponents/template-shadowroot": "^0.2.1", "@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"lit": "^2.7.5" "lit": "^2.7.5"
} }
} }

View file

@ -11,12 +11,12 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/preact": "^3.0.0-beta.1", "@astrojs/preact": "^3.0.0-rc.2",
"@astrojs/react": "^3.0.0-beta.3", "@astrojs/react": "^3.0.0-rc.4",
"@astrojs/solid-js": "^3.0.0-beta.2", "@astrojs/solid-js": "^3.0.0-rc.3",
"@astrojs/svelte": "^4.0.0-beta.1", "@astrojs/svelte": "^4.0.0-rc.2",
"@astrojs/vue": "^3.0.0-beta.0", "@astrojs/vue": "^3.0.0-rc.1",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"preact": "^10.15.1", "preact": "^10.15.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/preact": "^3.0.0-beta.1", "@astrojs/preact": "^3.0.0-rc.2",
"@preact/signals": "^1.1.3", "@preact/signals": "^1.1.3",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"preact": "^10.15.1" "preact": "^10.15.1"
} }
} }

View file

@ -11,10 +11,10 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/react": "^3.0.0-beta.3", "@astrojs/react": "^3.0.0-rc.4",
"@types/react": "^18.2.13", "@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6", "@types/react-dom": "^18.2.6",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
} }

View file

@ -11,8 +11,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/solid-js": "^3.0.0-beta.2", "@astrojs/solid-js": "^3.0.0-rc.3",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"solid-js": "^1.7.6" "solid-js": "^1.7.6"
} }
} }

View file

@ -11,8 +11,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/svelte": "^4.0.0-beta.1", "@astrojs/svelte": "^4.0.0-rc.2",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"svelte": "^3.59.1" "svelte": "^3.59.1"
} }
} }

View file

@ -11,8 +11,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/vue": "^3.0.0-beta.0", "@astrojs/vue": "^3.0.0-rc.1",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^6.0.0-beta.0", "@astrojs/node": "^6.0.0-rc.1",
"astro": "^3.0.0-beta.4" "astro": "^3.0.0-rc.5"
} }
} }

View file

@ -15,7 +15,7 @@
], ],
"scripts": {}, "scripts": {},
"devDependencies": { "devDependencies": {
"astro": "^3.0.0-beta.4" "astro": "^3.0.0-rc.5"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^2.0.0-beta.0" "astro": "^2.0.0-beta.0"

View file

@ -12,8 +12,8 @@
"server": "node dist/server/entry.mjs" "server": "node dist/server/entry.mjs"
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^6.0.0-beta.0", "@astrojs/node": "^6.0.0-rc.1",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"html-minifier": "^4.0.0" "html-minifier": "^4.0.0"
} }
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^3.0.0-beta.4" "astro": "^3.0.0-rc.5"
} }
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^3.0.0-beta.4" "astro": "^3.0.0-rc.5"
} }
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^3.0.0-beta.4" "astro": "^3.0.0-rc.5"
} }
} }

View file

@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs" "server": "node dist/server/entry.mjs"
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^6.0.0-beta.0", "@astrojs/node": "^6.0.0-rc.1",
"@astrojs/svelte": "^4.0.0-beta.1", "@astrojs/svelte": "^4.0.0-rc.2",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"svelte": "^3.59.1" "svelte": "^3.59.1"
} }
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/markdoc": "^1.0.0-beta.1", "@astrojs/markdoc": "^0.5.0-rc.1",
"astro": "^3.0.0-beta.4" "astro": "^3.0.0-rc.5"
} }
} }

View file

@ -11,8 +11,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/markdown-remark": "^3.0.0-beta.0", "@astrojs/markdown-remark": "^3.0.0-rc.1",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"hast-util-select": "^5.0.5", "hast-util-select": "^5.0.5",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0", "rehype-slug": "^5.1.0",

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^3.0.0-beta.4" "astro": "^3.0.0-rc.5"
} }
} }

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^1.0.0-beta.1", "@astrojs/mdx": "^1.0.0-rc.2",
"@astrojs/preact": "^3.0.0-beta.1", "@astrojs/preact": "^3.0.0-rc.2",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"preact": "^10.15.1" "preact": "^10.15.1"
} }
} }

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/preact": "^3.0.0-beta.1", "@astrojs/preact": "^3.0.0-rc.2",
"@nanostores/preact": "^0.4.1", "@nanostores/preact": "^0.4.1",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"nanostores": "^0.8.1", "nanostores": "^0.8.1",
"preact": "^10.15.1" "preact": "^10.15.1"
} }

View file

@ -11,10 +11,10 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^1.0.0-beta.1", "@astrojs/mdx": "^1.0.0-rc.2",
"@astrojs/tailwind": "^5.0.0-beta.0", "@astrojs/tailwind": "^5.0.0-rc.1",
"@types/canvas-confetti": "^1.6.0", "@types/canvas-confetti": "^1.6.0",
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"canvas-confetti": "^1.6.0", "canvas-confetti": "^1.6.0",
"postcss": "^8.4.24", "postcss": "^8.4.24",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"vite-plugin-pwa": "0.14.7", "vite-plugin-pwa": "0.14.7",
"workbox-window": "^6.6.0" "workbox-window": "^6.6.0"
} }

View file

@ -12,7 +12,7 @@
"test": "vitest" "test": "vitest"
}, },
"dependencies": { "dependencies": {
"astro": "^3.0.0-beta.4", "astro": "^3.0.0-rc.5",
"vitest": "^0.31.4" "vitest": "^0.31.4"
} }
} }

View file

@ -1,5 +1,11 @@
# @astrojs/prism # @astrojs/prism
## 3.0.0-rc.1
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
## 3.0.0-beta.0 ## 3.0.0-beta.0
### Major Changes ### Major Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/prism", "name": "@astrojs/prism",
"version": "3.0.0-beta.0", "version": "3.0.0-rc.1",
"description": "Add Prism syntax highlighting support to your Astro site", "description": "Add Prism syntax highlighting support to your Astro site",
"author": "withastro", "author": "withastro",
"type": "module", "type": "module",

View file

@ -1,5 +1,17 @@
# @astrojs/rss # @astrojs/rss
## 3.0.0-rc.1
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
### Patch Changes
- [#8099](https://github.com/withastro/astro/pull/8099) [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969) Thanks [@bluwy](https://github.com/bluwy)! - Deprecate the `markdown.drafts` configuration option.
If you'd like to create draft pages that are visible in dev but not in production, you can [migrate to content collections](https://docs.astro.build/en/guides/content-collections/#migrating-from-file-based-routing) and [manually filter out pages](https://docs.astro.build/en/guides/content-collections/#filtering-collection-queries) with the `draft: true` frontmatter property instead.
## 3.0.0-beta.0 ## 3.0.0-beta.0
### Major Changes ### Major Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/rss", "name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects", "description": "Add RSS feeds to your Astro projects",
"version": "3.0.0-beta.0", "version": "3.0.0-rc.1",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,81 @@
# astro # astro
## 3.0.0-rc.5
### Major Changes
- [#8142](https://github.com/withastro/astro/pull/8142) [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes for the `class:list` directive
- Previously, `class:list` would ocassionally not be merged the `class` prop when passed to Astro components. Now, `class:list` is always converted to a `class` prop (as a string value).
- Previously, `class:list` diverged from [`clsx`](https://github.com/lukeed/clsx) in a few edge cases. Now, `class:list` uses [`clsx`](https://github.com/lukeed/clsx) directly.
- `class:list` used to deduplicate matching values, but it no longer does
- `class:list` used to sort individual values, but it no longer does
- `class:list` used to support `Set` and other iterables, but it no longer does
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
- [#8170](https://github.com/withastro/astro/pull/8170) [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a) Thanks [@bluwy](https://github.com/bluwy)! - Remove deprecated config option types, deprecated script/style attributes, and deprecated `image` export from `astro:content`
- [#8180](https://github.com/withastro/astro/pull/8180) [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9) Thanks [@ematipico](https://github.com/ematipico)! - The scoped hash created by the Astro compiler is now **lowercase**.
- [#8169](https://github.com/withastro/astro/pull/8169) [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12) Thanks [@bluwy](https://github.com/bluwy)! - Remove pre-shiki v0.14 theme names for compatibility. Please rename to the new theme names to migrate:
- `material-darker` -> `material-theme-darker`
- `material-default` -> `material-theme`
- `material-lighter` -> `material-theme-lighter`
- `material-ocean` -> `material-theme-ocean`
- `material-palenight` -> `material-theme-palenight`
### Patch Changes
- [#8147](https://github.com/withastro/astro/pull/8147) [`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Do not throw Error when users pass an object with a "type" property
- [#8152](https://github.com/withastro/astro/pull/8152) [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57) Thanks [@andremralves](https://github.com/andremralves)! - Displays a new config error if `outDir` is placed within `publicDir`.
- [#8147](https://github.com/withastro/astro/pull/8147) [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Improve fidelity of time stats when running `astro build`
- [#8171](https://github.com/withastro/astro/pull/8171) [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix missing type for `imageConfig` export from `astro:assets`
- [#8147](https://github.com/withastro/astro/pull/8147) [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Open to configured `base` when `astro dev --open` runs
- [#8099](https://github.com/withastro/astro/pull/8099) [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969) Thanks [@bluwy](https://github.com/bluwy)! - Deprecate the `markdown.drafts` configuration option.
If you'd like to create draft pages that are visible in dev but not in production, you can [migrate to content collections](https://docs.astro.build/en/guides/content-collections/#migrating-from-file-based-routing) and [manually filter out pages](https://docs.astro.build/en/guides/content-collections/#filtering-collection-queries) with the `draft: true` frontmatter property instead.
- [#8147](https://github.com/withastro/astro/pull/8147) [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - On back navigation only animate view transitions that were animated going forward.
- [#8163](https://github.com/withastro/astro/pull/8163) [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a) Thanks [@delucis](https://github.com/delucis)! - Make typing of `defineCollection` more permissive to support advanced union and intersection types
- [#8147](https://github.com/withastro/astro/pull/8147) [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - fix: reinsert attribute to specify direction of ViewTransition (forward / back)
- [#8132](https://github.com/withastro/astro/pull/8132) [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf) Thanks [@bluwy](https://github.com/bluwy)! - Deprecate returning simple objects from endpoints. Endpoints should only return a `Response`.
To return a result with a custom encoding not supported by a `Response`, you can use the `ResponseWithEncoding` utility class instead.
Before:
```ts
export function GET() {
return {
body: '...',
encoding: 'binary',
};
}
```
After:
```ts
export function GET({ ResponseWithEncoding }) {
return new ResponseWithEncoding('...', undefined, 'binary');
}
```
- Updated dependencies [[`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12)]:
- @astrojs/markdown-remark@3.0.0-rc.1
- @astrojs/telemetry@3.0.0-rc.3
- @astrojs/internal-helpers@0.2.0-rc.2
## 3.0.0-beta.4 ## 3.0.0-beta.4
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "3.0.0-beta.4", "version": "3.0.0-rc.5",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",

View file

@ -858,10 +858,10 @@ export interface AstroUserConfig {
* @default `false` * @default `false`
* @deprecated Deprecated since version 3.0. * @deprecated Deprecated since version 3.0.
* @description * @description
* The build config option `build.split` has been replaced by the adapter configuration option [`functionPerRoute`](/en/reference/adapter-reference/#functionperroute). * The build config option `build.split` has been replaced by the adapter configuration option [`functionPerRoute`](/en/reference/adapter-reference/#functionperroute).
* *
* Please see your [SSR adapter's documentation](/en/guides/integrations-guide/#official-integrations) for using `functionPerRoute` to define how your SSR code is bundled. * Please see your [SSR adapter's documentation](/en/guides/integrations-guide/#official-integrations) for using `functionPerRoute` to define how your SSR code is bundled.
* *
*/ */
split?: boolean; split?: boolean;
@ -872,7 +872,7 @@ export interface AstroUserConfig {
* @default `false` * @default `false`
* @deprecated Deprecated since version 3.0. * @deprecated Deprecated since version 3.0.
* @description * @description
* The build config option `build.excludeMiddleware` has been replaced by the adapter configuration option [`edgeMiddleware`](/en/reference/adapter-reference/#edgemiddleware). * The build config option `build.excludeMiddleware` has been replaced by the adapter configuration option [`edgeMiddleware`](/en/reference/adapter-reference/#edgemiddleware).
* *
* Please see your [SSR adapter's documentation](/en/guides/integrations-guide/#official-integrations) for using `edgeMiddleware` to define whether or not any SSR middleware code will be bundled when built. * Please see your [SSR adapter's documentation](/en/guides/integrations-guide/#official-integrations) for using `edgeMiddleware` to define whether or not any SSR middleware code will be bundled when built.
*/ */

View file

@ -23,6 +23,6 @@ export class SSRRoutePipeline extends Pipeline {
if (response.headers.get('X-Astro-Response') === 'Not-Found') { if (response.headers.get('X-Astro-Response') === 'Not-Found') {
throw new EndpointNotFoundError(response); throw new EndpointNotFoundError(response);
} }
return response return response;
} }
} }

View file

@ -380,29 +380,30 @@ export function createRelativeSchema(cmd: string, fileProtocolRoot: string) {
.optional() .optional()
.default({}) .default({})
), ),
}).transform((config) => { })
// If the user changed outDir but not build.server, build.config, adjust so those .transform((config) => {
// are relative to the outDir, as is the expected default. // If the user changed outDir but not build.server, build.config, adjust so those
if ( // are relative to the outDir, as is the expected default.
!config.build.server.toString().startsWith(config.outDir.toString()) && if (
config.build.server.toString().endsWith('dist/server/') !config.build.server.toString().startsWith(config.outDir.toString()) &&
) { config.build.server.toString().endsWith('dist/server/')
config.build.server = new URL('./dist/server/', config.outDir); ) {
} config.build.server = new URL('./dist/server/', config.outDir);
if ( }
!config.build.client.toString().startsWith(config.outDir.toString()) && if (
config.build.client.toString().endsWith('dist/client/') !config.build.client.toString().startsWith(config.outDir.toString()) &&
) { config.build.client.toString().endsWith('dist/client/')
config.build.client = new URL('./dist/client/', config.outDir); ) {
} config.build.client = new URL('./dist/client/', config.outDir);
}
// Handle `base` trailing slash based on `trailingSlash` config // Handle `base` trailing slash based on `trailingSlash` config
if (config.trailingSlash === 'never') { if (config.trailingSlash === 'never') {
config.base = prependForwardSlash(removeTrailingForwardSlash(config.base)); config.base = prependForwardSlash(removeTrailingForwardSlash(config.base));
} else if (config.trailingSlash === 'always') { } else if (config.trailingSlash === 'always') {
config.base = prependForwardSlash(appendForwardSlash(config.base)); config.base = prependForwardSlash(appendForwardSlash(config.base));
} else { } else {
config.base = prependForwardSlash(config.base); config.base = prependForwardSlash(config.base);
} }
return config; return config;

View file

@ -481,9 +481,9 @@ function normalizeProps(props: Record<string, any>): Record<string, any> {
if (props['class:list'] !== undefined) { if (props['class:list'] !== undefined) {
const value = props['class:list']; const value = props['class:list'];
delete props['class:list']; delete props['class:list'];
props['class'] = clsx(props['class'], value) props['class'] = clsx(props['class'], value);
if (props['class'] === '') { if (props['class'] === '') {
delete props['class'] delete props['class'];
} }
} }
return props; return props;

View file

@ -19,7 +19,10 @@ describe('Class List', async () => {
expect($('[class="test true"]')).to.have.lengthOf(1, '[class="test true"]'); expect($('[class="test true"]')).to.have.lengthOf(1, '[class="test true"]');
expect($('[class="test truthy"]')).to.have.lengthOf(1, '[class="test truthy"]'); expect($('[class="test truthy"]')).to.have.lengthOf(1, '[class="test truthy"]');
expect($('[class="test set"]')).to.have.lengthOf(1, '[class="test set"]'); expect($('[class="test set"]')).to.have.lengthOf(1, '[class="test set"]');
expect($('[class="hello goodbye hello world hello friend"]')).to.have.lengthOf(1, '[class="hello goodbye hello world hello friend"]'); expect($('[class="hello goodbye hello world hello friend"]')).to.have.lengthOf(
1,
'[class="hello goodbye hello world hello friend"]'
);
expect($('[class="foo baz"]')).to.have.lengthOf(1, '[class="foo baz"]'); expect($('[class="foo baz"]')).to.have.lengthOf(1, '[class="foo baz"]');
expect($('span:not([class])')).to.have.lengthOf(1, 'span:not([class])'); expect($('span:not([class])')).to.have.lengthOf(1, 'span:not([class])');
@ -35,7 +38,10 @@ describe('Class List', async () => {
expect($('[class="test true"]')).to.have.lengthOf(1, '[class="test true"]'); expect($('[class="test true"]')).to.have.lengthOf(1, '[class="test true"]');
expect($('[class="test truthy"]')).to.have.lengthOf(1, '[class="test truthy"]'); expect($('[class="test truthy"]')).to.have.lengthOf(1, '[class="test truthy"]');
expect($('[class="test set"]')).to.have.lengthOf(1, '[class="test set"]'); expect($('[class="test set"]')).to.have.lengthOf(1, '[class="test set"]');
expect($('[class="hello goodbye hello world hello friend"]')).to.have.lengthOf(1, '[class="hello goodbye hello world hello friend"]'); expect($('[class="hello goodbye hello world hello friend"]')).to.have.lengthOf(
1,
'[class="hello goodbye hello world hello friend"]'
);
expect($('[class="foo baz"]')).to.have.lengthOf(1, '[class="foo baz"]'); expect($('[class="foo baz"]')).to.have.lengthOf(1, '[class="foo baz"]');
expect($('span:not([class])')).to.have.lengthOf(1, 'span:not([class])'); expect($('span:not([class])')).to.have.lengthOf(1, 'span:not([class])');
@ -44,7 +50,9 @@ describe('Class List', async () => {
expect($('[class="test true"]').text()).to.equal('test true'); expect($('[class="test true"]').text()).to.equal('test true');
expect($('[class="test truthy"]').text()).to.equal('test truthy'); expect($('[class="test truthy"]').text()).to.equal('test truthy');
expect($('[class="test set"]').text()).to.equal('test set'); expect($('[class="test set"]').text()).to.equal('test set');
expect($('[class="hello goodbye hello world hello friend"]').text()).to.equal('hello goodbye hello world hello friend'); expect($('[class="hello goodbye hello world hello friend"]').text()).to.equal(
'hello goodbye hello world hello friend'
);
expect($('[class="foo baz"]').text()).to.equal('foo baz'); expect($('[class="foo baz"]').text()).to.equal('foo baz');
expect($('span:not([class])').text()).to.equal(''); expect($('span:not([class])').text()).to.equal('');
}); });

View file

@ -102,14 +102,14 @@ describe('core/render components', () => {
const html = await text(); const html = await text();
const $ = cheerio.load(html); const $ = cheerio.load(html);
const check = (name) => JSON.parse($(name).text() || '{}') const check = (name) => JSON.parse($(name).text() || '{}');
const Class = check('#class'); const Class = check('#class');
const ClassList = check('#class-list'); const ClassList = check('#class-list');
const BothLiteral = check('#both-literal'); const BothLiteral = check('#both-literal');
const BothFlipped = check('#both-flipped'); const BothFlipped = check('#both-flipped');
const BothSpread = check('#both-spread'); const BothSpread = check('#both-spread');
expect(Class).to.deep.equal({ class: 'red blue' }, '#class'); expect(Class).to.deep.equal({ class: 'red blue' }, '#class');
expect(ClassList).to.deep.equal({ class: 'red blue' }, '#class-list'); expect(ClassList).to.deep.equal({ class: 'red blue' }, '#class-list');
expect(BothLiteral).to.deep.equal({ class: 'red blue' }, '#both-literal'); expect(BothLiteral).to.deep.equal({ class: 'red blue' }, '#both-literal');

View file

@ -1,5 +1,11 @@
# create-astro # create-astro
## 4.0.0-rc.2
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
## 4.0.0-beta.1 ## 4.0.0-beta.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "create-astro", "name": "create-astro",
"version": "4.0.0-beta.1", "version": "4.0.0-rc.2",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/alpinejs # @astrojs/alpinejs
## 0.3.0-rc.1
### Minor Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
## 0.3.0-beta.0 ## 0.3.0-beta.0
### Minor Changes ### Minor Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/alpinejs", "name": "@astrojs/alpinejs",
"description": "Use Alpine within Astro", "description": "Use Alpine within Astro",
"version": "0.3.0-beta.0", "version": "0.3.0-rc.1",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,17 @@
# @astrojs/cloudflare # @astrojs/cloudflare
## 7.0.0-rc.3
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
### Patch Changes
- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
- astro@3.0.0-rc.5
- @astrojs/underscore-redirects@0.3.0-rc.1
## 7.0.0-beta.2 ## 7.0.0-beta.2
### Major Changes ### Major Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/cloudflare", "name": "@astrojs/cloudflare",
"description": "Deploy your site to Cloudflare Workers/Pages", "description": "Deploy your site to Cloudflare Workers/Pages",
"version": "7.0.0-beta.2", "version": "7.0.0-rc.3",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -45,7 +45,7 @@
"tiny-glob": "^0.2.9" "tiny-glob": "^0.2.9"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-beta.4" "astro": "workspace:^3.0.0-rc.5"
}, },
"devDependencies": { "devDependencies": {
"astro": "workspace:*", "astro": "workspace:*",

View file

@ -1,5 +1,16 @@
# @astrojs/deno # @astrojs/deno
## 5.0.0-rc.1
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
### Patch Changes
- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
- astro@3.0.0-rc.5
## 5.0.0-beta.0 ## 5.0.0-beta.0
### Major Changes ### Major Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/deno", "name": "@astrojs/deno",
"description": "Deploy your site to a Deno server", "description": "Deploy your site to a Deno server",
"version": "5.0.0-beta.0", "version": "5.0.0-rc.1",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -36,7 +36,7 @@
"esbuild": "^0.15.18" "esbuild": "^0.15.18"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-beta.4" "astro": "workspace:^3.0.0-rc.5"
}, },
"devDependencies": { "devDependencies": {
"astro": "workspace:*", "astro": "workspace:*",

View file

@ -1,5 +1,11 @@
# @astrojs/lit # @astrojs/lit
## 3.0.0-rc.1
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
## 3.0.0-beta.0 ## 3.0.0-beta.0
### Major Changes ### Major Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/lit", "name": "@astrojs/lit",
"version": "3.0.0-beta.0", "version": "3.0.0-rc.1",
"description": "Use Lit components within Astro", "description": "Use Lit components within Astro",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -1,5 +1,26 @@
# @astrojs/markdoc # @astrojs/markdoc
## 0.5.0-rc.1
### Minor Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
- [#8169](https://github.com/withastro/astro/pull/8169) [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12) Thanks [@bluwy](https://github.com/bluwy)! - Remove pre-shiki v0.14 theme names for compatibility. Please rename to the new theme names to migrate:
- `material-darker` -> `material-theme-darker`
- `material-default` -> `material-theme`
- `material-lighter` -> `material-theme-lighter`
- `material-ocean` -> `material-theme-ocean`
- `material-palenight` -> `material-theme-palenight`
### Patch Changes
- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
- astro@3.0.0-rc.5
- @astrojs/prism@3.0.0-rc.1
- @astrojs/internal-helpers@0.2.0-rc.2
## 1.0.0-beta.1 ## 1.0.0-beta.1
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/markdoc", "name": "@astrojs/markdoc",
"description": "Add support for Markdoc in your Astro site", "description": "Add support for Markdoc in your Astro site",
"version": "0.5.0-beta.0", "version": "0.5.0-rc.1",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -75,7 +75,7 @@
"zod": "^3.17.3" "zod": "^3.17.3"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-beta.4" "astro": "workspace:^3.0.0-rc.5"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "workspace:*", "@astrojs/markdown-remark": "workspace:*",

View file

@ -1,5 +1,28 @@
# @astrojs/mdx # @astrojs/mdx
## 1.0.0-rc.2
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
### Minor Changes
- [#8169](https://github.com/withastro/astro/pull/8169) [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12) Thanks [@bluwy](https://github.com/bluwy)! - Remove pre-shiki v0.14 theme names for compatibility. Please rename to the new theme names to migrate:
- `material-darker` -> `material-theme-darker`
- `material-default` -> `material-theme`
- `material-lighter` -> `material-theme-lighter`
- `material-ocean` -> `material-theme-ocean`
- `material-palenight` -> `material-theme-palenight`
### Patch Changes
- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
- astro@3.0.0-rc.5
- @astrojs/markdown-remark@3.0.0-rc.1
- @astrojs/prism@3.0.0-rc.1
## 1.0.0-beta.1 ## 1.0.0-beta.1
### Major Changes ### Major Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/mdx", "name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site", "description": "Add support for MDX pages in your Astro site",
"version": "1.0.0-beta.1", "version": "1.0.0-rc.2",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -54,7 +54,7 @@
"vfile": "^5.3.7" "vfile": "^5.3.7"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-beta.4" "astro": "workspace:^3.0.0-rc.5"
}, },
"devDependencies": { "devDependencies": {
"@types/chai": "^4.3.5", "@types/chai": "^4.3.5",

View file

@ -1,5 +1,17 @@
# @astrojs/netlify # @astrojs/netlify
## 3.0.0-rc.2
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
### Patch Changes
- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
- astro@3.0.0-rc.5
- @astrojs/underscore-redirects@0.3.0-rc.1
## 3.0.0-beta.1 ## 3.0.0-beta.1
### Major Changes ### Major Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/netlify", "name": "@astrojs/netlify",
"description": "Deploy your site to Netlify", "description": "Deploy your site to Netlify",
"version": "3.0.0-beta.1", "version": "3.0.0-rc.2",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -43,7 +43,7 @@
"esbuild": "^0.18.16" "esbuild": "^0.18.16"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-beta.4" "astro": "workspace:^3.0.0-rc.5"
}, },
"devDependencies": { "devDependencies": {
"@netlify/edge-functions": "^2.0.0", "@netlify/edge-functions": "^2.0.0",

View file

@ -1,5 +1,18 @@
# @astrojs/node # @astrojs/node
## 6.0.0-rc.1
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
### Patch Changes
- [#8176](https://github.com/withastro/astro/pull/8176) [`d08c83ee3`](https://github.com/withastro/astro/commit/d08c83ee3fe0f10374264f61ee473255dcf0cd06) Thanks [@ematipico](https://github.com/ematipico)! - Fix an issue where `express` couldn't use the `handler` in `middleware` mode.
- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
- astro@3.0.0-rc.5
## 6.0.0-beta.0 ## 6.0.0-beta.0
### Major Changes ### Major Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/node", "name": "@astrojs/node",
"description": "Deploy your site to a Node.js server", "description": "Deploy your site to a Node.js server",
"version": "6.0.0-beta.0", "version": "6.0.0-rc.1",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -37,7 +37,7 @@
"server-destroy": "^1.0.1" "server-destroy": "^1.0.1"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-beta.4" "astro": "workspace:^3.0.0-rc.5"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.16.18", "@types/node": "^18.16.18",

View file

@ -1,5 +1,11 @@
# @astrojs/partytown # @astrojs/partytown
## 2.0.0-rc.1
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
## 2.0.0-beta.0 ## 2.0.0-beta.0
### Major Changes ### Major Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/partytown", "name": "@astrojs/partytown",
"description": "Use Partytown to move scripts into a web worker in your Astro project", "description": "Use Partytown to move scripts into a web worker in your Astro project",
"version": "2.0.0-beta.0", "version": "2.0.0-rc.1",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/preact # @astrojs/preact
## 3.0.0-rc.2
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
## 3.0.0-beta.1 ## 3.0.0-beta.1
### Major Changes ### Major Changes

View file

@ -137,20 +137,19 @@ export default defineConfig({
// Enable many frameworks to support all different kinds of components. // Enable many frameworks to support all different kinds of components.
// No `include` is needed if you are only using a single JSX framework! // No `include` is needed if you are only using a single JSX framework!
integrations: [ integrations: [
preact({ preact({
include: ['**/preact/*'] include: ['**/preact/*'],
}), }),
react({ react({
include: ['**/react/*'] include: ['**/react/*'],
}), }),
solid({ solid({
include: ['**/solid/*'], include: ['**/solid/*'],
}), }),
] ],
}); });
``` ```
## Examples ## Examples
- The [Astro Preact example](https://github.com/withastro/astro/tree/latest/examples/framework-preact) shows how to use an interactive Preact component in an Astro project. - The [Astro Preact example](https://github.com/withastro/astro/tree/latest/examples/framework-preact) shows how to use an interactive Preact component in an Astro project.

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/preact", "name": "@astrojs/preact",
"description": "Use Preact components within Astro", "description": "Use Preact components within Astro",
"version": "3.0.0-beta.1", "version": "3.0.0-rc.2",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/prefetch # @astrojs/prefetch
## 0.4.0-rc.1
### Minor Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
## 0.4.0-beta.0 ## 0.4.0-beta.0
### Minor Changes ### Minor Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/prefetch", "name": "@astrojs/prefetch",
"description": "Prefetch page navigations in your Astro site", "description": "Prefetch page navigations in your Astro site",
"version": "0.4.0-beta.0", "version": "0.4.0-rc.1",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,16 @@
# @astrojs/react # @astrojs/react
## 3.0.0-rc.4
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
### Patch Changes
- Updated dependencies [[`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7)]:
- @astrojs/internal-helpers@0.2.0-rc.2
## 3.0.0-beta.3 ## 3.0.0-beta.3
### Minor Changes ### Minor Changes

View file

@ -83,16 +83,16 @@ export default defineConfig({
// Enable many frameworks to support all different kinds of components. // Enable many frameworks to support all different kinds of components.
// No `include` is needed if you are only using a single JSX framework! // No `include` is needed if you are only using a single JSX framework!
integrations: [ integrations: [
preact({ preact({
include: ['**/preact/*'] include: ['**/preact/*'],
}), }),
react({ react({
include: ['**/react/*'] include: ['**/react/*'],
}), }),
solid({ solid({
include: ['**/solid/*'], include: ['**/solid/*'],
}), }),
] ],
}); });
``` ```

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/react", "name": "@astrojs/react",
"description": "Use React components within Astro", "description": "Use React components within Astro",
"version": "3.0.0-beta.3", "version": "3.0.0-rc.4",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -44,7 +44,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\"" "dev": "astro-scripts dev \"src/**/*.ts\""
}, },
"dependencies": { "dependencies": {
"@astrojs/internal-helpers": "0.2.0-beta.1", "@astrojs/internal-helpers": "0.2.0-rc.2",
"@vitejs/plugin-react": "^4.0.3", "@vitejs/plugin-react": "^4.0.3",
"ultrahtml": "^1.2.0" "ultrahtml": "^1.2.0"
}, },

View file

@ -1,5 +1,11 @@
# @astrojs/sitemap # @astrojs/sitemap
## 3.0.0-rc.1
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
## 3.0.0-beta.0 ## 3.0.0-beta.0
### Major Changes ### Major Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/sitemap", "name": "@astrojs/sitemap",
"description": "Generate a sitemap for your Astro site", "description": "Generate a sitemap for your Astro site",
"version": "3.0.0-beta.0", "version": "3.0.0-rc.1",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/solid-js # @astrojs/solid-js
## 3.0.0-rc.3
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
## 3.0.0-beta.2 ## 3.0.0-beta.2
### Patch Changes ### Patch Changes

View file

@ -83,16 +83,16 @@ export default defineConfig({
// Enable many frameworks to support all different kinds of components. // Enable many frameworks to support all different kinds of components.
// No `include` is needed if you are only using a single JSX framework! // No `include` is needed if you are only using a single JSX framework!
integrations: [ integrations: [
preact({ preact({
include: ['**/preact/*'] include: ['**/preact/*'],
}), }),
react({ react({
include: ['**/react/*'] include: ['**/react/*'],
}), }),
solid({ solid({
include: ['**/solid/*'], include: ['**/solid/*'],
}), }),
] ],
}); });
``` ```

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/solid-js", "name": "@astrojs/solid-js",
"version": "3.0.0-beta.2", "version": "3.0.0-rc.3",
"description": "Use Solid components within Astro", "description": "Use Solid components within Astro",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -1,5 +1,16 @@
# @astrojs/svelte # @astrojs/svelte
## 4.0.0-rc.2
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
### Patch Changes
- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
- astro@3.0.0-rc.5
## 4.0.0-beta.1 ## 4.0.0-beta.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/svelte", "name": "@astrojs/svelte",
"version": "4.0.0-beta.1", "version": "4.0.0-rc.2",
"description": "Use Svelte components within Astro", "description": "Use Svelte components within Astro",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -48,7 +48,7 @@
"vite": "^4.4.6" "vite": "^4.4.6"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-beta.4", "astro": "workspace:^3.0.0-rc.5",
"svelte": "^3.55.0 || ^4.0.0" "svelte": "^3.55.0 || ^4.0.0"
}, },
"engines": { "engines": {

View file

@ -1,5 +1,16 @@
# @astrojs/tailwind # @astrojs/tailwind
## 5.0.0-rc.1
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
### Patch Changes
- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
- astro@3.0.0-rc.5
## 5.0.0-beta.0 ## 5.0.0-beta.0
### Major Changes ### Major Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/tailwind", "name": "@astrojs/tailwind",
"description": "Use Tailwind CSS to style your Astro site", "description": "Use Tailwind CSS to style your Astro site",
"version": "5.0.0-beta.0", "version": "5.0.0-rc.1",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -43,7 +43,7 @@
"vite": "^4.4.6" "vite": "^4.4.6"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-beta.4", "astro": "workspace:^3.0.0-rc.5",
"tailwindcss": "^3.0.24" "tailwindcss": "^3.0.24"
} }
} }

View file

@ -1,5 +1,17 @@
# @astrojs/vercel # @astrojs/vercel
## 4.0.0-rc.4
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
### Patch Changes
- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
- astro@3.0.0-rc.5
- @astrojs/internal-helpers@0.2.0-rc.2
## 4.0.0-beta.3 ## 4.0.0-beta.3
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/vercel", "name": "@astrojs/vercel",
"description": "Deploy your site to Vercel", "description": "Deploy your site to Vercel",
"version": "4.0.0-beta.3", "version": "4.0.0-rc.4",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",
@ -60,7 +60,7 @@
"web-vitals": "^3.3.2" "web-vitals": "^3.3.2"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-beta.4" "astro": "workspace:^3.0.0-rc.5"
}, },
"devDependencies": { "devDependencies": {
"@types/set-cookie-parser": "^2.4.2", "@types/set-cookie-parser": "^2.4.2",

View file

@ -1,5 +1,16 @@
# @astrojs/vue # @astrojs/vue
## 3.0.0-rc.1
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
### Patch Changes
- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
- astro@3.0.0-rc.5
## 3.0.0-beta.0 ## 3.0.0-beta.0
### Major Changes ### Major Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/vue", "name": "@astrojs/vue",
"version": "3.0.0-beta.0", "version": "3.0.0-rc.1",
"description": "Use Vue components within Astro", "description": "Use Vue components within Astro",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -56,7 +56,7 @@
"vue": "^3.3.4" "vue": "^3.3.4"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-beta.4", "astro": "workspace:^3.0.0-rc.5",
"vue": "^3.2.30" "vue": "^3.2.30"
}, },
"engines": { "engines": {

View file

@ -1,5 +1,11 @@
# @astrojs/internal-helpers # @astrojs/internal-helpers
## 0.2.0-rc.2
### Minor Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
## 0.2.0-beta.1 ## 0.2.0-beta.1
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/internal-helpers", "name": "@astrojs/internal-helpers",
"description": "Internal helpers used by core Astro packages.", "description": "Internal helpers used by core Astro packages.",
"version": "0.2.0-beta.1", "version": "0.2.0-rc.2",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

@ -1,5 +1,25 @@
# @astrojs/markdown-remark # @astrojs/markdown-remark
## 3.0.0-rc.1
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
- [#8169](https://github.com/withastro/astro/pull/8169) [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12) Thanks [@bluwy](https://github.com/bluwy)! - Remove pre-shiki v0.14 theme names for compatibility. Please rename to the new theme names to migrate:
- `material-darker` -> `material-theme-darker`
- `material-default` -> `material-theme`
- `material-lighter` -> `material-theme-lighter`
- `material-ocean` -> `material-theme-ocean`
- `material-palenight` -> `material-theme-palenight`
### Patch Changes
- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
- astro@3.0.0-rc.5
- @astrojs/prism@3.0.0-rc.1
## 3.0.0-beta.0 ## 3.0.0-beta.0
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/markdown-remark", "name": "@astrojs/markdown-remark",
"version": "3.0.0-beta.0", "version": "3.0.0-rc.1",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",
@ -28,10 +28,10 @@
"test": "mocha --exit --timeout 20000" "test": "mocha --exit --timeout 20000"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-beta.0" "astro": "workspace:^3.0.0-rc.5"
}, },
"dependencies": { "dependencies": {
"@astrojs/prism": "^3.0.0-beta.0", "@astrojs/prism": "^3.0.0-rc.1",
"github-slugger": "^1.5.0", "github-slugger": "^1.5.0",
"import-meta-resolve": "^2.2.2", "import-meta-resolve": "^2.2.2",
"rehype-raw": "^6.1.1", "rehype-raw": "^6.1.1",

View file

@ -1,5 +1,11 @@
# @astrojs/telemetry # @astrojs/telemetry
## 3.0.0-rc.3
### Major Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
## 3.0.0-beta.2 ## 3.0.0-beta.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/telemetry", "name": "@astrojs/telemetry",
"version": "3.0.0-beta.2", "version": "3.0.0-rc.3",
"type": "module", "type": "module",
"types": "./dist/types/index.d.ts", "types": "./dist/types/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/underscore-redirects # @astrojs/underscore-redirects
## 0.3.0-rc.1
### Minor Changes
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
## 0.3.0-beta.0 ## 0.3.0-beta.0
### Minor Changes ### Minor Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/underscore-redirects", "name": "@astrojs/underscore-redirects",
"description": "Utilities to generate _redirects files in Astro projects", "description": "Utilities to generate _redirects files in Astro projects",
"version": "0.3.0-beta.0", "version": "0.3.0-rc.1",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

@ -125,44 +125,44 @@ importers:
examples/basics: examples/basics:
dependencies: dependencies:
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
examples/blog: examples/blog:
dependencies: dependencies:
'@astrojs/mdx': '@astrojs/mdx':
specifier: ^1.0.0-beta.1 specifier: ^1.0.0-rc.2
version: link:../../packages/integrations/mdx version: link:../../packages/integrations/mdx
'@astrojs/rss': '@astrojs/rss':
specifier: ^3.0.0-beta.0 specifier: ^3.0.0-rc.1
version: link:../../packages/astro-rss version: link:../../packages/astro-rss
'@astrojs/sitemap': '@astrojs/sitemap':
specifier: ^3.0.0-beta.0 specifier: ^3.0.0-rc.1
version: link:../../packages/integrations/sitemap version: link:../../packages/integrations/sitemap
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
examples/component: examples/component:
devDependencies: devDependencies:
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
examples/deno: examples/deno:
dependencies: dependencies:
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
devDependencies: devDependencies:
'@astrojs/deno': '@astrojs/deno':
specifier: ^5.0.0-beta.0 specifier: ^5.0.0-rc.1
version: link:../../packages/integrations/deno version: link:../../packages/integrations/deno
examples/framework-alpine: examples/framework-alpine:
dependencies: dependencies:
'@astrojs/alpinejs': '@astrojs/alpinejs':
specifier: ^0.3.0-beta.0 specifier: ^0.3.0-rc.1
version: link:../../packages/integrations/alpinejs version: link:../../packages/integrations/alpinejs
'@types/alpinejs': '@types/alpinejs':
specifier: ^3.7.1 specifier: ^3.7.1
@ -171,19 +171,19 @@ importers:
specifier: ^3.12.2 specifier: ^3.12.2
version: 3.12.2 version: 3.12.2
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
examples/framework-lit: examples/framework-lit:
dependencies: dependencies:
'@astrojs/lit': '@astrojs/lit':
specifier: ^3.0.0-beta.0 specifier: ^3.0.0-rc.1
version: link:../../packages/integrations/lit version: link:../../packages/integrations/lit
'@webcomponents/template-shadowroot': '@webcomponents/template-shadowroot':
specifier: ^0.2.1 specifier: ^0.2.1
version: 0.2.1 version: 0.2.1
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
lit: lit:
specifier: ^2.7.5 specifier: ^2.7.5
@ -192,22 +192,22 @@ importers:
examples/framework-multiple: examples/framework-multiple:
dependencies: dependencies:
'@astrojs/preact': '@astrojs/preact':
specifier: ^3.0.0-beta.1 specifier: ^3.0.0-rc.2
version: link:../../packages/integrations/preact version: link:../../packages/integrations/preact
'@astrojs/react': '@astrojs/react':
specifier: ^3.0.0-beta.3 specifier: ^3.0.0-rc.4
version: link:../../packages/integrations/react version: link:../../packages/integrations/react
'@astrojs/solid-js': '@astrojs/solid-js':
specifier: ^3.0.0-beta.2 specifier: ^3.0.0-rc.3
version: link:../../packages/integrations/solid version: link:../../packages/integrations/solid
'@astrojs/svelte': '@astrojs/svelte':
specifier: ^4.0.0-beta.1 specifier: ^4.0.0-rc.2
version: link:../../packages/integrations/svelte version: link:../../packages/integrations/svelte
'@astrojs/vue': '@astrojs/vue':
specifier: ^3.0.0-beta.0 specifier: ^3.0.0-rc.1
version: link:../../packages/integrations/vue version: link:../../packages/integrations/vue
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
preact: preact:
specifier: ^10.15.1 specifier: ^10.15.1
@ -231,13 +231,13 @@ importers:
examples/framework-preact: examples/framework-preact:
dependencies: dependencies:
'@astrojs/preact': '@astrojs/preact':
specifier: ^3.0.0-beta.1 specifier: ^3.0.0-rc.2
version: link:../../packages/integrations/preact version: link:../../packages/integrations/preact
'@preact/signals': '@preact/signals':
specifier: ^1.1.3 specifier: ^1.1.3
version: 1.1.3(preact@10.15.1) version: 1.1.3(preact@10.15.1)
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
preact: preact:
specifier: ^10.15.1 specifier: ^10.15.1
@ -246,7 +246,7 @@ importers:
examples/framework-react: examples/framework-react:
dependencies: dependencies:
'@astrojs/react': '@astrojs/react':
specifier: ^3.0.0-beta.3 specifier: ^3.0.0-rc.4
version: link:../../packages/integrations/react version: link:../../packages/integrations/react
'@types/react': '@types/react':
specifier: ^18.2.13 specifier: ^18.2.13
@ -255,7 +255,7 @@ importers:
specifier: ^18.2.6 specifier: ^18.2.6
version: 18.2.6 version: 18.2.6
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
@ -267,10 +267,10 @@ importers:
examples/framework-solid: examples/framework-solid:
dependencies: dependencies:
'@astrojs/solid-js': '@astrojs/solid-js':
specifier: ^3.0.0-beta.2 specifier: ^3.0.0-rc.3
version: link:../../packages/integrations/solid version: link:../../packages/integrations/solid
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
solid-js: solid-js:
specifier: ^1.7.6 specifier: ^1.7.6
@ -279,10 +279,10 @@ importers:
examples/framework-svelte: examples/framework-svelte:
dependencies: dependencies:
'@astrojs/svelte': '@astrojs/svelte':
specifier: ^4.0.0-beta.1 specifier: ^4.0.0-rc.2
version: link:../../packages/integrations/svelte version: link:../../packages/integrations/svelte
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
svelte: svelte:
specifier: ^3.59.1 specifier: ^3.59.1
@ -291,10 +291,10 @@ importers:
examples/framework-vue: examples/framework-vue:
dependencies: dependencies:
'@astrojs/vue': '@astrojs/vue':
specifier: ^3.0.0-beta.0 specifier: ^3.0.0-rc.1
version: link:../../packages/integrations/vue version: link:../../packages/integrations/vue
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
vue: vue:
specifier: ^3.3.4 specifier: ^3.3.4
@ -303,25 +303,25 @@ importers:
examples/hackernews: examples/hackernews:
dependencies: dependencies:
'@astrojs/node': '@astrojs/node':
specifier: ^6.0.0-beta.0 specifier: ^6.0.0-rc.1
version: link:../../packages/integrations/node version: link:../../packages/integrations/node
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
examples/integration: examples/integration:
devDependencies: devDependencies:
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
examples/middleware: examples/middleware:
dependencies: dependencies:
'@astrojs/node': '@astrojs/node':
specifier: ^6.0.0-beta.0 specifier: ^6.0.0-rc.1
version: link:../../packages/integrations/node version: link:../../packages/integrations/node
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
html-minifier: html-minifier:
specifier: ^4.0.0 specifier: ^4.0.0
@ -330,31 +330,31 @@ importers:
examples/minimal: examples/minimal:
dependencies: dependencies:
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
dependencies: dependencies:
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
examples/portfolio: examples/portfolio:
dependencies: dependencies:
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
examples/ssr: examples/ssr:
dependencies: dependencies:
'@astrojs/node': '@astrojs/node':
specifier: ^6.0.0-beta.0 specifier: ^6.0.0-rc.1
version: link:../../packages/integrations/node version: link:../../packages/integrations/node
'@astrojs/svelte': '@astrojs/svelte':
specifier: ^4.0.0-beta.1 specifier: ^4.0.0-rc.2
version: link:../../packages/integrations/svelte version: link:../../packages/integrations/svelte
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
svelte: svelte:
specifier: ^3.59.1 specifier: ^3.59.1
@ -363,19 +363,19 @@ importers:
examples/with-markdoc: examples/with-markdoc:
dependencies: dependencies:
'@astrojs/markdoc': '@astrojs/markdoc':
specifier: ^1.0.0-beta.1 specifier: ^0.5.0-rc.1
version: 1.0.0-beta.1(astro@packages+astro) version: link:../../packages/integrations/markdoc
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
examples/with-markdown-plugins: examples/with-markdown-plugins:
dependencies: dependencies:
'@astrojs/markdown-remark': '@astrojs/markdown-remark':
specifier: ^3.0.0-beta.0 specifier: ^3.0.0-rc.1
version: link:../../packages/markdown/remark version: link:../../packages/markdown/remark
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
hast-util-select: hast-util-select:
specifier: ^5.0.5 specifier: ^5.0.5
@ -396,19 +396,19 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
dependencies: dependencies:
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
examples/with-mdx: examples/with-mdx:
dependencies: dependencies:
'@astrojs/mdx': '@astrojs/mdx':
specifier: ^1.0.0-beta.1 specifier: ^1.0.0-rc.2
version: link:../../packages/integrations/mdx version: link:../../packages/integrations/mdx
'@astrojs/preact': '@astrojs/preact':
specifier: ^3.0.0-beta.1 specifier: ^3.0.0-rc.2
version: link:../../packages/integrations/preact version: link:../../packages/integrations/preact
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
preact: preact:
specifier: ^10.15.1 specifier: ^10.15.1
@ -417,13 +417,13 @@ importers:
examples/with-nanostores: examples/with-nanostores:
dependencies: dependencies:
'@astrojs/preact': '@astrojs/preact':
specifier: ^3.0.0-beta.1 specifier: ^3.0.0-rc.2
version: link:../../packages/integrations/preact version: link:../../packages/integrations/preact
'@nanostores/preact': '@nanostores/preact':
specifier: ^0.4.1 specifier: ^0.4.1
version: 0.4.1(nanostores@0.8.1)(preact@10.15.1) version: 0.4.1(nanostores@0.8.1)(preact@10.15.1)
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
nanostores: nanostores:
specifier: ^0.8.1 specifier: ^0.8.1
@ -435,16 +435,16 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
dependencies: dependencies:
'@astrojs/mdx': '@astrojs/mdx':
specifier: ^1.0.0-beta.1 specifier: ^1.0.0-rc.2
version: link:../../packages/integrations/mdx version: link:../../packages/integrations/mdx
'@astrojs/tailwind': '@astrojs/tailwind':
specifier: ^5.0.0-beta.0 specifier: ^5.0.0-rc.1
version: link:../../packages/integrations/tailwind version: link:../../packages/integrations/tailwind
'@types/canvas-confetti': '@types/canvas-confetti':
specifier: ^1.6.0 specifier: ^1.6.0
version: 1.6.0 version: 1.6.0
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
autoprefixer: autoprefixer:
specifier: ^10.4.14 specifier: ^10.4.14
@ -462,7 +462,7 @@ importers:
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
dependencies: dependencies:
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
vite-plugin-pwa: vite-plugin-pwa:
specifier: 0.14.7 specifier: 0.14.7
@ -474,7 +474,7 @@ importers:
examples/with-vitest: examples/with-vitest:
dependencies: dependencies:
astro: astro:
specifier: ^3.0.0-beta.4 specifier: ^3.0.0-rc.5
version: link:../../packages/astro version: link:../../packages/astro
vitest: vitest:
specifier: ^0.31.4 specifier: ^0.31.4
@ -4518,7 +4518,7 @@ importers:
packages/integrations/react: packages/integrations/react:
dependencies: dependencies:
'@astrojs/internal-helpers': '@astrojs/internal-helpers':
specifier: 0.2.0-beta.1 specifier: 0.2.0-rc.2
version: link:../../internal-helpers version: link:../../internal-helpers
'@vitejs/plugin-react': '@vitejs/plugin-react':
specifier: ^4.0.3 specifier: ^4.0.3
@ -4894,7 +4894,7 @@ importers:
packages/markdown/remark: packages/markdown/remark:
dependencies: dependencies:
'@astrojs/prism': '@astrojs/prism':
specifier: ^3.0.0-beta.0 specifier: ^3.0.0-rc.1
version: link:../../astro-prism version: link:../../astro-prism
github-slugger: github-slugger:
specifier: ^1.5.0 specifier: ^1.5.0
@ -5187,10 +5187,6 @@ packages:
resolution: {integrity: sha512-SKVWorXpOHff+OuZCd5kdTc5HxVX7bVXVXYP0jANT4crz7y2PdthUxMnE21iuYt4+Bq3aV5MId4OdgwlJ2/d/Q==} resolution: {integrity: sha512-SKVWorXpOHff+OuZCd5kdTc5HxVX7bVXVXYP0jANT4crz7y2PdthUxMnE21iuYt4+Bq3aV5MId4OdgwlJ2/d/Q==}
dev: false dev: false
/@astrojs/internal-helpers@0.2.0-beta.1:
resolution: {integrity: sha512-hqeB0lAtqYy3pDI1wSNMfAAGoDIFDF8qiKZMflWiCDwvBxYBBAe26nh9llJTxtT3ycuQAUrGLK5JyI2XQMxfyg==}
dev: false
/@astrojs/language-server@2.2.0(prettier-plugin-astro@0.11.0)(prettier@3.0.1)(typescript@5.1.6): /@astrojs/language-server@2.2.0(prettier-plugin-astro@0.11.0)(prettier@3.0.1)(typescript@5.1.6):
resolution: {integrity: sha512-zyEumkwcep3pGyMpcEJFEn96jV6pEg3CUtjehnT9KseDFqf+gPYTbw5nwOpN9uXIJ/E5bAxhqpkr3J2LCQHRrg==} resolution: {integrity: sha512-zyEumkwcep3pGyMpcEJFEn96jV6pEg3CUtjehnT9KseDFqf+gPYTbw5nwOpN9uXIJ/E5bAxhqpkr3J2LCQHRrg==}
hasBin: true hasBin: true
@ -5227,35 +5223,6 @@ packages:
- typescript - typescript
dev: true dev: true
/@astrojs/markdoc@1.0.0-beta.1(astro@packages+astro):
resolution: {integrity: sha512-KYA9kRZHIboVhOV+kVU6rDxp3x1HXFbqPezC5Ttthc4DLSXTPOlDjF1+/tZ5LhGkZTvxD0g/0PcII5X4IsciQg==}
engines: {node: '>=18.14.1'}
peerDependencies:
astro: '*'
dependencies:
'@astrojs/internal-helpers': 0.2.0-beta.1
'@astrojs/prism': 3.0.0-beta.0
'@markdoc/markdoc': 0.3.0
astro: link:packages/astro
esbuild: 0.18.16
github-slugger: 2.0.0
gray-matter: 4.0.3
htmlparser2: 9.0.0
kleur: 4.1.5
shiki: 0.14.1
zod: 3.20.6
transitivePeerDependencies:
- '@types/react'
- react
dev: false
/@astrojs/prism@3.0.0-beta.0:
resolution: {integrity: sha512-ZAPhCxhiFOyoHSf9ZXZB/cjZ+nX2crJhmGLLR8NnXwZcmMRYdkKfjnD2GrjQNPvI0lHFO42yjC4vty2heJNBlg==}
engines: {node: '>=18.14.1'}
dependencies:
prismjs: 1.29.0
dev: false
/@babel/code-frame@7.22.5: /@babel/code-frame@7.22.5:
resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}