Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#13488)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2023
1 parent 5ee6fd2 commit bd09248
Show file tree
Hide file tree
Showing 14 changed files with 734 additions and 784 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@07e0177b72d3640efced741cae32f9861eee1367 # v36.0.18
uses: tj-actions/changed-files@fb20f4d24890fadc539505b1746d260504b213d0 # v36.1.0
with:
files: |
docs/**
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.22.4",
"@babel/types": "^7.22.5",
"@microsoft/api-extractor": "^7.35.2",
"@rollup/plugin-typescript": "^11.1.1",
"@types/babel__core": "^7.20.1",
Expand All @@ -56,12 +56,12 @@
"@types/json-stable-stringify": "^1.0.34",
"@types/less": "^3.0.3",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"@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",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/release-scripts": "^1.2.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.34.3",
"playwright-chromium": "^1.35.0",
"prettier": "2.8.8",
"resolve": "^1.22.2",
"rimraf": "^5.0.1",
Expand All @@ -88,7 +88,7 @@
"typescript": "^5.0.2",
"unbuild": "^1.2.1",
"vite": "workspace:*",
"vitepress": "1.0.0-beta.1",
"vitepress": "1.0.0-beta.2",
"vitest": "^0.32.0",
"vue": "^3.3.4"
},
Expand All @@ -109,7 +109,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.6.1",
"packageManager": "pnpm@8.6.2",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.9",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.9",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.42.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"browserslist": "^4.21.7",
"core-js": "^3.30.2",
"core-js": "^3.31.0",
"magic-string": "^0.30.0",
"regenerator-runtime": "^0.13.11",
"systemjs": "^6.14.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.22.4",
"@babel/types": "^7.22.4",
"@babel/parser": "^7.22.5",
"@babel/types": "^7.22.5",
"@jridgewell/trace-mapping": "^0.3.18",
"@rollup/plugin-alias": "^4.0.4",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-commonjs": "^25.0.1",
"@rollup/plugin-dynamic-import-vars": "^2.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.63.2",
"sass": "^1.63.3",
"tailwindcss": "^3.3.2",
"fast-glob": "^3.2.12"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/cli-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"serve": "vite preview"
},
"devDependencies": {
"url": "^0.11.0"
"url": "^0.11.1"
}
}
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"less": "^4.1.3",
"magic-string": "^0.30.0",
"sass": "^1.63.2",
"sass": "^1.63.3",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"fast-glob": "^3.2.12",
"less": "^4.1.3",
"postcss-nested": "^6.0.1",
"sass": "^1.63.2",
"sass": "^1.63.3",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"fast-glob": "^3.2.12",
"sass": "^1.63.2"
"sass": "^1.63.3"
}
}
2 changes: 1 addition & 1 deletion playground/optimize-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@vitejs/test-resolve-linked": "workspace:0.0.0",
"url": "^0.11.0",
"url": "^0.11.1",
"vue": "^3.3.4",
"vuex": "^4.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion playground/resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"#other-pkg-slash/": "@vitejs/test-resolve-imports-pkg/nest/"
},
"dependencies": {
"@babel/runtime": "^7.22.3",
"@babel/runtime": "^7.22.5",
"es5-ext": "0.10.62",
"normalize.css": "^8.0.1",
"@vitejs/test-require-pkg-with-module-field": "link:./require-pkg-with-module-field",
Expand Down
Loading

0 comments on commit bd09248

Please sign in to comment.