Skip to content

Commit

Permalink
Update all dependencies (#9138)
Browse files Browse the repository at this point in the history
Co-authored-by: delucis <delucis@users.noreply.github.com>
  • Loading branch information
bluwy and delucis committed Nov 21, 2023
1 parent 6201bbe commit abf6012
Show file tree
Hide file tree
Showing 131 changed files with 2,855 additions and 3,101 deletions.
9 changes: 9 additions & 0 deletions .changeset/beige-jokes-report.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion benchmark/packages/timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"astro": "workspace:*"
},
"devDependencies": {
"@types/server-destroy": "^1.0.1",
"@types/server-destroy": "^1.0.3",
"astro": "workspace:*",
"astro-scripts": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/svelte": "^4.0.4",
"astro": "^3.5.5",
"svelte": "^4.2.0"
"svelte": "^4.2.5"
}
}
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^3.0.4",
"astro": "^3.5.5",
"vue": "^3.3.4"
"vue": "^3.3.8"
}
}
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions examples/with-markdown-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/astro-prism/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prismjs": "^1.29.0"
},
"devDependencies": {
"@types/prismjs": "1.26.0",
"@types/prismjs": "1.26.3",
"astro-scripts": "workspace:*"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/astro-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/astro-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/astro-envs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.3.4"
"vue": "^3.3.8"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/client-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/dev-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/error-cyclic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/error-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"sass": "^1.66.1"
"sass": "^1.69.5"
}
}
10 changes: 5 additions & 5 deletions packages/astro/e2e/fixtures/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"devDependencies": {
"astro": "workspace:*",
"sass": "^1.66.1"
"sass": "^1.69.5"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/hydration-race/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/multiple-frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.17.1"
"preact": "^10.19.2"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/nested-in-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/nested-in-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/nested-in-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/nested-in-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 deletions packages/astro/e2e/fixtures/nested-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit abf6012

Please sign in to comment.