Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies (#9985)
  • Loading branch information
renovate[bot] committed Sep 5, 2022
1 parent 0d20eae commit 855f2f0
Show file tree
Hide file tree
Showing 36 changed files with 423 additions and 651 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/types": "^7.18.13",
"@microsoft/api-extractor": "^7.29.5",
"@microsoft/api-extractor": "^7.30.0",
"@rollup/plugin-typescript": "^8.4.0",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -57,13 +57,13 @@
"@types/semver": "^7.3.12",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.47",
"eslint": "^8.23.0",
"eslint-define-config": "^1.6.0",
"eslint-define-config": "^1.7.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"execa": "^6.1.0",
Expand All @@ -74,7 +74,7 @@
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.25.1",
"pnpm": "^7.9.5",
"pnpm": "^7.11.0",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
Expand All @@ -84,13 +84,13 @@
"semver": "^7.3.7",
"simple-git-hooks": "^2.8.0",
"tslib": "^2.4.0",
"tsx": "^3.8.2",
"tsx": "^3.9.0",
"typescript": "^4.6.4",
"unbuild": "^0.8.9",
"unbuild": "^0.8.10",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.12",
"vitest": "^0.22.1",
"vue": "^3.2.37"
"vitepress": "^1.0.0-alpha.13",
"vitest": "^0.23.1",
"vue": "^3.2.38"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand All @@ -110,7 +110,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.9.5",
"packageManager": "pnpm@7.11.0",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact-ts/package.json
Expand Up @@ -12,7 +12,7 @@
"preact": "^10.10.6"
},
"devDependencies": {
"@preact/preset-vite": "^2.3.0",
"@preact/preset-vite": "^2.3.1",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Expand Up @@ -12,7 +12,7 @@
"preact": "^10.10.6"
},
"devDependencies": {
"@preact/preset-vite": "^2.3.0",
"@preact/preset-vite": "^2.3.1",
"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.17",
"@types/react": "^18.0.18",
"@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.17",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"vite": "^3.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -10,10 +10,10 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.2",
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.1",
"svelte": "^3.50.0",
"svelte-check": "^2.9.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte/package.json
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.2",
"svelte": "^3.49.0",
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"svelte": "^3.50.0",
"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.37"
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vue-tsc": "^0.40.4"
"vue-tsc": "^0.40.7"
}
}
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.37"
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Expand Up @@ -37,9 +37,9 @@
"dependencies": {
"@babel/standalone": "^7.18.13",
"core-js": "^3.25.0",
"magic-string": "^0.26.2",
"magic-string": "^0.26.3",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.12.4"
"systemjs": "^6.12.6"
},
"peerDependencies": {
"terser": "^5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Expand Up @@ -44,7 +44,7 @@
"@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",
"magic-string": "^0.26.2",
"magic-string": "^0.26.3",
"react-refresh": "^0.14.0"
},
"peerDependencies": {
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.37"
"vue": "^3.2.38"
}
}
4 changes: 2 additions & 2 deletions packages/vite/package.json
Expand Up @@ -96,13 +96,13 @@
"http-proxy": "^1.18.1",
"json5": "^2.2.1",
"launch-editor-middleware": "^2.6.0",
"magic-string": "^0.26.2",
"magic-string": "^0.26.3",
"micromatch": "^4.0.5",
"mlly": "^0.5.14",
"mrmime": "^1.0.1",
"okie": "^1.0.1",
"open": "^8.4.0",
"parse5": "^7.0.0",
"parse5": "^7.1.1",
"periscopic": "^3.0.4",
"picocolors": "^1.0.0",
"postcss-import": "^15.0.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.37",
"@vue/shared": "^3.2.37"
"vue": "^3.2.38",
"@vue/shared": "^3.2.38"
},
"devDependencies": {
"resolve-linked": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.54.5",
"sass": "^1.54.8",
"tailwindcss": "^3.1.8",
"fast-glob": "^3.2.11"
}
Expand Down
4 changes: 2 additions & 2 deletions playground/css-sourcemap/package.json
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"less": "^4.1.3",
"magic-string": "^0.26.2",
"sass": "^1.54.5",
"magic-string": "^0.26.3",
"sass": "^1.54.8",
"stylus": "^0.59.0"
}
}
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -17,7 +17,7 @@
"fast-glob": "^3.2.11",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.54.5",
"sass": "^1.54.8",
"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.37"
"vue": "^3.2.38"
}
}
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.37"
"vue": "^3.2.38"
}
}
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.37"
"vue": "^3.2.38"
}
}
2 changes: 1 addition & 1 deletion playground/external/package.json
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"vite": "workspace:*",
"vue": "^3.2.37"
"vue": "^3.2.38"
}
}
2 changes: 1 addition & 1 deletion playground/json/package.json
Expand Up @@ -15,6 +15,6 @@
"cross-env": "^7.0.3",
"express": "^4.18.1",
"json-module": "file:./json-module",
"vue": "^3.2.37"
"vue": "^3.2.38"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"fast-glob": "^3.2.11",
"sass": "^1.54.5"
"sass": "^1.54.8"
}
}
2 changes: 1 addition & 1 deletion playground/object-hooks/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.37"
"vue": "^3.2.38"
}
}
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.37",
"vue": "^3.2.38",
"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.37",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/react-emotion/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/react": "^11.10.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-switch": "^7.0.0"
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.37",
"vue": "^3.2.38",
"vue-router": "^4.1.5",
"vuex": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"autoprefixer": "^10.4.8",
"tailwindcss": "^3.1.8",
"vue": "^3.2.37",
"vue": "^3.2.38",
"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.37"
"vue": "^3.2.38"
},
"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.37"
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-lib/package.json
Expand Up @@ -8,7 +8,7 @@
"build-consumer": "vite build --config ./vite.config.consumer.ts"
},
"dependencies": {
"vue": "^3.2.37"
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-server-origin/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.37"
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions playground/vue-sourcemap/package.json
Expand Up @@ -12,9 +12,9 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.54.5"
"sass": "^1.54.8"
},
"dependencies": {
"vue": "^3.2.37"
"vue": "^3.2.38"
}
}
4 changes: 2 additions & 2 deletions playground/vue/package.json
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"vue": "^3.2.37"
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"pug": "^3.0.2",
"sass": "^1.54.5",
"sass": "^1.54.8",
"stylus": "^0.59.0"
}
}

0 comments on commit 855f2f0

Please sign in to comment.