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 linters (forgejo) (#7226) 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
2ca54051 983264d8

+319 -92
-1
eslint.config.mjs
··· 29 29 '@stylistic/js': stylisticEslintPluginJs, 30 30 '@vitest': vitest, 31 31 'array-func': arrayFunc, 32 - 'import-x': eslintPluginImportX, 33 32 'no-jquery': noJquery, 34 33 'no-use-extend-native': noUseExtendNative, 35 34 regexp,
+314 -86
package-lock.json
··· 67 67 "@stoplight/spectral-cli": "6.14.3", 68 68 "@stylistic/eslint-plugin-js": "4.2.0", 69 69 "@stylistic/stylelint-plugin": "3.1.2", 70 - "@typescript-eslint/parser": "8.26.0", 70 + "@typescript-eslint/parser": "8.26.1", 71 71 "@vitejs/plugin-vue": "5.1.5", 72 72 "@vitest/coverage-v8": "3.0.8", 73 73 "@vitest/eslint-plugin": "1.1.25", 74 74 "@vue/test-utils": "2.4.6", 75 75 "eslint": "9.22.0", 76 - "eslint-import-resolver-typescript": "3.8.3", 76 + "eslint-import-resolver-typescript": "3.8.7", 77 77 "eslint-plugin-array-func": "5.0.2", 78 - "eslint-plugin-import-x": "4.6.1", 78 + "eslint-plugin-import-x": "4.7.0", 79 79 "eslint-plugin-no-jquery": "3.1.1", 80 80 "eslint-plugin-no-use-extend-native": "0.7.2", 81 81 "eslint-plugin-playwright": "2.2.0", ··· 92 92 "license-checker-rseidelsohn": "4.4.2", 93 93 "markdownlint-cli": "0.44.0", 94 94 "postcss-html": "1.8.0", 95 - "stylelint": "16.15.0", 95 + "stylelint": "16.16.0", 96 96 "stylelint-declaration-block-no-ignored-properties": "2.8.0", 97 97 "stylelint-declaration-strict-value": "1.10.11", 98 98 "stylelint-value-no-unknown-custom-properties": "6.0.1", 99 99 "svgo": "3.2.0", 100 100 "typescript": "5.7.3", 101 - "typescript-eslint": "8.26.0", 101 + "typescript-eslint": "8.26.1", 102 102 "vite-string-plugin": "1.3.4", 103 103 "vitest": "3.0.8" 104 104 }, ··· 525 525 "funding": { 526 526 "type": "github", 527 527 "url": "https://github.com/sponsors/wooorm" 528 + } 529 + }, 530 + "node_modules/@emnapi/core": { 531 + "version": "1.3.1", 532 + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.3.1.tgz", 533 + "integrity": "sha512-pVGjBIt1Y6gg3EJN8jTcfpP/+uuRksIo055oE/OBkDNcjZqVbfkWCksG1Jp4yZnj3iKWyWX8fdG/j6UDYPbFog==", 534 + "dev": true, 535 + "license": "MIT", 536 + "optional": true, 537 + "dependencies": { 538 + "@emnapi/wasi-threads": "1.0.1", 539 + "tslib": "^2.4.0" 540 + } 541 + }, 542 + "node_modules/@emnapi/runtime": { 543 + "version": "1.3.1", 544 + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz", 545 + "integrity": "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==", 546 + "dev": true, 547 + "license": "MIT", 548 + "optional": true, 549 + "dependencies": { 550 + "tslib": "^2.4.0" 551 + } 552 + }, 553 + "node_modules/@emnapi/wasi-threads": { 554 + "version": "1.0.1", 555 + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz", 556 + "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==", 557 + "dev": true, 558 + "license": "MIT", 559 + "optional": true, 560 + "dependencies": { 561 + "tslib": "^2.4.0" 528 562 } 529 563 }, 530 564 "node_modules/@esbuild/aix-ppc64": { ··· 1608 1642 "langium": "3.0.0" 1609 1643 } 1610 1644 }, 1645 + "node_modules/@napi-rs/wasm-runtime": { 1646 + "version": "0.2.7", 1647 + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.7.tgz", 1648 + "integrity": "sha512-5yximcFK5FNompXfJFoWanu5l8v1hNGqNHh9du1xETp9HWk/B/PzvchX55WYOPaIeNglG8++68AAiauBAtbnzw==", 1649 + "dev": true, 1650 + "license": "MIT", 1651 + "optional": true, 1652 + "dependencies": { 1653 + "@emnapi/core": "^1.3.1", 1654 + "@emnapi/runtime": "^1.3.1", 1655 + "@tybys/wasm-util": "^0.9.0" 1656 + } 1657 + }, 1611 1658 "node_modules/@nodelib/fs.scandir": { 1612 1659 "version": "2.1.5", 1613 1660 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", ··· 1673 1720 "dev": true, 1674 1721 "license": "MIT" 1675 1722 }, 1723 + "node_modules/@oxc-resolver/binding-darwin-arm64": { 1724 + "version": "5.0.0", 1725 + "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-darwin-arm64/-/binding-darwin-arm64-5.0.0.tgz", 1726 + "integrity": "sha512-zwHAf+owoxSWTDD4dFuwW+FkpaDzbaL30H5Ltocb+RmLyg4WKuteusRLKh5Y8b/cyu7UzhxM0haIqQjyqA1iuA==", 1727 + "cpu": [ 1728 + "arm64" 1729 + ], 1730 + "dev": true, 1731 + "license": "MIT", 1732 + "optional": true, 1733 + "os": [ 1734 + "darwin" 1735 + ] 1736 + }, 1737 + "node_modules/@oxc-resolver/binding-darwin-x64": { 1738 + "version": "5.0.0", 1739 + "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-darwin-x64/-/binding-darwin-x64-5.0.0.tgz", 1740 + "integrity": "sha512-1lS3aBNVjVQKBvZdHm13+8tSjvu2Tl1Cv4FnUyMYxqx6+rsom2YaOylS5LhDUwfZu0zAgpLMwK6kGpF/UPncNg==", 1741 + "cpu": [ 1742 + "x64" 1743 + ], 1744 + "dev": true, 1745 + "license": "MIT", 1746 + "optional": true, 1747 + "os": [ 1748 + "darwin" 1749 + ] 1750 + }, 1751 + "node_modules/@oxc-resolver/binding-freebsd-x64": { 1752 + "version": "5.0.0", 1753 + "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-freebsd-x64/-/binding-freebsd-x64-5.0.0.tgz", 1754 + "integrity": "sha512-q9sRd68wC1/AJ0eu6ClhxlklVfe8gH4wrUkSyEbIYTZ8zY5yjsLY3fpqqsaCvWJUx65nW+XtnAxCGCi5AXr1Mw==", 1755 + "cpu": [ 1756 + "x64" 1757 + ], 1758 + "dev": true, 1759 + "license": "MIT", 1760 + "optional": true, 1761 + "os": [ 1762 + "freebsd" 1763 + ] 1764 + }, 1765 + "node_modules/@oxc-resolver/binding-linux-arm-gnueabihf": { 1766 + "version": "5.0.0", 1767 + "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-5.0.0.tgz", 1768 + "integrity": "sha512-catYavWsvqViYnCveQjhrK6yVYDEPFvIOgGLxnz5r2dcgrjpmquzREoyss0L2QG/J5HTTbwqwZ1kk+g56hE/1A==", 1769 + "cpu": [ 1770 + "arm" 1771 + ], 1772 + "dev": true, 1773 + "license": "MIT", 1774 + "optional": true, 1775 + "os": [ 1776 + "linux" 1777 + ] 1778 + }, 1779 + "node_modules/@oxc-resolver/binding-linux-arm64-gnu": { 1780 + "version": "5.0.0", 1781 + "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-5.0.0.tgz", 1782 + "integrity": "sha512-l/0pWoQM5kVmJLg4frQ1mKZOXgi0ex/hzvFt8E4WK2ifXr5JgKFUokxsb/oat7f5YzdJJh5r9p+qS/t3dA26Aw==", 1783 + "cpu": [ 1784 + "arm64" 1785 + ], 1786 + "dev": true, 1787 + "license": "MIT", 1788 + "optional": true, 1789 + "os": [ 1790 + "linux" 1791 + ] 1792 + }, 1793 + "node_modules/@oxc-resolver/binding-linux-arm64-musl": { 1794 + "version": "5.0.0", 1795 + "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-5.0.0.tgz", 1796 + "integrity": "sha512-bx0oz/oaAW4FGYqpIIxJCnmgb906YfMhTEWCJvYkxjpEI8VKLJEL3PQevYiqDq36SA0yRLJ/sQK2fqry8AFBfA==", 1797 + "cpu": [ 1798 + "arm64" 1799 + ], 1800 + "dev": true, 1801 + "license": "MIT", 1802 + "optional": true, 1803 + "os": [ 1804 + "linux" 1805 + ] 1806 + }, 1807 + "node_modules/@oxc-resolver/binding-linux-x64-gnu": { 1808 + "version": "5.0.0", 1809 + "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-5.0.0.tgz", 1810 + "integrity": "sha512-4PH++qbSIhlRsFYdN1P9neDov4OGhTGo5nbQ1D7AL6gWFLo3gdZTc00FM2y8JjeTcPWEXkViZuwpuc0w5i6qHg==", 1811 + "cpu": [ 1812 + "x64" 1813 + ], 1814 + "dev": true, 1815 + "license": "MIT", 1816 + "optional": true, 1817 + "os": [ 1818 + "linux" 1819 + ] 1820 + }, 1821 + "node_modules/@oxc-resolver/binding-linux-x64-musl": { 1822 + "version": "5.0.0", 1823 + "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-5.0.0.tgz", 1824 + "integrity": "sha512-mLfQFpX3/5y9oWi0b+9FbWDkL2hM0Y29653beCHiHxAdGyVgb2DsJbK74WkMTwtSz9by8vyBh8jGPZcg1yLZbQ==", 1825 + "cpu": [ 1826 + "x64" 1827 + ], 1828 + "dev": true, 1829 + "license": "MIT", 1830 + "optional": true, 1831 + "os": [ 1832 + "linux" 1833 + ] 1834 + }, 1835 + "node_modules/@oxc-resolver/binding-wasm32-wasi": { 1836 + "version": "5.0.0", 1837 + "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-wasm32-wasi/-/binding-wasm32-wasi-5.0.0.tgz", 1838 + "integrity": "sha512-uEhsAZSo65qsRi6+IfBTEUUFbjg7T2yruJeLYpFfEATpm3ory5Mgo5vx3L0c2/Cz1OUZXBgp3A8x6VMUB2jT2A==", 1839 + "cpu": [ 1840 + "wasm32" 1841 + ], 1842 + "dev": true, 1843 + "license": "MIT", 1844 + "optional": true, 1845 + "dependencies": { 1846 + "@napi-rs/wasm-runtime": "^0.2.7" 1847 + }, 1848 + "engines": { 1849 + "node": ">=14.0.0" 1850 + } 1851 + }, 1852 + "node_modules/@oxc-resolver/binding-win32-arm64-msvc": { 1853 + "version": "5.0.0", 1854 + "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-5.0.0.tgz", 1855 + "integrity": "sha512-8DbSso9Jp1ns8AYuZFXdRfAcdJrzZwkFm/RjPuvAPTENsm685dosBF8G6gTHQlHvULnk6o3sa9ygZaTGC/UoEw==", 1856 + "cpu": [ 1857 + "arm64" 1858 + ], 1859 + "dev": true, 1860 + "license": "MIT", 1861 + "optional": true, 1862 + "os": [ 1863 + "win32" 1864 + ] 1865 + }, 1866 + "node_modules/@oxc-resolver/binding-win32-x64-msvc": { 1867 + "version": "5.0.0", 1868 + "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-x64-msvc/-/binding-win32-x64-msvc-5.0.0.tgz", 1869 + "integrity": "sha512-ylppfPEg63NuRXOPNsXFlgyl37JrtRn0QMO26X3K3Ytp5HtLrMreQMGVtgr30e1l2YmAWqhvmKlCryOqzGPD/g==", 1870 + "cpu": [ 1871 + "x64" 1872 + ], 1873 + "dev": true, 1874 + "license": "MIT", 1875 + "optional": true, 1876 + "os": [ 1877 + "win32" 1878 + ] 1879 + }, 1676 1880 "node_modules/@pkgjs/parseargs": { 1677 1881 "version": "0.11.0", 1678 1882 "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", ··· 2605 2809 "node": ">=10.13.0" 2606 2810 } 2607 2811 }, 2812 + "node_modules/@tybys/wasm-util": { 2813 + "version": "0.9.0", 2814 + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz", 2815 + "integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==", 2816 + "dev": true, 2817 + "license": "MIT", 2818 + "optional": true, 2819 + "dependencies": { 2820 + "tslib": "^2.4.0" 2821 + } 2822 + }, 2608 2823 "node_modules/@types/codemirror": { 2609 2824 "version": "5.60.15", 2610 2825 "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-5.60.15.tgz", ··· 3019 3234 "license": "MIT" 3020 3235 }, 3021 3236 "node_modules/@typescript-eslint/eslint-plugin": { 3022 - "version": "8.26.0", 3023 - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz", 3024 - "integrity": "sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==", 3237 + "version": "8.26.1", 3238 + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz", 3239 + "integrity": "sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==", 3025 3240 "dev": true, 3026 3241 "license": "MIT", 3027 3242 "dependencies": { 3028 3243 "@eslint-community/regexpp": "^4.10.0", 3029 - "@typescript-eslint/scope-manager": "8.26.0", 3030 - "@typescript-eslint/type-utils": "8.26.0", 3031 - "@typescript-eslint/utils": "8.26.0", 3032 - "@typescript-eslint/visitor-keys": "8.26.0", 3244 + "@typescript-eslint/scope-manager": "8.26.1", 3245 + "@typescript-eslint/type-utils": "8.26.1", 3246 + "@typescript-eslint/utils": "8.26.1", 3247 + "@typescript-eslint/visitor-keys": "8.26.1", 3033 3248 "graphemer": "^1.4.0", 3034 3249 "ignore": "^5.3.1", 3035 3250 "natural-compare": "^1.4.0", ··· 3049 3264 } 3050 3265 }, 3051 3266 "node_modules/@typescript-eslint/parser": { 3052 - "version": "8.26.0", 3053 - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.26.0.tgz", 3054 - "integrity": "sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==", 3267 + "version": "8.26.1", 3268 + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.26.1.tgz", 3269 + "integrity": "sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==", 3055 3270 "dev": true, 3056 3271 "license": "MIT", 3057 3272 "dependencies": { 3058 - "@typescript-eslint/scope-manager": "8.26.0", 3059 - "@typescript-eslint/types": "8.26.0", 3060 - "@typescript-eslint/typescript-estree": "8.26.0", 3061 - "@typescript-eslint/visitor-keys": "8.26.0", 3273 + "@typescript-eslint/scope-manager": "8.26.1", 3274 + "@typescript-eslint/types": "8.26.1", 3275 + "@typescript-eslint/typescript-estree": "8.26.1", 3276 + "@typescript-eslint/visitor-keys": "8.26.1", 3062 3277 "debug": "^4.3.4" 3063 3278 }, 3064 3279 "engines": { ··· 3074 3289 } 3075 3290 }, 3076 3291 "node_modules/@typescript-eslint/scope-manager": { 3077 - "version": "8.26.0", 3078 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz", 3079 - "integrity": "sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==", 3292 + "version": "8.26.1", 3293 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz", 3294 + "integrity": "sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==", 3080 3295 "dev": true, 3081 3296 "license": "MIT", 3082 3297 "dependencies": { 3083 - "@typescript-eslint/types": "8.26.0", 3084 - "@typescript-eslint/visitor-keys": "8.26.0" 3298 + "@typescript-eslint/types": "8.26.1", 3299 + "@typescript-eslint/visitor-keys": "8.26.1" 3085 3300 }, 3086 3301 "engines": { 3087 3302 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" ··· 3092 3307 } 3093 3308 }, 3094 3309 "node_modules/@typescript-eslint/type-utils": { 3095 - "version": "8.26.0", 3096 - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz", 3097 - "integrity": "sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==", 3310 + "version": "8.26.1", 3311 + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz", 3312 + "integrity": "sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==", 3098 3313 "dev": true, 3099 3314 "license": "MIT", 3100 3315 "dependencies": { 3101 - "@typescript-eslint/typescript-estree": "8.26.0", 3102 - "@typescript-eslint/utils": "8.26.0", 3316 + "@typescript-eslint/typescript-estree": "8.26.1", 3317 + "@typescript-eslint/utils": "8.26.1", 3103 3318 "debug": "^4.3.4", 3104 3319 "ts-api-utils": "^2.0.1" 3105 3320 }, ··· 3116 3331 } 3117 3332 }, 3118 3333 "node_modules/@typescript-eslint/types": { 3119 - "version": "8.26.0", 3120 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.0.tgz", 3121 - "integrity": "sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==", 3334 + "version": "8.26.1", 3335 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz", 3336 + "integrity": "sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==", 3122 3337 "dev": true, 3123 3338 "license": "MIT", 3124 3339 "engines": { ··· 3130 3345 } 3131 3346 }, 3132 3347 "node_modules/@typescript-eslint/typescript-estree": { 3133 - "version": "8.26.0", 3134 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz", 3135 - "integrity": "sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==", 3348 + "version": "8.26.1", 3349 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz", 3350 + "integrity": "sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==", 3136 3351 "dev": true, 3137 3352 "license": "MIT", 3138 3353 "dependencies": { 3139 - "@typescript-eslint/types": "8.26.0", 3140 - "@typescript-eslint/visitor-keys": "8.26.0", 3354 + "@typescript-eslint/types": "8.26.1", 3355 + "@typescript-eslint/visitor-keys": "8.26.1", 3141 3356 "debug": "^4.3.4", 3142 3357 "fast-glob": "^3.3.2", 3143 3358 "is-glob": "^4.0.3", ··· 3173 3388 } 3174 3389 }, 3175 3390 "node_modules/@typescript-eslint/utils": { 3176 - "version": "8.26.0", 3177 - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.0.tgz", 3178 - "integrity": "sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==", 3391 + "version": "8.26.1", 3392 + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.1.tgz", 3393 + "integrity": "sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==", 3179 3394 "dev": true, 3180 3395 "license": "MIT", 3181 3396 "dependencies": { 3182 3397 "@eslint-community/eslint-utils": "^4.4.0", 3183 - "@typescript-eslint/scope-manager": "8.26.0", 3184 - "@typescript-eslint/types": "8.26.0", 3185 - "@typescript-eslint/typescript-estree": "8.26.0" 3398 + "@typescript-eslint/scope-manager": "8.26.1", 3399 + "@typescript-eslint/types": "8.26.1", 3400 + "@typescript-eslint/typescript-estree": "8.26.1" 3186 3401 }, 3187 3402 "engines": { 3188 3403 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" ··· 3197 3412 } 3198 3413 }, 3199 3414 "node_modules/@typescript-eslint/visitor-keys": { 3200 - "version": "8.26.0", 3201 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz", 3202 - "integrity": "sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==", 3415 + "version": "8.26.1", 3416 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz", 3417 + "integrity": "sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==", 3203 3418 "dev": true, 3204 3419 "license": "MIT", 3205 3420 "dependencies": { 3206 - "@typescript-eslint/types": "8.26.0", 3421 + "@typescript-eslint/types": "8.26.1", 3207 3422 "eslint-visitor-keys": "^4.2.0" 3208 3423 }, 3209 3424 "engines": { ··· 6394 6609 } 6395 6610 }, 6396 6611 "node_modules/eslint-import-resolver-typescript": { 6397 - "version": "3.8.3", 6398 - "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.3.tgz", 6399 - "integrity": "sha512-A0bu4Ks2QqDWNpeEgTQMPTngaMhuDu4yv6xpftBMAf+1ziXnpx+eSR1WRfoPTe2BAiAjHFZ7kSNx1fvr5g5pmQ==", 6612 + "version": "3.8.7", 6613 + "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.7.tgz", 6614 + "integrity": "sha512-U7k84gOzrfl09c33qrIbD3TkWTWu3nt3dK5sDajHSekfoLlYGusIwSdPlPzVeA6TFpi0Wpj+ZdBD8hX4hxPoww==", 6400 6615 "dev": true, 6401 6616 "license": "ISC", 6402 6617 "dependencies": { ··· 6442 6657 } 6443 6658 }, 6444 6659 "node_modules/eslint-plugin-import-x": { 6445 - "version": "4.6.1", 6446 - "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.6.1.tgz", 6447 - "integrity": "sha512-wluSUifMIb7UfwWXqx7Yx0lE/SGCcGXECLx/9bCmbY2nneLwvAZ4vkd1IXDjPKFvdcdUgr1BaRnaRpx3k2+Pfw==", 6660 + "version": "4.7.0", 6661 + "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.7.0.tgz", 6662 + "integrity": "sha512-LHxq8V6SJ99hSFYAexxUKk3gVsjb8fuNRGsbMinwlJGvcuREP9SVzCCNKJ3POdDowEHdExy/bPN6YfjraueIXA==", 6448 6663 "dev": true, 6449 6664 "license": "MIT", 6450 6665 "dependencies": { 6451 6666 "@types/doctrine": "^0.0.9", 6452 - "@typescript-eslint/scope-manager": "^8.1.0", 6453 - "@typescript-eslint/utils": "^8.1.0", 6454 - "debug": "^4.3.4", 6667 + "@typescript-eslint/utils": "^8.26.1", 6668 + "debug": "^4.4.0", 6455 6669 "doctrine": "^3.0.0", 6456 - "enhanced-resolve": "^5.17.1", 6457 6670 "eslint-import-resolver-node": "^0.3.9", 6458 - "get-tsconfig": "^4.7.3", 6671 + "get-tsconfig": "^4.10.0", 6459 6672 "is-glob": "^4.0.3", 6460 - "minimatch": "^9.0.3", 6461 - "semver": "^7.6.3", 6462 - "stable-hash": "^0.0.4", 6463 - "tslib": "^2.6.3" 6673 + "minimatch": "^10.0.1", 6674 + "oxc-resolver": "^5.0.0", 6675 + "semver": "^7.7.1", 6676 + "stable-hash": "^0.0.5", 6677 + "tslib": "^2.8.1" 6464 6678 }, 6465 6679 "engines": { 6466 6680 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" ··· 6469 6683 "eslint": "^8.57.0 || ^9.0.0" 6470 6684 } 6471 6685 }, 6472 - "node_modules/eslint-plugin-import-x/node_modules/minimatch": { 6473 - "version": "9.0.5", 6474 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 6475 - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 6686 + "node_modules/eslint-plugin-import-x/node_modules/stable-hash": { 6687 + "version": "0.0.5", 6688 + "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz", 6689 + "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==", 6476 6690 "dev": true, 6477 - "license": "ISC", 6478 - "dependencies": { 6479 - "brace-expansion": "^2.0.1" 6480 - }, 6481 - "engines": { 6482 - "node": ">=16 || 14 >=14.17" 6483 - }, 6484 - "funding": { 6485 - "url": "https://github.com/sponsors/isaacs" 6486 - } 6691 + "license": "MIT" 6487 6692 }, 6488 6693 "node_modules/eslint-plugin-no-jquery": { 6489 6694 "version": "3.1.1", ··· 10544 10749 "url": "https://github.com/sponsors/ljharb" 10545 10750 } 10546 10751 }, 10752 + "node_modules/oxc-resolver": { 10753 + "version": "5.0.0", 10754 + "resolved": "https://registry.npmjs.org/oxc-resolver/-/oxc-resolver-5.0.0.tgz", 10755 + "integrity": "sha512-66fopyAqCN8Mx4tzNiBXWbk8asCSuxUWN62gwTc3yfRs7JfWhX/eVJCf+fUrfbNOdQVOWn+o8pAKllp76ysMXA==", 10756 + "dev": true, 10757 + "license": "MIT", 10758 + "funding": { 10759 + "url": "https://github.com/sponsors/Boshen" 10760 + }, 10761 + "optionalDependencies": { 10762 + "@oxc-resolver/binding-darwin-arm64": "5.0.0", 10763 + "@oxc-resolver/binding-darwin-x64": "5.0.0", 10764 + "@oxc-resolver/binding-freebsd-x64": "5.0.0", 10765 + "@oxc-resolver/binding-linux-arm-gnueabihf": "5.0.0", 10766 + "@oxc-resolver/binding-linux-arm64-gnu": "5.0.0", 10767 + "@oxc-resolver/binding-linux-arm64-musl": "5.0.0", 10768 + "@oxc-resolver/binding-linux-x64-gnu": "5.0.0", 10769 + "@oxc-resolver/binding-linux-x64-musl": "5.0.0", 10770 + "@oxc-resolver/binding-wasm32-wasi": "5.0.0", 10771 + "@oxc-resolver/binding-win32-arm64-msvc": "5.0.0", 10772 + "@oxc-resolver/binding-win32-x64-msvc": "5.0.0" 10773 + } 10774 + }, 10547 10775 "node_modules/p-limit": { 10548 10776 "version": "3.1.0", 10549 10777 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", ··· 12731 12959 "license": "ISC" 12732 12960 }, 12733 12961 "node_modules/stylelint": { 12734 - "version": "16.15.0", 12735 - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.15.0.tgz", 12736 - "integrity": "sha512-OK6Rs7EPdcdmjqiDycadZY4fw3f5/TC1X6/tGjnF3OosbwCeNs7nG+79MCAtjEg7ckwqTJTsku08e0Rmaz5nUw==", 12962 + "version": "16.16.0", 12963 + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.16.0.tgz", 12964 + "integrity": "sha512-40X5UOb/0CEFnZVEHyN260HlSSUxPES+arrUphOumGWgXERHfwCD0kNBVILgQSij8iliYVwlc0V7M5bcLP9vPg==", 12737 12965 "dev": true, 12738 12966 "funding": [ 12739 12967 { ··· 12760 12988 "debug": "^4.3.7", 12761 12989 "fast-glob": "^3.3.3", 12762 12990 "fastest-levenshtein": "^1.0.16", 12763 - "file-entry-cache": "^10.0.6", 12991 + "file-entry-cache": "^10.0.7", 12764 12992 "global-modules": "^2.0.0", 12765 12993 "globby": "^11.1.0", 12766 12994 "globjoin": "^0.1.4", ··· 13764 13992 } 13765 13993 }, 13766 13994 "node_modules/typescript-eslint": { 13767 - "version": "8.26.0", 13768 - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.26.0.tgz", 13769 - "integrity": "sha512-PtVz9nAnuNJuAVeUFvwztjuUgSnJInODAUx47VDwWPXzd5vismPOtPtt83tzNXyOjVQbPRp786D6WFW/M2koIA==", 13995 + "version": "8.26.1", 13996 + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.26.1.tgz", 13997 + "integrity": "sha512-t/oIs9mYyrwZGRpDv3g+3K6nZ5uhKEMt2oNmAPwaY4/ye0+EH4nXIPYNtkYFS6QHm+1DFg34DbglYBz5P9Xysg==", 13770 13998 "dev": true, 13771 13999 "license": "MIT", 13772 14000 "dependencies": { 13773 - "@typescript-eslint/eslint-plugin": "8.26.0", 13774 - "@typescript-eslint/parser": "8.26.0", 13775 - "@typescript-eslint/utils": "8.26.0" 14001 + "@typescript-eslint/eslint-plugin": "8.26.1", 14002 + "@typescript-eslint/parser": "8.26.1", 14003 + "@typescript-eslint/utils": "8.26.1" 13776 14004 }, 13777 14005 "engines": { 13778 14006 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+5 -5
package.json
··· 66 66 "@stoplight/spectral-cli": "6.14.3", 67 67 "@stylistic/eslint-plugin-js": "4.2.0", 68 68 "@stylistic/stylelint-plugin": "3.1.2", 69 - "@typescript-eslint/parser": "8.26.0", 69 + "@typescript-eslint/parser": "8.26.1", 70 70 "@vitejs/plugin-vue": "5.1.5", 71 71 "@vitest/coverage-v8": "3.0.8", 72 72 "@vitest/eslint-plugin": "1.1.25", 73 73 "@vue/test-utils": "2.4.6", 74 74 "eslint": "9.22.0", 75 - "eslint-import-resolver-typescript": "3.8.3", 75 + "eslint-import-resolver-typescript": "3.8.7", 76 76 "eslint-plugin-array-func": "5.0.2", 77 - "eslint-plugin-import-x": "4.6.1", 77 + "eslint-plugin-import-x": "4.7.0", 78 78 "eslint-plugin-no-jquery": "3.1.1", 79 79 "eslint-plugin-no-use-extend-native": "0.7.2", 80 80 "eslint-plugin-playwright": "2.2.0", ··· 91 91 "license-checker-rseidelsohn": "4.4.2", 92 92 "markdownlint-cli": "0.44.0", 93 93 "postcss-html": "1.8.0", 94 - "stylelint": "16.15.0", 94 + "stylelint": "16.16.0", 95 95 "stylelint-declaration-block-no-ignored-properties": "2.8.0", 96 96 "stylelint-declaration-strict-value": "1.10.11", 97 97 "stylelint-value-no-unknown-custom-properties": "6.0.1", 98 98 "svgo": "3.2.0", 99 99 "typescript": "5.7.3", 100 - "typescript-eslint": "8.26.0", 100 + "typescript-eslint": "8.26.1", 101 101 "vite-string-plugin": "1.3.4", 102 102 "vitest": "3.0.8" 103 103 },