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.

Merge pull request 'Update dependency minimatch to v10 (forgejo)' (#4912) from renovate/forgejo-minimatch-10.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4912
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

Gusted 9cc2fdff 967153ba

+85 -6
+84 -5
package-lock.json
··· 32 32 "katex": "0.16.11", 33 33 "mermaid": "10.9.1", 34 34 "mini-css-extract-plugin": "2.9.0", 35 - "minimatch": "9.0.5", 35 + "minimatch": "10.0.1", 36 36 "monaco-editor": "0.50.0", 37 37 "monaco-editor-webpack-plugin": "7.1.0", 38 38 "pdfobject": "2.3.0", ··· 2702 2702 "typescript": { 2703 2703 "optional": true 2704 2704 } 2705 + } 2706 + }, 2707 + "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { 2708 + "version": "9.0.5", 2709 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 2710 + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 2711 + "dev": true, 2712 + "license": "ISC", 2713 + "dependencies": { 2714 + "brace-expansion": "^2.0.1" 2715 + }, 2716 + "engines": { 2717 + "node": ">=16 || 14 >=14.17" 2718 + }, 2719 + "funding": { 2720 + "url": "https://github.com/sponsors/isaacs" 2705 2721 } 2706 2722 }, 2707 2723 "node_modules/@typescript-eslint/utils": { ··· 8419 8435 "url": "https://github.com/sponsors/isaacs" 8420 8436 } 8421 8437 }, 8438 + "node_modules/js-beautify/node_modules/minimatch": { 8439 + "version": "9.0.5", 8440 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 8441 + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 8442 + "dev": true, 8443 + "license": "ISC", 8444 + "dependencies": { 8445 + "brace-expansion": "^2.0.1" 8446 + }, 8447 + "engines": { 8448 + "node": ">=16 || 14 >=14.17" 8449 + }, 8450 + "funding": { 8451 + "url": "https://github.com/sponsors/isaacs" 8452 + } 8453 + }, 8422 8454 "node_modules/js-cookie": { 8423 8455 "version": "3.0.5", 8424 8456 "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", ··· 9064 9096 "dev": true, 9065 9097 "license": "MIT" 9066 9098 }, 9099 + "node_modules/markdownlint-cli/node_modules/minimatch": { 9100 + "version": "9.0.5", 9101 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 9102 + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 9103 + "dev": true, 9104 + "license": "ISC", 9105 + "dependencies": { 9106 + "brace-expansion": "^2.0.1" 9107 + }, 9108 + "engines": { 9109 + "node": ">=16 || 14 >=14.17" 9110 + }, 9111 + "funding": { 9112 + "url": "https://github.com/sponsors/isaacs" 9113 + } 9114 + }, 9067 9115 "node_modules/markdownlint-micromark": { 9068 9116 "version": "0.1.9", 9069 9117 "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.9.tgz", ··· 9727 9775 } 9728 9776 }, 9729 9777 "node_modules/minimatch": { 9730 - "version": "9.0.5", 9731 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 9732 - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 9778 + "version": "10.0.1", 9779 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", 9780 + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", 9733 9781 "license": "ISC", 9734 9782 "dependencies": { 9735 9783 "brace-expansion": "^2.0.1" 9736 9784 }, 9737 9785 "engines": { 9738 - "node": ">=16 || 14 >=14.17" 9786 + "node": "20 || >=22" 9739 9787 }, 9740 9788 "funding": { 9741 9789 "url": "https://github.com/sponsors/isaacs" ··· 11170 11218 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 11171 11219 } 11172 11220 }, 11221 + "node_modules/read-package-json/node_modules/minimatch": { 11222 + "version": "9.0.5", 11223 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 11224 + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 11225 + "dev": true, 11226 + "license": "ISC", 11227 + "dependencies": { 11228 + "brace-expansion": "^2.0.1" 11229 + }, 11230 + "engines": { 11231 + "node": ">=16 || 14 >=14.17" 11232 + }, 11233 + "funding": { 11234 + "url": "https://github.com/sponsors/isaacs" 11235 + } 11236 + }, 11173 11237 "node_modules/read-pkg": { 11174 11238 "version": "5.2.0", 11175 11239 "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", ··· 12623 12687 }, 12624 12688 "bin": { 12625 12689 "glob": "dist/esm/bin.mjs" 12690 + }, 12691 + "funding": { 12692 + "url": "https://github.com/sponsors/isaacs" 12693 + } 12694 + }, 12695 + "node_modules/sucrase/node_modules/minimatch": { 12696 + "version": "9.0.5", 12697 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 12698 + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 12699 + "license": "ISC", 12700 + "dependencies": { 12701 + "brace-expansion": "^2.0.1" 12702 + }, 12703 + "engines": { 12704 + "node": ">=16 || 14 >=14.17" 12626 12705 }, 12627 12706 "funding": { 12628 12707 "url": "https://github.com/sponsors/isaacs"
+1 -1
package.json
··· 31 31 "katex": "0.16.11", 32 32 "mermaid": "10.9.1", 33 33 "mini-css-extract-plugin": "2.9.0", 34 - "minimatch": "9.0.5", 34 + "minimatch": "10.0.1", 35 35 "monaco-editor": "0.50.0", 36 36 "monaco-editor-webpack-plugin": "7.1.0", 37 37 "pdfobject": "2.3.0",