Merge pull request #951 from 0xJacky/renovate/all-minor-patch

chore(deps): update all non-major dependencies
This commit is contained in:
Jacky 2025-04-10 10:57:36 +08:00 committed by GitHub
commit 52a23750b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 300 additions and 234 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.13.2' python-version: '3.13.3'
- name: Install wlc - name: Install wlc
run: pip install wlc run: pip install wlc

View file

@ -51,7 +51,7 @@ jobs:
- name: Setup python - name: Setup python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.13.2' python-version: '3.13.3'
- name: Install wlc - name: Install wlc
run: pip install wlc run: pip install wlc

View file

@ -2,7 +2,7 @@
"name": "nginx-ui-app-next", "name": "nginx-ui-app-next",
"type": "module", "type": "module",
"version": "2.0.0-rc.5", "version": "2.0.0-rc.5",
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808", "packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971",
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",
"typecheck": "vue-tsc --noEmit", "typecheck": "vue-tsc --noEmit",
@ -19,9 +19,9 @@
"@simplewebauthn/browser": "^13.1.0", "@simplewebauthn/browser": "^13.1.0",
"@vue/reactivity": "^3.5.13", "@vue/reactivity": "^3.5.13",
"@vue/shared": "^3.5.13", "@vue/shared": "^3.5.13",
"@vueuse/components": "^13.0.0", "@vueuse/components": "^13.1.0",
"@vueuse/core": "^13.0.0", "@vueuse/core": "^13.1.0",
"@vueuse/integrations": "^13.0.0", "@vueuse/integrations": "^13.1.0",
"@xterm/addon-attach": "^0.11.0", "@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0", "@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0", "@xterm/xterm": "^5.5.0",
@ -32,10 +32,10 @@
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"jsencrypt": "^3.3.2", "jsencrypt": "^3.3.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"marked": "^15.0.7", "marked": "^15.0.8",
"marked-highlight": "^2.2.1", "marked-highlight": "^2.2.1",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"pinia": "^3.0.1", "pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.2.0", "pinia-plugin-persistedstate": "^4.2.0",
"reconnecting-websocket": "^4.4.0", "reconnecting-websocket": "^4.4.0",
"sortablejs": "^1.15.6", "sortablejs": "^1.15.6",
@ -53,7 +53,7 @@
"vuedraggable": "^4.1.0" "vuedraggable": "^4.1.0"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^4.11.0", "@antfu/eslint-config": "^4.12.0",
"@iconify-json/fa": "1.2.1", "@iconify-json/fa": "1.2.1",
"@iconify-json/tabler": "^1.2.17", "@iconify-json/tabler": "^1.2.17",
"@iconify/tools": "^4.1.2", "@iconify/tools": "^4.1.2",
@ -71,7 +71,7 @@
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
"eslint": "9.24.0", "eslint": "9.24.0",
"eslint-plugin-sonarjs": "^3.0.2", "eslint-plugin-sonarjs": "^3.0.2",
"less": "^4.2.2", "less": "^4.3.0",
"postcss": "^8.5.3", "postcss": "^8.5.3",
"typescript": "5.8.3", "typescript": "5.8.3",
"unplugin-auto-import": "^19.1.2", "unplugin-auto-import": "^19.1.2",

482
app/pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -12,8 +12,8 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.14.0", "@types/node": "^22.14.0",
"less": "^4.2.2" "less": "^4.3.0"
}, },
"license": "AGPL-3.0", "license": "AGPL-3.0",
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808" "packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971"
} }

28
docs/pnpm-lock.yaml generated
View file

