diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/calm-tigers-stare.md | 10 | ||||
-rw-r--r-- | .changeset/cyan-camels-swim.md | 5 | ||||
-rw-r--r-- | .changeset/fair-emus-taste.md | 7 | ||||
-rw-r--r-- | .changeset/famous-games-warn.md | 5 | ||||
-rw-r--r-- | .changeset/five-coats-tie.md | 5 | ||||
-rw-r--r-- | .changeset/four-planets-smoke.md | 5 | ||||
-rw-r--r-- | .changeset/lemon-steaks-care.md | 5 | ||||
-rw-r--r-- | .changeset/lucky-shoes-mate.md | 5 | ||||
-rw-r--r-- | .changeset/nasty-cougars-double.md | 5 | ||||
-rw-r--r-- | .changeset/popular-rules-divide.md | 15 | ||||
-rw-r--r-- | .changeset/quick-turtles-decide.md | 8 | ||||
-rw-r--r-- | .changeset/sweet-cherries-tickle.md | 5 | ||||
-rw-r--r-- | .changeset/sweet-zoos-serve.md | 6 | ||||
-rw-r--r-- | .changeset/tall-taxis-exercise.md | 5 | ||||
-rw-r--r-- | .changeset/tiny-hairs-battle.md | 14 | ||||
-rw-r--r-- | .changeset/tough-sheep-grab.md | 5 | ||||
-rw-r--r-- | .changeset/tough-tigers-drum.md | 5 |
17 files changed, 0 insertions, 115 deletions
diff --git a/.changeset/calm-tigers-stare.md b/.changeset/calm-tigers-stare.md deleted file mode 100644 index 7eee0e636..000000000 --- a/.changeset/calm-tigers-stare.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'astro': patch ---- - -Fix various inaccuracies with types related to the new Assets features: - -- getConfiguredImageService wasn't present on the astro:assets types. -- ImageMetadata wasn't exported -- Fixed wrong module declaration for `avif`, `heic` and `heif` files. -- Add missing module declaration for SVGs imports diff --git a/.changeset/cyan-camels-swim.md b/.changeset/cyan-camels-swim.md deleted file mode 100644 index e2558c5bb..000000000 --- a/.changeset/cyan-camels-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Treeshake exported client components that are not imported diff --git a/.changeset/fair-emus-taste.md b/.changeset/fair-emus-taste.md deleted file mode 100644 index 8afaf74ae..000000000 --- a/.changeset/fair-emus-taste.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/cloudflare': patch ---- - -Remove false-positive warnings from Cloudflare's build. - -Cloudflare includes warnings when it bundles the already-built output from astro.build. Those warnings are mostly due to `"sideEffects": false` packages that are included in the Vite built output because they are marked as external. Rollup will remove unused imports from these packages but will not remove the actual import, causing the false-positive warning. diff --git a/.changeset/famous-games-warn.md b/.changeset/famous-games-warn.md deleted file mode 100644 index c87171fad..000000000 --- a/.changeset/famous-games-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Added a warning when trying to use `experimental.assets` with a not compatible adapter diff --git a/.changeset/five-coats-tie.md b/.changeset/five-coats-tie.md deleted file mode 100644 index b358aa22c..000000000 --- a/.changeset/five-coats-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix images defined in content collections schemas not working diff --git a/.changeset/four-planets-smoke.md b/.changeset/four-planets-smoke.md deleted file mode 100644 index 7c667aa57..000000000 --- a/.changeset/four-planets-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Prevent astro:content from depending on Node builtins diff --git a/.changeset/lemon-steaks-care.md b/.changeset/lemon-steaks-care.md deleted file mode 100644 index 848db8fcd..000000000 --- a/.changeset/lemon-steaks-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Add back support for Astro.clientAddress diff --git a/.changeset/lucky-shoes-mate.md b/.changeset/lucky-shoes-mate.md deleted file mode 100644 index 32ddde78d..000000000 --- a/.changeset/lucky-shoes-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Remove use of createRequire breaking non-Node hosts. diff --git a/.changeset/nasty-cougars-double.md b/.changeset/nasty-cougars-double.md deleted file mode 100644 index 1f83bf9b1..000000000 --- a/.changeset/nasty-cougars-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add caching to `getCollection()` queries for faster SSG production builds diff --git a/.changeset/popular-rules-divide.md b/.changeset/popular-rules-divide.md deleted file mode 100644 index e089fe492..000000000 --- a/.changeset/popular-rules-divide.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'@astrojs/rss': minor ---- - -Added `trailingSlash` option to control whether or not the emitted URLs should have trailing slashes. - -```js -import rss from '@astrojs/rss'; - -export const get = () => rss({ - trailingSlash: false -}); -``` - -By passing `false`, the emitted links won't have trailing slashes. diff --git a/.changeset/quick-turtles-decide.md b/.changeset/quick-turtles-decide.md deleted file mode 100644 index e3ce95beb..000000000 --- a/.changeset/quick-turtles-decide.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'astro': patch ---- - -Improve content collection error formatting: -- Bold the collection and entry that failed -- Consistently list the frontmatter key at the start of every error -- Rich errors for union types diff --git a/.changeset/sweet-cherries-tickle.md b/.changeset/sweet-cherries-tickle.md deleted file mode 100644 index 70e6db104..000000000 --- a/.changeset/sweet-cherries-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': patch ---- - -fix automatic routes generation not respecting config.base diff --git a/.changeset/sweet-zoos-serve.md b/.changeset/sweet-zoos-serve.md deleted file mode 100644 index 72fb9d6a6..000000000 --- a/.changeset/sweet-zoos-serve.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@astrojs/tailwind": patch -"@astrojs/turbolinks": patch ---- - -Make Tailwind & Turbolinks integration descriptions more consistent diff --git a/.changeset/tall-taxis-exercise.md b/.changeset/tall-taxis-exercise.md deleted file mode 100644 index 18f2b6111..000000000 --- a/.changeset/tall-taxis-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix `@astrojs/prism` edgecase with strict package managers diff --git a/.changeset/tiny-hairs-battle.md b/.changeset/tiny-hairs-battle.md deleted file mode 100644 index 65bac2b1a..000000000 --- a/.changeset/tiny-hairs-battle.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@astrojs/prism': patch -'@astrojs/alpinejs': patch -'@astrojs/cloudflare': patch -'@astrojs/image': patch -'@astrojs/markdoc': patch -'@astrojs/mdx': patch -'@astrojs/partytown': patch -'@astrojs/prefetch': patch -'@astrojs/sitemap': patch -'@astrojs/markdown-component': patch ---- - -Consistency improvements to several package descriptions diff --git a/.changeset/tough-sheep-grab.md b/.changeset/tough-sheep-grab.md deleted file mode 100644 index d4870c980..000000000 --- a/.changeset/tough-sheep-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix `env.d.ts` changing types wrongly on every restart when `experimental.assets` is enabled diff --git a/.changeset/tough-tigers-drum.md b/.changeset/tough-tigers-drum.md deleted file mode 100644 index b82c4d224..000000000 --- a/.changeset/tough-tigers-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add default `.npmrc` file when adding the Lit integration through `astro add lit` and using `pnpm`. |