Update breaking dependencies (#8201)

This commit is contained in:
Bjorn Lu 2023-08-24 16:34:33 +08:00 committed by GitHub
parent cb95aa5f8e
commit 048846fd53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 2752 additions and 2424 deletions

View file

@ -12,7 +12,7 @@
"@benchmark/timer": "workspace:*", "@benchmark/timer": "workspace:*",
"astro": "workspace:*", "astro": "workspace:*",
"autocannon": "^7.12.0", "autocannon": "^7.12.0",
"execa": "^6.1.0", "execa": "^8.0.1",
"markdown-table": "^3.0.3", "markdown-table": "^3.0.3",
"mri": "^1.2.0", "mri": "^1.2.0",
"port-authority": "^2.0.1", "port-authority": "^2.0.1",

View file

@ -21,7 +21,7 @@
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -12,7 +12,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/react": "^3.0.0-rc.4", "@astrojs/react": "^3.0.0-rc.4",
"@types/react": "^18.2.20", "@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"astro": "^3.0.0-rc.5", "astro": "^3.0.0-rc.5",
"react": "^18.2.0", "react": "^18.2.0",

View file

@ -13,6 +13,6 @@
"dependencies": { "dependencies": {
"@astrojs/svelte": "^4.0.0-rc.2", "@astrojs/svelte": "^4.0.0-rc.2",
"astro": "^3.0.0-rc.5", "astro": "^3.0.0-rc.5",
"svelte": "^3.59.2" "svelte": "^4.2.0"
} }
} }

View file

@ -15,6 +15,6 @@
"@astrojs/node": "^6.0.0-rc.1", "@astrojs/node": "^6.0.0-rc.1",
"@astrojs/svelte": "^4.0.0-rc.2", "@astrojs/svelte": "^4.0.0-rc.2",
"astro": "^3.0.0-rc.5", "astro": "^3.0.0-rc.5",
"svelte": "^3.59.2" "svelte": "^4.2.0"
} }
} }

View file

@ -12,9 +12,9 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/preact": "^3.0.0-rc.2", "@astrojs/preact": "^3.0.0-rc.2",
"@nanostores/preact": "^0.4.1", "@nanostores/preact": "^0.5.0",
"astro": "^3.0.0-rc.5", "astro": "^3.0.0-rc.5",
"nanostores": "^0.8.1", "nanostores": "^0.9.3",
"preact": "^10.17.1" "preact": "^10.17.1"
} }
} }

View file

@ -12,7 +12,7 @@
}, },
"dependencies": { "dependencies": {
"astro": "^3.0.0-rc.5", "astro": "^3.0.0-rc.5",
"vite-plugin-pwa": "0.14.7", "vite-plugin-pwa": "0.16.4",
"workbox-window": "^6.6.0" "workbox-window": "^7.0.0"
} }
} }

View file

@ -13,6 +13,6 @@
}, },
"dependencies": { "dependencies": {
"astro": "^3.0.0-rc.5", "astro": "^3.0.0-rc.5",
"vitest": "^0.31.4" "vitest": "^0.34.2"
} }
} }

View file

@ -79,18 +79,18 @@
"@astrojs/check": "^0.1.0", "@astrojs/check": "^0.1.0",
"@changesets/changelog-github": "^0.4.8", "@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2", "@changesets/cli": "^2.26.2",
"@types/node": "^18.17.7", "@types/node": "^18.17.8",
"@typescript-eslint/eslint-plugin": "6.0.0", "@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "6.0.0", "@typescript-eslint/parser": "^6.4.1",
"esbuild": "^0.18.20", "esbuild": "^0.19.2",
"eslint": "^8.47.0", "eslint": "^8.47.0",
"eslint-config-prettier": "^8.10.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-no-only-tests": "^2.6.0", "eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^5.0.0",
"only-allow": "^1.1.1", "only-allow": "^1.1.1",
"organize-imports-cli": "^0.10.0", "organize-imports-cli": "^0.10.0",
"prettier": "^3.0.2", "prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.1", "prettier-plugin-astro": "^0.12.0",
"tiny-glob": "^0.2.9", "tiny-glob": "^0.2.9",
"turbo": "^1.10.12", "turbo": "^1.10.12",
"typescript": "~5.1.6" "typescript": "~5.1.6"

