Skip to content

Commit dd7dcf5

Browse files
chore(deps): update all non-major dependencies (#1291)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 427896c commit dd7dcf5

File tree

9 files changed

+716
-599
lines changed

9 files changed

+716
-599
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Set up Go
142142
uses: actions/setup-go@v5
143143
with:
144-
go-version: ^1.24.5
144+
go-version: ^1.24.6
145145
cache: false
146146

147147
- name: Setup environment

.github/workflows/weblate-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.13.5'
24+
python-version: '3.13.6'
2525

2626
- name: Install wlc
2727
run: pip install wlc

.github/workflows/weblate-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup python
5252
uses: actions/setup-python@v5
5353
with:
54-
python-version: '3.13.5'
54+
python-version: '3.13.6'
5555

5656
- name: Install wlc
5757
run: pip install wlc

app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nginx-ui-app-next",
33
"type": "module",
44
"version": "2.1.17",
5-
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
5+
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
66
"scripts": {
77
"dev": "vite --host",
88
"typecheck": "vue-tsc --noEmit",
@@ -18,7 +18,7 @@
1818
"@fingerprintjs/fingerprintjs": "^4.6.2",
1919
"@formkit/auto-animate": "^0.8.2",
2020
"@simplewebauthn/browser": "^13.1.2",
21-
"@uozi-admin/curd": "^4.6.0",
21+
"@uozi-admin/curd": "^4.7.2",
2222
"@uozi-admin/request": "^2.8.4",
2323
"@vue/reactivity": "^3.5.18",
2424
"@vue/shared": "^3.5.18",
@@ -35,7 +35,7 @@
3535
"highlight.js": "^11.11.1",
3636
"jsencrypt": "^3.3.2",
3737
"lodash": "^4.17.21",
38-
"marked": "^16.1.1",
38+
"marked": "^16.1.2",
3939
"marked-highlight": "^2.2.2",
4040
"nprogress": "^0.2.0",
4141
"pinia": "^3.0.3",
@@ -45,7 +45,7 @@
4545
"splitpanes": "^4.0.4",
4646
"sse.js": "^2.6.0",
4747
"universal-cookie": "^8.0.1",
48-
"unocss": "^66.3.3",
48+
"unocss": "^66.4.2",
4949
"uuid": "^11.1.0",
5050
"vite-plugin-build-id": "0.5.0",
5151
"vue": "^3.5.18",
@@ -58,7 +58,7 @@
5858
"vuedraggable": "^4.1.0"
5959
},
6060
"devDependencies": {
61-
"@antfu/eslint-config": "^5.1.0",
61+
"@antfu/eslint-config": "^5.2.0",
6262
"@iconify-json/fa": "1.2.1",
6363
"@iconify-json/tabler": "^1.2.20",
6464
"@iconify/tools": "^4.1.2",
@@ -74,15 +74,15 @@
7474
"@vue/tsconfig": "^0.7.0",
7575
"ace-builds": "^1.43.2",
7676
"autoprefixer": "^10.4.21",
77-
"eslint": "^9.32.0",
77+
"eslint": "^9.33.0",
7878
"eslint-plugin-sonarjs": "^3.0.4",
7979
"less": "^4.4.0",
8080
"postcss": "^8.5.6",
81-
"typescript": "5.8.3",
81+
"typescript": "5.9.2",
8282
"unplugin-auto-import": "^20.0.0",
8383
"unplugin-vue-components": "^29.0.0",
8484
"unplugin-vue-define-options": "^1.5.5",
85-
"vite": "npm:rolldown-vite@7.0.11",
85+
"vite": "npm:rolldown-vite@7.1.0",
8686
"vite-plugin-inspect": "^11.3.2",
8787
"vite-svg-loader": "^5.1.0",
8888
"vue-tsc": "^3.0.5"

0 commit comments

Comments
 (0)