From 1ccc913541b53aab2f47d59c45a92dcee4bbdc2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:05:08 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v9 --- package.json | 2 +- pnpm-lock.yaml | 328 +++++++++++++++++++++++++------------------------ 2 files changed, 169 insertions(+), 161 deletions(-) diff --git a/package.json b/package.json index 3e3083a..9f07676 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0", "@vitest/coverage-v8": "^2.0.0", - "eslint": "8.57.1", + "eslint": "9.18.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-prettier": "4.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3347c1e..906425a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ specifiers: '@typescript-eslint/eslint-plugin': 7.18.0 '@typescript-eslint/parser': 7.18.0 '@vitest/coverage-v8': ^2.0.0 - eslint: 8.57.1 + eslint: 9.18.0 eslint-config-prettier: 9.1.0 eslint-plugin-import: 2.31.0 eslint-plugin-prettier: 4.2.1 @@ -27,13 +27,13 @@ devDependencies: '@commitlint/cli': 19.6.1_typescript@5.7.3 '@latipun7/commitlintrc': mirrors.tencent.com/@latipun7/commitlintrc/1.1.3_@commitlint+cli@19.6.1 '@latipun7/releaserc': mirrors.tencent.com/@latipun7/releaserc/2.2.0_semantic-release@24.0.0 - '@typescript-eslint/eslint-plugin': mirrors.tencent.com/@typescript-eslint/eslint-plugin/7.18.0_ed2qhhgd5oyp3dedknncq37z4q - '@typescript-eslint/parser': mirrors.tencent.com/@typescript-eslint/parser/7.18.0_wbebvbc4plqodte3ww5qk5g2la + '@typescript-eslint/eslint-plugin': mirrors.tencent.com/@typescript-eslint/eslint-plugin/7.18.0_4dkbvovxajfdl2w4w7goofe5pe + '@typescript-eslint/parser': mirrors.tencent.com/@typescript-eslint/parser/7.18.0_knjsai5tcsrvk2zdiof4mod6se '@vitest/coverage-v8': mirrors.tencent.com/@vitest/coverage-v8/2.0.5_vitest@2.1.2 - eslint: 8.57.1 - eslint-config-prettier: mirrors.tencent.com/eslint-config-prettier/9.1.0_eslint@8.57.1 - eslint-plugin-import: 2.31.0_olfayynnbksof5apoph6f3agwq - eslint-plugin-prettier: mirrors.tencent.com/eslint-plugin-prettier/4.2.1_o6cgegp6polyisa35v7yglocei + eslint: 9.18.0 + eslint-config-prettier: mirrors.tencent.com/eslint-config-prettier/9.1.0_eslint@9.18.0 + eslint-plugin-import: 2.31.0_hny5dsp2uwv3a6w6kgescp2574 + eslint-plugin-prettier: mirrors.tencent.com/eslint-plugin-prettier/4.2.1_ap6y7la72llo4r7mibe4f5rn5i husky: 9.1.7 lint-staged: 15.3.0 prettier: mirrors.tencent.com/prettier/2.8.8 @@ -436,29 +436,47 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils/4.4.0_eslint@8.57.1: + /@eslint-community/eslint-utils/4.4.0_eslint@9.18.0: resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.57.1 + eslint: 9.18.0 eslint-visitor-keys: 3.4.3 dev: true - /@eslint-community/regexpp/4.11.0: - resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} + /@eslint-community/regexpp/4.12.1: + resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true - /@eslint/eslintrc/2.1.4: - resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /@eslint/config-array/0.19.1: + resolution: {integrity: sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + dependencies: + '@eslint/object-schema': 2.1.5 + debug: 4.4.0 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + dev: true + + /@eslint/core/0.10.0: + resolution: {integrity: sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + dependencies: + '@types/json-schema': 7.0.15 + dev: true + + /@eslint/eslintrc/3.2.0: + resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: ajv: 6.12.6 debug: 4.4.0 - espree: 9.6.1 - globals: 13.24.0 + espree: 10.3.0 + globals: 14.0.0 ignore: 5.3.1 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -468,9 +486,22 @@ packages: - supports-color dev: true - /@eslint/js/8.57.1: - resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /@eslint/js/9.18.0: + resolution: {integrity: sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + dev: true + + /@eslint/object-schema/2.1.5: + resolution: {integrity: sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + dev: true + + /@eslint/plugin-kit/0.2.5: + resolution: {integrity: sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + dependencies: + '@eslint/core': 0.10.0 + levn: 0.4.1 dev: true /@gerrit0/mini-shiki/1.24.1: @@ -481,16 +512,17 @@ packages: '@shikijs/vscode-textmate': 9.3.0 dev: true - /@humanwhocodes/config-array/0.13.0: - resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} - engines: {node: '>=10.10.0'} - deprecated: Use @eslint/config-array instead + /@humanfs/core/0.19.1: + resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} + engines: {node: '>=18.18.0'} + dev: true + + /@humanfs/node/0.16.6: + resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==} + engines: {node: '>=18.18.0'} dependencies: - '@humanwhocodes/object-schema': 2.0.3 - debug: 4.4.0 - minimatch: 3.1.2 - transitivePeerDependencies: - - supports-color + '@humanfs/core': 0.19.1 + '@humanwhocodes/retry': 0.3.1 dev: true /@humanwhocodes/module-importer/1.0.1: @@ -498,9 +530,14 @@ packages: engines: {node: '>=12.22'} dev: true - /@humanwhocodes/object-schema/2.0.3: - resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} - deprecated: Use @eslint/object-schema instead + /@humanwhocodes/retry/0.3.1: + resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} + engines: {node: '>=18.18'} + dev: true + + /@humanwhocodes/retry/0.4.1: + resolution: {integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==} + engines: {node: '>=18.18'} dev: true /@jridgewell/sourcemap-codec/1.5.0: @@ -695,12 +732,20 @@ packages: resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} dev: true + /@types/estree/1.0.6: + resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} + dev: true + /@types/hast/3.0.4: resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} dependencies: '@types/unist': 3.0.2 dev: true + /@types/json-schema/7.0.15: + resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} + dev: true + /@types/json5/0.0.29: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true @@ -715,10 +760,6 @@ packages: resolution: {integrity: sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==} dev: true - /@ungap/structured-clone/1.2.0: - resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - dev: true - /@vitest/expect/2.1.2: resolution: {integrity: sha512-FEgtlN8mIUSEAAnlvn7mP8vzaWhEaAEvhSXCqrsijM7K6QqjB11qoRZYEd4AKSCDz8p0/+yH5LzhZ47qt+EyPg==} dependencies: @@ -788,16 +829,16 @@ packages: through: 2.3.8 dev: true - /acorn-jsx/5.3.2_acorn@8.12.1: + /acorn-jsx/5.3.2_acorn@8.14.0: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.12.1 + acorn: 8.14.0 dev: true - /acorn/8.12.1: - resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} + /acorn/8.14.0: + resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} engines: {node: '>=0.4.0'} hasBin: true dev: true @@ -1185,6 +1226,15 @@ packages: which: 2.0.2 dev: true + /cross-spawn/7.0.6: + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} + engines: {node: '>= 8'} + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + dev: true + /dargs/8.1.0: resolution: {integrity: sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==} engines: {node: '>=12'} @@ -1286,13 +1336,6 @@ packages: esutils: 2.0.3 dev: true - /doctrine/3.0.0: - resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} - engines: {node: '>=6.0.0'} - dependencies: - esutils: 2.0.3 - dev: true - /dot-prop/5.3.0: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} engines: {node: '>=8'} @@ -1493,7 +1536,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.12.0_wchqizalz5gwmi4bip3o6jxw7u: + /eslint-module-utils/2.12.0_vttc4eka4acaeyeoj7xbnvrfvi: resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} engines: {node: '>=4'} peerDependencies: @@ -1514,15 +1557,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': mirrors.tencent.com/@typescript-eslint/parser/7.18.0_wbebvbc4plqodte3ww5qk5g2la + '@typescript-eslint/parser': mirrors.tencent.com/@typescript-eslint/parser/7.18.0_knjsai5tcsrvk2zdiof4mod6se debug: 3.2.7 - eslint: 8.57.1 + eslint: 9.18.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import/2.31.0_olfayynnbksof5apoph6f3agwq: + /eslint-plugin-import/2.31.0_hny5dsp2uwv3a6w6kgescp2574: resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} engines: {node: '>=4'} peerDependencies: @@ -1533,16 +1576,16 @@ packages: optional: true dependencies: '@rtsao/scc': 1.1.0 - '@typescript-eslint/parser': mirrors.tencent.com/@typescript-eslint/parser/7.18.0_wbebvbc4plqodte3ww5qk5g2la + '@typescript-eslint/parser': mirrors.tencent.com/@typescript-eslint/parser/7.18.0_knjsai5tcsrvk2zdiof4mod6se array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.57.1 + eslint: 9.18.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0_wchqizalz5gwmi4bip3o6jxw7u + eslint-module-utils: 2.12.0_vttc4eka4acaeyeoj7xbnvrfvi hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -1559,9 +1602,9 @@ packages: - supports-color dev: true - /eslint-scope/7.2.2: - resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /eslint-scope/8.2.0: + resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 @@ -1572,60 +1615,66 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.57.1: - resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /eslint-visitor-keys/4.2.0: + resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + dev: true + + /eslint/9.18.0: + resolution: {integrity: sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true + peerDependencies: + jiti: '*' + peerDependenciesMeta: + jiti: + optional: true dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.57.1 - '@eslint-community/regexpp': 4.11.0 - '@eslint/eslintrc': 2.1.4 - '@eslint/js': 8.57.1 - '@humanwhocodes/config-array': 0.13.0 + '@eslint-community/eslint-utils': 4.4.0_eslint@9.18.0 + '@eslint-community/regexpp': 4.12.1 + '@eslint/config-array': 0.19.1 + '@eslint/core': 0.10.0 + '@eslint/eslintrc': 3.2.0 + '@eslint/js': 9.18.0 + '@eslint/plugin-kit': 0.2.5 + '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 - '@nodelib/fs.walk': 1.2.8 - '@ungap/structured-clone': 1.2.0 + '@humanwhocodes/retry': 0.4.1 + '@types/estree': 1.0.6 + '@types/json-schema': 7.0.15 ajv: 6.12.6 chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.6 - doctrine: 3.0.0 + cross-spawn: 7.0.6 + debug: 4.4.0 escape-string-regexp: 4.0.0 - eslint-scope: 7.2.2 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 + eslint-scope: 8.2.0 + eslint-visitor-keys: 4.2.0 + espree: 10.3.0 esquery: 1.6.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 - file-entry-cache: 6.0.1 + file-entry-cache: 8.0.0 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.24.0 - graphemer: 1.4.0 ignore: 5.3.1 imurmurhash: 0.1.4 is-glob: 4.0.3 - is-path-inside: 3.0.3 - js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 lodash.merge: 4.6.2 minimatch: 3.1.2 natural-compare: 1.4.0 optionator: 0.9.4 - strip-ansi: 6.0.1 - text-table: 0.2.0 transitivePeerDependencies: - supports-color dev: true - /espree/9.6.1: - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /espree/10.3.0: + resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: - acorn: 8.12.1 - acorn-jsx: 5.3.2_acorn@8.12.1 - eslint-visitor-keys: 3.4.3 + acorn: 8.14.0 + acorn-jsx: 5.3.2_acorn@8.14.0 + eslint-visitor-keys: 4.2.0 dev: true /esquery/1.6.0: @@ -1650,7 +1699,7 @@ packages: /estree-walker/3.0.3: resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 dev: true /esutils/2.0.3: @@ -1666,7 +1715,7 @@ packages: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} dependencies: - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 get-stream: 6.0.1 human-signals: 2.1.0 is-stream: 2.0.1 @@ -1697,7 +1746,7 @@ packages: engines: {node: ^18.19.0 || >=20.5.0} dependencies: '@sindresorhus/merge-streams': mirrors.tencent.com/@sindresorhus/merge-streams/4.0.0 - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 figures: mirrors.tencent.com/figures/6.1.0 get-stream: 9.0.1 human-signals: 7.0.0 @@ -1732,11 +1781,11 @@ packages: reusify: 1.0.4 dev: true - /file-entry-cache/6.0.1: - resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} - engines: {node: ^10.12.0 || >=12.0.0} + /file-entry-cache/8.0.0: + resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} + engines: {node: '>=16.0.0'} dependencies: - flat-cache: 3.2.0 + flat-cache: 4.0.1 dev: true /fill-range/7.1.1: @@ -1770,13 +1819,12 @@ packages: unicorn-magic: 0.1.0 dev: true - /flat-cache/3.2.0: - resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} - engines: {node: ^10.12.0 || >=12.0.0} + /flat-cache/4.0.1: + resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} + engines: {node: '>=16'} dependencies: flatted: 3.3.1 keyv: 4.5.4 - rimraf: 3.0.2 dev: true /flatted/3.3.1: @@ -1900,18 +1948,6 @@ packages: is-glob: 4.0.3 dev: true - /glob/7.2.3: - resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: true - /global-directory/4.0.1: resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} engines: {node: '>=18'} @@ -1919,11 +1955,9 @@ packages: ini: 4.1.1 dev: true - /globals/13.24.0: - resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} - engines: {node: '>=8'} - dependencies: - type-fest: 0.20.2 + /globals/14.0.0: + resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} + engines: {node: '>=18'} dev: true /globalthis/1.0.4: @@ -1948,10 +1982,6 @@ packages: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} dev: true - /graphemer/1.4.0: - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - dev: true - /has-bigints/1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} dev: true @@ -2172,11 +2202,6 @@ packages: engines: {node: '>=8'} dev: true - /is-path-inside/3.0.3: - resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} - engines: {node: '>=8'} - dev: true - /is-regex/1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} @@ -2886,14 +2911,6 @@ packages: resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} dev: true - /rimraf/3.0.2: - resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} - deprecated: Rimraf versions prior to v4 are no longer supported - hasBin: true - dependencies: - glob: 7.2.3 - dev: true - /rollup/4.20.0: resolution: {integrity: sha512-6rbWBChcnSGzIlXeIdNIZTopKYad8ZG8ajhl78lGRLsI2rX8IkaotQhVas2Ma+GPxJav19wrSzvRvuiv0YKzWw==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -3185,10 +3202,6 @@ packages: engines: {node: '>=8'} dev: true - /text-table/0.2.0: - resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} - dev: true - /through/2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} dev: true @@ -3239,11 +3252,6 @@ packages: prelude-ls: 1.2.1 dev: true - /type-fest/0.20.2: - resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} - engines: {node: '>=10'} - dev: true - /type-fest/1.4.0: resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} engines: {node: '>=10'} @@ -4103,7 +4111,7 @@ packages: version: 7.5.8 dev: true - mirrors.tencent.com/@typescript-eslint/eslint-plugin/7.18.0_ed2qhhgd5oyp3dedknncq37z4q: + mirrors.tencent.com/@typescript-eslint/eslint-plugin/7.18.0_4dkbvovxajfdl2w4w7goofe5pe: resolution: {integrity: sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==, registry: http://r.tnpm.oa.com/, tarball: https://mirrors.tencent.com/npm/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz} id: mirrors.tencent.com/@typescript-eslint/eslint-plugin/7.18.0 name: '@typescript-eslint/eslint-plugin' @@ -4118,12 +4126,12 @@ packages: optional: true dependencies: '@eslint-community/regexpp': mirrors.tencent.com/@eslint-community/regexpp/4.11.0 - '@typescript-eslint/parser': mirrors.tencent.com/@typescript-eslint/parser/7.18.0_wbebvbc4plqodte3ww5qk5g2la + '@typescript-eslint/parser': mirrors.tencent.com/@typescript-eslint/parser/7.18.0_knjsai5tcsrvk2zdiof4mod6se '@typescript-eslint/scope-manager': mirrors.tencent.com/@typescript-eslint/scope-manager/7.18.0 - '@typescript-eslint/type-utils': mirrors.tencent.com/@typescript-eslint/type-utils/7.18.0_wbebvbc4plqodte3ww5qk5g2la - '@typescript-eslint/utils': mirrors.tencent.com/@typescript-eslint/utils/7.18.0_wbebvbc4plqodte3ww5qk5g2la + '@typescript-eslint/type-utils': mirrors.tencent.com/@typescript-eslint/type-utils/7.18.0_knjsai5tcsrvk2zdiof4mod6se + '@typescript-eslint/utils': mirrors.tencent.com/@typescript-eslint/utils/7.18.0_knjsai5tcsrvk2zdiof4mod6se '@typescript-eslint/visitor-keys': mirrors.tencent.com/@typescript-eslint/visitor-keys/7.18.0 - eslint: 8.57.1 + eslint: 9.18.0 graphemer: mirrors.tencent.com/graphemer/1.4.0 ignore: mirrors.tencent.com/ignore/5.3.1 natural-compare: mirrors.tencent.com/natural-compare/1.4.0 @@ -4133,7 +4141,7 @@ packages: - supports-color dev: true - mirrors.tencent.com/@typescript-eslint/parser/7.18.0_wbebvbc4plqodte3ww5qk5g2la: + mirrors.tencent.com/@typescript-eslint/parser/7.18.0_knjsai5tcsrvk2zdiof4mod6se: resolution: {integrity: sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==, registry: http://r.tnpm.oa.com/, tarball: https://mirrors.tencent.com/npm/@typescript-eslint/parser/-/parser-7.18.0.tgz} id: mirrors.tencent.com/@typescript-eslint/parser/7.18.0 name: '@typescript-eslint/parser' @@ -4151,7 +4159,7 @@ packages: '@typescript-eslint/typescript-estree': mirrors.tencent.com/@typescript-eslint/typescript-estree/7.18.0_typescript@5.7.3 '@typescript-eslint/visitor-keys': mirrors.tencent.com/@typescript-eslint/visitor-keys/7.18.0 debug: mirrors.tencent.com/debug/4.3.6 - eslint: 8.57.1 + eslint: 9.18.0 typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -4167,7 +4175,7 @@ packages: '@typescript-eslint/visitor-keys': mirrors.tencent.com/@typescript-eslint/visitor-keys/7.18.0 dev: true - mirrors.tencent.com/@typescript-eslint/type-utils/7.18.0_wbebvbc4plqodte3ww5qk5g2la: + mirrors.tencent.com/@typescript-eslint/type-utils/7.18.0_knjsai5tcsrvk2zdiof4mod6se: resolution: {integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==, registry: http://r.tnpm.oa.com/, tarball: https://mirrors.tencent.com/npm/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz} id: mirrors.tencent.com/@typescript-eslint/type-utils/7.18.0 name: '@typescript-eslint/type-utils' @@ -4181,9 +4189,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': mirrors.tencent.com/@typescript-eslint/typescript-estree/7.18.0_typescript@5.7.3 - '@typescript-eslint/utils': mirrors.tencent.com/@typescript-eslint/utils/7.18.0_wbebvbc4plqodte3ww5qk5g2la + '@typescript-eslint/utils': mirrors.tencent.com/@typescript-eslint/utils/7.18.0_knjsai5tcsrvk2zdiof4mod6se debug: 4.4.0 - eslint: 8.57.1 + eslint: 9.18.0 ts-api-utils: mirrors.tencent.com/ts-api-utils/1.3.0_typescript@5.7.3 typescript: 5.7.3 transitivePeerDependencies: @@ -4222,7 +4230,7 @@ packages: - supports-color dev: true - mirrors.tencent.com/@typescript-eslint/utils/7.18.0_wbebvbc4plqodte3ww5qk5g2la: + mirrors.tencent.com/@typescript-eslint/utils/7.18.0_knjsai5tcsrvk2zdiof4mod6se: resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==, registry: http://r.tnpm.oa.com/, tarball: https://mirrors.tencent.com/npm/@typescript-eslint/utils/-/utils-7.18.0.tgz} id: mirrors.tencent.com/@typescript-eslint/utils/7.18.0 name: '@typescript-eslint/utils' @@ -4231,11 +4239,11 @@ packages: peerDependencies: eslint: ^8.56.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.57.1 + '@eslint-community/eslint-utils': 4.4.0_eslint@9.18.0 '@typescript-eslint/scope-manager': mirrors.tencent.com/@typescript-eslint/scope-manager/7.18.0 '@typescript-eslint/types': mirrors.tencent.com/@typescript-eslint/types/7.18.0 '@typescript-eslint/typescript-estree': mirrors.tencent.com/@typescript-eslint/typescript-estree/7.18.0_typescript@5.7.3 - eslint: 8.57.1 + eslint: 9.18.0 transitivePeerDependencies: - supports-color - typescript @@ -4706,7 +4714,7 @@ packages: java-properties: mirrors.tencent.com/java-properties/1.0.2 dev: true - mirrors.tencent.com/eslint-config-prettier/9.1.0_eslint@8.57.1: + mirrors.tencent.com/eslint-config-prettier/9.1.0_eslint@9.18.0: resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==, registry: http://r.tnpm.oa.com/, tarball: https://mirrors.tencent.com/npm/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz} id: mirrors.tencent.com/eslint-config-prettier/9.1.0 name: eslint-config-prettier @@ -4715,10 +4723,10 @@ packages: peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.57.1 + eslint: 9.18.0 dev: true - mirrors.tencent.com/eslint-plugin-prettier/4.2.1_o6cgegp6polyisa35v7yglocei: + mirrors.tencent.com/eslint-plugin-prettier/4.2.1_ap6y7la72llo4r7mibe4f5rn5i: resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==, registry: http://r.tnpm.oa.com/, tarball: https://mirrors.tencent.com/npm/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz} id: mirrors.tencent.com/eslint-plugin-prettier/4.2.1 name: eslint-plugin-prettier @@ -4732,8 +4740,8 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.57.1 - eslint-config-prettier: mirrors.tencent.com/eslint-config-prettier/9.1.0_eslint@8.57.1 + eslint: 9.18.0 + eslint-config-prettier: mirrors.tencent.com/eslint-config-prettier/9.1.0_eslint@9.18.0 prettier: mirrors.tencent.com/prettier/2.8.8 prettier-linter-helpers: mirrors.tencent.com/prettier-linter-helpers/1.0.0 dev: true @@ -4745,7 +4753,7 @@ packages: engines: {node: ^18.19.0 || >=20.5.0} dependencies: '@sindresorhus/merge-streams': mirrors.tencent.com/@sindresorhus/merge-streams/4.0.0 - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 figures: mirrors.tencent.com/figures/6.1.0 get-stream: 9.0.1 human-signals: 7.0.0 @@ -4845,7 +4853,7 @@ packages: version: 3.2.1 engines: {node: '>=14'} dependencies: - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 signal-exit: 4.1.0 dev: true