0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Update all dependencies (#9138)

Co-authored-by: delucis <delucis@users.noreply.github.com>
This commit is contained in:
Bjorn Lu 2023-11-21 12:09:19 +08:00 committed by GitHub
parent 6201bbe96c
commit abf601233f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
131 changed files with 2870 additions and 3116 deletions

View file

@ -0,0 +1,9 @@
---
'@astrojs/mdx': major
'@astrojs/markdown-remark': major
'astro': major
---
Updates the unified, remark, and rehype dependencies to latest. Make sure to update your custom remark and rehype plugins as well to be compatible with the latest versions.
**Potentially breaking change:** The default value of `markdown.remarkRehype.footnoteBackLabel` is changed from `"Back to content"` to `"Back to reference 1"`. See the `mdast-util-to-hast` [commit](https://github.com/syntax-tree/mdast-util-to-hast/commit/56c88e45690be138fad9f0bf367b939d09816863) for more information.

View file

@ -29,7 +29,7 @@
"astro": "workspace:*"
},
"devDependencies": {
"@types/server-destroy": "^1.0.1",
"@types/server-destroy": "^1.0.3",
"astro": "workspace:*",
"astro-scripts": "workspace:*"
}

View file

@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/alpinejs": "^0.3.1",
"@types/alpinejs": "^3.7.2",
"alpinejs": "^3.12.3",
"@types/alpinejs": "^3.13.5",
"alpinejs": "^3.13.3",
"astro": "^3.5.5"
}
}

View file

@ -17,11 +17,11 @@
"@astrojs/svelte": "^4.0.4",
"@astrojs/vue": "^3.0.4",
"astro": "^3.5.5",
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
}

View file

@ -14,6 +14,6 @@
"@astrojs/preact": "^3.0.1",
"@preact/signals": "^1.2.1",
"astro": "^3.5.5",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/react": "^3.0.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"astro": "^3.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"

View file

@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
"astro": "^3.5.5",
"solid-js": "^1.7.11"
"solid-js": "^1.8.5"
}
}

View file

@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/svelte": "^4.0.4",
"astro": "^3.5.5",
"svelte": "^4.2.0"
"svelte": "^4.2.5"
}
}

View file

@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^3.0.4",
"astro": "^3.5.5",
"vue": "^3.3.4"
"vue": "^3.3.8"
}
}

View file

@ -15,6 +15,6 @@
"@astrojs/node": "^6.0.4",
"@astrojs/svelte": "^4.0.4",
"astro": "^3.5.5",
"svelte": "^4.2.0"
"svelte": "^4.2.5"
}
}

View file

@ -13,9 +13,9 @@
"dependencies": {
"@astrojs/markdown-remark": "^3.5.0",
"astro": "^3.5.5",
"hast-util-select": "^5.0.5",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"hast-util-select": "^6.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2"
}

View file

@ -14,6 +14,6 @@
"@astrojs/mdx": "^1.1.5",
"@astrojs/preact": "^3.0.1",
"astro": "^3.5.5",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -14,7 +14,7 @@
"@astrojs/preact": "^3.0.1",
"@nanostores/preact": "^0.5.0",
"astro": "^3.5.5",
"nanostores": "^0.9.3",
"preact": "^10.17.1"
"nanostores": "^0.9.5",
"preact": "^10.19.2"
}
}

View file

@ -13,11 +13,11 @@
"dependencies": {
"@astrojs/mdx": "^1.1.5",
"@astrojs/tailwind": "^5.0.2",
"@types/canvas-confetti": "^1.6.0",
"@types/canvas-confetti": "^1.6.3",
"astro": "^3.5.5",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.6.0",
"canvas-confetti": "^1.9.1",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.5"
}
}

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"astro": "^3.5.5",
"vite-plugin-pwa": "0.16.4",
"vite-plugin-pwa": "0.17.0",
"workbox-window": "^7.0.0"
}
}

View file