View file

@ -29,13 +29,13 @@
"devDependencies": { "devDependencies": {
"@types/chai": "^4.3.5", "@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5", "@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.1", "@types/mocha": "^10.0.1",
"astro": "workspace:*", "astro": "workspace:*",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"chai": "^4.3.7", "chai": "^4.3.7",
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1",
"chai-xml": "^0.4.1", "chai-xml": "^0.4.1",
"mocha": "^9.2.2" "mocha": "^10.2.0"
}, },
"dependencies": { "dependencies": {
"fast-xml-parser": "^4.2.7", "fast-xml-parser": "^4.2.7",

View file

@ -15,7 +15,7 @@
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -14,7 +14,7 @@
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"sass": "^1.66.1", "sass": "^1.66.1",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -18,7 +18,7 @@
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -15,7 +15,7 @@
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -15,7 +15,7 @@
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -15,7 +15,7 @@
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -15,7 +15,7 @@
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -15,7 +15,7 @@
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -15,7 +15,7 @@
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
}, },
"scripts": { "scripts": {

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*", "@astrojs/mdx": "workspace:*",
"@astrojs/svelte": "workspace:*", "@astrojs/svelte": "workspace:*",
"astro": "workspace:*", "astro": "workspace:*",
"svelte": "^3.59.2" "svelte": "^4.2.0"
} }
} }

View file

@ -131,20 +131,19 @@
"@babel/types": "^7.22.10", "@babel/types": "^7.22.10",
"@types/babel__core": "^7.20.1", "@types/babel__core": "^7.20.1",
"acorn": "^8.10.0", "acorn": "^8.10.0",
"boxen": "^6.2.1", "boxen": "^7.1.1",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"ci-info": "^3.8.0", "ci-info": "^3.8.0",
"clsx": "^2.0.0", "clsx": "^2.0.0",
"common-ancestor-path": "^1.0.1", "common-ancestor-path": "^1.0.1",
"cookie": "^0.5.0", "cookie": "^0.5.0",
"debug": "^4.3.4", "debug": "^4.3.4",
"deepmerge-ts": "^4.3.0",
"devalue": "^4.3.2", "devalue": "^4.3.2",
"diff": "^5.1.0", "diff": "^5.1.0",
"es-module-lexer": "^1.3.0", "es-module-lexer": "^1.3.0",
"esbuild": "^0.18.20", "esbuild": "^0.19.2",
"estree-walker": "^3.0.3", "estree-walker": "^3.0.3",
"execa": "^6.1.0", "execa": "^8.0.1",
"fast-glob": "^3.3.1", "fast-glob": "^3.3.1",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
@ -154,7 +153,7 @@
"kleur": "^4.1.4", "kleur": "^4.1.4",
"magic-string": "^0.30.3", "magic-string": "^0.30.3",
"mime": "^3.0.0", "mime": "^3.0.0",
"ora": "^6.3.1", "ora": "^7.0.1",
"p-limit": "^4.0.0", "p-limit": "^4.0.0",
"path-to-regexp": "^6.2.1", "path-to-regexp": "^6.2.1",
"preferred-pm": "^3.0.3", "preferred-pm": "^3.0.3",
@ -164,7 +163,7 @@
"server-destroy": "^1.0.1", "server-destroy": "^1.0.1",
"sharp": "^0.32.5", "sharp": "^0.32.5",
"shiki": "^0.14.3", "shiki": "^0.14.3",
"string-width": "^5.1.2", "string-width": "^6.1.0",
"strip-ansi": "^7.1.0", "strip-ansi": "^7.1.0",
"tsconfig-resolver": "^3.0.1", "tsconfig-resolver": "^3.0.1",
"undici": "^5.23.0", "undici": "^5.23.0",
@ -188,14 +187,13 @@
"@types/debug": "^4.1.8", "@types/debug": "^4.1.8",
"@types/diff": "^5.0.3", "@types/diff": "^5.0.3",
"@types/dom-view-transitions": "^1.0.1", "@types/dom-view-transitions": "^1.0.1",
"@types/estree": "^0.0.51", "@types/estree": "^1.0.1",
"@types/hast": "^2.3.5", "@types/hast": "^2.3.5",
"@types/html-escaper": "^3.0.0", "@types/html-escaper": "^3.0.0",
"@types/http-cache-semantics": "^4.0.1", "@types/http-cache-semantics": "^4.0.1",
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
"@types/mime": "^2.0.3", "@types/mime": "^3.0.1",
"@types/mocha": "^9.1.1", "@types/mocha": "^10.0.1",
"@types/prettier": "^2.7.3",
"@types/prompts": "^2.4.4", "@types/prompts": "^2.4.4",
"@types/send": "^0.17.1", "@types/send": "^0.17.1",
"@types/server-destroy": "^1.0.1", "@types/server-destroy": "^1.0.1",
@ -205,8 +203,8 @@
"chai": "^4.3.7", "chai": "^4.3.7",
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"eol": "^0.9.1", "eol": "^0.9.1",
"memfs": "^3.5.3", "memfs": "^4.2.1",
"mocha": "^9.2.2", "mocha": "^10.2.0",
"network-information-types": "^0.1.1", "network-information-types": "^0.1.1",
"node-mocks-http": "^1.13.0", "node-mocks-http": "^1.13.0",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^6.1.1",

