summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/large-phones-guess.md5
-rw-r--r--.changeset/metal-garlics-exercise.md5
-rw-r--r--.changeset/quick-cars-kneel.md5
-rw-r--r--.changeset/six-shrimps-glow.md39
-rw-r--r--.changeset/tall-comics-punch.md5
-rw-r--r--.changeset/tricky-cobras-provide.md5
-rw-r--r--.changeset/weak-plums-sip.md5
7 files changed, 0 insertions, 69 deletions
diff --git a/.changeset/large-phones-guess.md b/.changeset/large-phones-guess.md
deleted file mode 100644
index 6ac70bc9d..000000000
--- a/.changeset/large-phones-guess.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Accept aria role `switch` on toolbar audit.
diff --git a/.changeset/metal-garlics-exercise.md b/.changeset/metal-garlics-exercise.md
deleted file mode 100644
index ad9ca5e3b..000000000
--- a/.changeset/metal-garlics-exercise.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Fixes escaping behavior for `.html` files and components
diff --git a/.changeset/quick-cars-kneel.md b/.changeset/quick-cars-kneel.md
deleted file mode 100644
index deecfed6c..000000000
--- a/.changeset/quick-cars-kneel.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/mdx": minor
----
-
-Allows remark plugins to pass options specifying how images in .mdx files will be optimized
diff --git a/.changeset/six-shrimps-glow.md b/.changeset/six-shrimps-glow.md
deleted file mode 100644
index 2d925bb8c..000000000
--- a/.changeset/six-shrimps-glow.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-"astro": patch
----
-
-Fixes a regression in routing priority for index pages in rest parameter folders and dynamic sibling trees.
-
-Considering the following tree:
-```
-src/pages/
-├── index.astro
-├── static.astro
-├── [dynamic_file].astro
-├── [...rest_file].astro
-├── blog/
-│ └── index.astro
-├── [dynamic_folder]/
-│ ├── index.astro
-│ ├── static.astro
-│ └── [...rest].astro
-└── [...rest_folder]/
- ├── index.astro
- └── static.astro
-```
-
-The routes are sorted in this order:
-```
-/src/pages/index.astro
-/src/pages/blog/index.astro
-/src/pages/static.astro
-/src/pages/[dynamic_folder]/index.astro
-/src/pages/[dynamic_file].astro
-/src/pages/[dynamic_folder]/static.astro
-/src/pages/[dynamic_folder]/[...rest].astro
-/src/pages/[...rest_folder]/static.astro
-/src/pages/[...rest_folder]/index.astro
-/src/pages/[...rest_file]/index.astro
-```
-
-This allows for index files to be used as overrides to rest parameter routes on SSR when the rest parameter matching `undefined` is not desired.
diff --git a/.changeset/tall-comics-punch.md b/.changeset/tall-comics-punch.md
deleted file mode 100644
index 3d16bfb26..000000000
--- a/.changeset/tall-comics-punch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Simplifies internals that handle endpoints.
diff --git a/.changeset/tricky-cobras-provide.md b/.changeset/tricky-cobras-provide.md
deleted file mode 100644
index 6396c70d7..000000000
--- a/.changeset/tricky-cobras-provide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Raises the required vite version to address a vulnerability in `vite.server.fs.deny` that affected the dev mode.
diff --git a/.changeset/weak-plums-sip.md b/.changeset/weak-plums-sip.md
deleted file mode 100644
index 9f206ca97..000000000
--- a/.changeset/weak-plums-sip.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Fix build failure when image file name includes special characters