1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-03 16:18:36 +00:00

Update JS and PY dependencies (#28120)

- Update all JS and PY dependencies minus `@mcaptcha/vanilla-glue`
- Adapt to eslint rule rename
- Regenerate all SVGs because of [new
optimizations](https://github.com/svg/svgo/releases/tag/v3.0.4) from
svgo.
- Tested mentions, mermaid, vue, api docs
This commit is contained in:
silverwind
2023-11-20 01:02:57 +01:00
committed by GitHub
parent 2de05f9432
commit 06dcb251f3
289 changed files with 430 additions and 421 deletions

View File

@@ -11,7 +11,7 @@
"@claviska/jquery-minicolors": "2.3.6",
"@github/markdown-toolbar-element": "2.2.1",
"@github/relative-time-element": "4.3.0",
"@github/text-expander-element": "2.5.0",
"@github/text-expander-element": "2.6.1",
"@mcaptcha/vanilla-glue": "0.1.0-alpha-3",
"@primer/octicons": "19.8.0",
"@webcomponents/custom-elements": "1.6.0",
@@ -24,12 +24,12 @@
"easymde": "2.18.0",
"esbuild-loader": "4.0.2",
"escape-goat": "4.0.0",
"fast-glob": "3.3.1",
"fast-glob": "3.3.2",
"jquery": "3.7.1",
"katex": "0.16.9",
"license-checker-webpack-plugin": "0.2.1",
"lightningcss-loader": "2.1.0",
"mermaid": "10.6.0",
"mermaid": "10.6.1",
"mini-css-extract-plugin": "2.7.6",
"minimatch": "9.0.3",
"monaco-editor": "0.44.0",
@@ -37,14 +37,14 @@
"pdfobject": "2.2.12",
"pretty-ms": "8.0.0",
"sortablejs": "1.15.0",
"swagger-ui-dist": "5.9.1",
"swagger-ui-dist": "5.10.0",
"throttle-debounce": "5.0.0",
"tinycolor2": "1.6.0",
"tippy.js": "6.3.7",
"toastify-js": "1.12.0",
"tributejs": "5.1.3",
"uint8-to-base64": "0.2.0",
"vue": "3.3.7",
"vue": "3.3.8",
"vue-bar-graph": "2.0.0",
"vue-loader": "17.3.1",
"vue3-calendar-heatmap": "2.0.5",
@@ -54,11 +54,11 @@
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.1.0",
"@playwright/test": "1.39.0",
"@playwright/test": "1.40.0",
"@stoplight/spectral-cli": "6.11.0",
"@stylistic/eslint-plugin-js": "1.0.0",
"@vitejs/plugin-vue": "4.4.0",
"eslint": "8.53.0",
"@stylistic/eslint-plugin-js": "1.4.0",
"@vitejs/plugin-vue": "4.5.0",
"eslint": "8.54.0",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-i": "2.29.0",
"eslint-plugin-jquery": "1.5.1",
@@ -79,7 +79,7 @@
"stylelint-declaration-block-no-ignored-properties": "2.7.0",
"stylelint-declaration-strict-value": "1.9.2",
"stylelint-stylistic": "0.4.3",
"svgo": "3.0.2",
"svgo": "3.0.4",
"updates": "15.0.4",
"vite-string-plugin": "1.1.2",
"vitest": "0.34.6"