@ -77,23 +77,23 @@
"astro-benchmark": "workspace:*"
},
"devDependencies": {
"@astrojs/check": "^0.1.0",
"@astrojs/check": "^0.3.1",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@types/node": "^18.17.8",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"esbuild": "^0.19.2",
"eslint": "^8.47.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"esbuild": "^0.19.6",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^5.0.0",
"only-allow": "^1.1.1",
"organize-imports-cli": "^0.10.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"tiny-glob": "^0.2.9",
"turbo": "^1.10.12",
"typescript": "~5.1.6"
"typescript": "~5.2.2"
}
}

View file

@ -35,7 +35,7 @@
"prismjs": "^1.29.0"
},
"devDependencies": {
"@types/prismjs": "1.26.0",
"@types/prismjs": "1.26.3",
"astro-scripts": "workspace:*"
},
"engines": {

View file

@ -27,9 +27,9 @@
"test": "mocha --exit --timeout 20000"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@types/chai": "^4.3.10",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.4",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"chai": "^4.3.7",

View file

@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@e2e/astro-linked-lib": "link:../_deps/astro-linked-lib",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.3.4"
"vue": "^3.3.8"
}
}

View file

@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"sass": "^1.66.1"
"sass": "^1.69.5"
}
}

View file

@ -9,12 +9,12 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sass": "^1.66.1",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"sass": "^1.69.5",
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
}

View file

@ -4,6 +4,6 @@
"private": true,
"devDependencies": {
"astro": "workspace:*",
"sass": "^1.66.1"
"sass": "^1.69.5"
}
}

View file

@ -9,6 +9,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -14,11 +14,11 @@
"dependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",
"lit": "^2.8.0",
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
}

View file

@ -8,6 +8,6 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
}

View file

@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
}

View file

@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
}

View file

@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
}

View file

@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
}

View file

@ -11,12 +11,12 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
},
"scripts": {
"dev": "astro dev"

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
"solid-js": "^1.7.11"
"solid-js": "^1.8.5"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
"solid-js": "^1.7.11"
"solid-js": "^1.8.5"
}
}

View file

@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
"solid-js": "^1.7.11"
"solid-js": "^1.8.5"
}
}

View file

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

View file

@ -7,6 +7,6 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.5"
}
}

View file

@ -3,14 +3,14 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",
"@astrojs/vue": "workspace:*",
"@astrojs/svelte": "workspace:*",
"svelte": "^4.2.0",
"vue": "^3.3.4",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react-dom": "^18.1.0",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.3.4"
"vue": "^3.3.8"
}
}

View file

