Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency eslint-plugin-functional to v7.2.1 #1528

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4707,22 +4707,22 @@ __metadata:
linkType: hard

"eslint-plugin-functional@npm:^7.0.2":
version: 7.2.0
resolution: "eslint-plugin-functional@npm:7.2.0"
version: 7.2.1
resolution: "eslint-plugin-functional@npm:7.2.1"
dependencies:
"@typescript-eslint/utils": "npm:^8.10.0"
deepmerge-ts: "npm:^7.1.3"
escape-string-regexp: "npm:^5.0.0"
is-immutable-type: "npm:^5.0.0"
ts-api-utils: "npm:^1.3.0"
ts-api-utils: "npm:^2.0.0"
ts-declaration-location: "npm:^1.0.4"
peerDependencies:
eslint: ^9.0.0
typescript: ">=4.7.4"
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/638c648154299853f7abe6693acc42d3d5ff735152b7cf79f75f7f293d59a9c302e001ab1e8af15f7131fb684e4b67e320999bdeb7c0df1285bc87d4eec7c778
checksum: 10c0/18943c604e9818aee3e30ee0110b27ec934c26102cb62668e57d304497dcad598e2568606c3a76f15e6d6c2a5a16e1ce6617d32e2d2197f41f4d804ae44b934b
languageName: node
linkType: hard

Expand Down Expand Up @@ -9205,6 +9205,15 @@ __metadata:
languageName: node
linkType: hard

"ts-api-utils@npm:^2.0.0":
version: 2.0.0
resolution: "ts-api-utils@npm:2.0.0"
peerDependencies:
typescript: ">=4.8.4"
checksum: 10c0/6165e29a5b75bd0218e3cb0f9ee31aa893dbd819c2e46dbb086c841121eb0436ed47c2c18a20cb3463d74fd1fb5af62e2604ba5971cc48e5b38ebbdc56746dfc
languageName: node
linkType: hard

"ts-declaration-location@npm:^1.0.4":
version: 1.0.4
resolution: "ts-declaration-location@npm:1.0.4"
Expand Down
Loading