aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-09-26 14:57:59 +0100
committerGravatar GitHub <noreply@github.com> 2024-09-26 14:57:59 +0100
commit2594eb088d53a98181ac820243bcb1a765856ecf (patch)
treee812e18ec5151b5e253f17970128eaa7db096401 /packages/integrations
parentd7779dfae7bc00ff94b1e4596ff5b4897f65aabe (diff)
downloadastro-feat/action-on-result.tar.gz
astro-feat/action-on-result.tar.zst
astro-feat/action-on-result.zip
fix(deps): update all non-major dependencies (#12003)feat/action-on-result
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/alpinejs/package.json4
-rw-r--r--packages/integrations/lit/package.json2
-rw-r--r--packages/integrations/markdoc/package.json6
-rw-r--r--packages/integrations/markdoc/test/fixtures/render-with-components/package.json2
-rw-r--r--packages/integrations/mdx/package.json12
-rw-r--r--packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json2
-rw-r--r--packages/integrations/preact/package.json4
-rw-r--r--packages/integrations/react/package.json4
-rw-r--r--packages/integrations/react/test/fixtures/react-component/package.json2
-rw-r--r--packages/integrations/solid/package.json4
-rw-r--r--packages/integrations/solid/src/server.ts2
-rw-r--r--packages/integrations/svelte/package.json4
-rw-r--r--packages/integrations/tailwind/package.json6
-rw-r--r--packages/integrations/vue/package.json12
-rw-r--r--packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json2
-rw-r--r--packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json2
-rw-r--r--packages/integrations/vue/test/fixtures/app-entrypoint/package.json2
-rw-r--r--packages/integrations/web-vitals/package.json2
-rw-r--r--packages/integrations/web-vitals/test/fixtures/basics/package.json2
19 files changed, 38 insertions, 38 deletions
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json
index 83264c6ce..84e2d6c11 100644
--- a/packages/integrations/alpinejs/package.json
+++ b/packages/integrations/alpinejs/package.json
@@ -38,10 +38,10 @@
"alpinejs": "^3.0.0"
},
"devDependencies": {
- "@playwright/test": "1.47.0",
+ "@playwright/test": "1.47.2",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "vite": "^5.4.3"
+ "vite": "^5.4.8"
},
"publishConfig": {
"provenance": true
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 3323aca39..435e48b9f 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -61,7 +61,7 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"lit": "^3.2.0",
- "sass": "^1.78.0"
+ "sass": "^1.79.3"
},
"peerDependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 1e7a90f39..9cb18f37c 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -78,9 +78,9 @@
"@types/markdown-it": "^14.1.2",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "devalue": "^5.0.0",
- "linkedom": "^0.18.4",
- "vite": "^5.4.3"
+ "devalue": "^5.1.1",
+ "linkedom": "^0.18.5",
+ "vite": "^5.4.8"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
diff --git a/packages/integrations/markdoc/test/fixtures/render-with-components/package.json b/packages/integrations/markdoc/test/fixtures/render-with-components/package.json
index 03b95608b..4bf2dba06 100644
--- a/packages/integrations/markdoc/test/fixtures/render-with-components/package.json
+++ b/packages/integrations/markdoc/test/fixtures/render-with-components/package.json
@@ -6,6 +6,6 @@
"@astrojs/markdoc": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
- "preact": "^10.23.2"
+ "preact": "^10.24.1"
}
}
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index c2d8f0d6a..9c4cae897 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -39,7 +39,7 @@
"es-module-lexer": "^1.5.4",
"estree-util-visit": "^2.0.0",
"gray-matter": "^4.0.3",
- "hast-util-to-html": "^9.0.2",
+ "hast-util-to-html": "^9.0.3",
"kleur": "^4.1.5",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
@@ -52,25 +52,25 @@
"astro": "^4.8.0"
},
"devDependencies": {
- "@types/estree": "^1.0.5",
+ "@types/estree": "^1.0.6",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
- "linkedom": "^0.18.4",
+ "linkedom": "^0.18.5",
"mdast-util-mdx": "^3.0.0",
"mdast-util-mdx-jsx": "^3.1.3",
"mdast-util-to-string": "^4.0.0",
"rehype-mathjax": "^6.0.0",
"rehype-pretty-code": "^0.14.0",
"remark-math": "^6.0.0",
- "remark-rehype": "^11.1.0",
+ "remark-rehype": "^11.1.1",
"remark-shiki-twoslash": "^3.1.3",
"remark-toc": "^9.0.0",
- "shiki": "^1.16.2",
+ "shiki": "^1.19.0",
"unified": "^11.0.5",
- "vite": "^5.4.3"
+ "vite": "^5.4.8"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
diff --git a/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json b/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json
index 0fa46c0c2..0923f57e2 100644
--- a/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json
+++ b/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json
@@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
- "preact": "^10.23.2"
+ "preact": "^10.24.1"
}
}
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 5874d666d..dcf1fe54a 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -40,12 +40,12 @@
"@preact/preset-vite": "2.8.2",
"@preact/signals": "^1.3.0",
"babel-plugin-transform-hook-names": "^1.0.2",
- "preact-render-to-string": "^6.5.10"
+ "preact-render-to-string": "^6.5.11"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "preact": "^10.23.2"
+ "preact": "^10.24.1"
},
"peerDependencies": {
"preact": "^10.6.5"
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 64e6c4d33..6a6693a6a 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -59,14 +59,14 @@
"ultrahtml": "^1.5.3"
},
"devDependencies": {
- "@types/react": "^18.3.5",
+ "@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vite": "^5.4.3"
+ "vite": "^5.4.8"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",
diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json
index 4002f7705..577548015 100644
--- a/packages/integrations/react/test/fixtures/react-component/package.json
+++ b/packages/integrations/react/test/fixtures/react-component/package.json
@@ -8,6 +8,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vue": "^3.5.3"
+ "vue": "^3.5.8"
}
}
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 7a3cb6e15..9721fb8cb 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -40,8 +40,8 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "solid-js": "^1.8.22",
- "vite": "^5.4.3"
+ "solid-js": "^1.9.1",
+ "vite": "^5.4.8"
},
"peerDependencies": {
"solid-devtools": "^0.30.1",
diff --git a/packages/integrations/solid/src/server.ts b/packages/integrations/solid/src/server.ts
index 295771265..d03b4c74c 100644
--- a/packages/integrations/solid/src/server.ts
+++ b/packages/integrations/solid/src/server.ts
@@ -48,7 +48,7 @@ async function renderToStaticMarkup(
Component: any,
props: Record<string, any>,
{ default: children, ...slotted }: any,
- metadata?: undefined | Record<string, any>,
+ metadata?: Record<string, any>,
) {
const ctx = getContext(this.result);
const renderId = metadata?.hydrate ? incrementId(ctx) : '';
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 7deb15ef8..a156c5c34 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -51,13 +51,13 @@
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
- "svelte2tsx": "^0.7.18"
+ "svelte2tsx": "^0.7.19"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"svelte": "^4.2.19",
- "vite": "^5.4.3"
+ "vite": "^5.4.8"
},
"peerDependencies": {
"astro": "^4.0.0",
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 3e383437c..45aa90da9 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -34,14 +34,14 @@
},
"dependencies": {
"autoprefixer": "^10.4.20",
- "postcss": "^8.4.45",
+ "postcss": "^8.4.47",
"postcss-load-config": "^4.0.2"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "tailwindcss": "^3.4.10",
- "vite": "^5.4.3"
+ "tailwindcss": "^3.4.13",
+ "vite": "^5.4.8"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0 || ^5.0.0-beta.0",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 7a69a97a4..b008864bd 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -44,18 +44,18 @@
"test": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
- "@vitejs/plugin-vue": "^5.1.3",
+ "@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
- "@vue/compiler-sfc": "^3.5.3",
- "vite-plugin-vue-devtools": "^7.4.4"
+ "@vue/compiler-sfc": "^3.5.8",
+ "vite-plugin-vue-devtools": "^7.4.6"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
- "linkedom": "^0.18.4",
- "vite": "^5.4.3",
- "vue": "^3.5.3"
+ "linkedom": "^0.18.5",
+ "vite": "^5.4.8",
+ "vue": "^3.5.8"
},
"peerDependencies": {
"astro": "^4.0.0",
diff --git a/packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json b/packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json
index 9acaf8f7a..3fc55f9a2 100644
--- a/packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json
+++ b/packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json
@@ -6,6 +6,6 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vite-svg-loader": "5.1.0",
- "vue": "^3.5.3"
+ "vue": "^3.5.8"
}
} \ No newline at end of file
diff --git a/packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json b/packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json
index 109ec7d61..d3db82d77 100644
--- a/packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json
+++ b/packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json
@@ -9,6 +9,6 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vite-svg-loader": "5.1.0",
- "vue": "^3.5.3"
+ "vue": "^3.5.8"
}
}
diff --git a/packages/integrations/vue/test/fixtures/app-entrypoint/package.json b/packages/integrations/vue/test/fixtures/app-entrypoint/package.json
index 06def1ba6..278c86e12 100644
--- a/packages/integrations/vue/test/fixtures/app-entrypoint/package.json
+++ b/packages/integrations/vue/test/fixtures/app-entrypoint/package.json
@@ -6,6 +6,6 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vite-svg-loader": "5.1.0",
- "vue": "^3.5.3"
+ "vue": "^3.5.8"
}
} \ No newline at end of file
diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json
index cebe1319b..adf7a38ca 100644
--- a/packages/integrations/web-vitals/package.json
+++ b/packages/integrations/web-vitals/package.json
@@ -41,7 +41,7 @@
"@astrojs/db": "workspace:*",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "linkedom": "^0.18.4"
+ "linkedom": "^0.18.5"
},
"publishConfig": {
"provenance": true
diff --git a/packages/integrations/web-vitals/test/fixtures/basics/package.json b/packages/integrations/web-vitals/test/fixtures/basics/package.json
index 5dcbdb1f9..23404fc80 100644
--- a/packages/integrations/web-vitals/test/fixtures/basics/package.json
+++ b/packages/integrations/web-vitals/test/fixtures/basics/package.json
@@ -9,7 +9,7 @@
},
"dependencies": {
"@astrojs/db": "workspace:*",
- "@astrojs/node": "^8.3.3",
+ "@astrojs/node": "^8.3.4",
"@astrojs/web-vitals": "workspace:*",
"astro": "workspace:*"
}