@ -122,33 +122,33 @@
"test:e2e:match": "playwright test -g"
},
"dependencies": {
"@astrojs/compiler": "^2.3.0",
"@astrojs/compiler": "^2.3.2",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
"@babel/core": "^7.22.10",
"@babel/generator": "^7.22.10",
"@babel/parser": "^7.22.10",
"@babel/core": "^7.23.3",
"@babel/generator": "^7.23.3",
"@babel/parser": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/traverse": "^7.22.10",
"@babel/types": "^7.22.10",
"@types/babel__core": "^7.20.1",
"acorn": "^8.10.0",
"@babel/traverse": "^7.23.3",
"@babel/types": "^7.23.3",
"@types/babel__core": "^7.20.4",
"acorn": "^8.11.2",
"boxen": "^7.1.1",
"chokidar": "^3.5.3",
"ci-info": "^3.8.0",
"ci-info": "^4.0.0",
"clsx": "^2.0.0",
"common-ancestor-path": "^1.0.1",
"cookie": "^0.5.0",
"cookie": "^0.6.0",
"debug": "^4.3.4",
"deterministic-object-hash": "^1.3.1",
"deterministic-object-hash": "^2.0.1",
"devalue": "^4.3.2",
"diff": "^5.1.0",
"es-module-lexer": "^1.3.0",
"esbuild": "^0.19.2",
"es-module-lexer": "^1.4.1",
"esbuild": "^0.19.6",
"estree-walker": "^3.0.3",
"execa": "^8.0.1",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"html-escaper": "^3.0.3",
@ -156,25 +156,25 @@
"js-yaml": "^4.1.0",
"kleur": "^4.1.4",
"magic-string": "^0.30.3",
"mdast-util-to-hast": "12.3.0",
"mdast-util-to-hast": "13.0.2",
"mime": "^3.0.0",
"ora": "^7.0.1",
"p-limit": "^4.0.0",
"p-limit": "^5.0.0",
"p-queue": "^7.4.1",
"path-to-regexp": "^6.2.1",
"preferred-pm": "^3.1.2",
"probe-image-size": "^7.2.3",
"prompts": "^2.4.2",
"rehype": "^12.0.1",
"rehype": "^13.0.1",
"resolve": "^1.22.4",
"semver": "^7.5.4",
"server-destroy": "^1.0.1",
"shikiji": "^0.6.8",
"string-width": "^6.1.0",
"shikiji": "^0.6.13",
"string-width": "^7.0.0",
"strip-ansi": "^7.1.0",
"tsconfck": "^3.0.0",
"unist-util-visit": "^4.1.2",
"vfile": "^5.3.7",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"vite": "^5.0.0",
"vitefu": "^0.2.4",
"which-pm": "^2.1.1",
@ -185,31 +185,31 @@
"sharp": "^0.32.5"
},
"devDependencies": {
"@astrojs/check": "^0.1.0",
"@playwright/test": "1.40.0-alpha-nov-13-2023",
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.20.1",
"@types/chai": "^4.3.5",
"@types/common-ancestor-path": "^1.0.0",
"@types/connect": "^3.4.35",
"@types/cookie": "^0.5.1",
"@types/debug": "^4.1.8",
"@types/diff": "^5.0.3",
"@types/dom-view-transitions": "^1.0.1",
"@types/estree": "^1.0.1",
"@types/hast": "^2.3.5",
"@types/html-escaper": "^3.0.0",
"@types/http-cache-semantics": "^4.0.1",
"@types/js-yaml": "^4.0.5",
"@types/mime": "^3.0.1",
"@types/mocha": "^10.0.1",
"@types/probe-image-size": "^7.2.0",
"@types/prompts": "^2.4.4",
"@types/resolve": "^1.20.2",
"@types/send": "^0.17.1",
"@types/server-destroy": "^1.0.1",
"@types/unist": "^2.0.7",
"@types/yargs-parser": "^21.0.0",
"@astrojs/check": "^0.3.1",
"@playwright/test": "1.40.0",
"@types/babel__generator": "^7.6.7",
"@types/babel__traverse": "^7.20.4",
"@types/chai": "^4.3.10",
"@types/common-ancestor-path": "^1.0.2",
"@types/connect": "^3.4.38",
"@types/cookie": "^0.5.4",
"@types/debug": "^4.1.12",
"@types/diff": "^5.0.8",
"@types/dom-view-transitions": "^1.0.4",
"@types/estree": "^1.0.5",
"@types/hast": "^3.0.3",
"@types/html-escaper": "^3.0.2",
"@types/http-cache-semantics": "^4.0.4",
"@types/js-yaml": "^4.0.9",
"@types/mime": "^3.0.4",
"@types/mocha": "^10.0.4",
"@types/probe-image-size": "^7.2.3",
"@types/prompts": "^2.4.8",
"@types/resolve": "^1.20.5",
"@types/send": "^0.17.4",
"@types/server-destroy": "^1.0.3",
"@types/unist": "^3.0.2",
"@types/yargs-parser": "^21.0.3",
"astro-scripts": "workspace:*",
"chai": "^4.3.7",
"cheerio": "1.0.0-rc.12",
@ -218,14 +218,14 @@
"mocha": "^10.2.0",
"node-mocks-http": "^1.13.0",
"parse-srcset": "^1.0.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
"rollup": "^4.4.1",
"sass": "^1.66.1",
"rollup": "^4.5.0",
"sass": "^1.69.5",
"srcset-parse": "^1.1.0",
"unified": "^10.1.2"
"unified": "^11.0.4"
},
"engines": {
"node": ">=18.14.1",

View file

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

View file

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

View file

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

View file

@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/yargs-parser": "^21.0.0",
"@types/yargs-parser": "^21.0.3",
"cross-env": "^7.0.3",
"kleur": "^4.1.5",
"npm-run-all": "^4.1.5",

View file

@ -1317,7 +1317,7 @@ export interface AstroUserConfig {
* {
* markdown: {
* // Example: Translate the footnotes text to another language, here are the default English values
* remarkRehype: { footnoteLabel: "Footnotes", footnoteBackLabel: "Back to content"},
* remarkRehype: { footnoteLabel: "Footnotes", footnoteBackLabel: "Back to reference 1"},
* },
* };
* ```

View file

@ -4,7 +4,6 @@ import os from 'node:os';
import { fileURLToPath } from 'node:url';
import PQueue from 'p-queue';
import type { OutputAsset, OutputChunk } from 'rollup';
import type { BufferEncoding } from 'vfile';
import type {
AstroSettings,
ComponentInstance,

View file

@ -68,7 +68,7 @@ export async function writeWebResponse(res: http.ServerResponse, webResponse: Re
// Previously, `headers.entries()` would already have these merged, but it seems like this isn't the case anymore.
if (headers.has('set-cookie')) {
if ('getSetCookie' in headers && typeof headers.getSetCookie === 'function') {
_headers['set-cookie'] = headers.getSetCookie();
_headers['set-cookie'] = headers.getSetCookie().toString();
} else {
_headers['set-cookie'] = headers.get('set-cookie')!;
}

View file

@ -15,7 +15,7 @@ describe('Astro Markdown without remark-rehype config', () => {
const html = await fixture.readFile('/index.html');
const $ = cheerio.load(html);
expect($('#footnote-label').text()).to.equal('Footnotes');
expect($('.data-footnote-backref').first().attr('aria-label')).to.equal('Back to content');
expect($('.data-footnote-backref').first().attr('aria-label')).to.equal('Back to reference 1');
});
});

View file

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

View file

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

View file

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

View file

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

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

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

View file

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

View file

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

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.3.4"
"vue": "^3.3.8"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

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

View file

@ -4,6 +4,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -9,11 +9,11 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
}

View file

@ -4,6 +4,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -4,6 +4,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -18,7 +18,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.2.0"
}
}

View file

@ -8,9 +8,9 @@
"@astrojs/svelte": "workspace:*",
"@test/component-library-shared": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"svelte": "^4.2.0"
"svelte": "^4.2.5"
}
}

View file

@ -1,11 +1,10 @@
{
"name": "@test/css-dangling-references",
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "workspace:*",
"@astrojs/svelte": "workspace:*",
"svelte": "4"
}
"name": "@test/css-dangling-references",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/svelte": "workspace:*",
"astro": "workspace:*",
"svelte": "^4.2.5"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

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

View file

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

View file

@ -9,6 +9,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -12,11 +12,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
"solid-js": "^1.7.11"
"solid-js": "^1.8.5"
}
}

View file

@ -9,11 +9,11 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"solid-js": "^1.7.11",
"svelte": "^4.2.0",
"vue": "^3.3.4"
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"vue": "^3.3.8"
},
"devDependencies": {
"postcss-preset-env": "^9.1.1"
"postcss-preset-env": "^9.3.0"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@test/react-lib": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@preact/signals": "1.2.1",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -7,6 +7,6 @@
"astro": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"solid-js": "^1.7.11"
"solid-js": "^1.8.5"
}
}

View file

@ -4,6 +4,6 @@
"dependencies": {
"@astrojs/preact": "workspace:",
"astro": "workspace:",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
"solid-js": "^1.7.11"
"solid-js": "^1.8.5"
}
}

View file

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

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.3.4"
"vue": "^3.3.8"
}
}

View file

@ -10,6 +10,6 @@
}
},
"dependencies": {
"solid-js": "^1.7.11"
"solid-js": "^1.8.5"
}
}

View file

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

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

@ -6,7 +6,7 @@
"@astrojs/preact": "workspace:*",
"@astrojs/react": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1",
"preact": "^10.19.2",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}

View file

@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@test/static-build-pkg": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}

View file

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

View file

@ -6,6 +6,6 @@
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.5"
}
}

View file

@ -8,6 +8,6 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.5"
}
}

View file

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

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.3.4"
"vue": "^3.3.8"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.3.4"
"vue": "^3.3.8"
}
}

View file

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

Some files were not shown because too many files have changed in this diff Show more