Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies (#10077)
  • Loading branch information
renovate[bot] committed Sep 12, 2022
1 parent 3390c87 commit caf00c8
Show file tree
Hide file tree
Showing 38 changed files with 467 additions and 724 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -36,9 +36,9 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.18.13",
"@babel/types": "^7.19.0",
"@microsoft/api-extractor": "^7.30.0",
"@rollup/plugin-typescript": "^8.4.0",
"@rollup/plugin-typescript": "^8.5.0",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
"@types/convert-source-map": "^1.5.2",
Expand All @@ -57,22 +57,22 @@
"@types/semver": "^7.3.12",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.14.47",
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"eslint-define-config": "^1.7.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"lint-staged": "^13.0.3",
"minimist": "^1.2.6",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.25.1",
"playwright-chromium": "^1.25.2",
"pnpm": "^7.11.0",
"prettier": "2.7.1",
"prompts": "^2.4.2",
Expand All @@ -88,8 +88,8 @@
"unbuild": "^0.8.10",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.13",
"vitest": "^0.23.1",
"vue": "^3.2.38"
"vitest": "^0.23.2",
"vue": "^3.2.39"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/package.json
Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/create-vite#readme",
"devDependencies": {
"cross-spawn": "^7.0.3",
"kolorist": "^1.5.1",
"kolorist": "^1.6.0",
"minimist": "^1.2.6",
"prompts": "^2.4.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact-ts/package.json
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.10.6"
"preact": "^10.11.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.3.1",
"@preact/preset-vite": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact/package.json
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.10.6"
"preact": "^10.11.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.3.1",
"@preact/preset-vite": "^2.4.0",
"vite": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/package.json
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.18",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-react/package.json
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.18",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"vite": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.50.0",
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"svelte": "^3.50.0",
"svelte": "^3.50.1",
"vite": "^3.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue-ts/package.json
Expand Up @@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.38"
"vue": "^3.2.39"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vue-tsc": "^0.40.7"
"vue-tsc": "^0.40.13"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.38"
"vue": "^3.2.39"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-legacy/package.json
Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.18.13",
"core-js": "^3.25.0",
"@babel/standalone": "^7.19.0",
"core-js": "^3.25.1",
"magic-string": "^0.26.3",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.12.6"
Expand All @@ -46,7 +46,7 @@
"vite": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/core": "^7.19.0",
"vite": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-react/package.json
Expand Up @@ -39,8 +39,8 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
"@babel/plugin-transform-react-jsx-self": "^7.18.6",
"@babel/plugin-transform-react-jsx-source": "^7.18.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue-jsx/package.json
Expand Up @@ -35,9 +35,9 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.18.13",
"@babel/core": "^7.19.0",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.18.12",
"@babel/plugin-transform-typescript": "^7.19.0",
"@vue/babel-plugin-jsx": "^1.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -46,6 +46,6 @@
"slash": "^4.0.0",
"source-map": "^0.6.1",
"vite": "workspace:*",
"vue": "^3.2.38"
"vue": "^3.2.39"
}
}
8 changes: 4 additions & 4 deletions packages/vite/package.json
Expand Up @@ -68,15 +68,15 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.18.13",
"@babel/types": "^7.18.13",
"@babel/parser": "^7.19.0",
"@babel/types": "^7.19.0",
"@jridgewell/trace-mapping": "^0.3.15",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-dynamic-import-vars": "^1.4.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "14.0.1",
"@rollup/plugin-typescript": "^8.4.0",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/pluginutils": "^4.2.1",
"acorn": "^8.8.0",
"cac": "^6.7.14",
Expand All @@ -92,7 +92,7 @@
"es-module-lexer": "^1.0.3",
"estree-walker": "^3.0.1",
"etag": "^1.8.1",
"fast-glob": "^3.2.11",
"fast-glob": "^3.2.12",
"http-proxy": "^1.18.1",
"json5": "^2.2.1",
"launch-editor-middleware": "^2.6.0",
Expand Down
4 changes: 2 additions & 2 deletions playground/alias/package.json
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"aliased-module": "file:./dir/module",
"vue": "^3.2.38",
"@vue/shared": "^3.2.38"
"vue": "^3.2.39",
"@vue/shared": "^3.2.39"
},
"devDependencies": {
"resolve-linked": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions playground/backend-integration/package.json
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.54.8",
"sass": "^1.54.9",
"tailwindcss": "^3.1.8",
"fast-glob": "^3.2.11"
"fast-glob": "^3.2.12"
}
}
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"less": "^4.1.3",
"magic-string": "^0.26.3",
"sass": "^1.54.8",
"sass": "^1.54.9",
"stylus": "^0.59.0"
}
}
4 changes: 2 additions & 2 deletions playground/css/package.json
Expand Up @@ -14,10 +14,10 @@
"devDependencies": {
"css-dep": "link:./css-dep",
"css-js-dep": "file:./css-js-dep",
"fast-glob": "^3.2.11",
"fast-glob": "^3.2.12",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.54.8",
"sass": "^1.54.9",
"stylus": "^0.59.0"
}
}
2 changes: 1 addition & 1 deletion playground/extensions/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.38"
"vue": "^3.2.39"
}
}
2 changes: 1 addition & 1 deletion playground/external/dep-that-imports-vue/package.json
Expand Up @@ -3,6 +3,6 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"vue": "^3.2.38"
"vue": "^3.2.39"
}
}
2 changes: 1 addition & 1 deletion playground/external/dep-that-requires-vue/package.json
Expand Up @@ -3,6 +3,6 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"vue": "^3.2.38"
"vue": "^3.2.39"
}
}
2 changes: 1 addition & 1 deletion playground/external/package.json
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"vite": "workspace:*",
"vue": "^3.2.38"
"vue": "^3.2.39"
}
}
2 changes: 1 addition & 1 deletion playground/json/package.json
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"express": "^4.18.1",
"json-module": "file:./json-module",
"vue": "^3.2.38"
"vue": "^3.2.39"
}
}
4 changes: 2 additions & 2 deletions playground/multiple-entrypoints/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"fast-glob": "^3.2.11",
"sass": "^1.54.8"
"fast-glob": "^3.2.12",
"sass": "^1.54.9"
}
}
2 changes: 1 addition & 1 deletion playground/object-hooks/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.38"
"vue": "^3.2.39"
}
}
2 changes: 1 addition & 1 deletion playground/optimize-deps/package.json
Expand Up @@ -33,7 +33,7 @@
"react-dom": "^18.2.0",
"resolve-linked": "workspace:0.0.0",
"url": "^0.11.0",
"vue": "^3.2.38",
"vue": "^3.2.39",
"vuex": "^4.0.2",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/preload/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.38",
"vue": "^3.2.39",
"vue-router": "^4.1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/resolve/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@babel/runtime": "^7.19.0",
"es5-ext": "0.10.62",
"normalize.css": "^8.0.1",
"require-pkg-with-module-field": "link:./require-pkg-with-module-field",
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"example-external-component": "file:example-external-component",
"vue": "^3.2.38",
"vue": "^3.2.39",
"vue-router": "^4.1.5",
"vuex": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions playground/tailwind/package.json
Expand Up @@ -9,9 +9,9 @@
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.8",
"autoprefixer": "^10.4.9",
"tailwindcss": "^3.1.8",
"vue": "^3.2.38",
"vue": "^3.2.39",
"vue-router": "^4.1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-jsx/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.38"
"vue": "^3.2.39"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-legacy/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.38"
"vue": "^3.2.39"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down

0 comments on commit caf00c8

Please sign in to comment.