diff --git a/configs/eslint-config/package.json b/configs/eslint-config/package.json index 7e138f0d01..2be52e7618 100644 --- a/configs/eslint-config/package.json +++ b/configs/eslint-config/package.json @@ -54,7 +54,7 @@ "eslint-plugin-disable": "2.0.3", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-filenames": "1.3.2", - "eslint-plugin-functional": "6.6.3", + "eslint-plugin-functional": "7.0.1", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "28.8.0", "eslint-plugin-jest-dom": "5.4.0", diff --git a/yarn.lock b/yarn.lock index b05568fa8b..ebf5b07336 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3060,7 +3060,7 @@ __metadata: eslint-plugin-disable: "npm:2.0.3" eslint-plugin-eslint-comments: "npm:3.2.0" eslint-plugin-filenames: "npm:1.3.2" - eslint-plugin-functional: "npm:6.6.3" + eslint-plugin-functional: "npm:7.0.1" eslint-plugin-import: "npm:2.29.1" eslint-plugin-jest: "npm:28.8.0" eslint-plugin-jest-dom: "npm:5.4.0" @@ -4463,7 +4463,7 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:7.18.0, @typescript-eslint/type-utils@npm:^7.2.0": +"@typescript-eslint/type-utils@npm:7.18.0": version: 7.18.0 resolution: "@typescript-eslint/type-utils@npm:7.18.0" dependencies: @@ -4480,6 +4480,21 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/type-utils@npm:^8.0.0": + version: 8.1.0 + resolution: "@typescript-eslint/type-utils@npm:8.1.0" + dependencies: + "@typescript-eslint/typescript-estree": "npm:8.1.0" + "@typescript-eslint/utils": "npm:8.1.0" + debug: "npm:^4.3.4" + ts-api-utils: "npm:^1.3.0" + peerDependenciesMeta: + typescript: + optional: true + checksum: 10c0/62753941c4136e8d2daa72fe0410dea48e5317a6f12ece6382ca85e29912bd1b3f739b61d1060fc0a1f8c488dfc905beab4c8b8497951a21c3138a659c7271ec + languageName: node + linkType: hard + "@typescript-eslint/types@npm:5.62.0": version: 5.62.0 resolution: "@typescript-eslint/types@npm:5.62.0" @@ -4601,7 +4616,7 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:7.18.0, @typescript-eslint/utils@npm:^7.0.0, @typescript-eslint/utils@npm:^7.3.1": +"@typescript-eslint/utils@npm:7.18.0, @typescript-eslint/utils@npm:^7.0.0": version: 7.18.0 resolution: "@typescript-eslint/utils@npm:7.18.0" dependencies: @@ -4629,7 +4644,7 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0, @typescript-eslint/utils@npm:^7.13.1 || ^8.0.0": +"@typescript-eslint/utils@npm:8.1.0, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0, @typescript-eslint/utils@npm:^7.13.1 || ^8.0.0, @typescript-eslint/utils@npm:^8.0.0": version: 8.1.0 resolution: "@typescript-eslint/utils@npm:8.1.0" dependencies: @@ -7866,10 +7881,10 @@ __metadata: languageName: node linkType: hard -"deepmerge-ts@npm:^5.1.0": - version: 5.1.0 - resolution: "deepmerge-ts@npm:5.1.0" - checksum: 10c0/28f810e6f3c638020922c3abfb4f20bc8fff00262dbc5a1f5283ecae0b8ffd3b3b95aaca3c8992d8680eb5754c11d87edff1915235e145c5afdc53102665418f +"deepmerge-ts@npm:^7.1.0": + version: 7.1.0 + resolution: "deepmerge-ts@npm:7.1.0" + checksum: 10c0/50e98ca9995e721b2d85b8984a175322369f56fd68b1d915873816e672105d2a22b3be42acc7832954a0ea07c2b0762ecca40eb7886369af33cce8f799baf39e languageName: node linkType: hard @@ -8678,6 +8693,13 @@ __metadata: languageName: node linkType: hard +"escape-string-regexp@npm:^5.0.0": + version: 5.0.0 + resolution: "escape-string-regexp@npm:5.0.0" + checksum: 10c0/6366f474c6f37a802800a435232395e04e9885919873e382b157ab7e8f0feb8fed71497f84a6f6a81a49aab41815522f5839112bd38026d203aea0c91622df95 + languageName: node + linkType: hard + "escodegen@npm:^2.0.0": version: 2.1.0 resolution: "escodegen@npm:2.1.0" @@ -8823,23 +8845,23 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-functional@npm:6.6.3": - version: 6.6.3 - resolution: "eslint-plugin-functional@npm:6.6.3" +"eslint-plugin-functional@npm:7.0.1": + version: 7.0.1 + resolution: "eslint-plugin-functional@npm:7.0.1" dependencies: - "@typescript-eslint/utils": "npm:^7.3.1" - deepmerge-ts: "npm:^5.1.0" - escape-string-regexp: "npm:^4.0.0" - is-immutable-type: "npm:^4.0.0" - semver: "npm:^7.6.0" + "@typescript-eslint/utils": "npm:^8.0.0" + deepmerge-ts: "npm:^7.1.0" + escape-string-regexp: "npm:^5.0.0" + is-immutable-type: "npm:^5.0.0" ts-api-utils: "npm:^1.3.0" + ts-declaration-location: "npm:^1.0.4" peerDependencies: - eslint: ^8.0.0 || ^9.0.0 - typescript: ">=4.3.5" + eslint: ^9.0.0 + typescript: ">=4.7.4" peerDependenciesMeta: typescript: optional: true - checksum: 10c0/d6e31c9f38f0ae7ef362ec2e90c098a71a4577051f732b9353fe2105797e0cadb5ea6063a3bdb1adc8c956afa6cd12f9348650a21837d0ef60236480ff8e9292 + checksum: 10c0/f87c4b67345450e127cda9aba26a5bc9c694d8a136ea2439fc9e1dce78f70cbfad36ecc7c2f4f22de3038aa109f6a3e7296030bd008dd3487f676b5e5cc5ad3b languageName: node linkType: hard @@ -11347,17 +11369,17 @@ __metadata: languageName: node linkType: hard -"is-immutable-type@npm:^4.0.0": - version: 4.0.0 - resolution: "is-immutable-type@npm:4.0.0" +"is-immutable-type@npm:^5.0.0": + version: 5.0.0 + resolution: "is-immutable-type@npm:5.0.0" dependencies: - "@typescript-eslint/type-utils": "npm:^7.2.0" + "@typescript-eslint/type-utils": "npm:^8.0.0" ts-api-utils: "npm:^1.3.0" - ts-declaration-location: "npm:^1.0.0" + ts-declaration-location: "npm:^1.0.4" peerDependencies: eslint: "*" typescript: ">=4.7.4" - checksum: 10c0/bafa06758eae8fdc4f8ffca2f749bf4bad8bc7ab200cec1f98a2b408810923c0432cf837d6ac8776c1a0613d6adec7ec6b5f355e6eb3111c316058a669e40ff7 + checksum: 10c0/dd6e7964f47cb349e7382158d3942121a7cc2a7b656e7d1656883c625f48c8f0e66a82ec22196cfff8eca49eeededba05c049a65abc9a6b89410b4b41401d8c5 languageName: node linkType: hard @@ -17139,7 +17161,7 @@ __metadata: languageName: node linkType: hard -"ts-declaration-location@npm:^1.0.0": +"ts-declaration-location@npm:^1.0.4": version: 1.0.4 resolution: "ts-declaration-location@npm:1.0.4" dependencies: