Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#19392)
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 Feb 14, 2025
1 parent 0ff556a commit 60456a5
Show file tree
Hide file tree
Showing 28 changed files with 1,008 additions and 898 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
with:
files: |
docs/**
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Set node version to 20
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Set node version to 20
uses: actions/setup-node@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ onMounted(() => {
bottom: 0;
transform: translate3d(0, 0, 0) scale(1);
transition: transform 0.3s ease-in-out;
background: linear-gradient(
background:
linear-gradient(
130deg,
rgba(61, 61, 61, 0.3) 0%,
rgba(61, 61, 61, 0) 40%
Expand Down Expand Up @@ -713,7 +714,8 @@ onMounted(() => {
opacity: 0.1;
}
background: url('/noise.png'),
background:
url('/noise.png'),
radial-gradient(
circle at right center,
rgb(86, 50, 119) 0%,
Expand All @@ -729,7 +731,8 @@ onMounted(() => {
);
@media (min-width: 1024px) {
background: url('/noise.png'),
background:
url('/noise.png'),
radial-gradient(
circle at right center,
rgba(75, 41, 105, 0.5) 0%,
Expand All @@ -747,7 +750,8 @@ onMounted(() => {
}
@media (min-width: 1500px) {
background: url('/noise.png'),
background:
url('/noise.png'),
radial-gradient(
circle at right center,
rgba(75, 41, 105, 0.5) 0%,
Expand All @@ -765,7 +769,8 @@ onMounted(() => {
}
@media (min-width: 1800px) {
background: url('/noise.png'),
background:
url('/noise.png'),
radial-gradient(
circle at right center,
rgba(75, 41, 105, 0.5) 0%,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@ onUnmounted(() => {
bottom: 0;
height: 100%;
border-radius: 12px 0 0 12px;
background: url('/noise.png'),
background:
url('/noise.png'),
radial-gradient(
ellipse 140% 80% at 96% bottom,
#13b351 0%,
Expand Down
6 changes: 4 additions & 2 deletions docs/.vitepress/theme/styles/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ html:has(.landing) {

&.btn--primary {
position: relative;
background: radial-gradient(
background:
radial-gradient(
141.42% 141.42% at 100% 0%,
rgba(255, 255, 255, 0.4) 0%,
rgba(255, 255, 255, 0) 100%
Expand All @@ -194,7 +195,8 @@ html:has(.landing) {
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75) inset;

&:hover {
background: radial-gradient(
background:
radial-gradient(
141.42% 141.42% at 100% 0%,
rgba(255, 255, 255, 0.5) 0%,
rgba(255, 255, 255, 0) 100%
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"docs-serve": "vitepress serve"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^2.2.0",
"@shikijs/vitepress-twoslash": "^2.3.2",
"@types/express": "^4.17.21",
"feed": "^4.2.2",
"vitepress": "^1.6.3",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ci-docs": "pnpm build && pnpm docs-build"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.20.0",
"@type-challenges/utils": "^0.1.1",
"@types/babel__core": "^7.20.5",
"@types/babel__preset-env": "^7.10.0",
Expand All @@ -50,33 +50,33 @@
"@types/estree": "^1.0.6",
"@types/etag": "^1.8.3",
"@types/less": "^3.0.8",
"@types/node": "^22.13.0",
"@types/node": "^22.13.4",
"@types/picomatch": "^3.0.2",
"@types/stylus": "^0.48.43",
"@types/ws": "^8.5.14",
"@vitejs/release-scripts": "^1.3.3",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-regexp": "^2.7.0",
"execa": "^9.5.2",
"globals": "^15.14.0",
"globals": "^15.15.0",
"gsap": "^3.12.7",
"lint-staged": "^15.4.3",
"picocolors": "^1.1.1",
"playwright-chromium": "^1.50.1",
"premove": "^4.0.0",
"prettier": "3.4.2",
"prettier": "3.5.1",
"rollup": "^4.30.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-esbuild": "^6.2.0",
"simple-git-hooks": "^2.11.1",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"typescript-eslint": "^8.24.0",
"vite": "workspace:*",
"vitest": "^3.0.4"
"vitest": "^3.0.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ function pkgFromUserAgent(userAgent: string | undefined): PkgInfo | undefined {

function setupReactSwc(root: string, isTs: boolean) {
// renovate: datasource=npm depName=@vitejs/plugin-react-swc
const reactSwcPluginVersion = '3.7.2'
const reactSwcPluginVersion = '3.8.0'

editFile(path.resolve(root, 'package.json'), (content) => {
return content.replace(
Expand Down
10 changes: 5 additions & 5 deletions packages/create-vite/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.20.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/create-vite/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.20.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"vite": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"typescript": "~5.7.2",
"vite": "^6.1.0",
"vite-plugin-solid": "^2.11.0"
"vite-plugin-solid": "^2.11.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"vite": "^6.1.0",
"vite-plugin-solid": "^2.11.0"
"vite-plugin-solid": "^2.11.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^5.19.6",
"svelte": "^5.20.0",
"svelte-check": "^4.1.4",
"typescript": "~5.7.2",
"vite": "^6.1.0"
Expand Down
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 @@ -10,7 +10,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"svelte": "^5.19.6",
"svelte": "^5.20.0",
"vite": "^6.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"funding": "https://github.com/vitejs/vite?sponsor=1",
"dependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@babel/core": "^7.26.8",
"@babel/preset-env": "^7.26.8",
"browserslist": "^4.24.4",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.40.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.24.2",
"postcss": "^8.5.1",
"postcss": "^8.5.2",
"rollup": "^4.30.1"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
},
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@babel/parser": "^7.26.7",
"@babel/parser": "^7.26.8",
"@jridgewell/trace-mapping": "^0.3.25",
"@polka/compression": "^1.0.0-next.25",
"@rollup/plugin-alias": "^5.1.1",
Expand Down Expand Up @@ -129,7 +129,7 @@
"nanoid": "^5.0.9",
"open": "^10.1.0",
"parse5": "^7.2.1",
"pathe": "^2.0.2",
"pathe": "^2.0.3",
"periscopic": "^4.0.2",
"picocolors": "^1.1.1",
"picomatch": "^4.0.2",
Expand All @@ -138,14 +138,14 @@
"postcss-modules": "^6.0.1",
"resolve.exports": "^2.0.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-esbuild": "^6.2.0",
"rollup-plugin-license": "^3.5.3",
"sass": "^1.83.4",
"sass": "^1.84.0",
"sass-embedded": "^1.83.4",
"sirv": "^3.0.0",
"source-map-support": "^0.5.21",
"strip-literal": "^3.0.0",
"terser": "^5.37.0",
"terser": "^5.39.0",
"tinyglobby": "^0.2.10",
"tsconfck": "^3.1.5",
"tslib": "^2.8.1",
Expand Down
4 changes: 2 additions & 2 deletions playground/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ <h2>CSS url references</h2>
<div
class="image-set-and-url-exsiting-at-same-time"
style="
background-image: image-set(url('./nested/asset.png')),
url('./nested/asset.png');
background-image:
image-set(url('./nested/asset.png')), url('./nested/asset.png');
background-size: 10px 10px;
"
>
Expand Down
6 changes: 3 additions & 3 deletions playground/backend-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.3",
"sass": "^1.83.4",
"tailwindcss": "^4.0.3",
"@tailwindcss/vite": "^4.0.6",
"sass": "^1.84.0",
"tailwindcss": "^4.0.6",
"tinyglobby": "^0.2.10"
}
}
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.2.2",
"magic-string": "^0.30.17",
"sass": "^1.83.4",
"sass": "^1.84.0",
"stylus": "^0.64.0",
"sugarss": "^5.0.0"
}
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 @@
"@vitejs/test-scss-proxy-dep": "file:./scss-proxy-dep",
"less": "^4.2.2",
"postcss-nested": "^7.0.2",
"sass": "^1.83.4",
"sass": "^1.84.0",
"stylus": "^0.64.0",
"sugarss": "^5.0.0",
"tinyglobby": "^0.2.10"
Expand Down
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"vite": "workspace:*",
"@vitejs/plugin-legacy": "workspace:*",
"express": "^5.0.1",
"terser": "^5.37.0"
"terser": "^5.39.0"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.83.4"
"sass": "^1.84.0"
}
}
2 changes: 1 addition & 1 deletion playground/preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"preview:preload-disabled": "vite preview --config vite.config-preload-disabled.js"
},
"devDependencies": {
"terser": "^5.37.0",
"terser": "^5.39.0",
"@vitejs/test-dep-a": "file:./dep-a",
"@vitejs/test-dep-including-a": "file:./dep-including-a"
}
Expand Down
Loading

0 comments on commit 60456a5

Please sign in to comment.