View file

@ -16,7 +16,7 @@
"dependencies": { "dependencies": {
"@astrojs/react": "workspace:*", "@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*", "@performance/utils": "workspace:*",
"@types/react": "^18.2.20", "@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"astro": "workspace:*", "astro": "workspace:*",
"react": "^18.0.0", "react": "^18.0.0",

View file

@ -17,7 +17,7 @@
"@astrojs/markdoc": "workspace:*", "@astrojs/markdoc": "workspace:*",
"@astrojs/react": "workspace:*", "@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*", "@performance/utils": "workspace:*",
"@types/react": "^18.2.20", "@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"astro": "workspace:*", "astro": "workspace:*",
"react": "^18.0.0", "react": "^18.0.0",

View file

@ -17,7 +17,7 @@
"@astrojs/mdx": "workspace:*", "@astrojs/mdx": "workspace:*",
"@astrojs/react": "workspace:*", "@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*", "@performance/utils": "workspace:*",
"@types/react": "^18.2.20", "@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"astro": "workspace:*", "astro": "workspace:*",
"react": "^18.0.0", "react": "^18.0.0",

View file

@ -9,7 +9,7 @@
"astro": "workspace:*", "astro": "workspace:*",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -5,6 +5,6 @@
"dependencies": { "dependencies": {
"@astrojs/svelte": "workspace:*", "@astrojs/svelte": "workspace:*",
"astro": "workspace:*", "astro": "workspace:*",
"svelte": "^3.59.2" "svelte": "^4.2.0"
} }
} }

View file

@ -6,6 +6,6 @@
"@astrojs/svelte": "workspace:*", "@astrojs/svelte": "workspace:*",
"@test/namespace-package": "workspace:*", "@test/namespace-package": "workspace:*",
"astro": "workspace:*", "astro": "workspace:*",
"svelte": "^3.59.2" "svelte": "^4.2.0"
} }
} }

View file

@ -5,6 +5,6 @@
"dependencies": { "dependencies": {
"@astrojs/svelte": "workspace:*", "@astrojs/svelte": "workspace:*",
"astro": "workspace:*", "astro": "workspace:*",
"svelte": "^3.59.2" "svelte": "^4.2.0"
} }
} }

View file

@ -8,7 +8,7 @@
"@astrojs/vue": "workspace:*", "@astrojs/vue": "workspace:*",
"astro": "workspace:*", "astro": "workspace:*",
"preact": "^10.17.1", "preact": "^10.17.1",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -9,6 +9,6 @@
"astro": "workspace:*", "astro": "workspace:*",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"svelte": "^3.59.2" "svelte": "^4.2.0"
} }
} }

View file

@ -8,6 +8,6 @@
"astro": "workspace:*", "astro": "workspace:*",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"svelte": "^3.59.2" "svelte": "^4.2.0"
} }
} }

View file

@ -4,8 +4,8 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"astro": "workspace:*", "astro": "workspace:*",
"mdast-util-to-string": "^3.2.0", "mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"unist-util-visit": "^4.1.2" "unist-util-visit": "^5.0.0"
} }
} }

View file

@ -4,7 +4,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"astro": "workspace:*", "astro": "workspace:*",
"hast-util-select": "^5.0.2", "hast-util-select": "^6.0.0",
"rehype-slug": "^5.0.1" "rehype-slug": "^5.0.1"
} }
} }

View file

@ -13,7 +13,7 @@
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -11,6 +11,6 @@
"preact": "^10.17.1", "preact": "^10.17.1",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"svelte": "^3.59.2" "svelte": "^4.2.0"
} }
} }

View file

@ -8,7 +8,7 @@
"@astrojs/vue": "workspace:*", "@astrojs/vue": "workspace:*",
"astro": "workspace:*", "astro": "workspace:*",
"preact": "^10.17.1", "preact": "^10.17.1",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -3,8 +3,8 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@fontsource/montserrat": "4.5.11", "@fontsource/monofett": "5.0.9",
"@fontsource/monofett": "4.5.7", "@fontsource/montserrat": "5.0.8",
"astro": "workspace:*" "astro": "workspace:*"
} }
} }

View file

@ -16,7 +16,7 @@
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -10,10 +10,10 @@
"autoprefixer": "^10.4.15", "autoprefixer": "^10.4.15",
"postcss": "^8.4.28", "postcss": "^8.4.28",
"solid-js": "^1.7.11", "solid-js": "^1.7.11",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
}, },
"devDependencies": { "devDependencies": {
"postcss-preset-env": "^7.8.3" "postcss-preset-env": "^9.1.1"
} }
} }

View file

@ -4,7 +4,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@astrojs/preact": "workspace:*", "@astrojs/preact": "workspace:*",
"@preact/signals": "1.1.1", "@preact/signals": "1.2.1",
"astro": "workspace:*", "astro": "workspace:*",
"preact": "^10.17.1" "preact": "^10.17.1"
} }

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*", "@astrojs/mdx": "workspace:*",
"@astrojs/svelte": "workspace:*", "@astrojs/svelte": "workspace:*",
"astro": "workspace:*", "astro": "workspace:*",
"svelte": "^3.59.2" "svelte": "^4.2.0"
} }
} }

View file

@ -4,7 +4,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@astrojs/solid-js": "workspace:*", "@astrojs/solid-js": "workspace:*",
"@solidjs/router": "^0.5.1", "@solidjs/router": "^0.8.3",
"@test/solid-jsx-component": "file:./deps/solid-jsx-component", "@test/solid-jsx-component": "file:./deps/solid-jsx-component",
"astro": "workspace:*", "astro": "workspace:*",
"solid-js": "^1.7.11" "solid-js": "^1.7.11"

View file

@ -5,6 +5,6 @@
"dependencies": { "dependencies": {
"@astrojs/svelte": "workspace:*", "@astrojs/svelte": "workspace:*",
"astro": "workspace:*", "astro": "workspace:*",
"svelte": "^3.59.2" "svelte": "^4.2.0"
} }
} }

View file

@ -4,6 +4,6 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"astro": "workspace:*", "astro": "workspace:*",
"astro-embed": "^0.1.3" "astro-embed": "^0.5.1"
} }
} }

View file

@ -6,7 +6,7 @@
"@astrojs/svelte": "workspace:*", "@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*", "@astrojs/vue": "workspace:*",
"astro": "workspace:*", "astro": "workspace:*",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vue": "^3.3.4" "vue": "^3.3.4"
} }
} }

View file

