diff options
author | silverwind <me@silverwind.io> | 2024-08-29 16:51:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 14:51:51 +0000 |
commit | f46e7eae939e63b570ab39eaa3f570810d8193f0 (patch) | |
tree | aa75c0678e9c7247f76f35aa62b462064ecfcce5 /package.json | |
parent | 06c67c6d5a91176fe4b87fc884c96afc7c3597fa (diff) | |
download | gitea-f46e7eae939e63b570ab39eaa3f570810d8193f0.tar.gz gitea-f46e7eae939e63b570ab39eaa3f570810d8193f0.zip |
Update JS and PY dependencies (#31940)
- `stylelint` is excluded because of deprecation warnings added in
16.8.2, depending on
https://github.com/AndyOGo/stylelint-declaration-strict-value/issues/379
- `eslint-plugin-sonarjs@2` adds a lot of new rules, but I have not
gotten around to reviewing them yet, so rule config is unchanged.
- Fixes https://github.com/go-gitea/gitea/security/dependabot/70
- Tested code editor and contributor graph
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 48 |
1 files changed, 26 insertions, 22 deletions
diff --git a/package.json b/package.json index 9d3556475e..d188e99a30 100644 --- a/package.json +++ b/package.json @@ -17,12 +17,12 @@ "add-asset-webpack-plugin": "3.0.0", "ansi_up": "6.0.2", "asciinema-player": "3.8.0", - "chart.js": "4.4.3", + "chart.js": "4.4.4", "chartjs-adapter-dayjs-4": "1.0.4", "chartjs-plugin-zoom": "2.0.1", "clippie": "4.1.3", "css-loader": "7.1.2", - "dayjs": "1.11.12", + "dayjs": "1.11.13", "dropzone": "6.0.0-beta.2", "easymde": "2.18.0", "esbuild-loader": "4.2.2", @@ -34,17 +34,17 @@ "katex": "0.16.11", "license-checker-webpack-plugin": "0.2.1", "mermaid": "11.0.2", - "mini-css-extract-plugin": "2.9.0", + "mini-css-extract-plugin": "2.9.1", "minimatch": "10.0.1", - "monaco-editor": "0.50.0", + "monaco-editor": "0.51.0", "monaco-editor-webpack-plugin": "7.1.0", "pdfobject": "2.3.0", - "postcss": "8.4.40", + "postcss": "8.4.41", "postcss-loader": "8.1.1", - "postcss-nesting": "12.1.5", + "postcss-nesting": "13.0.0", "sortablejs": "1.15.2", "swagger-ui-dist": "5.17.14", - "tailwindcss": "3.4.7", + "tailwindcss": "3.4.10", "temporal-polyfill": "0.2.5", "throttle-debounce": "5.0.2", "tinycolor2": "1.6.0", @@ -54,20 +54,20 @@ "typescript": "5.5.4", "uint8-to-base64": "0.2.0", "vanilla-colorful": "0.7.2", - "vue": "3.4.35", + "vue": "3.4.38", "vue-bar-graph": "2.1.0", "vue-chartjs": "5.3.1", "vue-loader": "17.4.2", - "webpack": "5.93.0", + "webpack": "5.94.0", "webpack-cli": "5.1.4", "wrap-ansi": "9.0.0" }, "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", - "@playwright/test": "1.45.3", + "@eslint-community/eslint-plugin-eslint-comments": "4.4.0", + "@playwright/test": "1.46.1", "@stoplight/spectral-cli": "6.11.1", - "@stylistic/eslint-plugin-js": "2.6.1", - "@stylistic/stylelint-plugin": "3.0.0", + "@stylistic/eslint-plugin-js": "2.6.5", + "@stylistic/stylelint-plugin": "3.0.1", "@types/dropzone": "5.7.8", "@types/jquery": "3.5.30", "@types/katex": "0.16.7", @@ -78,11 +78,11 @@ "@types/throttle-debounce": "5.0.2", "@types/tinycolor2": "1.4.6", "@types/toastify-js": "1.12.3", - "@typescript-eslint/eslint-plugin": "8.0.0", - "@typescript-eslint/parser": "8.0.0", + "@typescript-eslint/eslint-plugin": "8.3.0", + "@typescript-eslint/parser": "8.3.0", "@vitejs/plugin-vue": "5.1.2", "eslint": "8.57.0", - "eslint-import-resolver-typescript": "3.6.1", + "eslint-import-resolver-typescript": "3.6.3", "eslint-plugin-array-func": "4.0.0", "eslint-plugin-deprecation": "3.0.0", "eslint-plugin-github": "5.0.1", @@ -91,14 +91,14 @@ "eslint-plugin-no-use-extend-native": "0.5.0", "eslint-plugin-playwright": "1.6.2", "eslint-plugin-regexp": "2.6.0", - "eslint-plugin-sonarjs": "1.0.4", + "eslint-plugin-sonarjs": "2.0.1", "eslint-plugin-unicorn": "55.0.0", "eslint-plugin-vitest": "0.4.1", "eslint-plugin-vitest-globals": "1.5.0", "eslint-plugin-vue": "9.27.0", "eslint-plugin-vue-scoped-css": "2.8.1", - "eslint-plugin-wc": "2.1.0", - "happy-dom": "14.12.3", + "eslint-plugin-wc": "2.1.1", + "happy-dom": "15.3.1", "markdownlint-cli": "0.41.0", "nolyfill": "1.0.39", "postcss-html": "1.7.0", @@ -107,8 +107,8 @@ "stylelint-declaration-strict-value": "1.10.6", "stylelint-value-no-unknown-custom-properties": "6.0.1", "svgo": "3.3.2", - "type-fest": "4.23.0", - "updates": "16.3.7", + "type-fest": "4.26.0", + "updates": "16.4.0", "vite-string-plugin": "1.3.4", "vitest": "2.0.5" }, @@ -131,6 +131,10 @@ "object.values": "npm:@nolyfill/object.values@^1", "safe-regex-test": "npm:@nolyfill/safe-regex-test@^1", "string.prototype.includes": "npm:@nolyfill/string.prototype.includes@^1", - "is-core-module": "npm:@nolyfill/is-core-module@^1" + "is-core-module": "npm:@nolyfill/is-core-module@^1", + "array.prototype.findlast": "npm:@nolyfill/array.prototype.findlast@^1", + "array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@^1", + "string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1", + "string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1" } } |