Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#675)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 6, 2024
1 parent 2322820 commit fc27519
Show file tree
Hide file tree
Showing 37 changed files with 1,463 additions and 1,378 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"prettier": "^3.2.5",
"shiki": "^1.3.0"
"shiki": "^1.4.0"
},
"devDependencies": {
"@vite-pwa/vitepress": "^0.4.0",
"@vite-pwa/vitepress": "^0.5.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-vue-devtools": "^7.1.3",
"vitepress": "^1.1.4",
"vue": "^3.4.25"
"vue": "^3.4.26"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,36 +35,36 @@
"typecheck:playground:vue2": "pnpm run -C ./playground/vue2 typecheck"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@babel/types": "^7.24.5",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@rspack/core": "^0.6.3",
"@sxzz/eslint-config": "^3.9.1",
"@sxzz/eslint-config": "^3.11.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/ui": "^1.5.2",
"@types/node": "^20.12.8",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue-macros/test-utils": "workspace:*",
"@vue-macros/volar": "workspace:*",
"esbuild": "^0.20.2",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-define-config": "^1.24.1",
"expect-type": "^0.19.0",
"fast-glob": "^3.3.2",
"monoman": "^0.4.2",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.17.0",
"rollup": "^4.17.2",
"tsup": "^8.0.2",
"tsx": "^4.7.3",
"tsx": "^4.9.3",
"typescript": "~5.4.5",
"unocss": "^0.59.4",
"unplugin-macros": "^0.13.0",
"unplugin-raw": "^0.1.1",
"vite": "^5.2.10",
"vitest": "^1.5.2",
"vue": "^3.4.25",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vue": "^3.4.26",
"vue-tsc": "2.0.16",
"vue2": "npm:vue@^2.7.16",
"webpack": "^5.91.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dev": "DEV=true tsup"
},
"dependencies": {
"@babel/types": "^7.24.0",
"@babel/types": "^7.24.5",
"@vue-macros/common": "workspace:*",
"resolve.exports": "^2.0.2"
},
Expand Down
4 changes: 1 addition & 3 deletions packages/api/src/ts/property.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ export async function resolveTSProperties({
: undefined,
),
)
)
// eslint-disable-next-line unicorn/no-array-callback-reference
.filter(filterValidExtends)
).filter(filterValidExtends)

if (resolvedExtends.length > 0) {
const ext = (
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"astro": "^4.7.0"
"astro": "^4.7.1"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/boolean-prop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
},
"dependencies": {
"@vue-macros/common": "workspace:*",
"@vue/compiler-core": "^3.4.25"
"@vue/compiler-core": "^3.4.26"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.4.25"
"@vue/compiler-sfc": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
}
},
"dependencies": {
"@babel/types": "^7.24.0",
"@babel/types": "^7.24.5",
"@rollup/pluginutils": "^5.1.0",
"@vue/compiler-sfc": "^3.4.25",
"@vue/compiler-sfc": "^3.4.26",
"ast-kit": "^0.12.1",
"local-pkg": "^0.5.0",
"magic-string-ast": "^0.5.0"
"magic-string-ast": "^0.6.0"
},
"devDependencies": {
"@babel/parser": "^7.24.4",
"@babel/parser": "^7.24.5",
"@vitejs/plugin-vue": "^5.0.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/define-emit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/define-models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"devDependencies": {
"@vue-macros/api": "workspace:^",
"@vueuse/core": "^10.9.0",
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/define-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/define-prop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/define-props-refs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/define-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
"devDependencies": {
"@vue-macros/reactivity-transform": "workspace:*",
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/define-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/define-slots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
},
"dependencies": {
"sirv": "^2.0.4",
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"devDependencies": {
"@unocss/reset": "^0.59.4",
"@vitejs/plugin-vue": "^5.0.4",
"get-port": "^7.1.0",
"unocss": "^0.59.4",
"vite": "^5.2.10"
"vite": "^5.2.11"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint": ">=8.0.0"
},
"devDependencies": {
"eslint": "^9.1.1"
"eslint": "^9.2.0"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/export-expose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
},
"dependencies": {
"@vue-macros/common": "workspace:*",
"@vue/compiler-sfc": "^3.4.25",
"@vue/compiler-sfc": "^3.4.26",
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/export-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/export-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
},
"dependencies": {
"@vue-macros/common": "workspace:*",
"@vue/compiler-sfc": "^3.4.25",
"@vue/compiler-sfc": "^3.4.26",
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx-directive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"unplugin-vue-define-options": "workspace:*"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/named-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
},
"dependencies": {
"@vue-macros/common": "workspace:*",
"@vue/compiler-dom": "^3.4.25",
"@vue/compiler-dom": "^3.4.26",
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/reactivity-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
"vue": "^2.7.0 || ^3.2.25"
},
"dependencies": {
"@babel/parser": "^7.24.4",
"@babel/parser": "^7.24.5",
"@vue-macros/common": "workspace:*",
"@vue/compiler-core": "^3.4.25",
"@vue/shared": "^3.4.25",
"@vue/compiler-core": "^3.4.26",
"@vue/shared": "^3.4.26",
"magic-string": "^0.30.10",
"unplugin": "^1.10.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/setup-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"dependencies": {
"@vue-macros/common": "workspace:*",
"@vue/compiler-dom": "^3.4.25",
"@vue/compiler-dom": "^3.4.26",
"unplugin": "^1.10.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/setup-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/setup-sfc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"unplugin": "^1.10.1"
},
"devDependencies": {
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/short-bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
},
"dependencies": {
"@vue-macros/common": "workspace:*",
"@vue/compiler-core": "^3.4.25"
"@vue/compiler-core": "^3.4.26"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.4.25"
"@vue/compiler-sfc": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/short-vmodel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
},
"dependencies": {
"@vue-macros/common": "workspace:*",
"@vue/compiler-core": "^3.4.25"
"@vue/compiler-core": "^3.4.26"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.4.25"
"@vue/compiler-sfc": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"@vitejs/plugin-vue2": "^2.3.1",
"esbuild": "^0.20.2",
"fast-glob": "^3.3.2",
"rollup": "^4.17.0",
"rollup": "^4.17.2",
"rollup-plugin-esbuild": "^6.1.1",
"unplugin-vue": "^5.0.5"
},
"devDependencies": {
"vite": "^5.2.10",
"vue": "^3.4.25"
"vite": "^5.2.11",
"vue": "^3.4.26"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/volar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"@vue-macros/short-bind": "workspace:*",
"@vue-macros/short-vmodel": "workspace:*",
"@vue/language-core": "2.0.16",
"@vue/shared": "^3.4.25"
"@vue/shared": "^3.4.26"
},
"devDependencies": {
"@vue/compiler-dom": "^3.4.25",
"@vue/compiler-dom": "^3.4.26",
"typescript": "~5.4.5",
"vue-tsc": "2.0.16"
},
Expand Down

0 comments on commit fc27519

Please sign in to comment.