@ -32,17 +32,17 @@
"//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES", "//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES",
"dependencies": { "dependencies": {
"@astrojs/cli-kit": "^0.2.3", "@astrojs/cli-kit": "^0.2.3",
"chai": "^4.3.7", "execa": "^8.0.1",
"execa": "^6.1.0", "giget": "1.1.2",
"giget": "1.0.0", "node-fetch-native": "^1.4.0",
"mocha": "^9.2.2",
"node-fetch-native": "^1.3.0",
"which-pm-runs": "^1.1.0" "which-pm-runs": "^1.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/which-pm-runs": "^1.0.0", "@types/which-pm-runs": "^1.0.0",
"arg": "^5.0.2", "arg": "^5.0.2",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"strip-ansi": "^7.1.0", "strip-ansi": "^7.1.0",
"strip-json-comments": "^5.0.1" "strip-json-comments": "^5.0.1"
}, },

View file

@ -41,7 +41,7 @@
"dependencies": { "dependencies": {
"@astrojs/underscore-redirects": "workspace:*", "@astrojs/underscore-redirects": "workspace:*",
"@cloudflare/workers-types": "^4.20230821.0", "@cloudflare/workers-types": "^4.20230821.0",
"esbuild": "^0.18.20", "esbuild": "^0.19.2",
"tiny-glob": "^0.2.9" "tiny-glob": "^0.2.9"
}, },
"peerDependencies": { "peerDependencies": {
@ -53,7 +53,7 @@
"chai": "^4.3.7", "chai": "^4.3.7",
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"kill-port": "^2.0.1", "kill-port": "^2.0.1",
"mocha": "^9.2.2", "mocha": "^10.2.0",
"wrangler": "^3.5.1" "wrangler": "^3.5.1"
} }
} }

View file

@ -33,7 +33,7 @@
"test": "deno test --allow-run --allow-env --allow-read --allow-net ./test/" "test": "deno test --allow-run --allow-env --allow-read --allow-net ./test/"
}, },
"dependencies": { "dependencies": {
"esbuild": "^0.15.18" "esbuild": "^0.19.2"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-rc.5" "astro": "workspace:^3.0.0-rc.5"

View file

@ -53,7 +53,7 @@
"chai": "^4.3.7", "chai": "^4.3.7",
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"lit": "^2.8.0", "lit": "^2.8.0",
"mocha": "^9.2.2", "mocha": "^10.2.0",
"sass": "^1.66.1" "sass": "^1.66.1"
}, },
"peerDependencies": { "peerDependencies": {

View file

@ -66,7 +66,7 @@
"@astrojs/internal-helpers": "workspace:*", "@astrojs/internal-helpers": "workspace:*",
"@astrojs/prism": "workspace:*", "@astrojs/prism": "workspace:*",
"@markdoc/markdoc": "^0.3.0", "@markdoc/markdoc": "^0.3.0",
"esbuild": "^0.18.20", "esbuild": "^0.19.2",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"htmlparser2": "^9.0.0", "htmlparser2": "^9.0.0",
@ -81,14 +81,14 @@
"@astrojs/markdown-remark": "workspace:*", "@astrojs/markdown-remark": "workspace:*",
"@types/chai": "^4.3.5", "@types/chai": "^4.3.5",
"@types/html-escaper": "^3.0.0", "@types/html-escaper": "^3.0.0",
"@types/markdown-it": "^12.2.3", "@types/markdown-it": "^13.0.0",
"@types/mocha": "^9.1.1", "@types/mocha": "^10.0.1",
"astro": "workspace:*", "astro": "workspace:*",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"chai": "^4.3.7", "chai": "^4.3.7",
"devalue": "^4.3.2", "devalue": "^4.3.2",
"linkedom": "^0.14.26", "linkedom": "^0.15.1",
"mocha": "^9.2.2", "mocha": "^10.2.0",
"rollup": "^3.28.1", "rollup": "^3.28.1",
"vite": "^4.4.9" "vite": "^4.4.9"
}, },

View file

