diff options
Diffstat (limited to 'packages')
90 files changed, 197 insertions, 198 deletions
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 78bfb4a8e..b22edab9a 100644 --- a/packages/astro-rss/package.json +++ b/packages/astro-rss/package.json @@ -38,7 +38,7 @@ "mocha": "^9.2.2" }, "dependencies": { - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.2.7", "kleur": "^4.1.5" } } diff --git a/packages/astro/e2e/fixtures/astro-component/package.json b/packages/astro/e2e/fixtures/astro-component/package.json index 225864913..b7cc8fbc1 100644 --- a/packages/astro/e2e/fixtures/astro-component/package.json +++ b/packages/astro/e2e/fixtures/astro-component/package.json @@ -6,6 +6,6 @@ "@astrojs/preact": "workspace:*", "@e2e/astro-linked-lib": "link:../_deps/astro-linked-lib", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/e2e/fixtures/client-only/package.json b/packages/astro/e2e/fixtures/client-only/package.json index d072e8bdd..097725a5e 100644 --- a/packages/astro/e2e/fixtures/client-only/package.json +++ b/packages/astro/e2e/fixtures/client-only/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/e2e/fixtures/error-cyclic/package.json b/packages/astro/e2e/fixtures/error-cyclic/package.json index 9a3fbde60..b4a9ed29c 100644 --- a/packages/astro/e2e/fixtures/error-cyclic/package.json +++ b/packages/astro/e2e/fixtures/error-cyclic/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/e2e/fixtures/error-sass/package.json b/packages/astro/e2e/fixtures/error-sass/package.json index 097bad23e..6c89910db 100644 --- a/packages/astro/e2e/fixtures/error-sass/package.json +++ b/packages/astro/e2e/fixtures/error-sass/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "astro": "workspace:*", - "sass": "^1.63.4" + "sass": "^1.66.1" } } diff --git a/packages/astro/e2e/fixtures/errors/package.json b/packages/astro/e2e/fixtures/errors/package.json index 6f3d22291..28142b7c3 100644 --- a/packages/astro/e2e/fixtures/errors/package.json +++ b/packages/astro/e2e/fixtures/errors/package.json @@ -9,12 +9,12 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "sass": "^1.63.4", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "sass": "^1.66.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/e2e/fixtures/hydration-race/package.json b/packages/astro/e2e/fixtures/hydration-race/package.json index f1ab746c3..8db4efa29 100644 --- a/packages/astro/e2e/fixtures/hydration-race/package.json +++ b/packages/astro/e2e/fixtures/hydration-race/package.json @@ -9,6 +9,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/e2e/fixtures/lit-component/package.json b/packages/astro/e2e/fixtures/lit-component/package.json index 961507fe8..c221e81c9 100644 --- a/packages/astro/e2e/fixtures/lit-component/package.json +++ b/packages/astro/e2e/fixtures/lit-component/package.json @@ -6,6 +6,6 @@ "@astrojs/lit": "workspace:*", "@webcomponents/template-shadowroot": "^0.2.1", "astro": "workspace:*", - "lit": "^2.7.5" + "lit": "^2.8.0" } } diff --git a/packages/astro/e2e/fixtures/multiple-frameworks/package.json b/packages/astro/e2e/fixtures/multiple-frameworks/package.json index 1037db0f7..335da44da 100644 --- a/packages/astro/e2e/fixtures/multiple-frameworks/package.json +++ b/packages/astro/e2e/fixtures/multiple-frameworks/package.json @@ -13,12 +13,12 @@ }, "dependencies": { "@webcomponents/template-shadowroot": "^0.2.1", - "lit": "^2.7.5", - "preact": "^10.15.1", + "lit": "^2.8.0", + "preact": "^10.17.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/e2e/fixtures/namespaced-component/package.json b/packages/astro/e2e/fixtures/namespaced-component/package.json index 5f4fd8277..596cb5d2b 100644 --- a/packages/astro/e2e/fixtures/namespaced-component/package.json +++ b/packages/astro/e2e/fixtures/namespaced-component/package.json @@ -8,6 +8,6 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/e2e/fixtures/nested-in-preact/package.json b/packages/astro/e2e/fixtures/nested-in-preact/package.json index 2b6db13af..3d1cb5468 100644 --- a/packages/astro/e2e/fixtures/nested-in-preact/package.json +++ b/packages/astro/e2e/fixtures/nested-in-preact/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/e2e/fixtures/nested-in-react/package.json b/packages/astro/e2e/fixtures/nested-in-react/package.json index a1708a0ed..9b35b06aa 100644 --- a/packages/astro/e2e/fixtures/nested-in-react/package.json +++ b/packages/astro/e2e/fixtures/nested-in-react/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/e2e/fixtures/nested-in-solid/package.json b/packages/astro/e2e/fixtures/nested-in-solid/package.json index 00c6cdaf7..e24b561d8 100644 --- a/packages/astro/e2e/fixtures/nested-in-solid/package.json +++ b/packages/astro/e2e/fixtures/nested-in-solid/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/e2e/fixtures/nested-in-svelte/package.json b/packages/astro/e2e/fixtures/nested-in-svelte/package.json index 03a4c3e05..f9dc5b0db 100644 --- a/packages/astro/e2e/fixtures/nested-in-svelte/package.json +++ b/packages/astro/e2e/fixtures/nested-in-svelte/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/e2e/fixtures/nested-in-vue/package.json b/packages/astro/e2e/fixtures/nested-in-vue/package.json index 5a0d0273b..28c27f0d0 100644 --- a/packages/astro/e2e/fixtures/nested-in-vue/package.json +++ b/packages/astro/e2e/fixtures/nested-in-vue/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/e2e/fixtures/nested-recursive/package.json b/packages/astro/e2e/fixtures/nested-recursive/package.json index 19366d545..7c9ae2906 100644 --- a/packages/astro/e2e/fixtures/nested-recursive/package.json +++ b/packages/astro/e2e/fixtures/nested-recursive/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" }, "scripts": { diff --git a/packages/astro/e2e/fixtures/preact-compat-component/package.json b/packages/astro/e2e/fixtures/preact-compat-component/package.json index c8092f549..72fdbdf3a 100644 --- a/packages/astro/e2e/fixtures/preact-compat-component/package.json +++ b/packages/astro/e2e/fixtures/preact-compat-component/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/e2e/fixtures/preact-component/package.json b/packages/astro/e2e/fixtures/preact-component/package.json index 8041f3608..264c1d99b 100644 --- a/packages/astro/e2e/fixtures/preact-component/package.json +++ b/packages/astro/e2e/fixtures/preact-component/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/e2e/fixtures/solid-circular/package.json b/packages/astro/e2e/fixtures/solid-circular/package.json index 7cca82635..e32dccbdb 100644 --- a/packages/astro/e2e/fixtures/solid-circular/package.json +++ b/packages/astro/e2e/fixtures/solid-circular/package.json @@ -7,6 +7,6 @@ "astro": "workspace:*" }, "devDependencies": { - "solid-js": "^1.7.6" + "solid-js": "^1.7.11" } } diff --git a/packages/astro/e2e/fixtures/solid-component/package.json b/packages/astro/e2e/fixtures/solid-component/package.json index eaa2e84eb..d4ef4de6e 100644 --- a/packages/astro/e2e/fixtures/solid-component/package.json +++ b/packages/astro/e2e/fixtures/solid-component/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/solid-js": "workspace:*", "astro": "workspace:*", - "solid-js": "^1.7.6" + "solid-js": "^1.7.11" } } diff --git a/packages/astro/e2e/fixtures/solid-recurse/package.json b/packages/astro/e2e/fixtures/solid-recurse/package.json index c1f3f1444..6f999c6a3 100644 --- a/packages/astro/e2e/fixtures/solid-recurse/package.json +++ b/packages/astro/e2e/fixtures/solid-recurse/package.json @@ -7,6 +7,6 @@ "astro": "workspace:*" }, "devDependencies": { - "solid-js": "^1.7.6" + "solid-js": "^1.7.11" } } diff --git a/packages/astro/e2e/fixtures/svelte-component/package.json b/packages/astro/e2e/fixtures/svelte-component/package.json index 0756f3f14..e07bd1591 100644 --- a/packages/astro/e2e/fixtures/svelte-component/package.json +++ b/packages/astro/e2e/fixtures/svelte-component/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^3.59.1" + "svelte": "^3.59.2" } } diff --git a/packages/astro/e2e/fixtures/tailwindcss/package.json b/packages/astro/e2e/fixtures/tailwindcss/package.json index 7e61c0d5c..ddac263a5 100644 --- a/packages/astro/e2e/fixtures/tailwindcss/package.json +++ b/packages/astro/e2e/fixtures/tailwindcss/package.json @@ -5,8 +5,8 @@ "dependencies": { "@astrojs/tailwind": "workspace:*", "astro": "workspace:*", - "autoprefixer": "^10.4.14", - "postcss": "^8.4.24", - "tailwindcss": "^3.3.2" + "autoprefixer": "^10.4.15", + "postcss": "^8.4.28", + "tailwindcss": "^3.3.3" } } diff --git a/packages/astro/package.json b/packages/astro/package.json index 8db1f587d..e3a5c94ec 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -123,14 +123,14 @@ "@astrojs/internal-helpers": "workspace:*", "@astrojs/markdown-remark": "workspace:*", "@astrojs/telemetry": "workspace:*", - "@babel/core": "^7.22.5", - "@babel/generator": "^7.22.5", - "@babel/parser": "^7.22.5", + "@babel/core": "^7.22.10", + "@babel/generator": "^7.22.10", + "@babel/parser": "^7.22.10", "@babel/plugin-transform-react-jsx": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5", + "@babel/traverse": "^7.22.10", + "@babel/types": "^7.22.10", "@types/babel__core": "^7.20.1", - "acorn": "^8.9.0", + "acorn": "^8.10.0", "boxen": "^6.2.1", "chokidar": "^3.5.3", "ci-info": "^3.8.0", @@ -142,17 +142,17 @@ "devalue": "^4.3.2", "diff": "^5.1.0", "es-module-lexer": "^1.3.0", - "esbuild": "^0.18.16", + "esbuild": "^0.18.20", "estree-walker": "^3.0.3", "execa": "^6.1.0", - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.1", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "html-escaper": "^3.0.3", "http-cache-semantics": "^4.1.1", "js-yaml": "^4.1.0", "kleur": "^4.1.4", - "magic-string": "^0.30.2", + "magic-string": "^0.30.3", "mime": "^3.0.0", "ora": "^6.3.1", "p-limit": "^4.0.0", @@ -160,25 +160,25 @@ "preferred-pm": "^3.0.3", "prompts": "^2.4.2", "rehype": "^12.0.1", - "semver": "^7.5.3", + "semver": "^7.5.4", "server-destroy": "^1.0.1", - "sharp": "^0.32.1", - "shiki": "^0.14.1", + "sharp": "^0.32.5", + "shiki": "^0.14.3", "string-width": "^5.1.2", "strip-ansi": "^7.1.0", "tsconfig-resolver": "^3.0.1", "undici": "^5.23.0", "unist-util-visit": "^4.1.2", "vfile": "^5.3.7", - "vite": "^4.4.6", + "vite": "^4.4.9", "vitefu": "^0.2.4", "which-pm": "^2.0.0", "yargs-parser": "^21.1.1", - "zod": "^3.20.6" + "zod": "3.21.1" }, "devDependencies": { "@astrojs/check": "^0.1.0", - "@playwright/test": "^1.29.2", + "@playwright/test": "^1.37.1", "@types/babel__generator": "^7.6.4", "@types/babel__traverse": "^7.20.1", "@types/chai": "^4.3.5", @@ -189,7 +189,7 @@ "@types/diff": "^5.0.3", "@types/dom-view-transitions": "^1.0.1", "@types/estree": "^0.0.51", - "@types/hast": "^2.3.4", + "@types/hast": "^2.3.5", "@types/html-escaper": "^3.0.0", "@types/http-cache-semantics": "^4.0.1", "@types/js-yaml": "^4.0.5", @@ -199,7 +199,7 @@ "@types/prompts": "^2.4.4", "@types/send": "^0.17.1", "@types/server-destroy": "^1.0.1", - "@types/unist": "^2.0.6", + "@types/unist": "^2.0.7", "@types/yargs-parser": "^21.0.0", "astro-scripts": "workspace:*", "chai": "^4.3.7", @@ -208,13 +208,13 @@ "memfs": "^3.5.3", "mocha": "^9.2.2", "network-information-types": "^0.1.1", - "node-mocks-http": "^1.12.2", + "node-mocks-http": "^1.13.0", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", "rehype-toc": "^3.0.2", "remark-code-titles": "^0.1.2", - "rollup": "^3.25.1", - "sass": "^1.63.4", + "rollup": "^3.28.1", + "sass": "^1.66.1", "srcset-parse": "^1.1.0", "unified": "^10.1.2" }, diff --git a/packages/astro/performance/fixtures/md/package.json b/packages/astro/performance/fixtures/md/package.json index a5efef0ef..f5699317a 100644 --- a/packages/astro/performance/fixtures/md/package.json +++ b/packages/astro/performance/fixtures/md/package.json @@ -16,8 +16,8 @@ "dependencies": { "@astrojs/react": "workspace:*", "@performance/utils": "workspace:*", - "@types/react": "^18.2.13", - "@types/react-dom": "^18.2.6", + "@types/react": "^18.2.20", + "@types/react-dom": "^18.2.7", "astro": "workspace:*", "react": "^18.0.0", "react-dom": "^18.0.0" diff --git a/packages/astro/performance/fixtures/mdoc/package.json b/packages/astro/performance/fixtures/mdoc/package.json index 612bd78c2..df435c5dd 100644 --- a/packages/astro/performance/fixtures/mdoc/package.json +++ b/packages/astro/performance/fixtures/mdoc/package.json @@ -17,8 +17,8 @@ "@astrojs/markdoc": "workspace:*", "@astrojs/react": "workspace:*", "@performance/utils": "workspace:*", - "@types/react": "^18.2.13", - "@types/react-dom": "^18.2.6", + "@types/react": "^18.2.20", + "@types/react-dom": "^18.2.7", "astro": "workspace:*", "react": "^18.0.0", "react-dom": "^18.0.0" diff --git a/packages/astro/performance/fixtures/mdx/package.json b/packages/astro/performance/fixtures/mdx/package.json index 59d98b27f..5c66746c9 100644 --- a/packages/astro/performance/fixtures/mdx/package.json +++ b/packages/astro/performance/fixtures/mdx/package.json @@ -17,8 +17,8 @@ "@astrojs/mdx": "workspace:*", "@astrojs/react": "workspace:*", "@performance/utils": "workspace:*", - "@types/react": "^18.2.13", - "@types/react-dom": "^18.2.6", + "@types/react": "^18.2.20", + "@types/react-dom": "^18.2.7", "astro": "workspace:*", "react": "^18.0.0", "react-dom": "^18.0.0" diff --git a/packages/astro/src/core/config/schema.ts b/packages/astro/src/core/config/schema.ts index 1c5412d14..e0ddeb268 100644 --- a/packages/astro/src/core/config/schema.ts +++ b/packages/astro/src/core/config/schema.ts @@ -1,6 +1,6 @@ import type { RehypePlugin, RemarkPlugin, RemarkRehype } from '@astrojs/markdown-remark'; import { markdownConfigDefaults } from '@astrojs/markdown-remark'; -import type { ILanguageRegistration, IThemeRegistration, Theme } from 'shiki'; +import type { ILanguageRegistration, IShikiTheme, Theme } from 'shiki'; import type { AstroUserConfig, ViteUserConfig } from '../../@types/astro'; import type { OutgoingHttpHeaders } from 'node:http'; @@ -228,8 +228,8 @@ export const AstroConfigSchema = z.object({ langs: z.custom<ILanguageRegistration>().array().default([]), theme: z .enum(BUNDLED_THEMES as [Theme, ...Theme[]]) - .or(z.custom<IThemeRegistration>()) - .default(ASTRO_CONFIG_DEFAULTS.markdown.shikiConfig.theme!), + .or(z.custom<IShikiTheme>()) + .default(ASTRO_CONFIG_DEFAULTS.markdown.shikiConfig.theme! as Theme), wrap: z.boolean().or(z.null()).default(ASTRO_CONFIG_DEFAULTS.markdown.shikiConfig.wrap!), }) .default({}), diff --git a/packages/astro/test/fixtures/0-css/package.json b/packages/astro/test/fixtures/0-css/package.json index 4a5d77343..2800dc701 100644 --- a/packages/astro/test/fixtures/0-css/package.json +++ b/packages/astro/test/fixtures/0-css/package.json @@ -9,7 +9,7 @@ "astro": "workspace:*", "react": "^18.1.0", "react-dom": "^18.1.0", - "svelte": "^3.59.1", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json b/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json index d4113b4fc..6adedfa15 100644 --- a/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json +++ b/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^3.59.1" + "svelte": "^3.59.2" } } diff --git a/packages/astro/test/fixtures/alias-tsconfig/package.json b/packages/astro/test/fixtures/alias-tsconfig/package.json index 4abb4367f..2fde09158 100644 --- a/packages/astro/test/fixtures/alias-tsconfig/package.json +++ b/packages/astro/test/fixtures/alias-tsconfig/package.json @@ -6,6 +6,6 @@ "@astrojs/svelte": "workspace:*", "@test/namespace-package": "workspace:*", "astro": "workspace:*", - "svelte": "^3.59.1" + "svelte": "^3.59.2" } } diff --git a/packages/astro/test/fixtures/alias/package.json b/packages/astro/test/fixtures/alias/package.json index e543a6967..1318f1b74 100644 --- a/packages/astro/test/fixtures/alias/package.json +++ b/packages/astro/test/fixtures/alias/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^3.59.1" + "svelte": "^3.59.2" } } diff --git a/packages/astro/test/fixtures/astro-basic/package.json b/packages/astro/test/fixtures/astro-basic/package.json index c30c850dc..ee968d78c 100644 --- a/packages/astro/test/fixtures/astro-basic/package.json +++ b/packages/astro/test/fixtures/astro-basic/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/astro-children/package.json b/packages/astro/test/fixtures/astro-children/package.json index 1f4002985..6b3ce358a 100644 --- a/packages/astro/test/fixtures/astro-children/package.json +++ b/packages/astro/test/fixtures/astro-children/package.json @@ -7,8 +7,8 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1", - "svelte": "^3.59.1", + "preact": "^10.17.1", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/test/fixtures/astro-client-only/package.json b/packages/astro/test/fixtures/astro-client-only/package.json index 4ac537e04..357f12968 100644 --- a/packages/astro/test/fixtures/astro-client-only/package.json +++ b/packages/astro/test/fixtures/astro-client-only/package.json @@ -9,6 +9,6 @@ "astro": "workspace:*", "react": "^18.1.0", "react-dom": "^18.1.0", - "svelte": "^3.59.1" + "svelte": "^3.59.2" } } diff --git a/packages/astro/test/fixtures/astro-dynamic/package.json b/packages/astro/test/fixtures/astro-dynamic/package.json index 1499fa7f3..e81704ce7 100644 --- a/packages/astro/test/fixtures/astro-dynamic/package.json +++ b/packages/astro/test/fixtures/astro-dynamic/package.json @@ -8,6 +8,6 @@ "astro": "workspace:*", "react": "^18.1.0", "react-dom": "^18.1.0", - "svelte": "^3.59.1" + "svelte": "^3.59.2" } } diff --git a/packages/astro/test/fixtures/astro-expr/package.json b/packages/astro/test/fixtures/astro-expr/package.json index b9fc5565e..c6dce6e21 100644 --- a/packages/astro/test/fixtures/astro-expr/package.json +++ b/packages/astro/test/fixtures/astro-expr/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/astro-fallback/package.json b/packages/astro/test/fixtures/astro-fallback/package.json index 52d3f6731..ea2281e08 100644 --- a/packages/astro/test/fixtures/astro-fallback/package.json +++ b/packages/astro/test/fixtures/astro-fallback/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/astro-slot-with-client/package.json b/packages/astro/test/fixtures/astro-slot-with-client/package.json index 9427f65ab..830c205cf 100644 --- a/packages/astro/test/fixtures/astro-slot-with-client/package.json +++ b/packages/astro/test/fixtures/astro-slot-with-client/package.json @@ -4,6 +4,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/astro-slots-nested/package.json b/packages/astro/test/fixtures/astro-slots-nested/package.json index e0d74ee80..f09af4554 100644 --- a/packages/astro/test/fixtures/astro-slots-nested/package.json +++ b/packages/astro/test/fixtures/astro-slots-nested/package.json @@ -9,11 +9,11 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/test/fixtures/before-hydration/package.json b/packages/astro/test/fixtures/before-hydration/package.json index 0eaf3d77a..a49804cd7 100644 --- a/packages/astro/test/fixtures/before-hydration/package.json +++ b/packages/astro/test/fixtures/before-hydration/package.json @@ -4,6 +4,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/build-assets/package.json b/packages/astro/test/fixtures/build-assets/package.json index feb883935..3a8c744ed 100644 --- a/packages/astro/test/fixtures/build-assets/package.json +++ b/packages/astro/test/fixtures/build-assets/package.json @@ -4,6 +4,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/component-library-shared/package.json b/packages/astro/test/fixtures/component-library-shared/package.json index 5d87d1941..b6d1bdfe8 100644 --- a/packages/astro/test/fixtures/component-library-shared/package.json +++ b/packages/astro/test/fixtures/component-library-shared/package.json @@ -18,7 +18,7 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.2.0" } } diff --git a/packages/astro/test/fixtures/component-library/package.json b/packages/astro/test/fixtures/component-library/package.json index 90b3cdf47..e18c0581f 100644 --- a/packages/astro/test/fixtures/component-library/package.json +++ b/packages/astro/test/fixtures/component-library/package.json @@ -8,9 +8,9 @@ "@astrojs/svelte": "workspace:*", "@test/component-library-shared": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "svelte": "^3.59.1" + "svelte": "^3.59.2" } } diff --git a/packages/astro/test/fixtures/entry-file-names/package.json b/packages/astro/test/fixtures/entry-file-names/package.json index 3ba4d666a..a405afb9e 100644 --- a/packages/astro/test/fixtures/entry-file-names/package.json +++ b/packages/astro/test/fixtures/entry-file-names/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/fetch/package.json b/packages/astro/test/fixtures/fetch/package.json index 43f4ff24c..6b5c3bcaf 100644 --- a/packages/astro/test/fixtures/fetch/package.json +++ b/packages/astro/test/fixtures/fetch/package.json @@ -7,8 +7,8 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1", - "svelte": "^3.59.1", + "preact": "^10.17.1", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/test/fixtures/hydration-race/package.json b/packages/astro/test/fixtures/hydration-race/package.json index 2f415a655..aa0a5d47e 100644 --- a/packages/astro/test/fixtures/hydration-race/package.json +++ b/packages/astro/test/fixtures/hydration-race/package.json @@ -9,6 +9,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/jsx/package.json b/packages/astro/test/fixtures/jsx/package.json index e5b12ece4..f7299072a 100644 --- a/packages/astro/test/fixtures/jsx/package.json +++ b/packages/astro/test/fixtures/jsx/package.json @@ -12,11 +12,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/astro/test/fixtures/large-array/package.json b/packages/astro/test/fixtures/large-array/package.json index f2d7f854c..e4559b4ae 100644 --- a/packages/astro/test/fixtures/large-array/package.json +++ b/packages/astro/test/fixtures/large-array/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/solid-js": "workspace:*", "astro": "workspace:*", - "solid-js": "^1.7.6" + "solid-js": "^1.7.11" } } diff --git a/packages/astro/test/fixtures/lit-element/package.json b/packages/astro/test/fixtures/lit-element/package.json index 487feb018..51bfae32c 100644 --- a/packages/astro/test/fixtures/lit-element/package.json +++ b/packages/astro/test/fixtures/lit-element/package.json @@ -6,6 +6,6 @@ "@astrojs/lit": "workspace:*", "@webcomponents/template-shadowroot": "^0.2.1", "astro": "workspace:*", - "lit": "^2.7.5" + "lit": "^2.8.0" } } diff --git a/packages/astro/test/fixtures/postcss/package.json b/packages/astro/test/fixtures/postcss/package.json index e41429b48..1cc773d5c 100644 --- a/packages/astro/test/fixtures/postcss/package.json +++ b/packages/astro/test/fixtures/postcss/package.json @@ -7,10 +7,10 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "autoprefixer": "^10.4.14", - "postcss": "^8.4.24", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "autoprefixer": "^10.4.15", + "postcss": "^8.4.28", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" }, "devDependencies": { diff --git a/packages/astro/test/fixtures/preact-compat-component/package.json b/packages/astro/test/fixtures/preact-compat-component/package.json index 84e291145..bbab4a629 100644 --- a/packages/astro/test/fixtures/preact-compat-component/package.json +++ b/packages/astro/test/fixtures/preact-compat-component/package.json @@ -6,6 +6,6 @@ "@astrojs/preact": "workspace:*", "@test/react-lib": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/preact-component/package.json b/packages/astro/test/fixtures/preact-component/package.json index 4898cdd2f..3b924e5a8 100644 --- a/packages/astro/test/fixtures/preact-component/package.json +++ b/packages/astro/test/fixtures/preact-component/package.json @@ -6,6 +6,6 @@ "@astrojs/preact": "workspace:*", "@preact/signals": "1.1.1", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/react-and-solid/package.json b/packages/astro/test/fixtures/react-and-solid/package.json index fb0f67710..01ac7866e 100644 --- a/packages/astro/test/fixtures/react-and-solid/package.json +++ b/packages/astro/test/fixtures/react-and-solid/package.json @@ -7,6 +7,6 @@ "astro": "workspace:*", "react": "^18.2.0", "react-dom": "^18.1.0", - "solid-js": "^1.7.6" + "solid-js": "^1.7.11" } } diff --git a/packages/astro/test/fixtures/reexport-astro-containing-client-component/package.json b/packages/astro/test/fixtures/reexport-astro-containing-client-component/package.json index fe687c102..0a7f6e7cf 100644 --- a/packages/astro/test/fixtures/reexport-astro-containing-client-component/package.json +++ b/packages/astro/test/fixtures/reexport-astro-containing-client-component/package.json @@ -4,6 +4,6 @@ "dependencies": { "@astrojs/preact": "workspace:", "astro": "workspace:", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/slots-preact/package.json b/packages/astro/test/fixtures/slots-preact/package.json index b234a5fa4..33dcf78bc 100644 --- a/packages/astro/test/fixtures/slots-preact/package.json +++ b/packages/astro/test/fixtures/slots-preact/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/slots-solid/package.json b/packages/astro/test/fixtures/slots-solid/package.json index 0d8f1e804..87b0e75bf 100644 --- a/packages/astro/test/fixtures/slots-solid/package.json +++ b/packages/astro/test/fixtures/slots-solid/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/solid-js": "workspace:*", "astro": "workspace:*", - "solid-js": "^1.7.6" + "solid-js": "^1.7.11" } } diff --git a/packages/astro/test/fixtures/slots-svelte/package.json b/packages/astro/test/fixtures/slots-svelte/package.json index c30158d9c..14d7a1044 100644 --- a/packages/astro/test/fixtures/slots-svelte/package.json +++ b/packages/astro/test/fixtures/slots-svelte/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^3.59.1" + "svelte": "^3.59.2" } } diff --git a/packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json b/packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json index 3dea01dde..e9d0ed6c0 100644 --- a/packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json +++ b/packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json @@ -10,6 +10,6 @@ } }, "dependencies": { - "solid-js": "^1.7.6" + "solid-js": "^1.7.11" } } diff --git a/packages/astro/test/fixtures/solid-component/package.json b/packages/astro/test/fixtures/solid-component/package.json index 121dc6956..2c36dc55c 100644 --- a/packages/astro/test/fixtures/solid-component/package.json +++ b/packages/astro/test/fixtures/solid-component/package.json @@ -7,6 +7,6 @@ "@solidjs/router": "^0.5.1", "@test/solid-jsx-component": "file:./deps/solid-jsx-component", "astro": "workspace:*", - "solid-js": "^1.7.6" + "solid-js": "^1.7.11" } } diff --git a/packages/astro/test/fixtures/ssr-env/package.json b/packages/astro/test/fixtures/ssr-env/package.json index d1ffd55ad..9a78d4213 100644 --- a/packages/astro/test/fixtures/ssr-env/package.json +++ b/packages/astro/test/fixtures/ssr-env/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/ssr-scripts/package.json b/packages/astro/test/fixtures/ssr-scripts/package.json index f5c996ebc..5b4a8abb7 100644 --- a/packages/astro/test/fixtures/ssr-scripts/package.json +++ b/packages/astro/test/fixtures/ssr-scripts/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/static-build-frameworks/package.json b/packages/astro/test/fixtures/static-build-frameworks/package.json index 17895a034..4df7c2b12 100644 --- a/packages/astro/test/fixtures/static-build-frameworks/package.json +++ b/packages/astro/test/fixtures/static-build-frameworks/package.json @@ -6,7 +6,7 @@ "@astrojs/preact": "workspace:*", "@astrojs/react": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.1.0", "react-dom": "^18.1.0" } diff --git a/packages/astro/test/fixtures/static-build/package.json b/packages/astro/test/fixtures/static-build/package.json index 720e718f4..df47dd1ef 100644 --- a/packages/astro/test/fixtures/static-build/package.json +++ b/packages/astro/test/fixtures/static-build/package.json @@ -6,6 +6,6 @@ "@astrojs/preact": "workspace:*", "@test/static-build-pkg": "workspace:*", "astro": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/packages/astro/test/fixtures/svelte-component/package.json b/packages/astro/test/fixtures/svelte-component/package.json index c0de64d05..0fbac3900 100644 --- a/packages/astro/test/fixtures/svelte-component/package.json +++ b/packages/astro/test/fixtures/svelte-component/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^3.59.1" + "svelte": "^3.59.2" } } diff --git a/packages/astro/test/fixtures/tailwindcss-ts/package.json b/packages/astro/test/fixtures/tailwindcss-ts/package.json index 175841649..a54b4779e 100644 --- a/packages/astro/test/fixtures/tailwindcss-ts/package.json +++ b/packages/astro/test/fixtures/tailwindcss-ts/package.json @@ -5,7 +5,7 @@ "dependencies": { "@astrojs/tailwind": "workspace:*", "astro": "workspace:*", - "postcss": "^8.4.24", - "tailwindcss": "^3.3.2" + "postcss": "^8.4.28", + "tailwindcss": "^3.3.3" } } diff --git a/packages/astro/test/fixtures/tailwindcss/package.json b/packages/astro/test/fixtures/tailwindcss/package.json index fae589b29..6117883a9 100644 --- a/packages/astro/test/fixtures/tailwindcss/package.json +++ b/packages/astro/test/fixtures/tailwindcss/package.json @@ -6,8 +6,8 @@ "@astrojs/mdx": "workspace:*", "@astrojs/tailwind": "workspace:*", "astro": "workspace:*", - "autoprefixer": "^10.4.14", - "postcss": "^8.4.24", - "tailwindcss": "^3.3.2" + "autoprefixer": "^10.4.15", + "postcss": "^8.4.28", + "tailwindcss": "^3.3.3" } } diff --git a/packages/astro/test/fixtures/vue-with-multi-renderer/package.json b/packages/astro/test/fixtures/vue-with-multi-renderer/package.json index 36f4e9b81..25ae5c3a8 100644 --- a/packages/astro/test/fixtures/vue-with-multi-renderer/package.json +++ b/packages/astro/test/fixtures/vue-with-multi-renderer/package.json @@ -6,7 +6,7 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "svelte": "^3.59.1", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 84e587e47..e3ab87b83 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -36,7 +36,7 @@ "execa": "^6.1.0", "giget": "1.0.0", "mocha": "^9.2.2", - "node-fetch-native": "^1.2.0", + "node-fetch-native": "^1.3.0", "which-pm-runs": "^1.1.0" }, "devDependencies": { @@ -44,7 +44,7 @@ "arg": "^5.0.2", "astro-scripts": "workspace:*", "strip-ansi": "^7.1.0", - "strip-json-comments": "^5.0.0" + "strip-json-comments": "^5.0.1" }, "engines": { "node": ">=18.14.1" diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 5ef407b21..df25cdb7c 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -40,8 +40,8 @@ }, "dependencies": { "@astrojs/underscore-redirects": "workspace:*", - "@cloudflare/workers-types": "^4.20230518.0", - "esbuild": "^0.18.16", + "@cloudflare/workers-types": "^4.20230821.0", + "esbuild": "^0.18.20", "tiny-glob": "^0.2.9" }, "peerDependencies": { @@ -54,6 +54,6 @@ "cheerio": "1.0.0-rc.12", "kill-port": "^2.0.1", "mocha": "^9.2.2", - "wrangler": "^3.5.0" + "wrangler": "^3.5.1" } } diff --git a/packages/integrations/cloudflare/test/fixtures/with-solid-js/package.json b/packages/integrations/cloudflare/test/fixtures/with-solid-js/package.json index df887a73a..55e344b21 100644 --- a/packages/integrations/cloudflare/test/fixtures/with-solid-js/package.json +++ b/packages/integrations/cloudflare/test/fixtures/with-solid-js/package.json @@ -6,6 +6,6 @@ "@astrojs/cloudflare": "workspace:*", "@astrojs/solid-js": "workspace:*", "astro": "workspace:*", - "solid-js": "^1.7.6" + "solid-js": "^1.7.11" } } diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index ec66aa013..6ee5bec45 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -42,8 +42,8 @@ "test": "mocha" }, "dependencies": { - "@lit-labs/ssr": "^3.1.4", - "@lit-labs/ssr-client": "^1.1.2", + "@lit-labs/ssr": "^3.1.5", + "@lit-labs/ssr-client": "^1.1.3", "@lit-labs/ssr-dom-shim": "^1.1.1", "parse5": "^7.1.2" }, @@ -52,9 +52,9 @@ "astro-scripts": "workspace:*", "chai": "^4.3.7", "cheerio": "1.0.0-rc.12", - "lit": "^2.7.5", + "lit": "^2.8.0", "mocha": "^9.2.2", - "sass": "^1.63.4" + "sass": "^1.66.1" }, "peerDependencies": { "@webcomponents/template-shadowroot": "^0.2.1", diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 79bbde3fb..1ab877bb2 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -66,13 +66,13 @@ "@astrojs/internal-helpers": "workspace:*", "@astrojs/prism": "workspace:*", "@markdoc/markdoc": "^0.3.0", - "esbuild": "^0.18.16", + "esbuild": "^0.18.20", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "htmlparser2": "^9.0.0", "kleur": "^4.1.5", - "shiki": "^0.14.1", - "zod": "^3.17.3" + "shiki": "^0.14.3", + "zod": "3.21.1" }, "peerDependencies": { "astro": "workspace:^3.0.0-rc.5" @@ -89,8 +89,8 @@ "devalue": "^4.3.2", "linkedom": "^0.14.26", "mocha": "^9.2.2", - "rollup": "^3.25.1", - "vite": "^4.4.6" + "rollup": "^3.28.1", + "vite": "^4.4.9" }, "engines": { "node": ">=18.14.1" 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 784b6c727..2cacd2cfb 100644 --- a/packages/integrations/markdoc/test/fixtures/render-with-components/package.json +++ b/packages/integrations/markdoc/test/fixtures/render-with-components/package.json @@ -7,6 +7,6 @@ "astro": "workspace:*" }, "devDependencies": { - "shiki": "^0.14.1" + "shiki": "^0.14.3" } } diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 5c2b46352..0a057d907 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -37,7 +37,7 @@ "@astrojs/markdown-remark": "workspace:*", "@astrojs/prism": "workspace:*", "@mdx-js/mdx": "^2.3.0", - "acorn": "^8.9.0", + "acorn": "^8.10.0", "es-module-lexer": "^1.3.0", "estree-util-visit": "^1.2.1", "github-slugger": "^1.5.0", @@ -48,7 +48,7 @@ "remark-frontmatter": "^4.0.1", "remark-gfm": "^3.0.1", "remark-smartypants": "^2.0.0", - "shiki": "^0.14.1", + "shiki": "^0.14.3", "source-map": "^0.7.4", "unist-util-visit": "^4.1.2", "vfile": "^5.3.7" @@ -60,7 +60,7 @@ "@types/chai": "^4.3.5", "@types/estree": "^1.0.1", "@types/github-slugger": "^1.3.0", - "@types/mdast": "^3.0.11", + "@types/mdast": "^3.0.12", "@types/mocha": "^9.1.1", "@types/yargs-parser": "^21.0.0", "astro": "workspace:*", @@ -72,13 +72,13 @@ "mdast-util-to-string": "^3.2.0", "mocha": "^9.2.2", "reading-time": "^1.5.0", - "rehype-mathjax": "^4.0.2", + "rehype-mathjax": "^4.0.3", "rehype-pretty-code": "^0.4.0", "remark-math": "^5.1.1", "remark-rehype": "^10.1.0", "remark-shiki-twoslash": "^3.1.3", "remark-toc": "^8.0.1", - "vite": "^4.4.6" + "vite": "^4.4.9" }, "engines": { "node": ">=18.14.1" 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 130577bcd..d2fb7a75d 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.15.1" + "preact": "^10.17.1" } } diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index d72162cbb..4785d150f 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -40,7 +40,7 @@ "dependencies": { "@astrojs/underscore-redirects": "workspace:*", "@netlify/functions": "^1.6.0", - "esbuild": "^0.18.16" + "esbuild": "^0.18.20" }, "peerDependencies": { "astro": "workspace:^3.0.0-rc.5" @@ -48,14 +48,14 @@ "devDependencies": { "@netlify/edge-functions": "^2.0.0", "@netlify/edge-handler-types": "^0.34.1", - "@types/node": "^14.18.51", + "@types/node": "^14.18.54", "astro": "workspace:*", "astro-scripts": "workspace:*", "chai": "^4.3.7", + "chai-jest-snapshot": "^2.0.0", "cheerio": "1.0.0-rc.12", "mocha": "^9.2.2", - "vite": "^4.4.6", - "chai-jest-snapshot": "^2.0.0" + "vite": "^4.4.9" }, "astro": { "external": true diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 841bcb68f..3b87e2028 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -40,16 +40,16 @@ "astro": "workspace:^3.0.0-rc.5" }, "devDependencies": { - "@types/node": "^18.16.18", + "@types/node": "^18.17.7", "@types/send": "^0.17.1", "@types/server-destroy": "^1.0.1", "astro": "workspace:*", "astro-scripts": "workspace:*", "chai": "^4.3.7", "cheerio": "1.0.0-rc.12", + "express": "^4.18.2", "mocha": "^9.2.2", "node-mocks-http": "^1.13.0", - "undici": "^5.22.1", - "express": "^4.18.2" + "undici": "^5.23.0" } } diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 1fead16b5..d1cb85dc3 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -37,15 +37,15 @@ "dependencies": { "@babel/plugin-transform-react-jsx": "^7.22.5", "@babel/plugin-transform-react-jsx-development": "^7.22.5", - "babel-plugin-transform-hook-names": "^1.0.2", "@preact/preset-vite": "^2.5.0", - "@preact/signals": "^1.1.3", + "@preact/signals": "^1.2.1", + "babel-plugin-transform-hook-names": "^1.0.2", "preact-render-to-string": "^5.2.6" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "preact": "^10.15.1" + "preact": "^10.17.1" }, "peerDependencies": { "preact": "^10.6.5" diff --git a/packages/integrations/preact/src/server.ts b/packages/integrations/preact/src/server.ts index b9d063b62..e55d29d1c 100644 --- a/packages/integrations/preact/src/server.ts +++ b/packages/integrations/preact/src/server.ts @@ -1,5 +1,5 @@ import type { AstroComponentMetadata } from 'astro'; -import { Component as BaseComponent, h } from 'preact'; +import { Component as BaseComponent, h, type VNode } from 'preact'; import render from 'preact-render-to-string'; import { getContext } from './context.js'; import { restoreSignalsOnProps, serializeSignals } from './signals.js'; @@ -60,7 +60,7 @@ function renderToStaticMarkup( hydrate: shouldHydrate(metadata), value, name, - }); + }) as VNode<any>; } // Restore signals back onto props so that they will be passed as-is to components @@ -81,7 +81,7 @@ function renderToStaticMarkup( value: children, }) : children - ) + ) as VNode<any> ); return { attrs, diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index 237229e78..32b20b7e5 100644 --- a/packages/integrations/prefetch/package.json +++ b/packages/integrations/prefetch/package.json @@ -34,13 +34,12 @@ "test:match": "playwright test -g" }, "devDependencies": { - "@playwright/test": "^1.29.2", + "@playwright/test": "^1.37.1", "@types/chai": "^4.3.5", "@types/chai-as-promised": "^7.1.5", "@types/mocha": "^9.1.1", "astro": "workspace:*", - "astro-scripts": "workspace:*", - "playwright": "^1.29.2" + "astro-scripts": "workspace:*" }, "dependencies": { "throttles": "^1.0.1" diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index b9da1c827..973137c0a 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -45,19 +45,19 @@ }, "dependencies": { "@astrojs/internal-helpers": "0.2.0-rc.2", - "@vitejs/plugin-react": "^4.0.3", - "ultrahtml": "^1.2.0" + "@vitejs/plugin-react": "^4.0.4", + "ultrahtml": "^1.3.0" }, "devDependencies": { - "@types/react": "^17.0.62", + "@types/react": "^17.0.64", "@types/react-dom": "^17.0.20", "astro": "workspace:*", "astro-scripts": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0", "chai": "^4.3.7", "cheerio": "1.0.0-rc.12", - "vite": "^4.4.6" + "react": "^18.1.0", + "react-dom": "^18.1.0", + "vite": "^4.4.9" }, "peerDependencies": { "@types/react": "^17.0.50 || ^18.0.21", diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index a77d76913..ff412abd3 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "sitemap": "^7.1.1", - "zod": "^3.17.3" + "zod": "3.21.1" }, "devDependencies": { "@astrojs/node": "workspace:*", diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 9075c9f82..c5dac3b45 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -40,7 +40,7 @@ "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "solid-js": "^1.7.6" + "solid-js": "^1.7.11" }, "peerDependencies": { "solid-js": "^1.4.3" diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 0b760e36b..9f40bb143 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -38,14 +38,14 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "@sveltejs/vite-plugin-svelte": "^2.4.2", - "svelte2tsx": "^0.6.15" + "@sveltejs/vite-plugin-svelte": "^2.4.5", + "svelte2tsx": "^0.6.20" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "svelte": "^3.59.1", - "vite": "^4.4.6" + "svelte": "^3.59.2", + "vite": "^4.4.9" }, "peerDependencies": { "astro": "workspace:^3.0.0-rc.5", diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index edb41058a..b2e28cf1f 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -32,15 +32,15 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "autoprefixer": "^10.4.14", - "postcss": "^8.4.24", + "autoprefixer": "^10.4.15", + "postcss": "^8.4.28", "postcss-load-config": "^4.0.1" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "tailwindcss": "^3.3.2", - "vite": "^4.4.6" + "tailwindcss": "^3.3.3", + "vite": "^4.4.9" }, "peerDependencies": { "astro": "workspace:^3.0.0-rc.5", diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 1552cd3fb..63934dac3 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -54,16 +54,16 @@ "@astrojs/internal-helpers": "workspace:*", "@vercel/analytics": "^0.1.11", "@vercel/nft": "^0.22.6", - "esbuild": "^0.18.16", - "fast-glob": "^3.2.12", + "esbuild": "^0.18.20", + "fast-glob": "^3.3.1", "set-cookie-parser": "^2.6.0", - "web-vitals": "^3.3.2" + "web-vitals": "^3.4.0" }, "peerDependencies": { "astro": "workspace:^3.0.0-rc.5" }, "devDependencies": { - "@types/set-cookie-parser": "^2.4.2", + "@types/set-cookie-parser": "^2.4.3", "@vercel/edge": "^0.3.4", "astro": "workspace:*", "astro-scripts": "workspace:*", @@ -71,6 +71,6 @@ "chai-jest-snapshot": "^2.0.0", "cheerio": "1.0.0-rc.12", "mocha": "^9.2.2", - "rollup": "^3.20.1" + "rollup": "^3.28.1" } } diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 19439e088..4b4e51875 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -40,9 +40,9 @@ "test": "mocha --timeout 20000" }, "dependencies": { - "@vitejs/plugin-vue": "^4.2.3", - "@vitejs/plugin-vue-jsx": "^3.0.1", - "@vue/babel-plugin-jsx": "^1.1.1", + "@vitejs/plugin-vue": "^4.3.3", + "@vitejs/plugin-vue-jsx": "^3.0.2", + "@vue/babel-plugin-jsx": "^1.1.5", "@vue/compiler-sfc": "^3.3.4" }, "devDependencies": { @@ -52,7 +52,7 @@ "chai": "^4.3.7", "linkedom": "^0.14.26", "mocha": "^9.2.2", - "vite": "^4.4.6", + "vite": "^4.4.9", "vue": "^3.3.4" }, "peerDependencies": { diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 9ce516272..893178abc 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -35,12 +35,12 @@ "github-slugger": "^1.5.0", "import-meta-resolve": "^2.2.2", "rehype-raw": "^6.1.1", - "rehype-stringify": "^9.0.3", + "rehype-stringify": "^9.0.4", "remark-gfm": "^3.0.1", "remark-parse": "^10.0.2", "remark-rehype": "^10.1.0", "remark-smartypants": "^2.0.0", - "shiki": "^0.14.1", + "shiki": "^0.14.3", "unified": "^10.1.2", "unist-util-visit": "^4.1.2", "vfile": "^5.3.7" @@ -49,10 +49,10 @@ "@types/chai": "^4.3.5", "@types/estree": "^1.0.1", "@types/github-slugger": "^1.3.0", - "@types/hast": "^2.3.4", - "@types/mdast": "^3.0.11", + "@types/hast": "^2.3.5", + "@types/mdast": "^3.0.12", "@types/mocha": "^9.1.1", - "@types/unist": "^2.0.6", + "@types/unist": "^2.0.7", "astro-scripts": "workspace:*", "chai": "^4.3.7", "mdast-util-mdx-expression": "^1.3.2", diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 7cc64c970..bfa71533c 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -35,13 +35,13 @@ "dset": "^3.1.2", "is-docker": "^3.0.0", "is-wsl": "^2.2.0", - "which-pm-runs": "^1.1.0", - "undici": "^5.23.0" + "undici": "^5.23.0", + "which-pm-runs": "^1.1.0" }, "devDependencies": { "@types/debug": "^4.1.8", "@types/dlv": "^1.1.2", - "@types/node": "^18.16.18", + "@types/node": "^18.17.7", "@types/which-pm-runs": "^1.0.0", "astro-scripts": "workspace:*", "chai": "^4.3.7", |