Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#18345)
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 authored Oct 15, 2024
1 parent 47b1270 commit 5552583
Show file tree
Hide file tree
Showing 51 changed files with 1,094 additions and 1,197 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"docs-serve": "vitepress serve"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^1.21.1",
"@shikijs/vitepress-twoslash": "^1.22.0",
"@types/express": "^4.17.21",
"feed": "^4.2.2",
"vitepress": "1.3.4",
"vitepress-plugin-group-icons": "^1.2.4",
"vue": "^3.5.11"
"vitepress": "1.4.1",
"vitepress-plugin-group-icons": "^1.3.0",
"vue": "^3.5.12"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,22 @@
"@types/etag": "^1.8.3",
"@types/less": "^3.0.6",
"@types/micromatch": "^4.0.9",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@types/picomatch": "^3.0.1",
"@types/stylus": "^0.48.43",
"@types/ws": "^8.5.12",
"@vitejs/release-scripts": "^1.3.2",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.12.0",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-regexp": "^2.6.0",
"execa": "^9.4.0",
"globals": "^15.10.0",
"globals": "^15.11.0",
"gsap": "^3.12.5",
"lint-staged": "^15.2.10",
"picocolors": "^1.1.0",
"playwright-chromium": "^1.47.2",
"playwright-chromium": "1.47.2",
"prettier": "3.3.3",
"rimraf": "^5.0.10",
"rollup": "^4.22.5",
Expand All @@ -75,9 +75,9 @@
"tslib": "^2.7.0",
"tsx": "^4.19.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.8.0",
"typescript-eslint": "^8.9.0",
"vite": "workspace:*",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand All @@ -96,7 +96,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@9.12.0",
"packageManager": "pnpm@9.12.1",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"lit": "^3.2.0"
"lit": "^3.2.1"
},
"devDependencies": {
"typescript": "^5.5.3",
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"preview": "vite preview"
},
"dependencies": {
"lit": "^3.2.0"
"lit": "^3.2.1"
},
"devDependencies": {
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.24.2"
"preact": "^10.24.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.1",
"typescript": "^5.5.3",
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.24.2"
"preact": "^10.24.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.1",
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"serve": "^14.2.3",
"typescript": "^5.5.3",
"vite": "^5.4.8"
"vite": "^5.4.9"
},
"dependencies": {
"@builder.io/qwik": "^1.9.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"serve": "^14.2.3",
"vite": "^5.4.8"
"vite": "^5.4.9"
},
"dependencies": {
"@builder.io/qwik": "^1.9.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/create-vite/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.10.0",
"globals": "^15.11.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8"
"typescript-eslint": "^8.9.0",
"vite": "^5.4.9"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.10.0",
"vite": "^5.4.8"
"globals": "^15.11.0",
"vite": "^5.4.9"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.9.1"
"solid-js": "^1.9.2"
},
"devDependencies": {
"typescript": "^5.5.3",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-solid": "^2.10.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.9.1"
"solid-js": "^1.9.2"
},
"devDependencies": {
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-solid": "^2.10.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"typescript": "^5.5.3",
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte": "^4.2.19",
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"typescript": "^5.5.3",
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.5.3",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vue-tsc": "^2.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
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.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"browserslist": "^4.24.0",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.38.1",
"magic-string": "^0.30.11",
"magic-string": "^0.30.12",
"regenerator-runtime": "^0.14.1",
"systemjs": "^6.15.1"
},
Expand Down
1 change: 1 addition & 0 deletions packages/vite/bin/vite.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ if (debugIndex > 0) {

function start() {
try {
// eslint-disable-next-line n/no-unsupported-features/node-builtins -- it is supported in Node 22.8.0+ and only called if it exists
module.enableCompileCache?.()
} catch {}
return import('../dist/node/cli.js')
Expand Down
10 changes: 5 additions & 5 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@babel/parser": "^7.25.7",
"@babel/parser": "^7.25.8",
"@jridgewell/trace-mapping": "^0.3.25",
"@polka/compression": "^1.0.0-next.25",
"@rollup/plugin-alias": "^5.1.1",
Expand Down Expand Up @@ -124,13 +124,13 @@
"http-proxy": "^1.18.1",
"launch-editor-middleware": "^2.9.1",
"lightningcss": "^1.27.0",
"magic-string": "^0.30.11",
"magic-string": "^0.30.12",
"micromatch": "^4.0.8",
"mlly": "^1.7.2",
"mrmime": "^2.0.0",
"nanoid": "^5.0.7",
"open": "^8.4.2",
"parse5": "^7.1.2",
"parse5": "^7.2.0",
"pathe": "^1.1.2",
"periscopic": "^4.0.2",
"picocolors": "^1.1.0",
Expand All @@ -142,8 +142,8 @@
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.5.3",
"sass": "^1.79.4",
"sass-embedded": "^1.79.4",
"sass": "^1.79.5",
"sass-embedded": "^1.79.5",
"sirv": "^3.0.0",
"source-map-support": "^0.5.21",
"strip-ansi": "^7.1.0",
Expand Down
4 changes: 2 additions & 2 deletions playground/alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"aliased-module": "file:./dir/module",
"vue": "^3.5.11",
"@vue/shared": "^3.5.11"
"vue": "^3.5.12",
"@vue/shared": "^3.5.12"
},
"devDependencies": {
"@vitejs/test-resolve-linked": "workspace:*"
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.79.4",
"sass": "^1.79.5",
"tailwindcss": "^3.4.13",
"fast-glob": "^3.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css-lightningcss-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"lightningcss": "^1.27.0",
"express": "^4.21.0"
"express": "^4.21.1"
}
}
2 changes: 1 addition & 1 deletion playground/css-sourcemap/__tests__/css-sourcemap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe.runIf(isServe)('serve', () => {
const map = extractSourcemap(css)
expect(formatSourcemapForSnapshot(map)).toMatchInlineSnapshot(`
{
"mappings": "AAAA,CAAC,QAAQ,CAAC,CAAC;AACX,CAAC,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC;AACb,CAAC;",
"mappings": "AAAA,CAAC,QAAQ,CAAC;AACV,CAAC,CAAC,KAAK,CAAC,CAAC,GAAG;AACZ;",
"sources": [
"/root/imported.css",
],
Expand Down
4 changes: 2 additions & 2 deletions playground/css-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"less": "^4.2.0",
"magic-string": "^0.30.11",
"sass": "^1.79.4",
"magic-string": "^0.30.12",
"sass": "^1.79.5",
"stylus": "^0.63.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 @@ -24,7 +24,7 @@
"fast-glob": "^3.3.2",
"less": "^4.2.0",
"postcss-nested": "^6.2.0",
"sass": "^1.79.4",
"sass": "^1.79.5",
"stylus": "^0.63.0",
"sugarss": "^4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/environment-react-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.11"
"vue": "^3.5.12"
}
}
Loading

0 comments on commit 5552583

Please sign in to comment.