From 62f1a0622a8da079b68b6b8c37229c3413f44ad0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 19 Aug 2025 21:48:12 +0000
Subject: [PATCH] chore(deps-dev): Bump vite from 7.1.2 to 7.1.3 (#1324)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 7.1.2 to 7.1.3.
Release notes
Sourced from vite's
releases.
v7.1.3
Please refer to CHANGELOG.md
for details.
Changelog
Sourced from vite's
changelog.
7.1.3
(2025-08-19)
Features
- cli: add Node.js version warning for unsupported
versions (#20638)
(a1be1bf)
- generate code frame for parse errors thrown by terser (#20642)
(a9ba017)
- support long lines in
generateCodeFrame (#20640)
(1559577)
Bug Fixes
- deps: update all non-major dependencies (#20634)
(4851cab)
- optimizer: incorrect incompatible error (#20439)
(446fe83)
- support multiline new URL(..., import.meta.url) expressions (#20644)
(9ccf142)
Performance Improvements
Miscellaneous Chores
Code Refactoring
Tests
Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub
Actions), a new releaser for vite since your current version.
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 19 +++++++++++--------
package.json | 2 +-
2 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 586f2c43..977714f9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -110,7 +110,7 @@
"typescript": "^5.8.3",
"typescript-eslint": "^8.40.0",
"uuid": "^11.1.0",
- "vite": "^7.1.2",
+ "vite": "^7.1.3",
"vite-plugin-istanbul": "^7.1.0"
}
},
@@ -6282,11 +6282,14 @@
}
},
"node_modules/fdir": {
- "version": "6.4.6",
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
- "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
+ "version": "6.5.0",
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
"dev": true,
"license": "MIT",
+ "engines": {
+ "node": ">=12.0.0"
+ },
"peerDependencies": {
"picomatch": "^3 || ^4"
},
@@ -13113,14 +13116,14 @@
}
},
"node_modules/vite": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.2.tgz",
- "integrity": "sha512-J0SQBPlQiEXAF7tajiH+rUooJPo0l8KQgyg4/aMunNtrOa7bwuZJsJbDWzeljqQpgftxuq5yNJxQ91O9ts29UQ==",
+ "version": "7.1.3",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.3.tgz",
+ "integrity": "sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.25.0",
- "fdir": "^6.4.6",
+ "fdir": "^6.5.0",
"picomatch": "^4.0.3",
"postcss": "^8.5.6",
"rollup": "^4.43.0",
diff --git a/package.json b/package.json
index c8adf409..b2f4e162 100644
--- a/package.json
+++ b/package.json
@@ -141,7 +141,7 @@
"typescript": "^5.8.3",
"typescript-eslint": "^8.40.0",
"uuid": "^11.1.0",
- "vite": "^7.1.2",
+ "vite": "^7.1.3",
"vite-plugin-istanbul": "^7.1.0"
}
}