0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-24 23:21:57 -05:00

chore(deps): update all non-major dependencies (#11269)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-17 14:18:41 +08:00 committed by GitHub
parent 67d5a73b12
commit 68f1d0d13e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 417 additions and 642 deletions

View file

@ -24,6 +24,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^4.4.0",
"astro": "^4.10.2",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -11,7 +11,7 @@
},
"dependencies": {
"astro": "^4.10.2",
"sass": "^1.77.4",
"sass": "^1.77.5",
"sharp": "^0.33.3"
}
}

View file

@ -58,7 +58,7 @@
"@eslint/eslintrc": "^3.1.0",
"@types/node": "^18.17.8",
"esbuild": "^0.21.5",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-regexp": "^2.6.0",
"globby": "^14.0.1",

View file

@ -17,8 +17,8 @@
"@types/react": "npm:types-react",
"@types/react-dom": "npm:types-react-dom",
"astro": "workspace:*",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"typescript": "^5.4.5"
},
"overrides": {

View file

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

View file

@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

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

View file

@ -12,9 +12,9 @@
"preact": "^10.22.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.4",
"sass": "^1.77.5",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

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

View file

@ -19,6 +19,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -16,7 +16,7 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
},
"scripts": {
"dev": "astro dev"

View file

@ -11,6 +11,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

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

View file

@ -135,7 +135,7 @@
"@babel/types": "^7.24.7",
"@types/babel__core": "^7.20.5",
"@types/cookie": "^0.6.0",
"acorn": "^8.11.3",
"acorn": "^8.12.0",
"aria-query": "^5.3.0",
"axobject-query": "^4.0.0",
"boxen": "^7.1.1",
@ -174,13 +174,13 @@
"rehype": "^13.0.1",
"resolve": "^1.22.8",
"semver": "^7.6.2",
"shiki": "^1.6.3",
"shiki": "^1.6.5",
"string-width": "^7.1.0",
"strip-ansi": "^7.1.0",
"tsconfck": "^3.1.0",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vitefu": "^0.2.5",
"which-pm": "^2.2.0",
"yargs-parser": "^21.1.1",
@ -219,7 +219,7 @@
"eol": "^0.9.1",
"mdast-util-mdx": "^3.0.0",
"mdast-util-mdx-jsx": "^3.1.2",
"memfs": "^4.9.2",
"memfs": "^4.9.3",
"node-mocks-http": "^1.14.1",
"parse-srcset": "^1.0.2",
"rehype-autolink-headings": "^7.1.0",
@ -227,7 +227,7 @@
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
"rollup": "^4.18.0",
"sass": "^1.77.4",
"sass": "^1.77.5",
"srcset-parse": "^1.1.0",
"unified": "^11.0.4"
},

View file

@ -10,6 +10,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -9,6 +9,6 @@
"astro": "workspace:*",
"preact": "^10.22.0",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

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

View file

@ -14,6 +14,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -9,6 +9,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -9,6 +9,6 @@
"astro": "workspace:*",
"preact": "^10.22.0",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -17,6 +17,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -11,7 +11,7 @@
"postcss": "^8.4.38",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
},
"devDependencies": {
"postcss-preset-env": "^9.5.14"

View file

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

View file

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

View file

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

View file

@ -7,6 +7,6 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"svelte": "^4.2.18",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -95,6 +95,6 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"typescript": "^5.4.5",
"vite": "^5.2.13"
"vite": "^5.3.1"
}
}

View file

@ -41,7 +41,7 @@
"@playwright/test": "1.44.1",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"vite": "^5.2.13"
"vite": "^5.3.1"
},
"publishConfig": {
"provenance": true

View file

@ -61,7 +61,7 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"lit": "^3.1.4",
"sass": "^1.77.4"
"sass": "^1.77.5"
},
"peerDependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",

View file

@ -83,7 +83,7 @@
"astro-scripts": "workspace:*",
"devalue": "^5.0.0",
"linkedom": "^0.18.3",
"vite": "^5.2.13"
"vite": "^5.3.1"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"

View file

@ -35,7 +35,7 @@
"dependencies": {
"@astrojs/markdown-remark": "workspace:*",
"@mdx-js/mdx": "^3.0.1",
"acorn": "^8.11.3",
"acorn": "^8.12.0",
"es-module-lexer": "^1.5.3",
"estree-util-visit": "^2.0.0",
"github-slugger": "^2.0.0",
@ -72,7 +72,7 @@
"remark-shiki-twoslash": "^3.1.3",
"remark-toc": "^9.0.0",
"unified": "^11.0.4",
"vite": "^5.2.13"
"vite": "^5.3.1"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"

View file

@ -66,7 +66,7 @@
"cheerio": "1.0.0-rc.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^5.2.13"
"vite": "^5.3.1"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",

View file

@ -8,6 +8,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}

View file

@ -41,7 +41,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"solid-js": "^1.8.17",
"vite": "^5.2.13"
"vite": "^5.3.1"
},
"peerDependencies": {
"solid-devtools": "^0.30.1",

View file

@ -57,7 +57,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"svelte": "^4.2.18",
"vite": "^5.2.13"
"vite": "^5.3.1"
},
"peerDependencies": {
"astro": "^4.0.0",

View file

@ -41,7 +41,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"tailwindcss": "^3.4.4",
"vite": "^5.2.13"
"vite": "^5.3.1"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0",

View file

@ -64,7 +64,7 @@
"astro": "^4.2.0"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.7",
"@types/set-cookie-parser": "^2.4.9",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12"

View file

@ -46,16 +46,16 @@
"dependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.27",
"vite-plugin-vue-devtools": "^7.2.1"
"@vue/compiler-sfc": "^3.4.29",
"vite-plugin-vue-devtools": "^7.3.0"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"linkedom": "^0.18.3",
"vite": "^5.2.13",
"vue": "^3.4.27"
"vite": "^5.3.1",
"vue": "^3.4.29"
},
"peerDependencies": {
"astro": "^4.0.0",

View file

@ -46,7 +46,7 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-smartypants": "^3.0.1",
"shiki": "^1.6.3",
"shiki": "^1.6.5",
"unified": "^11.0.4",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",

View file

@ -42,6 +42,6 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"typescript": "^5.4.5",
"vite": "^5.2.13"
"vite": "^5.3.1"
}
}

947
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff