Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#16131)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
  • Loading branch information
renovate[bot] and sapphi-red committed Mar 11, 2024
1 parent 8c03060 commit a862ecb
Show file tree
Hide file tree
Showing 49 changed files with 820 additions and 811 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@800a2825992141ddde1a8bca8ad394cec34d3188 # v42.0.5
uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 # v42.1.0
with:
files: |
docs/**
Expand Down
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -40,7 +40,7 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.23.9",
"@babel/types": "^7.24.0",
"@eslint-types/typescript-eslint": "^6.21.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/babel__core": "^7.20.5",
Expand All @@ -53,41 +53,41 @@
"@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.6",
"@types/micromatch": "^4.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.25",
"@types/picomatch": "^2.3.3",
"@types/sass": "~1.43.1",
"@types/semver": "^7.5.8",
"@types/stylus": "^0.48.42",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-i": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-regexp": "^2.3.0",
"execa": "^8.0.1",
"feed": "^4.2.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.1.2",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.41.2",
"playwright-chromium": "^1.42.1",
"prettier": "3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.2.0",
"semver": "^7.6.0",
"simple-git-hooks": "^2.9.0",
"simple-git-hooks": "^2.10.0",
"tslib": "^2.6.2",
"tsx": "^4.7.1",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "workspace:*",
"vitepress": "1.0.0-rc.44",
"vitepress": "1.0.0-rc.45",
"vitest": "^1.3.1",
"vue": "^3.4.20"
"vue": "^3.4.21"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit-ts/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.1.4"
"vite": "^5.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Expand Up @@ -12,6 +12,6 @@
"lit": "^3.1.2"
},
"devDependencies": {
"vite": "^5.1.4"
"vite": "^5.1.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.8.1",
"typescript": "^5.2.2",
"vite": "^5.1.4"
"vite": "^5.1.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.8.1",
"vite": "^5.1.4"
"vite": "^5.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-qwik-ts/package.json
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"serve": "^14.2.1",
"typescript": "^5.2.2",
"vite": "^5.1.4"
"vite": "^5.1.5"
},
"dependencies": {
"@builder.io/qwik": "^1.4.5"
"@builder.io/qwik": "^1.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-qwik/package.json
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"serve": "^14.2.1",
"vite": "^5.1.4"
"vite": "^5.1.5"
},
"dependencies": {
"@builder.io/qwik": "^1.4.5"
"@builder.io/qwik": "^1.5.1"
}
}
10 changes: 5 additions & 5 deletions packages/create-vite/template-react-ts/package.json
Expand Up @@ -14,15 +14,15 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.1.4"
"vite": "^5.1.5"
}
}
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.2.59",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.1.4"
"vite": "^5.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid-ts/package.json
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vite": "^5.1.5",
"vite-plugin-solid": "^2.10.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid/package.json
Expand Up @@ -12,7 +12,7 @@
"solid-js": "^1.8.15"
},
"devDependencies": {
"vite": "^5.1.4",
"vite": "^5.1.5",
"vite-plugin-solid": "^2.10.1"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -13,9 +13,9 @@
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.12",
"svelte-check": "^3.6.4",
"svelte-check": "^3.6.6",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.1.4"
"vite": "^5.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"svelte": "^4.2.12",
"vite": "^5.1.4"
"vite": "^5.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla-ts/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.1.4"
"vite": "^5.1.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": "^5.1.4"
"vite": "^5.1.5"
}
}
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.4.20"
"vue": "^3.4.21"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vite": "^5.1.5",
"vue-tsc": "^1.8.27"
}
}
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.4.20"
"vue": "^3.4.21"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.4"
"vite": "^5.1.5"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-legacy/package.json
Expand Up @@ -41,12 +41,12 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"funding": "https://github.com/vitejs/vite?sponsor=1",
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"browserslist": "^4.23.0",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.36.0",
"magic-string": "^0.30.7",
"magic-string": "^0.30.8",
"regenerator-runtime": "^0.14.1",
"systemjs": "^6.14.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/vite/package.json
Expand Up @@ -93,9 +93,9 @@
"fsevents": "~2.3.3"
},
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.23.9",
"@jridgewell/trace-mapping": "^0.3.23",
"@ampproject/remapping": "^2.3.0",
"@babel/parser": "^7.24.0",
"@jridgewell/trace-mapping": "^0.3.25",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
Expand Down Expand Up @@ -126,7 +126,7 @@
"http-proxy": "^1.18.1",
"launch-editor-middleware": "^2.6.1",
"lightningcss": "^1.24.0",
"magic-string": "^0.30.7",
"magic-string": "^0.30.8",
"micromatch": "^4.0.5",
"mlly": "^1.6.1",
"mrmime": "^2.0.0",
Expand All @@ -142,7 +142,7 @@
"resolve.exports": "^2.0.2",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-license": "^3.3.1",
"sirv": "^2.0.4",
"source-map-support": "^0.5.21",
"strip-ansi": "^7.1.0",
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.4.20",
"@vue/shared": "^3.4.20"
"vue": "^3.4.21",
"@vue/shared": "^3.4.21"
},
"devDependencies": {
"@vitejs/test-resolve-linked": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/css-lightningcss-proxy/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"lightningcss": "^1.24.0",
"express": "^4.18.2"
"express": "^4.18.3"
}
}
4 changes: 4 additions & 0 deletions playground/css-sourcemap/__tests__/css-sourcemap.spec.ts
Expand Up @@ -138,6 +138,7 @@ describe.runIf(isServe)('serve', () => {
const map = extractSourcemap(css)
expect(formatSourcemapForSnapshot(map)).toMatchInlineSnapshot(`
{
"ignoreList": [],
"mappings": "AACE;EACE",
"sources": [
"/root/imported.sass",
Expand All @@ -158,6 +159,7 @@ describe.runIf(isServe)('serve', () => {
const map = extractSourcemap(css)
expect(formatSourcemapForSnapshot(map)).toMatchInlineSnapshot(`
{
"ignoreList": [],
"mappings": "AACE;EACE",
"sources": [
"/root/imported.module.sass",
Expand All @@ -178,6 +180,7 @@ describe.runIf(isServe)('serve', () => {
const map = extractSourcemap(css)
expect(formatSourcemapForSnapshot(map)).toMatchInlineSnapshot(`
{
"ignoreList": [],
"mappings": "AACE;EACE",
"sources": [
"/root/imported.less",
Expand All @@ -200,6 +203,7 @@ describe.runIf(isServe)('serve', () => {
const map = extractSourcemap(css)
expect(formatSourcemapForSnapshot(map)).toMatchInlineSnapshot(`
{
"ignoreList": [],
"mappings": "AACE;EACE,cAAM",
"sources": [
"/root/imported.styl",
Expand Down
4 changes: 2 additions & 2 deletions playground/css-sourcemap/package.json
Expand Up @@ -11,9 +11,9 @@
},
"devDependencies": {
"less": "^4.2.0",
"magic-string": "^0.30.7",
"magic-string": "^0.30.8",
"sass": "^1.71.1",
"stylus": "^0.62.0",
"stylus": "^0.63.0",
"sugarss": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -25,7 +25,7 @@
"less": "^4.2.0",
"postcss-nested": "^6.0.1",
"sass": "^1.71.1",
"stylus": "^0.62.0",
"stylus": "^0.63.0",
"sugarss": "^4.0.1"
},
"imports": {
Expand Down
2 changes: 1 addition & 1 deletion playground/extensions/package.json
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.20"
"vue": "^3.4.21"
}
}
2 changes: 1 addition & 1 deletion playground/external/dep-that-imports/package.json
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.1.0",
"vue": "^3.4.20"
"vue": "^3.4.21"
}
}
2 changes: 1 addition & 1 deletion playground/external/dep-that-requires/package.json
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.1.0",
"vue": "^3.4.20"
"vue": "^3.4.21"
}
}
2 changes: 1 addition & 1 deletion playground/external/package.json
Expand Up @@ -17,7 +17,7 @@
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.1.0",
"vite": "workspace:*",
"vue": "^3.4.20",
"vue": "^3.4.21",
"vue32": "npm:vue@~3.2.0"
}
}

0 comments on commit a862ecb

Please sign in to comment.