From aace9da2fe4489fceecdd8eb72cc4a9e3bcdc1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 06:36:07 +0000 Subject: [PATCH] chore(deps-dev): bump the vite-minors group across 1 directory with 2 updates Bumps the vite-minors group with 2 updates in the / directory: [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@vitejs/plugin-react-swc` from 4.1.0 to 4.2.1 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.2.1/packages/plugin-react-swc) Updates `vite` from 7.1.12 to 7.2.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.2.1/packages/vite) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react-swc" dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vite-minors - dependency-name: vite dependency-version: 7.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vite-minors ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3703ab2..3864911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@types/react-dom": "^19.1.9", "@typescript-eslint/eslint-plugin": "^8.45.0", "@typescript-eslint/parser": "^8.45.0", - "@vitejs/plugin-react-swc": "^4.0.1", + "@vitejs/plugin-react-swc": "^4.2.1", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.36.0", "eslint-plugin-jsx-a11y": "^6.10.2", @@ -42,7 +42,7 @@ "husky": "^9.1.7", "typescript": "~5.8.3", "typescript-eslint": "^8.43.0", - "vite": "^7.1.6", + "vite": "^7.2.2", "vite-bundle-visualizer": "^1.2.1", "vitest": "^3.2.4" } @@ -1966,9 +1966,9 @@ } }, "node_modules/@rolldown/pluginutils": { - "version": "1.0.0-beta.35", - "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.35.tgz", - "integrity": "sha512-slYrCpoxJUqzFDDNlvrOYRazQUNRvWPjXA17dAOISY3rDMxX6k8K4cj2H+hEYMHF81HO3uNd5rHVigAWRM5dSg==", + "version": "1.0.0-beta.46", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.46.tgz", + "integrity": "sha512-xMNwJo/pHkEP/mhNVnW+zUiJDle6/hxrwO0mfSJuEVRbBfgrJFuUSRoZx/nYUw5pCjrysl9OkNXCkAdih8GCnA==", "dev": true, "license": "MIT" }, @@ -2977,13 +2977,13 @@ } }, "node_modules/@vitejs/plugin-react-swc": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-4.1.0.tgz", - "integrity": "sha512-Ff690TUck0Anlh7wdIcnsVMhofeEVgm44Y4OYdeeEEPSKyZHzDI9gfVBvySEhDfXtBp8tLCbfsVKPWEMEjq8/g==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-4.2.1.tgz", + "integrity": "sha512-SIZ/XxeS2naLw4L2vVvpTyujM2OY+Rf+y6nWETqfoBrZpI3SFdyNJof3nQ8HbLhXJ1Eh9e9c0JGYC8GYPhLkCw==", "dev": true, "license": "MIT", "dependencies": { - "@rolldown/pluginutils": "1.0.0-beta.35", + "@rolldown/pluginutils": "1.0.0-beta.46", "@swc/core": "^1.13.5" }, "engines": { @@ -8593,9 +8593,9 @@ } }, "node_modules/vite": { - "version": "7.1.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz", - "integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz", + "integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 62fc55b..dd8719f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/react-dom": "^19.1.9", "@typescript-eslint/eslint-plugin": "^8.45.0", "@typescript-eslint/parser": "^8.45.0", - "@vitejs/plugin-react-swc": "^4.0.1", + "@vitejs/plugin-react-swc": "^4.2.1", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.36.0", "eslint-plugin-jsx-a11y": "^6.10.2", @@ -53,7 +53,7 @@ "husky": "^9.1.7", "typescript": "~5.8.3", "typescript-eslint": "^8.43.0", - "vite": "^7.1.6", + "vite": "^7.2.2", "vite-bundle-visualizer": "^1.2.1", "vitest": "^3.2.4" }