@ -40,7 +40,7 @@
"acorn": "^8.10.0", "acorn": "^8.10.0",
"es-module-lexer": "^1.3.0", "es-module-lexer": "^1.3.0",
"estree-util-visit": "^1.2.1", "estree-util-visit": "^1.2.1",
"github-slugger": "^1.5.0", "github-slugger": "^2.0.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"hast-util-to-html": "^8.0.4", "hast-util-to-html": "^8.0.4",
"kleur": "^4.1.4", "kleur": "^4.1.4",
@ -59,21 +59,20 @@
"devDependencies": { "devDependencies": {
"@types/chai": "^4.3.5", "@types/chai": "^4.3.5",
"@types/estree": "^1.0.1", "@types/estree": "^1.0.1",
"@types/github-slugger": "^1.3.0",
"@types/mdast": "^3.0.12", "@types/mdast": "^3.0.12",
"@types/mocha": "^9.1.1", "@types/mocha": "^10.0.1",
"@types/yargs-parser": "^21.0.0", "@types/yargs-parser": "^21.0.0",
"astro": "workspace:*", "astro": "workspace:*",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"chai": "^4.3.7", "chai": "^4.3.7",
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"linkedom": "^0.14.26", "linkedom": "^0.15.1",
"mdast-util-mdx": "^2.0.1", "mdast-util-mdx": "^2.0.1",
"mdast-util-to-string": "^3.2.0", "mdast-util-to-string": "^3.2.0",
"mocha": "^9.2.2", "mocha": "^10.2.0",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"rehype-mathjax": "^4.0.3", "rehype-mathjax": "^4.0.3",
"rehype-pretty-code": "^0.4.0", "rehype-pretty-code": "^0.10.0",
"remark-math": "^5.1.1", "remark-math": "^5.1.1",
"remark-rehype": "^10.1.0", "remark-rehype": "^10.1.0",
"remark-shiki-twoslash": "^3.1.3", "remark-shiki-twoslash": "^3.1.3",

View file

@ -3,8 +3,8 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"astro": "workspace:*",
"@astrojs/mdx": "workspace:*", "@astrojs/mdx": "workspace:*",
"astro-remote": "0.2.3" "astro": "workspace:*",
"astro-remote": "0.2.4"
} }
} }

View file

@ -5,8 +5,8 @@
"dependencies": { "dependencies": {
"@astrojs/mdx": "workspace:*", "@astrojs/mdx": "workspace:*",
"astro": "workspace:*", "astro": "workspace:*",
"mdast-util-to-string": "^3.2.0", "mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"unist-util-visit": "^4.1.2" "unist-util-visit": "^5.0.0"
} }
} }

View file

@ -39,8 +39,8 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/underscore-redirects": "workspace:*", "@astrojs/underscore-redirects": "workspace:*",
"@netlify/functions": "^1.6.0", "@netlify/functions": "^2.0.1",
"esbuild": "^0.18.20" "esbuild": "^0.19.2"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^3.0.0-rc.5" "astro": "workspace:^3.0.0-rc.5"
@ -48,13 +48,13 @@
"devDependencies": { "devDependencies": {
"@netlify/edge-functions": "^2.0.0", "@netlify/edge-functions": "^2.0.0",
"@netlify/edge-handler-types": "^0.34.1", "@netlify/edge-handler-types": "^0.34.1",
"@types/node": "^14.18.54", "@types/node": "^18.17.8",
"astro": "workspace:*", "astro": "workspace:*",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"chai": "^4.3.7", "chai": "^4.3.7",
"chai-jest-snapshot": "^2.0.0", "chai-jest-snapshot": "^2.0.0",
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"mocha": "^9.2.2", "mocha": "^10.2.0",
"vite": "^4.4.9" "vite": "^4.4.9"
}, },
"astro": { "astro": {

View file

@ -1,5 +1,4 @@
import { expect } from 'chai'; import { expect } from 'chai';
import { after } from 'node:test';
import netlifyAdapter from '../../dist/index.js'; import netlifyAdapter from '../../dist/index.js';
import { loadFixture, testIntegration } from './test-utils.js'; import { loadFixture, testIntegration } from './test-utils.js';

View file

@ -40,7 +40,7 @@
"astro": "workspace:^3.0.0-rc.5" "astro": "workspace:^3.0.0-rc.5"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.17.7", "@types/node": "^18.17.8",
"@types/send": "^0.17.1", "@types/send": "^0.17.1",
"@types/server-destroy": "^1.0.1", "@types/server-destroy": "^1.0.1",
"astro": "workspace:*", "astro": "workspace:*",
@ -48,7 +48,7 @@
"chai": "^4.3.7", "chai": "^4.3.7",
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"express": "^4.18.2", "express": "^4.18.2",
"mocha": "^9.2.2", "mocha": "^10.2.0",
"node-mocks-http": "^1.13.0", "node-mocks-http": "^1.13.0",
"undici": "^5.23.0" "undici": "^5.23.0"
} }

