Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 05f00a2ffc chore(deps): Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-29 06:09:23 +00:00
5 changed files with 889 additions and 710 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
python-version: "3.10"
- name: Cache pip dependencies
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-docs-${{ hashFiles('**/pyproject.toml') }}
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
python-version: "3.10"
- name: Cache pip dependencies
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-lint-${{ hashFiles('**/pyproject.toml') }}
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
python-version: "3.10"
- name: Cache pip dependencies
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-security-${{ hashFiles('**/requirements.txt') }}
+884 -705
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -36,7 +36,7 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.8",
"@vitejs/plugin-vue": "^5.2.4",
"echarts-gl": "^2.0.9",
"fast-glob": "^3.3.2",
"path": "^0.12.7",
@@ -45,7 +45,7 @@
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^8.1.5",
"vite": "^6.4.2",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^2.0.6"
}