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 May 9, 2023
1 parent a8c7eb2 commit 10c6e74
Show file tree
Hide file tree
Showing 31 changed files with 73 additions and 73 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@7ecfc6730dff8072d1cc5215a24cc9478f55264d # v35.8.0
uses: tj-actions/changed-files@b2d17f51244a144849c6b37a3a6791b98a51d86f # v35.9.2
with:
files: |
docs/**
Expand Down
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -37,8 +37,8 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@microsoft/api-extractor": "^7.34.4",
"@babel/types": "^7.21.5",
"@microsoft/api-extractor": "^7.34.8",
"@rollup/plugin-typescript": "^11.1.0",
"@types/babel__core": "^7.20.0",
"@types/babel__preset-env": "^7.9.2",
Expand All @@ -52,40 +52,40 @@
"@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.6",
"@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",
"@vitejs/release-scripts": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitejs/release-scripts": "^1.2.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.38.0",
"eslint-define-config": "^1.18.0",
"eslint": "^8.40.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.33.0",
"prettier": "2.8.8",
"resolve": "^1.22.2",
"rimraf": "^5.0.0",
"rollup": "^3.21.0",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.5.0",
"tsx": "^3.12.6",
"tsx": "^3.12.7",
"typescript": "^5.0.2",
"unbuild": "^1.2.1",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.73",
"vitest": "^0.30.1",
"vitepress": "^1.0.0-alpha.75",
"vitest": "^0.31.0",
"vue": "^3.2.47"
},
"simple-git-hooks": {
Expand All @@ -105,7 +105,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.4.0",
"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
4 changes: 2 additions & 2 deletions packages/create-vite/template-lit-ts/package.json
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"lit": "^2.7.2"
"lit": "^2.7.4"
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^4.3.2"
"vite": "^4.3.5"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-lit/package.json
Expand Up @@ -9,9 +9,9 @@
"preview": "vite preview"
},
"dependencies": {
"lit": "^2.7.2"
"lit": "^2.7.4"
},
"devDependencies": {
"vite": "^4.3.2"
"vite": "^4.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact-ts/package.json
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.3.2"
"vite": "^4.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"vite": "^4.3.2"
"vite": "^4.3.5"
}
}
14 changes: 7 additions & 7 deletions packages/create-vite/template-react-ts/package.json
Expand Up @@ -14,15 +14,15 @@
"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.6",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint": "^8.40.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.2"
"vite": "^4.3.5"
}
}
10 changes: 5 additions & 5 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.6",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint": "^8.40.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"vite": "^4.3.2"
"eslint-plugin-react-refresh": "^0.4.1",
"vite": "^4.3.5"
}
}
8 changes: 4 additions & 4 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -10,12 +10,12 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.4",
"@sveltejs/vite-plugin-svelte": "^2.2.0",
"@tsconfig/svelte": "^4.0.1",
"svelte": "^3.58.0",
"svelte-check": "^3.3.1",
"svelte": "^3.59.1",
"svelte-check": "^3.3.2",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.3.2"
"vite": "^4.3.5"
}
}
6 changes: 3 additions & 3 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",
"vite": "^4.3.2"
"@sveltejs/vite-plugin-svelte": "^2.2.0",
"svelte": "^3.59.1",
"vite": "^4.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla-ts/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^4.3.2"
"vite": "^4.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^4.3.2"
"vite": "^4.3.5"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-vue-ts/package.json
Expand Up @@ -12,9 +12,9 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.1",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vue-tsc": "^1.4.2"
"vite": "^4.3.5",
"vue-tsc": "^1.6.4"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue/package.json
Expand Up @@ -12,7 +12,7 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"vite": "^4.3.2"
"@vitejs/plugin-vue": "^4.2.1",
"vite": "^4.3.5"
}
}
6 changes: 3 additions & 3 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",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"browserslist": "^4.21.5",
"core-js": "^3.30.1",
"core-js": "^3.30.2",
"magic-string": "^0.30.0",
"regenerator-runtime": "^0.13.11",
"systemjs": "^6.14.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/vite/package.json
Expand Up @@ -75,8 +75,8 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.21.4",
"@babel/types": "^7.21.4",
"@babel/parser": "^7.21.8",
"@babel/types": "^7.21.5",
"@jridgewell/trace-mapping": "^0.3.18",
"@rollup/plugin-alias": "^4.0.4",
"@rollup/plugin-commonjs": "^24.1.0",
Expand Down Expand Up @@ -123,15 +123,15 @@
"postcss-modules": "^6.0.0",
"resolve.exports": "^2.0.2",
"rollup-plugin-license": "^3.0.1",
"sirv": "^2.0.2",
"sirv": "^2.0.3",
"source-map-js": "^1.0.2",
"source-map-support": "^0.5.21",
"strip-ansi": "^7.0.1",
"strip-literal": "^1.0.1",
"tsconfck": "^2.1.1",
"tslib": "^2.5.0",
"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/backend-integration/package.json
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.62.0",
"tailwindcss": "^3.3.1",
"sass": "^1.62.1",
"tailwindcss": "^3.3.2",
"fast-glob": "^3.2.12"
}
}
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.62.1",
"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.62.1",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion 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",
"slash5": "npm:slash@^5.0.1",
"vue": "^3.2.47"
}
}
2 changes: 1 addition & 1 deletion 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",
"slash5": "npm:slash@^5.0.1",
"vue": "^3.2.47"
}
}
2 changes: 1 addition & 1 deletion playground/external/package.json
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.0.0",
"slash5": "npm:slash@^5.0.1",
"vite": "workspace:*",
"vue": "^3.2.47"
}
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.1"
"terser": "^5.17.3"
}
}
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.62.0"
"sass": "^1.62.1"
}
}
2 changes: 1 addition & 1 deletion playground/optimize-deps/package.json
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.3.6",
"axios": "^1.4.0",
"clipboard": "^2.0.11",
"@vitejs/test-dep-alias-using-absolute-path": "file:./dep-alias-using-absolute-path",
"@vitejs/test-dep-cjs-browser-field-bare": "file:./dep-cjs-browser-field-bare",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -11,6 +11,6 @@
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
"node-fetch": "^3.3.1",
"sirv": "^2.0.2"
"sirv": "^2.0.3"
}
}
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.1",
"terser": "^5.17.3",
"@vitejs/test-dep-a": "file:./dep-a",
"@vitejs/test-dep-including-a": "file:./dep-including-a"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/resolve/package.json
Expand Up @@ -18,7 +18,7 @@
"#other-pkg-slash/": "@vitejs/test-resolve-imports-pkg/nest/"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@babel/runtime": "^7.21.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

0 comments on commit 10c6e74

Please sign in to comment.