@ -10,7 +10,7 @@ importers:
dependencies: dependencies:
vitepress: vitepress:
specifier: ^1.6.3 specifier: ^1.6.3
version: 1.6.3(@algolia/client-search@5.15.0)(@types/node@22.14.0)(less@4.2.2)(postcss@8.4.49)(search-insights@2.13.0) version: 1.6.3(@algolia/client-search@5.15.0)(@types/node@22.14.0)(less@4.3.0)(postcss@8.4.49)(search-insights@2.13.0)
vue: vue:
specifier: ^3.5.13 specifier: ^3.5.13
version: 3.5.13 version: 3.5.13
@ -19,8 +19,8 @@ importers:
specifier: ^22.14.0 specifier: ^22.14.0
version: 22.14.0 version: 22.14.0
less: less:
specifier: ^4.2.2 specifier: ^4.3.0
version: 4.2.2 version: 4.3.0
packages: packages:
@ -616,9 +616,9 @@ packages:
resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==} resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
engines: {node: '>=12.13'} engines: {node: '>=12.13'}
less@4.2.2: less@4.3.0:
resolution: {integrity: sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==} resolution: {integrity: sha512-X9RyH9fvemArzfdP8Pi3irr7lor2Ok4rOttDXBhlwDg+wKQsXOXgHWduAJE1EsF7JJx0w0bcO6BC6tCKKYnXKA==}
engines: {node: '>=6'} engines: {node: '>=14'}
hasBin: true hasBin: true
magic-string@0.30.13: magic-string@0.30.13:
@ -1186,9 +1186,9 @@ snapshots:
'@ungap/structured-clone@1.2.0': {} '@ungap/structured-clone@1.2.0': {}
'@vitejs/plugin-vue@5.2.1(vite@5.4.14(@types/node@22.14.0)(less@4.2.2))(vue@3.5.13)': '@vitejs/plugin-vue@5.2.1(vite@5.4.14(@types/node@22.14.0)(less@4.3.0))(vue@3.5.13)':
dependencies: dependencies:
vite: 5.4.14(@types/node@22.14.0)(less@4.2.2) vite: 5.4.14(@types/node@22.14.0)(less@4.3.0)
vue: 3.5.13 vue: 3.5.13
'@vue/compiler-core@3.5.13': '@vue/compiler-core@3.5.13':
@ -1413,7 +1413,7 @@ snapshots:
is-what@4.1.16: {} is-what@4.1.16: {}
less@4.2.2: less@4.3.0:
dependencies: dependencies:
copy-anything: 2.0.6 copy-anything: 2.0.6
parse-node-version: 1.0.1 parse-node-version: 1.0.1
@ -1629,7 +1629,7 @@ snapshots:
'@types/unist': 3.0.3 '@types/unist': 3.0.3
vfile-message: 4.0.2 vfile-message: 4.0.2
vite@5.4.14(@types/node@22.14.0)(less@4.2.2): vite@5.4.14(@types/node@22.14.0)(less@4.3.0):
dependencies: dependencies:
esbuild: 0.21.5 esbuild: 0.21.5
postcss: 8.4.49 postcss: 8.4.49
@ -1637,9 +1637,9 @@ snapshots:
optionalDependencies: optionalDependencies:
'@types/node': 22.14.0 '@types/node': 22.14.0
fsevents: 2.3.3 fsevents: 2.3.3
less: 4.2.2 less: 4.3.0
vitepress@1.6.3(@algolia/client-search@5.15.0)(@types/node@22.14.0)(less@4.2.2)(postcss@8.4.49)(search-insights@2.13.0): vitepress@1.6.3(@algolia/client-search@5.15.0)(@types/node@22.14.0)(less@4.3.0)(postcss@8.4.49)(search-insights@2.13.0):
dependencies: dependencies:
'@docsearch/css': 3.8.2 '@docsearch/css': 3.8.2
'@docsearch/js': 3.8.2(@algolia/client-search@5.15.0)(search-insights@2.13.0) '@docsearch/js': 3.8.2(@algolia/client-search@5.15.0)(search-insights@2.13.0)
@ -1648,7 +1648,7 @@ snapshots:
'@shikijs/transformers': 2.1.0 '@shikijs/transformers': 2.1.0
'@shikijs/types': 2.1.0 '@shikijs/types': 2.1.0
'@types/markdown-it': 14.1.2 '@types/markdown-it': 14.1.2
'@vitejs/plugin-vue': 5.2.1(vite@5.4.14(@types/node@22.14.0)(less@4.2.2))(vue@3.5.13) '@vitejs/plugin-vue': 5.2.1(vite@5.4.14(@types/node@22.14.0)(less@4.3.0))(vue@3.5.13)
'@vue/devtools-api': 7.7.0 '@vue/devtools-api': 7.7.0
'@vue/shared': 3.5.13 '@vue/shared': 3.5.13
'@vueuse/core': 12.5.0 '@vueuse/core': 12.5.0
@ -1657,7 +1657,7 @@ snapshots:
mark.js: 8.11.1 mark.js: 8.11.1
minisearch: 7.1.1 minisearch: 7.1.1
shiki: 2.1.0 shiki: 2.1.0
vite: 5.4.14(@types/node@22.14.0)(less@4.2.2) vite: 5.4.14(@types/node@22.14.0)(less@4.3.0)
vue: 3.5.13 vue: 3.5.13
optionalDependencies: optionalDependencies:
postcss: 8.4.49 postcss: 8.4.49