View file

@ -32,7 +32,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\"" "dev": "astro-scripts dev \"src/**/*.ts\""
}, },
"dependencies": { "dependencies": {
"@builder.io/partytown": "^0.7.6", "@builder.io/partytown": "^0.8.0",
"mrmime": "^1.0.1" "mrmime": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {

View file

@ -40,7 +40,7 @@
"@preact/preset-vite": "^2.5.0", "@preact/preset-vite": "^2.5.0",
"@preact/signals": "^1.2.1", "@preact/signals": "^1.2.1",
"babel-plugin-transform-hook-names": "^1.0.2", "babel-plugin-transform-hook-names": "^1.0.2",
"preact-render-to-string": "^5.2.6" "preact-render-to-string": "^6.2.1"
}, },
"devDependencies": { "devDependencies": {
"astro": "workspace:*", "astro": "workspace:*",

View file

@ -35,9 +35,6 @@
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.37.1", "@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": "workspace:*",
"astro-scripts": "workspace:*" "astro-scripts": "workspace:*"
}, },

View file

@ -49,8 +49,8 @@
"ultrahtml": "^1.3.0" "ultrahtml": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^17.0.64", "@types/react": "^18.2.21",
"@types/react-dom": "^17.0.20", "@types/react-dom": "^18.2.7",
"astro": "workspace:*", "astro": "workspace:*",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"chai": "^4.3.7", "chai": "^4.3.7",

View file

@ -41,7 +41,7 @@
"astro": "workspace:*", "astro": "workspace:*",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"chai": "^4.3.7", "chai": "^4.3.7",
"mocha": "^9.2.2", "mocha": "^10.2.0",
"xml2js": "0.5.0" "xml2js": "0.6.2"
} }
} }

View file

@ -44,7 +44,7 @@
"devDependencies": { "devDependencies": {
"astro": "workspace:*", "astro": "workspace:*",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"vite": "^4.4.9" "vite": "^4.4.9"
}, },
"peerDependencies": { "peerDependencies": {

View file

@ -52,9 +52,9 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/internal-helpers": "workspace:*", "@astrojs/internal-helpers": "workspace:*",
"@vercel/analytics": "^0.1.11", "@vercel/analytics": "^1.0.2",
"@vercel/nft": "^0.22.6", "@vercel/nft": "^0.23.1",
"esbuild": "^0.18.20", "esbuild": "^0.19.2",
"fast-glob": "^3.3.1", "fast-glob": "^3.3.1",
"set-cookie-parser": "^2.6.0", "set-cookie-parser": "^2.6.0",
"web-vitals": "^3.4.0" "web-vitals": "^3.4.0"
@ -64,13 +64,12 @@
}, },
"devDependencies": { "devDependencies": {
"@types/set-cookie-parser": "^2.4.3", "@types/set-cookie-parser": "^2.4.3",
"@vercel/edge": "^0.3.4", "@vercel/edge": "^1.0.0",
"astro": "workspace:*", "astro": "workspace:*",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"chai": "^4.3.7", "chai": "^4.3.7",
"chai-jest-snapshot": "^2.0.0", "chai-jest-snapshot": "^2.0.0",
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"mocha": "^9.2.2", "mocha": "^10.2.0"
"rollup": "^3.28.1"
} }
} }

View file

@ -50,8 +50,8 @@
"astro": "workspace:*", "astro": "workspace:*",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"chai": "^4.3.7", "chai": "^4.3.7",
"linkedom": "^0.14.26", "linkedom": "^0.15.1",
"mocha": "^9.2.2", "mocha": "^10.2.0",
"vite": "^4.4.9", "vite": "^4.4.9",
"vue": "^3.3.4" "vue": "^3.3.4"
}, },

