diff --git a/.changeset/cool-trainers-happen.md b/.changeset/cool-trainers-happen.md
deleted file mode 100644
index c97c8050e..000000000
--- a/.changeset/cool-trainers-happen.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/partytown': patch
----
-
-Update @builder.io/partytown dependency
diff --git a/.changeset/cuddly-clouds-complain.md b/.changeset/cuddly-clouds-complain.md
deleted file mode 100644
index 8a1c88897..000000000
--- a/.changeset/cuddly-clouds-complain.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/cloudflare': major
-'@astrojs/solid-js': patch
----
-
-adjusting the build settings for cloudflare (reverting back to platform browser over neutral)
-adjusting the ssr settings for solidjs (to build for node)
diff --git a/.changeset/four-doors-exercise.md b/.changeset/four-doors-exercise.md
deleted file mode 100644
index 6919b3a2b..000000000
--- a/.changeset/four-doors-exercise.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Ensure dynamic tags have their slot instructions yielded
diff --git a/.changeset/four-suns-happen.md b/.changeset/four-suns-happen.md
deleted file mode 100644
index 88bb8bc7e..000000000
--- a/.changeset/four-suns-happen.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix: import.meta.env.BASE_URL will be '/' in client loaded component on dev mode
diff --git a/.changeset/friendly-wolves-juggle.md b/.changeset/friendly-wolves-juggle.md
deleted file mode 100644
index a8a3d3bed..000000000
--- a/.changeset/friendly-wolves-juggle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Support Astro.slots.render for mdx
diff --git a/.changeset/honest-cats-invent.md b/.changeset/honest-cats-invent.md
deleted file mode 100644
index fe9d95f35..000000000
--- a/.changeset/honest-cats-invent.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Refactor hydration path handling
diff --git a/.changeset/large-bananas-prove.md b/.changeset/large-bananas-prove.md
deleted file mode 100644
index da3467950..000000000
--- a/.changeset/large-bananas-prove.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/image': patch
----
-
-Fixes a bug that lost query parameters for remote images in the `` component
diff --git a/.changeset/lemon-pets-sneeze.md b/.changeset/lemon-pets-sneeze.md
deleted file mode 100644
index 23fb164f3..000000000
--- a/.changeset/lemon-pets-sneeze.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug that logged route cache warnings in `astro dev`
diff --git a/.changeset/swift-moles-crash.md b/.changeset/swift-moles-crash.md
deleted file mode 100644
index 655f57a12..000000000
--- a/.changeset/swift-moles-crash.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-fix object styles not escaped
diff --git a/.changeset/wise-worms-add.md b/.changeset/wise-worms-add.md
deleted file mode 100644
index fc1f244ab..000000000
--- a/.changeset/wise-worms-add.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Upgrade Astro compiler to 0.26.0
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 7ec3c9871..c932a5a8c 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4"
+ "astro": "^1.4.5"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 583b87656..201372890 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"@astrojs/mdx": "^0.11.4",
"@astrojs/rss": "^1.0.2",
"@astrojs/sitemap": "^1.0.0"
diff --git a/examples/component/package.json b/examples/component/package.json
index 46430ccef..a6434dad5 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^1.4.4"
+ "astro": "^1.4.5"
},
"peerDependencies": {
- "astro": "^1.4.4"
+ "astro": "^1.4.5"
}
}
diff --git a/examples/deno/package.json b/examples/deno/package.json
index 98c2a8201..dba3083c3 100644
--- a/examples/deno/package.json
+++ b/examples/deno/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4"
+ "astro": "^1.4.5"
},
"devDependencies": {
"@astrojs/deno": "^1.1.0"
diff --git a/examples/docs/package.json b/examples/docs/package.json
index b7ed9407a..1ed685a8c 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -12,7 +12,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 3c86d6d17..1ec27c68a 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.2",
"@types/alpinejs": "^3.7.0"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index c048c2fd6..44b55cacb 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"lit": "^2.2.5",
"@astrojs/lit": "^1.0.0",
"@webcomponents/template-shadowroot": "^0.1.0"
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 7b7c7c754..63f3afaab 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
@@ -20,7 +20,7 @@
"vue": "^3.2.37",
"@astrojs/preact": "^1.1.1",
"@astrojs/react": "^1.1.4",
- "@astrojs/solid-js": "^1.1.0",
+ "@astrojs/solid-js": "^1.1.1",
"@astrojs/svelte": "^1.0.1",
"@astrojs/vue": "^1.1.0"
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index a4c64f18e..e12ddab8e 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"preact": "^10.7.3",
"@astrojs/preact": "^1.1.1"
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index e7af661fd..2c487dbaa 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.1.4",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 65b2c2382..d37bbc1a9 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"solid-js": "^1.4.3",
- "@astrojs/solid-js": "^1.1.0"
+ "@astrojs/solid-js": "^1.1.1"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 19b35e248..a977d97b0 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.1",
- "astro": "^1.4.4"
+ "astro": "^1.4.5"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 394cb8e6b..ca01399d8 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"vue": "^3.2.37",
"@astrojs/vue": "^1.1.0"
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index d8789d5d7..a44778d2c 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4"
+ "astro": "^1.4.5"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index dcabbabf2..876f13d52 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4"
+ "astro": "^1.4.5"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index da2f3f14d..38bb05a33 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4"
+ "astro": "^1.4.5"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 5af12547f..c3e79f0b4 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,7 +13,7 @@
},
"devDependencies": {},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.1",
"@astrojs/node": "^1.1.0",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index e2b9f5be6..1b39e9d1c 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"@astrojs/markdown-remark": "^1.1.3",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index acdd15c4f..0a3a7a792 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4"
+ "astro": "^1.4.5"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index ef9caa5a7..8740340f9 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"preact": "^10.6.5",
"@astrojs/preact": "^1.1.1",
"@astrojs/mdx": "^0.11.4"
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 6db172ec8..5e0d02e0e 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"preact": "^10.7.3",
"@astrojs/preact": "^1.1.1",
"nanostores": "^0.5.12",
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index e6fc9475c..10d58e308 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"@astrojs/tailwind": "^2.0.2",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 6a3a2e1fd..02c5f0045 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index e0fed10dc..46c0111cf 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^1.4.4",
+ "astro": "^1.4.5",
"vitest": "^0.20.3"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 6bcb2699d..fb34f0726 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,23 @@
# astro
+## 1.4.5
+
+### Patch Changes
+
+- [#4981](https://github.com/withastro/astro/pull/4981) [`1f890b336`](https://github.com/withastro/astro/commit/1f890b3363d8ce232571612056b485c13983e5ef) Thanks [@matthewp](https://github.com/matthewp)! - Ensure dynamic tags have their slot instructions yielded
+
+- [#4886](https://github.com/withastro/astro/pull/4886) [`61d26f335`](https://github.com/withastro/astro/commit/61d26f3352bb701ccce04dece4e1879b007f0ccb) Thanks [@yuhang-dong](https://github.com/yuhang-dong)! - Fix: import.meta.env.BASE_URL will be '/' in client loaded component on dev mode
+
+- [#4973](https://github.com/withastro/astro/pull/4973) [`c733d4fb8`](https://github.com/withastro/astro/commit/c733d4fb81ca15efa3316e2b27d8341ddfcab8a3) Thanks [@bluwy](https://github.com/bluwy)! - Support Astro.slots.render for mdx
+
+- [#4918](https://github.com/withastro/astro/pull/4918) [`a6bb2694b`](https://github.com/withastro/astro/commit/a6bb2694b4f7307844995fbb4481a40993d09a0d) Thanks [@bluwy](https://github.com/bluwy)! - Refactor hydration path handling
+
+- [#4977](https://github.com/withastro/astro/pull/4977) [`4f73b98ae`](https://github.com/withastro/astro/commit/4f73b98ae04148412b38b98afa89a6120b600fd3) Thanks [@tony-sull](https://github.com/tony-sull)! - Fixes a bug that logged route cache warnings in `astro dev`
+
+- [#4887](https://github.com/withastro/astro/pull/4887) [`37cb2fc02`](https://github.com/withastro/astro/commit/37cb2fc02a03754d454b243579bc55e55cf72904) Thanks [@Calvin-LL](https://github.com/Calvin-LL)! - fix object styles not escaped
+
+- [#4990](https://github.com/withastro/astro/pull/4990) [`8f9791d84`](https://github.com/withastro/astro/commit/8f9791d840929bebc2b418e5ce3e48b541dc5744) Thanks [@matthewp](https://github.com/matthewp)! - Upgrade Astro compiler to 0.26.0
+
## 1.4.4
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 6fe8aa427..4c363510a 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.4.4",
+ "version": "1.4.5",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md
index b694af33f..6eb0368ce 100644
--- a/packages/integrations/cloudflare/CHANGELOG.md
+++ b/packages/integrations/cloudflare/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/cloudflare
+## 3.0.0
+
+### Major Changes
+
+- [#4888](https://github.com/withastro/astro/pull/4888) [`2dc582ac5`](https://github.com/withastro/astro/commit/2dc582ac5e2d6e1d434ccfe21616182e453feec3) Thanks [@AirBorne04](https://github.com/AirBorne04)! - adjusting the build settings for cloudflare (reverting back to platform browser over neutral)
+ adjusting the ssr settings for solidjs (to build for node)
+
## 2.1.0
### Minor Changes
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index d38017176..94834b609 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to cloudflare pages functions",
- "version": "2.1.0",
+ "version": "3.0.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md
index f4456ab15..f4ca4fedb 100644
--- a/packages/integrations/image/CHANGELOG.md
+++ b/packages/integrations/image/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/image
+## 0.9.2
+
+### Patch Changes
+
+- [#4997](https://github.com/withastro/astro/pull/4997) [`a2b66c754`](https://github.com/withastro/astro/commit/a2b66c754969af4ce98bb10654286a4445cb0999) Thanks [@panwauu](https://github.com/panwauu)! - Fixes a bug that lost query parameters for remote images in the `` component
+
## 0.9.1
### Patch Changes
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index 741085891..533dadc83 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
- "version": "0.9.1",
+ "version": "0.9.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index 5112fc488..bf97c97bb 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/partytown
+## 1.0.1
+
+### Patch Changes
+
+- [#4989](https://github.com/withastro/astro/pull/4989) [`50a397c4b`](https://github.com/withastro/astro/commit/50a397c4ba61dffaeb1aaf2a4e262ea79cd1580a) Thanks [@that-joao](https://github.com/that-joao)! - Update @builder.io/partytown dependency
+
## 1.0.0
### Major Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index 930fdd0ef..58d4f0909 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Astro + Partytown integration",
- "version": "1.0.0",
+ "version": "1.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md
index 5f7b998de..123c84b29 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/solid-js
+## 1.1.1
+
+### Patch Changes
+
+- [#4888](https://github.com/withastro/astro/pull/4888) [`2dc582ac5`](https://github.com/withastro/astro/commit/2dc582ac5e2d6e1d434ccfe21616182e453feec3) Thanks [@AirBorne04](https://github.com/AirBorne04)! - adjusting the build settings for cloudflare (reverting back to platform browser over neutral)
+ adjusting the ssr settings for solidjs (to build for node)
+
## 1.1.0
### Minor Changes
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 970d53421..edb58cbae 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 46ebcc80d..16e435be1 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -58,7 +58,7 @@ importers:
examples/basics:
specifiers:
- astro: ^1.4.4
+ astro: ^1.4.5
dependencies:
astro: link:../../packages/astro
@@ -67,7 +67,7 @@ importers:
'@astrojs/mdx': ^0.11.4
'@astrojs/rss': ^1.0.2
'@astrojs/sitemap': ^1.0.0
- astro: ^1.4.4
+ astro: ^1.4.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@@ -76,14 +76,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.4.4
+ astro: ^1.4.5
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
'@astrojs/deno': ^1.1.0
- astro: ^1.4.4
+ astro: ^1.4.5
dependencies:
astro: link:../../packages/astro
devDependencies:
@@ -99,7 +99,7 @@ importers:
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
- astro: ^1.4.4
+ astro: ^1.4.5
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -122,7 +122,7 @@ importers:
'@astrojs/alpinejs': ^0.1.2
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
- astro: ^1.4.4
+ astro: ^1.4.5
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.0
@@ -133,7 +133,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.4.4
+ astro: ^1.4.5
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@@ -145,10 +145,10 @@ importers:
specifiers:
'@astrojs/preact': ^1.1.1
'@astrojs/react': ^1.1.4
- '@astrojs/solid-js': ^1.1.0
+ '@astrojs/solid-js': ^1.1.1
'@astrojs/svelte': ^1.0.1
'@astrojs/vue': ^1.1.0
- astro: ^1.4.4
+ astro: ^1.4.5
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -172,7 +172,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^1.1.1
- astro: ^1.4.4
+ astro: ^1.4.5
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@@ -184,7 +184,7 @@ importers:
'@astrojs/react': ^1.1.4
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^1.4.4
+ astro: ^1.4.5
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -197,8 +197,8 @@ importers:
examples/framework-solid:
specifiers:
- '@astrojs/solid-js': ^1.1.0
- astro: ^1.4.4
+ '@astrojs/solid-js': ^1.1.1
+ astro: ^1.4.5
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@@ -208,7 +208,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^1.0.1
- astro: ^1.4.4
+ astro: ^1.4.5
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@@ -218,7 +218,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^1.1.0
- astro: ^1.4.4
+ astro: ^1.4.5
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@@ -227,19 +227,19 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.4.4
+ astro: ^1.4.5
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.4.4
+ astro: ^1.4.5
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
- astro: ^1.4.4
+ astro: ^1.4.5
dependencies:
astro: link:../../packages/astro
@@ -247,7 +247,7 @@ importers:
specifiers:
'@astrojs/node': ^1.1.0
'@astrojs/svelte': ^1.0.1
- astro: ^1.4.4
+ astro: ^1.4.5
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@@ -266,7 +266,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^1.1.3
- astro: ^1.4.4
+ astro: ^1.4.5
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -283,7 +283,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
- astro: ^1.4.4
+ astro: ^1.4.5
dependencies:
astro: link:../../packages/astro
@@ -291,7 +291,7 @@ importers:
specifiers:
'@astrojs/mdx': ^0.11.4
'@astrojs/preact': ^1.1.1
- astro: ^1.4.4
+ astro: ^1.4.5
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@@ -303,7 +303,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.1.1
'@nanostores/preact': ^0.1.3
- astro: ^1.4.4
+ astro: ^1.4.5
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@@ -316,7 +316,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^2.0.2
- astro: ^1.4.4
+ astro: ^1.4.5
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -331,7 +331,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.4.4
+ astro: ^1.4.5
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@@ -341,7 +341,7 @@ importers:
examples/with-vitest:
specifiers:
- astro: ^1.4.4
+ astro: ^1.4.5
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro
@@ -5617,7 +5617,7 @@ packages:
dev: true
/@esbuild/android-arm/0.15.10:
- resolution: {integrity: sha1-pflDLrIhr8JDwyEFjvJf6JmIaJI=}
+ resolution: {integrity: sha512-FNONeQPy/ox+5NBkcSbYJxoXj9GWu8gVGJTVmUyoOCKQFDTrHVKgNSzChdNt0I8Aj/iKcsDf2r9BFwv+FSNUXg==}
engines: {node: '>=12'}
cpu: [arm]
os: [android]
@@ -5625,7 +5625,7 @@ packages:
optional: true
/@esbuild/linux-loong64/0.14.54:
- resolution: {integrity: sha1-3ipL5ni9TQ0f+7hubed5zeWZkCg=}
+ resolution: {integrity: sha512-bZBrLAIX1kpWelV0XemxBZllyRmM6vgFQQG2GdNb+r3Fkp0FOh1NJSvekXDs7jq70k4euu1cryLMfU+mTXlEpw==}
engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
@@ -5633,7 +5633,7 @@ packages:
optional: true
/@esbuild/linux-loong64/0.15.10:
- resolution: {integrity: sha1-eKQol8LPjbn9XxgR91kDk7d3dMc=}
+ resolution: {integrity: sha512-w0Ou3Z83LOYEkwaui2M8VwIp+nLi/NA60lBLMvaJ+vXVMcsARYdEzLNE7RSm4+lSg4zq4d7fAVuzk7PNQ5JFgg==}
engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
@@ -11535,7 +11535,7 @@ packages:
dev: false
/esbuild-android-64/0.14.51:
- resolution: {integrity: sha1-QUoIfLDejbHjR+zKbIMgUT3kM9s=}
+ resolution: {integrity: sha512-6FOuKTHnC86dtrKDmdSj2CkcKF8PnqkaIXqvgydqfJmqBazCPdw+relrMlhGjkvVdiiGV70rpdnyFmA65ekBCQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
@@ -11544,7 +11544,7 @@ packages:
optional: true
/esbuild-android-64/0.14.54:
- resolution: {integrity: sha1-UF9BgyiEMTu6/7J3BLi8qi2GFr4=}
+ resolution: {integrity: sha512-Tz2++Aqqz0rJ7kYBfz+iqyE3QMycD4vk7LBRyWaAVFgFtQ/O8EJOnVmTOiDWYZ/uYzB4kvP+bqejYdVKzE5lAQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
@@ -11552,7 +11552,7 @@ packages:
optional: true
/esbuild-android-64/0.15.10:
- resolution: {integrity: sha1-ilmoSsvy7KlplsrcNWQs8FXElPA=}
+ resolution: {integrity: sha512-UI7krF8OYO1N7JYTgLT9ML5j4+45ra3amLZKx7LO3lmLt1Ibn8t3aZbX5Pu4BjWiqDuJ3m/hsvhPhK/5Y/YpnA==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
@@ -11560,7 +11560,7 @@ packages:
optional: true
/esbuild-android-arm64/0.14.51:
- resolution: {integrity: sha1-Vd47ziqrcrzStgbaQxitAPucgVE=}
+ resolution: {integrity: sha512-vBtp//5VVkZWmYYvHsqBRCMMi1MzKuMIn5XDScmnykMTu9+TD9v0NMEDqQxvtFToeYmojdo5UCV2vzMQWJcJ4A==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
@@ -11569,7 +11569,7 @@ packages:
optional: true
/esbuild-android-arm64/0.14.54:
- resolution: {integrity: sha1-jOadfKuklkbgCZaP5XVKIamHF3E=}
+ resolution: {integrity: sha512-F9E+/QDi9sSkLaClO8SOV6etqPd+5DgJje1F9lOWoNncDdOBL2YF59IhsWATSt0TLZbYCf3pNlTHvVV5VfHdvg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
@@ -11577,7 +11577,7 @@ packages:
optional: true
/esbuild-android-arm64/0.15.10:
- resolution: {integrity: sha1-9FOFHcHYxUCaOM92E6M4Uvr0kV0=}
+ resolution: {integrity: sha512-EOt55D6xBk5O05AK8brXUbZmoFj4chM8u3riGflLa6ziEoVvNjRdD7Cnp82NHQGfSHgYR06XsPI8/sMuA/cUwg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
@@ -11585,7 +11585,7 @@ packages:
optional: true
/esbuild-darwin-64/0.14.51:
- resolution: {integrity: sha1-QlnyPta0zqLsiijYe3+5gB8JN1Q=}
+ resolution: {integrity: sha512-YFmXPIOvuagDcwCejMRtCDjgPfnDu+bNeh5FU2Ryi68ADDVlWEpbtpAbrtf/lvFTWPexbgyKgzppNgsmLPr8PA==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
@@ -11594,7 +11594,7 @@ packages:
optional: true
/esbuild-darwin-64/0.14.54:
- resolution: {integrity: sha1-JLpnuajLiQo8CNkBj4h8wiHN2iU=}
+ resolution: {integrity: sha512-jtdKWV3nBviOd5v4hOpkVmpxsBy90CGzebpbO9beiqUYVMBtSc0AL9zGftFuBon7PNDcdvNCEuQqw2x0wP9yug==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
@@ -11602,7 +11602,7 @@ packages:
optional: true
/esbuild-darwin-64/0.15.10:
- resolution: {integrity: sha1-d4vSnIGG/0exdsivWMCM8PuOa4Y=}
+ resolution: {integrity: sha512-hbDJugTicqIm+WKZgp208d7FcXcaK8j2c0l+fqSJ3d2AzQAfjEYDRM3Z2oMeqSJ9uFxyj/muSACLdix7oTstRA==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
@@ -11610,7 +11610,7 @@ packages:
optional: true
/esbuild-darwin-arm64/0.14.51:
- resolution: {integrity: sha1-13tDZqcdhOUwugGdVAtTiyldSUo=}
+ resolution: {integrity: sha512-juYD0QnSKwAMfzwKdIF6YbueXzS6N7y4GXPDeDkApz/1RzlT42mvX9jgNmyOlWKN7YzQAYbcUEJmZJYQGdf2ow==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
@@ -11619,7 +11619,7 @@ packages:
optional: true
/esbuild-darwin-arm64/0.14.54:
- resolution: {integrity: sha1-P3zbeIiO4F5IjSUKK9qrH6Zxv3M=}
+ resolution: {integrity: sha512-OPafJHD2oUPyvJMrsCvDGkRrVCar5aVyHfWGQzY1dWnzErjrDuSETxwA2HSsyg2jORLY8yBfzc1MIpUkXlctmw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
@@ -11627,7 +11627,7 @@ packages:
optional: true
/esbuild-darwin-arm64/0.15.10:
- resolution: {integrity: sha1-swu++0bcPF1HCLBDXlL2RWV41t8=}
+ resolution: {integrity: sha512-M1t5+Kj4IgSbYmunf2BB6EKLkWUq+XlqaFRiGOk8bmBapu9bCDrxjf4kUnWn59Dka3I27EiuHBKd1rSO4osLFQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
@@ -11635,7 +11635,7 @@ packages:
optional: true
/esbuild-freebsd-64/0.14.51:
- resolution: {integrity: sha1-J7ZYezY58QUZxl4HIZ0kmwHyrTg=}
+ resolution: {integrity: sha512-cLEI/aXjb6vo5O2Y8rvVSQ7smgLldwYY5xMxqh/dQGfWO+R1NJOFsiax3IS4Ng300SVp7Gz3czxT6d6qf2cw0g==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
@@ -11644,7 +11644,7 @@ packages:
optional: true
/esbuild-freebsd-64/0.14.54:
- resolution: {integrity: sha1-CSUPmXpW7UZQ8+GXnJBf/EC76U0=}
+ resolution: {integrity: sha512-OKwd4gmwHqOTp4mOGZKe/XUlbDJ4Q9TjX0hMPIDBUWWu/kwhBAudJdBoxnjNf9ocIB6GN6CPowYpR/hRCbSYAg==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
@@ -11652,7 +11652,7 @@ packages:
optional: true
/esbuild-freebsd-64/0.15.10:
- resolution: {integrity: sha1-qzAcX23tURDb3WERQL7xp8LpkjY=}
+ resolution: {integrity: sha512-KMBFMa7C8oc97nqDdoZwtDBX7gfpolkk6Bcmj6YFMrtCMVgoU/x2DI1p74DmYl7CSS6Ppa3xgemrLrr5IjIn0w==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
@@ -11660,7 +11660,7 @@ packages:
optional: true
/esbuild-freebsd-arm64/0.14.51:
- resolution: {integrity: sha1-Y8Q1kX5WaAjHH6/dxgCspNeL4ew=}
+ resolution: {integrity: sha512-TcWVw/rCL2F+jUgRkgLa3qltd5gzKjIMGhkVybkjk6PJadYInPtgtUBp1/hG+mxyigaT7ib+od1Xb84b+L+1Mg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
@@ -11669,7 +11669,7 @@ packages:
optional: true
/esbuild-freebsd-arm64/0.14.54:
- resolution: {integrity: sha1-uvtG7QT8X5fL2wFthpR6eVefjkg=}
+ resolution: {integrity: sha512-sFwueGr7OvIFiQT6WeG0jRLjkjdqWWSrfbVwZp8iMP+8UHEHRBvlaxL6IuKNDwAozNUmbb8nIMXa7oAOARGs1Q==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
@@ -11677,7 +11677,7 @@ packages:
optional: true
/esbuild-freebsd-arm64/0.15.10:
- resolution: {integrity: sha1-pbCbhnpv9JEQ9SNDtvEiZdtj1D8=}
+ resolution: {integrity: sha512-m2KNbuCX13yQqLlbSojFMHpewbn8wW5uDS6DxRpmaZKzyq8Dbsku6hHvh2U+BcLwWY4mpgXzFUoENEf7IcioGg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
@@ -11685,7 +11685,7 @@ packages:
optional: true
/esbuild-linux-32/0.14.51:
- resolution: {integrity: sha1-w9p3QUOjfn8RVZuTadmPEfmXpdk=}
+ resolution: {integrity: sha512-RFqpyC5ChyWrjx8Xj2K0EC1aN0A37H6OJfmUXIASEqJoHcntuV3j2Efr9RNmUhMfNE6yEj2VpYuDteZLGDMr0w==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
@@ -11694,7 +11694,7 @@ packages:
optional: true
/esbuild-linux-32/0.14.54:
- resolution: {integrity: sha1-4qjEqO/cNVQFMlAz/OvrlB94H+U=}
+ resolution: {integrity: sha512-1ZuY+JDI//WmklKlBgJnglpUL1owm2OX+8E1syCD6UAxcMM/XoWd76OHSjl/0MR0LisSAXDqgjT3uJqT67O3qw==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
@@ -11702,7 +11702,7 @@ packages:
optional: true
/esbuild-linux-32/0.15.10:
- resolution: {integrity: sha1-UoL+mRVkHK+cgHDkuiw+FtNY+Dc=}
+ resolution: {integrity: sha512-guXrwSYFAvNkuQ39FNeV4sNkNms1bLlA5vF1H0cazZBOLdLFIny6BhT+TUbK/hdByMQhtWQ5jI9VAmPKbVPu1w==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
@@ -11710,7 +11710,7 @@ packages:
optional: true
/esbuild-linux-64/0.14.51:
- resolution: {integrity: sha1-XZK2f2dOAq4LSp3pp1e6SCEVxK4=}
+ resolution: {integrity: sha512-dxjhrqo5i7Rq6DXwz5v+MEHVs9VNFItJmHBe1CxROWNf4miOGoQhqSG8StStbDkQ1Mtobg6ng+4fwByOhoQoeA==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
@@ -11727,7 +11727,7 @@ packages:
optional: true
/esbuild-linux-64/0.15.10:
- resolution: {integrity: sha1-83JuhaABSVgMsZ+Kv6vLuW9dUrs=}
+ resolution: {integrity: sha512-jd8XfaSJeucMpD63YNMO1JCrdJhckHWcMv6O233bL4l6ogQKQOxBYSRP/XLWP+6kVTu0obXovuckJDcA0DKtQA==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
@@ -11735,7 +11735,7 @@ packages:
optional: true
/esbuild-linux-arm/0.14.51:
- resolution: {integrity: sha1-s65wAGls1T7ZWytFhVT/VDpg4QY=}
+ resolution: {integrity: sha512-LsJynDxYF6Neg7ZC7748yweCDD+N8ByCv22/7IAZglIEniEkqdF4HCaa49JNDLw1UQGlYuhOB8ZT/MmcSWzcWg==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
@@ -11744,7 +11744,7 @@ packages:
optional: true
/esbuild-linux-arm/0.14.54:
- resolution: {integrity: sha1-osHf9tDyHb6PxpmKEiZ1Uz3fzVk=}
+ resolution: {integrity: sha512-qqz/SjemQhVMTnvcLGoLOdFpCYbz4v4fUo+TfsWG+1aOu70/80RV6bgNpR2JCrppV2moUQkww+6bWxXRL9YMGw==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
@@ -11752,7 +11752,7 @@ packages:
optional: true
/esbuild-linux-arm/0.15.10:
- resolution: {integrity: sha1-QKknDaPI/6Ms9y4kp5iD4yPf8I0=}
+ resolution: {integrity: sha512-6N8vThLL/Lysy9y4Ex8XoLQAlbZKUyExCWyayGi2KgTBelKpPgj6RZnUaKri0dHNPGgReJriKVU6+KDGQwn10A==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
@@ -11760,7 +11760,7 @@ packages:
optional: true
/esbuild-linux-arm64/0.14.51:
- resolution: {integrity: sha1-2shHQFFuhZ2LFOHsxHjdUkGxDJM=}
+ resolution: {integrity: sha512-D9rFxGutoqQX3xJPxqd6o+kvYKeIbM0ifW2y0bgKk5HPgQQOo2k9/2Vpto3ybGYaFPCE5qTGtqQta9PoP6ZEzw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
@@ -11769,7 +11769,7 @@ packages:
optional: true
/esbuild-linux-arm64/0.14.54:
- resolution: {integrity: sha1-2uTNQq6Xh0aLalwVjaTIToOwzos=}
+ resolution: {integrity: sha512-WL71L+0Rwv+Gv/HTmxTEmpv0UgmxYa5ftZILVi2QmZBgX3q7+tDeOQNqGtdXSdsL8TQi1vIaVFHUPDe0O0kdig==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
@@ -11777,7 +11777,7 @@ packages:
optional: true
/esbuild-linux-arm64/0.15.10:
- resolution: {integrity: sha1-LwBW6dUobtsBhbVmVcqoxXTY2+c=}
+ resolution: {integrity: sha512-GByBi4fgkvZFTHFDYNftu1DQ1GzR23jws0oWyCfhnI7eMOe+wgwWrc78dbNk709Ivdr/evefm2PJiUBMiusS1A==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
@@ -11785,7 +11785,7 @@ packages:
optional: true
/esbuild-linux-mips64le/0.14.51:
- resolution: {integrity: sha1-2tEHcPrJTvoJK1oGQ4IclVqd04U=}
+ resolution: {integrity: sha512-vS54wQjy4IinLSlb5EIlLoln8buh1yDgliP4CuEHumrPk4PvvP4kTRIG4SzMXm6t19N0rIfT4bNdAxzJLg2k6A==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
@@ -11794,7 +11794,7 @@ packages:
optional: true
/esbuild-linux-mips64le/0.14.54:
- resolution: {integrity: sha1-2ZGOnky5cvjW2ujoZVv57hMe2jQ=}
+ resolution: {integrity: sha512-qTHGQB8D1etd0u1+sB6p0ikLKRVuCWhYQhAHRPkO+OF3I/iSlTKNNS0Lh2Oc0g0UFGguaFZZiPJdJey3AGpAlw==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
@@ -11802,7 +11802,7 @@ packages:
optional: true
/esbuild-linux-mips64le/0.15.10:
- resolution: {integrity: sha1-kM4cTuAgLttKxpgH3qd/flgEq8Q=}
+ resolution: {integrity: sha512-BxP+LbaGVGIdQNJUNF7qpYjEGWb0YyHVSKqYKrn+pTwH/SiHUxFyJYSP3pqkku61olQiSBnSmWZ+YUpj78Tw7Q==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
@@ -11810,7 +11810,7 @@ packages:
optional: true
/esbuild-linux-ppc64le/0.14.51:
- resolution: {integrity: sha1-towvgpTQEqFqiAc9Z+l27dSFCuA=}
+ resolution: {integrity: sha512-xcdd62Y3VfGoyphNP/aIV9LP+RzFw5M5Z7ja+zdpQHHvokJM7d0rlDRMN+iSSwvUymQkqZO+G/xjb4/75du8BQ==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
@@ -11819,7 +11819,7 @@ packages:
optional: true
/esbuild-linux-ppc64le/0.14.54:
- resolution: {integrity: sha1-P5oPbUEHP7GmQGgIRcfeUplfE34=}
+ resolution: {integrity: sha512-j3OMlzHiqwZBDPRCDFKcx595XVfOfOnv68Ax3U4UKZ3MTYQB5Yz3X1mn5GnodEVYzhtZgxEBidLWeIs8FDSfrQ==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
@@ -11827,7 +11827,7 @@ packages:
optional: true
/esbuild-linux-ppc64le/0.15.10:
- resolution: {integrity: sha1-eCg3rnvVsnkXgQbJ3YAXVaIfq98=}
+ resolution: {integrity: sha512-LoSQCd6498PmninNgqd/BR7z3Bsk/mabImBWuQ4wQgmQEeanzWd5BQU2aNi9mBURCLgyheuZS6Xhrw5luw3OkQ==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
@@ -11835,7 +11835,7 @@ packages:
optional: true
/esbuild-linux-riscv64/0.14.51:
- resolution: {integrity: sha1-YIoxi4aXEj5EweGFzfZwjj31C5M=}
+ resolution: {integrity: sha512-syXHGak9wkAnFz0gMmRBoy44JV0rp4kVCEA36P5MCeZcxFq8+fllBC2t6sKI23w3qd8Vwo9pTADCgjTSf3L3rA==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
@@ -11844,7 +11844,7 @@ packages:
optional: true
/esbuild-linux-riscv64/0.14.54:
- resolution: {integrity: sha1-YYhTwCgXimGDe8eZ0gE9RpXkUcg=}
+ resolution: {integrity: sha512-y7Vt7Wl9dkOGZjxQZnDAqqn+XOqFD7IMWiewY5SPlNlzMX39ocPQlOaoxvT4FllA5viyV26/QzHtvTjVNOxHZg==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
@@ -11852,7 +11852,7 @@ packages:
optional: true
/esbuild-linux-riscv64/0.15.10:
- resolution: {integrity: sha1-10INgG7OUXTyT0Y0MDFG+RWrQgc=}
+ resolution: {integrity: sha512-Lrl9Cr2YROvPV4wmZ1/g48httE8z/5SCiXIyebiB5N8VT7pX3t6meI7TQVHw/wQpqP/AF4SksDuFImPTM7Z32Q==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
@@ -11860,7 +11860,7 @@ packages:
optional: true
/esbuild-linux-s390x/0.14.51:
- resolution: {integrity: sha1-yed5EXCjKV26ebk6pFK+uYOKhiU=}
+ resolution: {integrity: sha512-kFAJY3dv+Wq8o28K/C7xkZk/X34rgTwhknSsElIqoEo8armCOjMJ6NsMxm48KaWY2h2RUYGtQmr+RGuUPKBhyw==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
@@ -11869,7 +11869,7 @@ packages:
optional: true
/esbuild-linux-s390x/0.14.54:
- resolution: {integrity: sha1-0YhcTFp2u7Wg/hguLIxg654p8qY=}
+ resolution: {integrity: sha512-zaHpW9dziAsi7lRcyV4r8dhfG1qBidQWUXweUjnw+lliChJqQr+6XD71K41oEIC3Mx1KStovEmlzm+MkGZHnHA==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
@@ -11877,7 +11877,7 @@ packages:
optional: true
/esbuild-linux-s390x/0.15.10:
- resolution: {integrity: sha1-If3wyzSUp/tSCnGTTk3/zmf+R74=}
+ resolution: {integrity: sha512-ReP+6q3eLVVP2lpRrvl5EodKX7EZ1bS1/z5j6hsluAlZP5aHhk6ghT6Cq3IANvvDdscMMCB4QEbI+AjtvoOFpA==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
@@ -11885,7 +11885,7 @@ packages:
optional: true
/esbuild-netbsd-64/0.14.51:
- resolution: {integrity: sha1-Cr1AuMLjf9pvXMQaBMsraQgj2JE=}
+ resolution: {integrity: sha512-ZZBI7qrR1FevdPBVHz/1GSk1x5GDL/iy42Zy8+neEm/HA7ma+hH/bwPEjeHXKWUDvM36CZpSL/fn1/y9/Hb+1A==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
@@ -11894,7 +11894,7 @@ packages:
optional: true
/esbuild-netbsd-64/0.14.54:
- resolution: {integrity: sha1-aa6Rei/yQbffHb8iuvBL0zA0noE=}
+ resolution: {integrity: sha512-PR01lmIMnfJTgeU9VJTDY9ZerDWVFIUzAtJuDHwwceppW7cQWjBBqP48NdeRtoP04/AtO9a7w3viI+PIDr6d+w==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
@@ -11902,7 +11902,7 @@ packages:
optional: true
/esbuild-netbsd-64/0.15.10:
- resolution: {integrity: sha1-bAazEH499T3jgeYpkYTUWX2wRA8=}
+ resolution: {integrity: sha512-iGDYtJCMCqldMskQ4eIV+QSS/CuT7xyy9i2/FjpKvxAuCzrESZXiA1L64YNj6/afuzfBe9i8m/uDkFHy257hTw==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
@@ -11910,7 +11910,7 @@ packages:
optional: true
/esbuild-openbsd-64/0.14.51:
- resolution: {integrity: sha1-Stugt+p+sUKLsA2OlMGZqUmxMOg=}
+ resolution: {integrity: sha512-7R1/p39M+LSVQVgDVlcY1KKm6kFKjERSX1lipMG51NPcspJD1tmiZSmmBXoY5jhHIu6JL1QkFDTx94gMYK6vfA==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
@@ -11919,7 +11919,7 @@ packages:
optional: true
/esbuild-openbsd-64/0.14.54:
- resolution: {integrity: sha1-20yElSh6NQpnkN4i7eokelfF1Hs=}
+ resolution: {integrity: sha512-Qyk7ikT2o7Wu76UsvvDS5q0amJvmRzDyVlL0qf5VLsLchjCa1+IAvd8kTBgUxD7VBUUVgItLkk609ZHUc1oCaw==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
@@ -11927,7 +11927,7 @@ packages:
optional: true
/esbuild-openbsd-64/0.15.10:
- resolution: {integrity: sha1-Ta719djnS72lO2UWAClEXVglcM8=}
+ resolution: {integrity: sha512-ftMMIwHWrnrYnvuJQRJs/Smlcb28F9ICGde/P3FUTCgDDM0N7WA0o9uOR38f5Xe2/OhNCgkjNeb7QeaE3cyWkQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
@@ -11935,7 +11935,7 @@ packages:
optional: true
/esbuild-sunos-64/0.14.51:
- resolution: {integrity: sha1-S4ptl9/t2jCm45YHOTxckOv2OJE=}
+ resolution: {integrity: sha512-HoHaCswHxLEYN8eBTtyO0bFEWvA3Kdb++hSQ/lLG7TyKF69TeSG0RNoBRAs45x/oCeWaTDntEZlYwAfQlhEtJA==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
@@ -11944,7 +11944,7 @@ packages:
optional: true
/esbuild-sunos-64/0.14.54:
- resolution: {integrity: sha1-VCh+49pz04RLchwhvIDB3H4b99o=}
+ resolution: {integrity: sha512-28GZ24KmMSeKi5ueWzMcco6EBHStL3B6ubM7M51RmPwXQGLe0teBGJocmWhgwccA1GeFXqxzILIxXpHbl9Q/Kw==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
@@ -11952,7 +11952,7 @@ packages:
optional: true
/esbuild-sunos-64/0.15.10:
- resolution: {integrity: sha1-X+e+8megLzIv0kmoIU0CdJNziKc=}
+ resolution: {integrity: sha512-mf7hBL9Uo2gcy2r3rUFMjVpTaGpFJJE5QTDDqUFf1632FxteYANffDZmKbqX0PfeQ2XjUDE604IcE7OJeoHiyg==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
@@ -11960,7 +11960,7 @@ packages:
optional: true
/esbuild-windows-32/0.14.51:
- resolution: {integrity: sha1-0x2MoMHTFPse3qFjaFpCO2LprBc=}
+ resolution: {integrity: sha512-4rtwSAM35A07CBt1/X8RWieDj3ZUHQqUOaEo5ZBs69rt5WAFjP4aqCIobdqOy4FdhYw1yF8Z0xFBTyc9lgPtEg==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
@@ -11969,7 +11969,7 @@ packages:
optional: true
/esbuild-windows-32/0.14.54:
- resolution: {integrity: sha1-+Kr5pWZ2MLQPD7OqN78Bu9NAzjE=}
+ resolution: {integrity: sha512-T+rdZW19ql9MjS7pixmZYVObd9G7kcaZo+sETqNH4RCkuuYSuv9AGHUVnPoP9hhuE1WM1ZimHz1CIBHBboLU7w==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
@@ -11977,7 +11977,7 @@ packages:
optional: true
/esbuild-windows-32/0.15.10:
- resolution: {integrity: sha1-SOPd4lqwE1V5ooizCrbd720fCyg=}
+ resolution: {integrity: sha512-ttFVo+Cg8b5+qHmZHbEc8Vl17kCleHhLzgT8X04y8zudEApo0PxPg9Mz8Z2cKH1bCYlve1XL8LkyXGFjtUYeGg==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
@@ -11985,7 +11985,7 @@ packages:
optional: true
/esbuild-windows-64/0.14.51:
- resolution: {integrity: sha1-fTwJyGUtIiklYlY3vcfmwiPgCF0=}
+ resolution: {integrity: sha512-HoN/5HGRXJpWODprGCgKbdMvrC3A2gqvzewu2eECRw2sYxOUoh2TV1tS+G7bHNapPGI79woQJGV6pFH7GH7qnA==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
@@ -11994,7 +11994,7 @@ packages:
optional: true
/esbuild-windows-64/0.14.54:
- resolution: {integrity: sha1-v1S1G9PpsPGIb/2yJKQXYDHqCvQ=}
+ resolution: {integrity: sha512-AoHTRBUuYwXtZhjXZbA1pGfTo8cJo3vZIcWGLiUcTNgHpJJMC1rVA44ZereBHMJtotyN71S8Qw0npiCIkW96cQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
@@ -12002,7 +12002,7 @@ packages:
optional: true
/esbuild-windows-64/0.15.10:
- resolution: {integrity: sha1-OHqVFb7z/uUC0nel0KLbSaTs2gU=}
+ resolution: {integrity: sha512-2H0gdsyHi5x+8lbng3hLbxDWR7mKHWh5BXZGKVG830KUmXOOWFE2YKJ4tHRkejRduOGDrBvHBriYsGtmTv3ntA==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
@@ -12010,7 +12010,7 @@ packages:
optional: true
/esbuild-windows-arm64/0.14.51:
- resolution: {integrity: sha1-AiDSMEv9wRvCfhmyqvVu3xg+Suk=}
+ resolution: {integrity: sha512-JQDqPjuOH7o+BsKMSddMfmVJXrnYZxXDHsoLHc0xgmAZkOOCflRmC43q31pk79F9xuyWY45jDBPolb5ZgGOf9g==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
@@ -12019,7 +12019,7 @@ packages:
optional: true
/esbuild-windows-arm64/0.14.54:
- resolution: {integrity: sha1-k30VZ1oV5LDk+v26o6Aad2or6YI=}
+ resolution: {integrity: sha512-M0kuUvXhot1zOISQGXwWn6YtS+Y/1RT9WrVIOywZnJHo3jCDyewAc79aKNQWFCQm+xNHVTq9h8dZKvygoXQQRg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
@@ -12027,7 +12027,7 @@ packages:
optional: true
/esbuild-windows-arm64/0.15.10:
- resolution: {integrity: sha1-Wm/PL6SeiVlJv1SVzwiKsbQ66Hk=}
+ resolution: {integrity: sha512-S+th4F+F8VLsHLR0zrUcG+Et4hx0RKgK1eyHc08kztmLOES8BWwMiaGdoW9hiXuzznXQ0I/Fg904MNbr11Nktw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
@@ -12623,7 +12623,7 @@ packages:
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
/fsevents/2.3.2:
- resolution: {integrity: sha1-ilJveLj99GI7cJ4Ll1xSwkwC/Ro=}
+ resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
requiresBuild: true
@@ -17394,7 +17394,7 @@ packages:
safe-buffer: 5.2.1
/turbo-darwin-64/1.2.5:
- resolution: {integrity: sha1-mlLWg4jHmwDnZacGPIgQEsjYnAY=}
+ resolution: {integrity: sha512-AjMEF8hlA9vy1gXLHBruqgO42s0M0rKKZLQPM239wli5lKEprmxd8WMSjd9YmxRflS+/fwrXfjVl0QRhHjDIww==}
cpu: [x64]
os: [darwin]
requiresBuild: true
@@ -17402,7 +17402,7 @@ packages:
optional: true
/turbo-darwin-arm64/1.2.5:
- resolution: {integrity: sha1-w6kNxoLflP+o+PZxb4/xt83nck0=}
+ resolution: {integrity: sha512-2kj4+X9XMGF9o398qVo4HDsaoPy2kcl77X+EYlq2bROoQlGXRrR7R+i/qMvLh4tLsSQAm5eOqEbFyvtMkxT/xg==}
cpu: [arm64]
os: [darwin]
requiresBuild: true
@@ -17410,7 +17410,7 @@ packages:
optional: true
/turbo-freebsd-64/1.2.5:
- resolution: {integrity: sha1-mgeUF8/kO+P05oVVMKnnv3wdjvQ=}
+ resolution: {integrity: sha512-29eQUiS/Fky7O8E0YzGh3EETPvMKmMDkFjJn4XtRGO+iZfkIxlqKnAUpT+8kx3nQ/5dAAoTGHflyf4FNEZaCKA==}
cpu: [x64]
os: [freebsd]
requiresBuild: true
@@ -17418,7 +17418,7 @@ packages:
optional: true
/turbo-freebsd-arm64/1.2.5:
- resolution: {integrity: sha1-Ow8VacTZzkAXenJZulvcaAIf8l0=}
+ resolution: {integrity: sha512-WRFmzgXqXurdRntPrEb7hcOM1Zfjse8OC/sH3V8R9QspYE+upZ42m9ePLt2n5N2shc4XLced/9VFdczx9549Tw==}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
@@ -17426,7 +17426,7 @@ packages:
optional: true
/turbo-linux-32/1.2.5:
- resolution: {integrity: sha1-9HiZYXObYoD5fw8liVGFH4Qsm/w=}
+ resolution: {integrity: sha512-YBzKqXJEoORpPq7vwpNf9ovbVru9aQi7HD88fxYW1wvvuPdNx2ZAmjn8sEMZZPkndfOlf9fXgO3aXr0fjqUWMw==}
cpu: [ia32]
os: [linux]
requiresBuild: true
@@ -17434,7 +17434,7 @@ packages:
optional: true
/turbo-linux-64/1.2.5:
- resolution: {integrity: sha1-WEXjMnB6yCqWaIANFYVwHP2BeIk=}
+ resolution: {integrity: sha512-a85WEfOj4Cw0zd/wo1xoRmqW4kZHAz63nf+vWINyxZOK2H899TCUs+KJpgsacafU0fO36l1rsx2fdUDce/3Dww==}
cpu: [x64]
os: [linux]
requiresBuild: true
@@ -17442,7 +17442,7 @@ packages:
optional: true
/turbo-linux-arm/1.2.5:
- resolution: {integrity: sha1-M33ARec3ehFA+/MWK90ZGdNJ+9A=}
+ resolution: {integrity: sha512-JlLk5cGmj5yRwBQuPMH36w5ZJg0sBfi+dxBZTkJUV9XM9MRgNUs0MkNnjh9ogGvB4R08HY4ud6XcyRdoKLs9pA==}
cpu: [arm]
os: [linux]
requiresBuild: true
@@ -17450,7 +17450,7 @@ packages:
optional: true
/turbo-linux-arm64/1.2.5:
- resolution: {integrity: sha1-c6NTV1X/c1S+Cf83Snx2vffP/aA=}
+ resolution: {integrity: sha512-ZtPQx9yw+iMT+sYPYcrtbCye7a/aj93gA2krir4MI+CDp69LuHLuZOOfc8u4JCxSJTbRLoYcwJrdfB9uBSddIQ==}
cpu: [arm64]
os: [linux]
requiresBuild: true
@@ -17458,7 +17458,7 @@ packages:
optional: true
/turbo-linux-mips64le/1.2.5:
- resolution: {integrity: sha1-gPPHH0ovRNk+OulQnCx3bS8oQvY=}
+ resolution: {integrity: sha512-3LLnEwKc5pf7MlUhwvq/ND2cx0f7v3LHK5587CVTQI9nnwgie42n5U168J7BPPPkIE0k0j4S1jeXU18DV3vWbA==}
cpu: [mips64el]
os: [linux]
requiresBuild: true
@@ -17466,7 +17466,7 @@ packages:
optional: true
/turbo-linux-ppc64le/1.2.5:
- resolution: {integrity: sha1-Xhz7q1vnUgnKG0t6MmbLUFPXaeA=}
+ resolution: {integrity: sha512-1k4lBCu2jdQNF3KXjPAbOER5/j37AdBqHnuHB6JuiOocm+v3WgEfkctkqLrgow3q1HLeb4me3wGXstV//6dzSg==}
cpu: [ppc64]
os: [linux]
requiresBuild: true
@@ -17474,7 +17474,7 @@ packages:
optional: true
/turbo-windows-32/1.2.5:
- resolution: {integrity: sha1-K3p6dovEUnaaIZA5wMM3HrDPfNw=}
+ resolution: {integrity: sha512-XT2g/kZopqARjs39MNVP5XysrK2R0P9QVnrRdVY72zgswLvvcvDI6SM5SPX/SWF4iLU5OEUlpCaUz5dJLGMGUw==}
cpu: [ia32]
os: [win32]
requiresBuild: true
@@ -17482,7 +17482,7 @@ packages:
optional: true
/turbo-windows-64/1.2.5:
- resolution: {integrity: sha1-2bpCZThNw8ZhibTN+8X3vDmr/Fc=}
+ resolution: {integrity: sha512-Ut097JJv9qy/8cpHANB7/BH0uh2IZbUeSSRudTl8tfMX8ZEdla/NpJd+omMV4CwPRrZAO6SyKiTfeHFOt/6NgQ==}
cpu: [x64]
os: [win32]
requiresBuild: true