Skip to content

Commit 4d384a3

Browse files
authored
Merge branch 'main' into fix-remove-stale-reviewrequests
2 parents a48eb66 + c453210 commit 4d384a3

File tree

12 files changed

+1116
-964
lines changed

12 files changed

+1116
-964
lines changed

options/locale/locale_en-US.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ copy_path = Copy path
109109
copy_success = Copied!
110110
copy_error = Copy failed
111111
copy_type_unsupported = This file type cannot be copied
112+
copy_filename = Copy filename
112113

113114
write = Write
114115
preview = Preview
@@ -2433,7 +2434,9 @@ settings.event_workflow_job_desc = Gitea Actions Workflow job queued, waiting, i
24332434
settings.event_package = Package
24342435
settings.event_package_desc = Package created or deleted in a repository.
24352436
settings.branch_filter = Branch filter
2436-
settings.branch_filter_desc = Branch whitelist for push, branch creation and branch deletion events, specified as glob pattern. If empty or <code>*</code>, events for all branches are reported. See <a href="%[1]s">%[2]s</a> documentation for syntax. Examples: <code>master</code>, <code>{master,release*}</code>.
2437+
settings.branch_filter_desc_1 = Branch (and ref name) allowlist for push, branch creation and branch deletion events, specified as glob pattern. If empty or <code>*</code>, events for all branches and tags are reported.
2438+
settings.branch_filter_desc_2 = Use <code>refs/heads/</code> or <code>refs/tags/</code> prefix to match full ref names.
2439+
settings.branch_filter_desc_doc = See <a href="%[1]s">%[2]s</a> documentation for syntax.
24372440
settings.authorization_header = Authorization Header
24382441
settings.authorization_header_desc = Will be included as authorization header for requests when present. Examples: %s.
24392442
settings.active = Active

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
"chart.js": "4.5.0",
2626
"chartjs-adapter-dayjs-4": "1.0.4",
2727
"chartjs-plugin-zoom": "2.2.0",
28-
"clippie": "4.1.7",
28+
"clippie": "4.1.8",
2929
"cropperjs": "1.6.2",
3030
"css-loader": "7.1.2",
3131
"dayjs": "1.11.18",
3232
"dropzone": "6.0.0-beta.2",
3333
"easymde": "2.20.0",
3434
"esbuild-loader": "4.3.0",
3535
"htmx.org": "2.0.7",
36-
"idiomorph": "0.7.3",
36+
"idiomorph": "0.7.4",
3737
"jquery": "3.7.1",
3838
"katex": "0.16.22",
39-
"mermaid": "11.11.0",
39+
"mermaid": "11.12.0",
4040
"mini-css-extract-plugin": "2.9.4",
4141
"monaco-editor": "0.53.0",
4242
"monaco-editor-webpack-plugin": "7.1.0",
@@ -46,29 +46,29 @@
4646
"postcss": "8.5.6",
4747
"postcss-loader": "8.2.0",
4848
"sortablejs": "1.15.6",
49-
"swagger-ui-dist": "5.29.0",
49+
"swagger-ui-dist": "5.29.1",
5050
"tailwindcss": "3.4.17",
5151
"throttle-debounce": "5.0.2",
5252
"tinycolor2": "1.6.0",
5353
"tippy.js": "6.3.7",
5454
"toastify-js": "1.12.0",
5555
"tributejs": "5.1.3",
56-
"typescript": "5.9.2",
56+
"typescript": "5.9.3",
5757
"uint8-to-base64": "0.2.1",
5858
"vanilla-colorful": "0.7.2",
59-
"vue": "3.5.21",
59+
"vue": "3.5.22",
6060
"vue-bar-graph": "2.2.0",
6161
"vue-chartjs": "5.3.2",
6262
"vue-loader": "17.4.2",
63-
"webpack": "5.101.3",
63+
"webpack": "5.102.0",
6464
"webpack-cli": "6.0.1",
6565
"wrap-ansi": "9.0.2"
6666
},
6767
"devDependencies": {
6868
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
69-
"@playwright/test": "1.55.0",
69+
"@playwright/test": "1.55.1",
7070
"@stoplight/spectral-cli": "6.15.0",
71-
"@stylistic/eslint-plugin": "5.3.1",
71+
"@stylistic/eslint-plugin": "5.4.0",
7272
"@stylistic/stylelint-plugin": "4.0.0",
7373
"@types/codemirror": "5.60.16",
7474
"@types/dropzone": "5.7.9",
@@ -80,24 +80,24 @@
8080
"@types/throttle-debounce": "5.0.2",
8181
"@types/tinycolor2": "1.4.6",
8282
"@types/toastify-js": "1.12.4",
83-
"@typescript-eslint/parser": "8.43.0",
83+
"@typescript-eslint/parser": "8.45.0",
8484
"@vitejs/plugin-vue": "6.0.1",
85-
"@vitest/eslint-plugin": "1.3.9",
86-
"eslint": "9.35.0",
85+
"@vitest/eslint-plugin": "1.3.13",
86+
"eslint": "9.36.0",
8787
"eslint-import-resolver-typescript": "4.4.4",
88-
"eslint-plugin-array-func": "5.0.2",
88+
"eslint-plugin-array-func": "5.1.0",
8989
"eslint-plugin-github": "6.0.0",
9090
"eslint-plugin-import-x": "4.16.1",
9191
"eslint-plugin-no-use-extend-native": "0.7.2",
9292
"eslint-plugin-playwright": "2.2.2",
9393
"eslint-plugin-regexp": "2.10.0",
9494
"eslint-plugin-sonarjs": "3.0.5",
9595
"eslint-plugin-unicorn": "61.0.2",
96-
"eslint-plugin-vue": "10.4.0",
96+
"eslint-plugin-vue": "10.5.0",
9797
"eslint-plugin-vue-scoped-css": "2.12.0",
98-
"eslint-plugin-wc": "3.0.1",
98+
"eslint-plugin-wc": "3.0.2",
9999
"globals": "16.4.0",
100-
"happy-dom": "18.0.1",
100+
"happy-dom": "19.0.2",
101101
"markdownlint-cli": "0.45.0",
102102
"material-icon-theme": "5.27.0",
103103
"nolyfill": "1.0.44",
@@ -108,11 +108,11 @@
108108
"stylelint-declaration-strict-value": "1.10.11",
109109
"stylelint-value-no-unknown-custom-properties": "6.0.1",
110110
"svgo": "4.0.0",
111-
"typescript-eslint": "8.43.0",
112-
"updates": "16.7.0",
111+
"typescript-eslint": "8.45.0",
112+
"updates": "16.7.4",
113113
"vite-string-plugin": "1.4.6",
114114
"vitest": "3.2.4",
115-
"vue-tsc": "3.0.6"
115+
"vue-tsc": "3.1.0"
116116
},
117117
"browserslist": [
118118
"defaults"

0 commit comments

Comments
 (0)