Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#13553)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2023
1 parent ab967c0 commit 3ea0534
Show file tree
Hide file tree
Showing 15 changed files with 233 additions and 228 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@fb20f4d24890fadc539505b1746d260504b213d0 # v36.1.0
uses: tj-actions/changed-files@e1754a427f478b8778d349341b8f1d80f1f47f44 # v36.4.0
with:
files: |
docs/**
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@babel/types": "^7.22.5",
"@microsoft/api-extractor": "^7.35.2",
"@microsoft/api-extractor": "^7.35.4",
"@rollup/plugin-typescript": "^11.1.1",
"@types/babel__core": "^7.20.1",
"@types/babel__preset-env": "^7.9.2",
Expand All @@ -56,17 +56,17 @@
"@types/json-stable-stringify": "^1.0.34",
"@types/less": "^3.0.3",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.16.17",
"@types/node": "^18.16.18",
"@types/picomatch": "^2.3.0",
"@types/resolve": "^1.20.2",
"@types/sass": "~1.43.1",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitejs/release-scripts": "^1.2.0",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-define-config": "^1.20.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
Expand All @@ -77,7 +77,7 @@
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.35.0",
"playwright-chromium": "^1.35.1",
"prettier": "2.8.8",
"resolve": "^1.22.2",
"rimraf": "^5.0.1",
Expand All @@ -89,7 +89,7 @@
"unbuild": "^1.2.1",
"vite": "workspace:*",
"vitepress": "1.0.0-beta.2",
"vitest": "^0.32.0",
"vitest": "^0.32.2",
"vue": "^3.3.4"
},
"simple-git-hooks": {
Expand Down
10 changes: 5 additions & 5 deletions packages/create-vite/template-react-ts/package.json
Expand Up @@ -14,12 +14,12 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"typescript": "^5.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-vite/template-react/package.json
Expand Up @@ -14,10 +14,10 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Expand Up @@ -15,6 +15,6 @@
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vue-tsc": "^1.6.5"
"vue-tsc": "^1.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"browserslist": "^4.21.7",
"browserslist": "^4.21.9",
"core-js": "^3.31.0",
"magic-string": "^0.30.0",
"regenerator-runtime": "^0.13.11",
Expand All @@ -54,7 +54,7 @@
"vite": "^4.0.0"
},
"devDependencies": {
"acorn": "^8.8.2",
"acorn": "^8.9.0",
"picocolors": "^1.0.0",
"vite": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Expand Up @@ -87,7 +87,7 @@
"@rollup/pluginutils": "^5.0.2",
"@types/pnpapi": "^0.0.2",
"@types/escape-html": "^1.0.2",
"acorn": "^8.8.2",
"acorn": "^8.9.0",
"acorn-walk": "^8.2.0",
"cac": "^6.7.14",
"chokidar": "^3.5.3",
Expand All @@ -98,7 +98,7 @@
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"dep-types": "link:./src/types",
"dotenv": "^16.1.4",
"dotenv": "^16.3.1",
"dotenv-expand": "^9.0.0",
"es-module-lexer": "^1.3.0",
"escape-html": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.63.3",
"sass": "^1.63.4",
"tailwindcss": "^3.3.2",
"fast-glob": "^3.2.12"
}
Expand Down
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.63.3",
"sass": "^1.63.4",
"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.63.3",
"sass": "^1.63.4",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.18.2",
"terser": "^5.17.7"
"terser": "^5.18.0"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"fast-glob": "^3.2.12",
"sass": "^1.63.3"
"sass": "^1.63.4"
}
}
2 changes: 1 addition & 1 deletion playground/optimize-deps/package.json
Expand Up @@ -34,7 +34,7 @@
"@vitejs/test-added-in-entries": "file:./added-in-entries",
"lodash-es": "^4.17.21",
"@vitejs/test-nested-exclude": "file:./nested-exclude",
"phoenix": "^1.7.3",
"phoenix": "^1.7.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@vitejs/test-resolve-linked": "workspace:0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/preload/package.json
Expand Up @@ -18,7 +18,7 @@
"preview:preload-disabled": "vite preview --config vite.config-preload-disabled.ts"
},
"devDependencies": {
"terser": "^5.17.7",
"terser": "^5.18.0",
"@vitejs/test-dep-a": "file:./dep-a",
"@vitejs/test-dep-including-a": "file:./dep-including-a"
}
Expand Down

0 comments on commit 3ea0534

Please sign in to comment.