Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 7, 2023
1 parent d814d6c commit c82f8f9
Show file tree
Hide file tree
Showing 35 changed files with 1,223 additions and 1,275 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@cf4fe8759a45edd76ed6215da3529d2dbd2a3c68 # v36.0.9
uses: tj-actions/changed-files@07e0177b72d3640efced741cae32f9861eee1367 # v36.0.18
with:
files: |
docs/**
Expand Down
40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -41,56 +41,56 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@microsoft/api-extractor": "^7.34.4",
"@rollup/plugin-typescript": "^11.1.0",
"@types/babel__core": "^7.20.0",
"@babel/types": "^7.22.4",
"@microsoft/api-extractor": "^7.35.2",
"@rollup/plugin-typescript": "^11.1.1",
"@types/babel__core": "^7.20.1",
"@types/babel__preset-env": "^7.9.2",
"@types/babel__standalone": "^7.1.4",
"@types/convert-source-map": "^2.0.0",
"@types/cross-spawn": "^6.0.2",
"@types/debug": "^4.1.7",
"@types/debug": "^4.1.8",
"@types/estree": "^1.0.1",
"@types/etag": "^1.8.1",
"@types/fs-extra": "^11.0.1",
"@types/json-stable-stringify": "^1.0.34",
"@types/less": "^3.0.3",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.15.12",
"@types/node": "^18.16.16",
"@types/picomatch": "^2.3.0",
"@types/resolve": "^1.20.2",
"@types/sass": "~1.43.1",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/release-scripts": "^1.2.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.38.0",
"eslint-define-config": "^1.18.0",
"eslint": "^8.42.0",
"eslint-define-config": "^1.20.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-regexp": "^1.14.0",
"eslint-plugin-regexp": "^1.15.0",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.1",
"lint-staged": "^13.2.1",
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.32.3",
"prettier": "2.8.7",
"playwright-chromium": "^1.34.3",
"prettier": "2.8.8",
"resolve": "^1.22.2",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"rollup": "^3.21.0",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.5.0",
"tsx": "^3.12.6",
"tslib": "^2.5.3",
"tsx": "^3.12.7",
"typescript": "^5.0.2",
"unbuild": "^1.2.1",
"vite": "workspace:*",
"vitepress": "1.0.0-beta.1",
"vitest": "^0.30.1",
"vue": "^3.2.47"
"vitest": "^0.32.0",
"vue": "^3.3.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand All @@ -109,7 +109,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.6.1",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/package.json
Expand Up @@ -35,7 +35,7 @@
"@types/minimist": "^1.2.2",
"@types/prompts": "^2.4.4",
"cross-spawn": "^7.0.3",
"kolorist": "^1.7.0",
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
"prompts": "^2.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit-ts/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"lit": "^2.7.2"
"lit": "^2.7.5"
},
"devDependencies": {
"typescript": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"lit": "^2.7.2"
"lit": "^2.7.5"
},
"devDependencies": {
"vite": "^4.3.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact-ts/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.13.2"
"preact": "^10.15.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.13.2"
"preact": "^10.15.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/create-vite/template-react-ts/package.json
Expand Up @@ -14,14 +14,14 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint": "^8.42.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-react-refresh": "^0.4.1",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/create-vite/template-react/package.json
Expand Up @@ -14,13 +14,13 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint": "^8.42.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-react-refresh": "^0.4.1",
"vite": "^4.3.9"
}
}
8 changes: 4 additions & 4 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -10,11 +10,11 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.4",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@tsconfig/svelte": "^4.0.1",
"svelte": "^3.58.0",
"svelte-check": "^3.3.1",
"tslib": "^2.5.0",
"svelte": "^3.59.1",
"svelte-check": "^3.4.3",
"tslib": "^2.5.3",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
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": "^2.0.4",
"svelte": "^3.58.0",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"svelte": "^3.59.1",
"vite": "^4.3.9"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-vue-ts/package.json
Expand Up @@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vue-tsc": "^1.4.2"
"vue-tsc": "^1.6.5"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue/package.json
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.9"
}
}
8 changes: 4 additions & 4 deletions packages/plugin-legacy/package.json
Expand Up @@ -41,10 +41,10 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"browserslist": "^4.21.5",
"core-js": "^3.30.1",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"browserslist": "^4.21.7",
"core-js": "^3.30.2",
"magic-string": "^0.30.0",
"regenerator-runtime": "^0.13.11",
"systemjs": "^6.14.1"
Expand Down
20 changes: 10 additions & 10 deletions packages/vite/package.json
Expand Up @@ -67,23 +67,23 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.17.5",
"postcss": "^8.4.23",
"postcss": "^8.4.24",
"rollup": "^3.21.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
},
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.21.4",
"@babel/types": "^7.21.4",
"@babel/parser": "^7.22.4",
"@babel/types": "^7.22.4",
"@jridgewell/trace-mapping": "^0.3.18",
"@rollup/plugin-alias": "^4.0.4",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-dynamic-import-vars": "^2.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/pluginutils": "^5.0.2",
"@types/pnpapi": "^0.0.2",
"@types/escape-html": "^1.0.2",
Expand All @@ -98,7 +98,7 @@
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"dep-types": "link:./src/types",
"dotenv": "^16.0.3",
"dotenv": "^16.1.4",
"dotenv-expand": "^9.0.0",
"es-module-lexer": "^1.2.1",
"escape-html": "^1.0.3",
Expand All @@ -110,7 +110,7 @@
"launch-editor-middleware": "^2.6.0",
"magic-string": "^0.30.0",
"micromatch": "^4.0.5",
"mlly": "^1.2.0",
"mlly": "^1.3.0",
"mrmime": "^1.0.1",
"okie": "^1.0.1",
"open": "^8.4.2",
Expand All @@ -125,12 +125,12 @@
"rollup-plugin-license": "^3.0.1",
"sirv": "^2.0.3",
"source-map-support": "^0.5.21",
"strip-ansi": "^7.0.1",
"strip-ansi": "^7.1.0",
"strip-literal": "^1.0.1",
"tsconfck": "^2.1.1",
"tslib": "^2.5.0",
"tslib": "^2.5.3",
"types": "link:./types",
"ufo": "^1.1.1",
"ufo": "^1.1.2",
"ws": "^8.13.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions playground/alias/package.json
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"aliased-module": "file:./dir/module",
"vue": "^3.2.47",
"@vue/shared": "^3.2.47"
"vue": "^3.3.4",
"@vue/shared": "^3.3.4"
},
"devDependencies": {
"@vitejs/test-resolve-linked": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions playground/backend-integration/package.json
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.62.0",
"tailwindcss": "^3.3.1",
"sass": "^1.63.0",
"tailwindcss": "^3.3.2",
"fast-glob": "^3.2.12"
}
}
2 changes: 1 addition & 1 deletion playground/config/packages/siblings/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@vite/test-config-sibling",
"type": "module",
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/lodash": "^4.14.195",
"lodash": "^4.17.21"
}
}
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"less": "^4.1.3",
"magic-string": "^0.30.0",
"sass": "^1.62.0",
"sass": "^1.63.0",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -23,7 +23,7 @@
"fast-glob": "^3.2.12",
"less": "^4.1.3",
"postcss-nested": "^6.0.1",
"sass": "^1.62.0",
"sass": "^1.63.0",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/extensions/package.json
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.4"
}
}
4 changes: 2 additions & 2 deletions playground/external/dep-that-imports/package.json
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"dependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.0.0",
"vue": "^3.2.47"
"slash5": "npm:slash@^5.1.0",
"vue": "^3.3.4"
}
}
4 changes: 2 additions & 2 deletions playground/external/dep-that-requires/package.json
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"dependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.0.0",
"vue": "^3.2.47"
"slash5": "npm:slash@^5.1.0",
"vue": "^3.3.4"
}
}
4 changes: 2 additions & 2 deletions playground/external/package.json
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.0.0",
"slash5": "npm:slash@^5.1.0",
"vite": "workspace:*",
"vue": "^3.2.47"
"vue": "^3.3.4"
}
}

0 comments on commit c82f8f9

Please sign in to comment.