loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update dependency eslint-plugin-unicorn to v58 (forgejo) (#7372) Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>

authored by

Renovate Bot
Renovate Bot
and committed by
forgejo-renovate-action
adce8fa7 5380f23d

+20 -32
+19 -31
package-lock.json
··· 82 82 "eslint-plugin-regexp": "2.7.0", 83 83 "eslint-plugin-sonarjs": "3.0.2", 84 84 "eslint-plugin-toml": "0.12.0", 85 - "eslint-plugin-unicorn": "57.0.0", 85 + "eslint-plugin-unicorn": "58.0.0", 86 86 "eslint-plugin-vitest-globals": "1.5.0", 87 87 "eslint-plugin-vue": "10.0.0", 88 88 "eslint-plugin-vue-scoped-css": "2.9.0", ··· 7002 7002 } 7003 7003 }, 7004 7004 "node_modules/eslint-plugin-unicorn": { 7005 - "version": "57.0.0", 7006 - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-57.0.0.tgz", 7007 - "integrity": "sha512-zUYYa6zfNdTeG9BISWDlcLmz16c+2Ck2o5ZDHh0UzXJz3DEP7xjmlVDTzbyV0W+XksgZ0q37WEWzN2D2Ze+g9Q==", 7005 + "version": "58.0.0", 7006 + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-58.0.0.tgz", 7007 + "integrity": "sha512-fc3iaxCm9chBWOHPVjn+Czb/wHS0D2Mko7wkOdobqo9R2bbFObc4LyZaLTNy0mhZOP84nKkLhTUQxlLOZ7EjKw==", 7008 7008 "dev": true, 7009 7009 "license": "MIT", 7010 7010 "dependencies": { 7011 7011 "@babel/helper-validator-identifier": "^7.25.9", 7012 - "@eslint-community/eslint-utils": "^4.4.1", 7013 - "ci-info": "^4.1.0", 7012 + "@eslint-community/eslint-utils": "^4.5.1", 7013 + "@eslint/plugin-kit": "^0.2.7", 7014 + "ci-info": "^4.2.0", 7014 7015 "clean-regexp": "^1.0.0", 7015 - "core-js-compat": "^3.40.0", 7016 + "core-js-compat": "^3.41.0", 7016 7017 "esquery": "^1.6.0", 7017 - "globals": "^15.15.0", 7018 + "globals": "^16.0.0", 7018 7019 "indent-string": "^5.0.0", 7019 - "is-builtin-module": "^4.0.0", 7020 + "is-builtin-module": "^5.0.0", 7020 7021 "jsesc": "^3.1.0", 7021 7022 "pluralize": "^8.0.0", 7022 7023 "read-package-up": "^11.0.0", ··· 7026 7027 "strip-indent": "^4.0.0" 7027 7028 }, 7028 7029 "engines": { 7029 - "node": ">=18.18" 7030 + "node": "^18.20.0 || ^20.10.0 || >=21.0.0" 7030 7031 }, 7031 7032 "funding": { 7032 7033 "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1" 7033 7034 }, 7034 7035 "peerDependencies": { 7035 - "eslint": ">=9.20.0" 7036 - } 7037 - }, 7038 - "node_modules/eslint-plugin-unicorn/node_modules/globals": { 7039 - "version": "15.15.0", 7040 - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", 7041 - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", 7042 - "dev": true, 7043 - "license": "MIT", 7044 - "engines": { 7045 - "node": ">=18" 7046 - }, 7047 - "funding": { 7048 - "url": "https://github.com/sponsors/sindresorhus" 7036 + "eslint": ">=9.22.0" 7049 7037 } 7050 7038 }, 7051 7039 "node_modules/eslint-plugin-vitest-globals": { ··· 8449 8437 } 8450 8438 }, 8451 8439 "node_modules/is-builtin-module": { 8452 - "version": "4.0.0", 8453 - "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-4.0.0.tgz", 8454 - "integrity": "sha512-rWP3AMAalQSesXO8gleROyL2iKU73SX5Er66losQn9rWOWL4Gef0a/xOEOVqjWGMuR2vHG3FJ8UUmT700O8oFg==", 8440 + "version": "5.0.0", 8441 + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-5.0.0.tgz", 8442 + "integrity": "sha512-f4RqJKBUe5rQkJ2eJEJBXSticB3hGbN9j0yxxMQFqIW89Jp9WYFtzfTcRlstDKVUTRzSOTLKRfO9vIztenwtxA==", 8455 8443 "dev": true, 8456 8444 "license": "MIT", 8457 8445 "dependencies": { 8458 - "builtin-modules": "^4.0.0" 8446 + "builtin-modules": "^5.0.0" 8459 8447 }, 8460 8448 "engines": { 8461 8449 "node": ">=18.20" ··· 8465 8453 } 8466 8454 }, 8467 8455 "node_modules/is-builtin-module/node_modules/builtin-modules": { 8468 - "version": "4.0.0", 8469 - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-4.0.0.tgz", 8470 - "integrity": "sha512-p1n8zyCkt1BVrKNFymOHjcDSAl7oq/gUvfgULv2EblgpPVQlQr9yHnWjg9IJ2MhfwPqiYqMMrr01OY7yQoK2yA==", 8456 + "version": "5.0.0", 8457 + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-5.0.0.tgz", 8458 + "integrity": "sha512-bkXY9WsVpY7CvMhKSR6pZilZu9Ln5WDrKVBUXf2S443etkmEO4V58heTecXcUIsNsi4Rx8JUO4NfX1IcQl4deg==", 8471 8459 "dev": true, 8472 8460 "license": "MIT", 8473 8461 "engines": {
+1 -1
package.json
··· 80 80 "eslint-plugin-playwright": "2.2.0", 81 81 "eslint-plugin-regexp": "2.7.0", 82 82 "eslint-plugin-sonarjs": "3.0.2", 83 - "eslint-plugin-unicorn": "57.0.0", 83 + "eslint-plugin-unicorn": "58.0.0", 84 84 "eslint-plugin-toml": "0.12.0", 85 85 "eslint-plugin-vitest-globals": "1.5.0", 86 86 "eslint-plugin-vue": "10.0.0",