Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 5dac638f7e chore(deps-dev): Bump vite from 7.3.2 to 8.1.5
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.2 to 8.1.5.
- [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/v8.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.1.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-24 13:54:15 +00:00
3 changed files with 530 additions and 772 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
uses: github/codeql-action/autobuild@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
# ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
+528 -770
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -143,7 +143,7 @@
"typescript": "^6.0.3",
"typescript-eslint": "^8.65.0",
"uuid": "^14.0.1",
"vite": "^7.3.2",
"vite": "^8.1.5",
"vite-plugin-istanbul": "^9.0.1",
"vitest": "^4.1.10"
}