View file

@ -32,8 +32,8 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/prism": "^3.0.0-rc.1", "@astrojs/prism": "^3.0.0-rc.1",
"github-slugger": "^1.5.0", "github-slugger": "^2.0.0",
"import-meta-resolve": "^2.2.2", "import-meta-resolve": "^3.0.0",
"rehype-raw": "^6.1.1", "rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.4", "rehype-stringify": "^9.0.4",
"remark-gfm": "^3.0.1", "remark-gfm": "^3.0.1",
@ -48,14 +48,13 @@
"devDependencies": { "devDependencies": {
"@types/chai": "^4.3.5", "@types/chai": "^4.3.5",
"@types/estree": "^1.0.1", "@types/estree": "^1.0.1",
"@types/github-slugger": "^1.3.0",
"@types/hast": "^2.3.5", "@types/hast": "^2.3.5",
"@types/mdast": "^3.0.12", "@types/mdast": "^3.0.12",
"@types/mocha": "^9.1.1", "@types/mocha": "^10.0.1",
"@types/unist": "^2.0.7", "@types/unist": "^2.0.7",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"chai": "^4.3.7", "chai": "^4.3.7",
"mdast-util-mdx-expression": "^1.3.2", "mdast-util-mdx-expression": "^1.3.2",
"mocha": "^9.2.2" "mocha": "^10.2.0"
} }
} }

View file

@ -34,18 +34,18 @@
"dlv": "^1.1.3", "dlv": "^1.1.3",
"dset": "^3.1.2", "dset": "^3.1.2",
"is-docker": "^3.0.0", "is-docker": "^3.0.0",
"is-wsl": "^2.2.0", "is-wsl": "^3.0.0",
"undici": "^5.23.0", "undici": "^5.23.0",
"which-pm-runs": "^1.1.0" "which-pm-runs": "^1.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/debug": "^4.1.8", "@types/debug": "^4.1.8",
"@types/dlv": "^1.1.2", "@types/dlv": "^1.1.2",
"@types/node": "^18.17.7", "@types/node": "^18.17.8",
"@types/which-pm-runs": "^1.0.0", "@types/which-pm-runs": "^1.0.0",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"chai": "^4.3.7", "chai": "^4.3.7",
"mocha": "^9.2.2" "mocha": "^10.2.0"
}, },
"engines": { "engines": {
"node": ">=18.14.1" "node": ">=18.14.1"

View file

@ -29,11 +29,11 @@
}, },
"devDependencies": { "devDependencies": {
"@types/chai": "^4.3.5", "@types/chai": "^4.3.5",
"@types/mocha": "^9.1.1", "@types/mocha": "^10.0.1",
"astro": "workspace:*", "astro": "workspace:*",
"astro-scripts": "workspace:*", "astro-scripts": "workspace:*",
"chai": "^4.3.7", "chai": "^4.3.7",
"mocha": "^9.2.2" "mocha": "^10.2.0"
}, },
"keywords": [ "keywords": [
"astro", "astro",

File diff suppressed because it is too large Load diff

View file

@ -9,18 +9,18 @@
}, },
"dependencies": { "dependencies": {
"arg": "^5.0.2", "arg": "^5.0.2",
"esbuild": "^0.18.20", "esbuild": "^0.19.2",
"globby": "^12.2.0", "globby": "^13.2.2",
"kleur": "^4.1.4", "kleur": "^4.1.4",
"p-limit": "^4.0.0", "p-limit": "^4.0.0",
"svelte": "^3.59.2", "svelte": "^4.2.0",
"tar": "^6.1.15" "tar": "^6.1.15"
}, },
"devDependencies": { "devDependencies": {
"@octokit/action": "^3.18.1", "@octokit/action": "^6.0.5",
"del": "^7.0.0", "del": "^7.0.0",
"esbuild-plugin-copy": "^2.1.1", "esbuild-plugin-copy": "^2.1.1",
"execa": "^6.1.0", "execa": "^8.0.1",
"tsconfig-resolver": "^3.0.1" "tsconfig-resolver": "^3.0.1"
} }
} }