summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/cyan-doodles-wish.md5
-rw-r--r--.changeset/fine-needles-send.md5
-rw-r--r--.changeset/fruity-pugs-cross.md5
-rw-r--r--.changeset/loud-brooms-kick.md5
-rw-r--r--.changeset/real-tigers-like.md5
-rw-r--r--.changeset/ripe-nights-warn.md5
-rw-r--r--.changeset/silent-planes-show.md5
-rw-r--r--.changeset/sixty-carrots-pick.md5
-rw-r--r--.changeset/spotty-glasses-prove.md5
-rw-r--r--.changeset/three-cooks-drive.md5
10 files changed, 0 insertions, 50 deletions
diff --git a/.changeset/cyan-doodles-wish.md b/.changeset/cyan-doodles-wish.md
deleted file mode 100644
index 00509f40f..000000000
--- a/.changeset/cyan-doodles-wish.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Ignores lightningcss unsupported pseudo-class warning.
diff --git a/.changeset/fine-needles-send.md b/.changeset/fine-needles-send.md
deleted file mode 100644
index 047c45c81..000000000
--- a/.changeset/fine-needles-send.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/netlify': patch
----
-
-Fixes an issue where the adapter didn't take into consideration the `outDir` configuration.
diff --git a/.changeset/fruity-pugs-cross.md b/.changeset/fruity-pugs-cross.md
deleted file mode 100644
index fac0042df..000000000
--- a/.changeset/fruity-pugs-cross.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes an issue where session modules would fail to resolve in Node.js < 20.6
diff --git a/.changeset/loud-brooms-kick.md b/.changeset/loud-brooms-kick.md
deleted file mode 100644
index 05c1932ce..000000000
--- a/.changeset/loud-brooms-kick.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/netlify': patch
----
-
-Fixes an issue with SVGs not rendering with image-cdn enabled, due to invalid source path parsing.
diff --git a/.changeset/real-tigers-like.md b/.changeset/real-tigers-like.md
deleted file mode 100644
index 58f85a4c0..000000000
--- a/.changeset/real-tigers-like.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Stop toolbar settings from overflowing
diff --git a/.changeset/ripe-nights-warn.md b/.changeset/ripe-nights-warn.md
deleted file mode 100644
index 5aa8a1719..000000000
--- a/.changeset/ripe-nights-warn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Exclude pre tags from `a11y-no-noninteractive-tabindex` audit check.
diff --git a/.changeset/silent-planes-show.md b/.changeset/silent-planes-show.md
deleted file mode 100644
index 0df1ab5c6..000000000
--- a/.changeset/silent-planes-show.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug where highlights and tooltips render over the audit list window.
diff --git a/.changeset/sixty-carrots-pick.md b/.changeset/sixty-carrots-pick.md
deleted file mode 100644
index 047f07052..000000000
--- a/.changeset/sixty-carrots-pick.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/node': patch
----
-
-Handle errors where a module is not found when loading the server entrypoint
diff --git a/.changeset/spotty-glasses-prove.md b/.changeset/spotty-glasses-prove.md
deleted file mode 100644
index 6d355fa8f..000000000
--- a/.changeset/spotty-glasses-prove.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Expand ActionError codes to include all IANA-registered HTTP error codes.
diff --git a/.changeset/three-cooks-drive.md b/.changeset/three-cooks-drive.md
deleted file mode 100644
index 90d71321c..000000000
--- a/.changeset/three-cooks-drive.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Replaces internal CSS chunking behavior for Astro components' scoped styles to use Vite's `cssScopeTo` feature. The feature is a port of Astro's implementation so this should not change the behavior.