mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-02-13 21:00:00 +00:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
@@ -95,6 +95,7 @@ export default antfu(
|
||||
},
|
||||
],
|
||||
'vue/singleline-html-element-content-newline': ['off'],
|
||||
'no-useless-assignment': ['off'],
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^7.0.0",
|
||||
"@eslint/js": "^9.17.0",
|
||||
"@eslint/js": "^10.0.0",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.5.1",
|
||||
"@intlify/eslint-plugin-vue-i18n": "4.1.1",
|
||||
"@intlify/unplugin-vue-i18n": "^11.0.0",
|
||||
@@ -54,7 +54,7 @@
|
||||
"@vue/compiler-sfc": "^3.5.18",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"dotenv": "^17.2.0",
|
||||
"eslint": "^9.17.0",
|
||||
"eslint": "^10.0.0",
|
||||
"eslint-plugin-promise": "^7.2.1",
|
||||
"eslint-plugin-vue-scoped-css": "^2.9.0",
|
||||
"jsdom": "^28.0.0",
|
||||
|
||||
435
web/pnpm-lock.yaml
generated
435
web/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -322,7 +322,11 @@
|
||||
"no_permission": "У вас нет доступа к отладочной информации",
|
||||
"metadata_exec_title": "Перезапустить конвейер локально"
|
||||
},
|
||||
"view": "Посмотреть конвейер"
|
||||
"view": "Посмотреть конвейер",
|
||||
"cancel_info": {
|
||||
"canceled_by_user": "Отменено {user}",
|
||||
"superseded_by": "Заменено конвейером #{pipelineId}"
|
||||
}
|
||||
},
|
||||
"pull_requests": "Запросы на слияние",
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user