Skip to content

Commit

Permalink
chore(deps): update linters
Browse files Browse the repository at this point in the history
| datasource | package                          | from   | to     |
| ---------- | -------------------------------- | ------ | ------ |
| npm        | @types/eslint                    | 8.56.2 | 8.56.3 |
| npm        | @typescript-eslint/eslint-plugin | 6.18.1 | 6.21.0 |
| npm        | @typescript-eslint/parser        | 6.18.1 | 6.21.0 |
| npm        | eslint-plugin-jest               | 27.6.3 | 27.9.0 |
  • Loading branch information
plural-renovate[bot] committed Feb 29, 2024
1 parent 4add6f2 commit c5400b4
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 67 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
"@types/common-tags": "1.8.4",
"@types/conventional-commits-detector": "1.0.2",
"@types/diff": "5.0.9",
"@types/eslint": "8.56.2",
"@types/eslint": "8.56.3",
"@types/fs-extra": "11.0.4",
"@types/git-url-parse": "9.0.3",
"@types/github-url-from-git": "1.5.3",
Expand Down Expand Up @@ -315,8 +315,8 @@
"@types/url-join": "4.0.3",
"@types/validate-npm-package-name": "4.0.2",
"@types/xmldoc": "1.1.9",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"aws-sdk-client-mock": "3.0.1",
"callsite": "1.0.0",
"common-tags": "1.8.2",
Expand All @@ -328,7 +328,7 @@
"eslint-formatter-gha": "1.4.3",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-typescript-enum": "2.1.0",
Expand Down
126 changes: 63 additions & 63 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4739,13 +4739,13 @@ __metadata:
languageName: node
linkType: hard

"@types/eslint@npm:8.56.2":
version: 8.56.2
resolution: "@types/eslint@npm:8.56.2"
"@types/eslint@npm:8.56.3":
version: 8.56.3
resolution: "@types/eslint@npm:8.56.3"
dependencies:
"@types/estree": "npm:*"
"@types/json-schema": "npm:*"
checksum: e33ca87a30a9454ba9943e1270ac759996f5fe598a1c1afbaec1d1e7346a339e20bf2a9d81f177067116bbaa6cfa4f748993cb338f57978ae862ad38ffae56fe
checksum: c5d81d0001fae211451b39d82b2bc8d7224b00d52a514954a33840a3665f36f3bde3be602eec6ad08d1fff59108052cd7746ced4237116bc3d8ac01a7cf5b5fe
languageName: node
linkType: hard

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

"@typescript-eslint/eslint-plugin@npm:6.18.1":
version: 6.18.1
resolution: "@typescript-eslint/eslint-plugin@npm:6.18.1"
"@typescript-eslint/eslint-plugin@npm:6.21.0":
version: 6.21.0
resolution: "@typescript-eslint/eslint-plugin@npm:6.21.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.5.1"
"@typescript-eslint/scope-manager": "npm:6.18.1"
"@typescript-eslint/type-utils": "npm:6.18.1"
"@typescript-eslint/utils": "npm:6.18.1"
"@typescript-eslint/visitor-keys": "npm:6.18.1"
"@typescript-eslint/scope-manager": "npm:6.21.0"
"@typescript-eslint/type-utils": "npm:6.21.0"
"@typescript-eslint/utils": "npm:6.21.0"
"@typescript-eslint/visitor-keys": "npm:6.21.0"
debug: "npm:^4.3.4"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.2.4"
Expand All @@ -5233,7 +5233,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: fbcfae9b92f35ce10212f44f43f93c43f6eb3e28a571da7ed0d424396916aaf080f16ce91a5bffb9e1b42ca2d6003a3e2ad65131b4ef72ed2f94a4bedb35a735
checksum: f911a79ee64d642f814a3b6cdb0d324b5f45d9ef955c5033e78903f626b7239b4aa773e464a38c3e667519066169d983538f2bf8e5d00228af587c9d438fb344
languageName: node
linkType: hard

Expand All @@ -5248,21 +5248,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:6.18.1":
version: 6.18.1
resolution: "@typescript-eslint/parser@npm:6.18.1"
"@typescript-eslint/parser@npm:6.21.0":
version: 6.21.0
resolution: "@typescript-eslint/parser@npm:6.21.0"
dependencies:
"@typescript-eslint/scope-manager": "npm:6.18.1"
"@typescript-eslint/types": "npm:6.18.1"
"@typescript-eslint/typescript-estree": "npm:6.18.1"
"@typescript-eslint/visitor-keys": "npm:6.18.1"
"@typescript-eslint/scope-manager": "npm:6.21.0"
"@typescript-eslint/types": "npm:6.21.0"
"@typescript-eslint/typescript-estree": "npm:6.21.0"
"@typescript-eslint/visitor-keys": "npm:6.21.0"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 78cf87c49be224a7fc7c9b1580b015b79e6f6b78d3db60843825b9657e6c5b852566ca7fcb9a51e7b781e910a89a73cdc36dfcd180ccb34febc535ad9b5a0be1
checksum: a8f99820679decd0d115c0af61903fb1de3b1b5bec412dc72b67670bf636de77ab07f2a68ee65d6da7976039bbf636907f9d5ca546db3f0b98a31ffbc225bc7d
languageName: node
linkType: hard

Expand All @@ -5276,30 +5276,30 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.18.1":
version: 6.18.1
resolution: "@typescript-eslint/scope-manager@npm:6.18.1"
"@typescript-eslint/scope-manager@npm:6.21.0":
version: 6.21.0
resolution: "@typescript-eslint/scope-manager@npm:6.21.0"
dependencies:
"@typescript-eslint/types": "npm:6.18.1"
"@typescript-eslint/visitor-keys": "npm:6.18.1"
checksum: 66ef86688a2eb69988a15d6c0176e5e1ec3994ab96526ca525226a1815eef63366e10e3e6a041ceb2cd63d1cced27874d2313045b785418330af68a288e50771
"@typescript-eslint/types": "npm:6.21.0"
"@typescript-eslint/visitor-keys": "npm:6.21.0"
checksum: eaf868938d811cbbea33e97e44ba7050d2b6892202cea6a9622c486b85ab1cf801979edf78036179a8ba4ac26f1dfdf7fcc83a68c1ff66be0b3a8e9a9989b526
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:6.18.1":
version: 6.18.1
resolution: "@typescript-eslint/type-utils@npm:6.18.1"
"@typescript-eslint/type-utils@npm:6.21.0":
version: 6.21.0
resolution: "@typescript-eslint/type-utils@npm:6.21.0"
dependencies:
"@typescript-eslint/typescript-estree": "npm:6.18.1"
"@typescript-eslint/utils": "npm:6.18.1"
"@typescript-eslint/typescript-estree": "npm:6.21.0"
"@typescript-eslint/utils": "npm:6.21.0"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^1.0.1"
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 5198752a51649afd960205708c4d765e0170a46a1eb96c97e706890fecb2642933a6377337cf3632f9737915da0201607872a46c9c551d1accf9176b0e025023
checksum: 7409c97d1c4a4386b488962739c4f1b5b04dc60cf51f8cd88e6b12541f84d84c6b8b67e491a147a2c95f9ec486539bf4519fb9d418411aef6537b9c156468117
languageName: node
linkType: hard

Expand All @@ -5310,10 +5310,10 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.18.1":
version: 6.18.1
resolution: "@typescript-eslint/types@npm:6.18.1"
checksum: 58c1a1bcf2403891a4fcb0d21aac643a6f9d06119423230dad74ef2b95adf94201da7cf48617b0c27b51695225b622e48c739cf4186ef5f99294887d2d536557
"@typescript-eslint/types@npm:6.21.0":
version: 6.21.0
resolution: "@typescript-eslint/types@npm:6.21.0"
checksum: 020631d3223bbcff8a0da3efbdf058220a8f48a3de221563996ad1dcc30d6c08dadc3f7608cc08830d21c0d565efd2db19b557b9528921c78aabb605eef2d74d
languageName: node
linkType: hard

Expand All @@ -5335,12 +5335,12 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.18.1":
version: 6.18.1
resolution: "@typescript-eslint/typescript-estree@npm:6.18.1"
"@typescript-eslint/typescript-estree@npm:6.21.0":
version: 6.21.0
resolution: "@typescript-eslint/typescript-estree@npm:6.21.0"
dependencies:
"@typescript-eslint/types": "npm:6.18.1"
"@typescript-eslint/visitor-keys": "npm:6.18.1"
"@typescript-eslint/types": "npm:6.21.0"
"@typescript-eslint/visitor-keys": "npm:6.21.0"
debug: "npm:^4.3.4"
globby: "npm:^11.1.0"
is-glob: "npm:^4.0.3"
Expand All @@ -5350,7 +5350,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 5bca8f58d3134c5296c7e6cbeef512feb3918cdc88b5b22e656a7978277278e7a86187690e7e3be3f3708feb98c952a6ab4d8bbc197fff3826e3afa8bc1e287e
checksum: af1438c60f080045ebb330155a8c9bb90db345d5069cdd5d01b67de502abb7449d6c75500519df829f913a6b3f490ade3e8215279b6bdc63d0fb0ae61034df5f
languageName: node
linkType: hard

Expand All @@ -5372,20 +5372,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:6.18.1":
version: 6.18.1
resolution: "@typescript-eslint/utils@npm:6.18.1"
"@typescript-eslint/utils@npm:6.21.0":
version: 6.21.0
resolution: "@typescript-eslint/utils@npm:6.21.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@types/json-schema": "npm:^7.0.12"
"@types/semver": "npm:^7.5.0"
"@typescript-eslint/scope-manager": "npm:6.18.1"
"@typescript-eslint/types": "npm:6.18.1"
"@typescript-eslint/typescript-estree": "npm:6.18.1"
"@typescript-eslint/scope-manager": "npm:6.21.0"
"@typescript-eslint/types": "npm:6.21.0"
"@typescript-eslint/typescript-estree": "npm:6.21.0"
semver: "npm:^7.5.4"
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
checksum: b9dcb2fa7cc8c46254c22fee190032320a5dd8ce282fb01e99cb35da6c00e33b157f4285b062d841942e9aad1d7ce1a16aaa46dd05ca7d81de706aedbbfff396
checksum: ab2df3833b2582d4e5467a484d08942b4f2f7208f8e09d67de510008eb8001a9b7460f2f9ba11c12086fd3cdcac0c626761c7995c2c6b5657d5fa6b82030a32d
languageName: node
linkType: hard

Expand All @@ -5399,13 +5399,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:6.18.1":
version: 6.18.1
resolution: "@typescript-eslint/visitor-keys@npm:6.18.1"
"@typescript-eslint/visitor-keys@npm:6.21.0":
version: 6.21.0
resolution: "@typescript-eslint/visitor-keys@npm:6.21.0"
dependencies:
"@typescript-eslint/types": "npm:6.18.1"
"@typescript-eslint/types": "npm:6.21.0"
eslint-visitor-keys: "npm:^3.4.1"
checksum: f3dacdd1db7347908ac207968da4fa72efb31e38a6dde652651633c5283f054832045f2ad00b4ca7478e7f2e09fe4ae6e3a32b76580c036b9e5c7b8dd55af9f3
checksum: 7395f69739cfa1cb83c1fb2fad30afa2a814756367302fb4facd5893eff66abc807e8d8f63eba94ed3b0fe0c1c996ac9a1680bcbf0f83717acedc3f2bb724fbf
languageName: node
linkType: hard

Expand Down Expand Up @@ -7681,21 +7681,21 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:27.6.3":
version: 27.6.3
resolution: "eslint-plugin-jest@npm:27.6.3"
"eslint-plugin-jest@npm:27.9.0":
version: 27.9.0
resolution: "eslint-plugin-jest@npm:27.9.0"
dependencies:
"@typescript-eslint/utils": "npm:^5.10.0"
peerDependencies:
"@typescript-eslint/eslint-plugin": ^5.0.0 || ^6.0.0
"@typescript-eslint/eslint-plugin": ^5.0.0 || ^6.0.0 || ^7.0.0
eslint: ^7.0.0 || ^8.0.0
jest: "*"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
jest:
optional: true
checksum: 7ec6cc7b9b9e157963e004130908baadeb583b7b1b2ccd75dcc5084ca669edc0f75b9b92453b9bde234009359ac9fc6c5665b2c35bc2c8d332b944ddeef1c485
checksum: b8b09f7d8ba3d84a8779a6e95702a6e4dce45ab034e4edf5ddb631e77cd38dcdf791dfd9228e0a0d1d80d1eb2d278deb62ad2ec39f10fb8fd43cec07304e0c38
languageName: node
linkType: hard

Expand Down Expand Up @@ -12519,7 +12519,7 @@ __metadata:
"@types/common-tags": "npm:1.8.4"
"@types/conventional-commits-detector": "npm:1.0.2"
"@types/diff": "npm:5.0.9"
"@types/eslint": "npm:8.56.2"
"@types/eslint": "npm:8.56.3"
"@types/fs-extra": "npm:11.0.4"
"@types/git-url-parse": "npm:9.0.3"
"@types/github-url-from-git": "npm:1.5.3"
Expand Down Expand Up @@ -12550,8 +12550,8 @@ __metadata:
"@types/url-join": "npm:4.0.3"
"@types/validate-npm-package-name": "npm:4.0.2"
"@types/xmldoc": "npm:1.1.9"
"@typescript-eslint/eslint-plugin": "npm:6.18.1"
"@typescript-eslint/parser": "npm:6.18.1"
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
"@typescript-eslint/parser": "npm:6.21.0"
"@yarnpkg/core": "npm:4.0.2"
"@yarnpkg/parsers": "npm:3.0.0"
agentkeepalive: "npm:4.5.0"
Expand Down Expand Up @@ -12587,7 +12587,7 @@ __metadata:
eslint-formatter-gha: "npm:1.4.3"
eslint-import-resolver-typescript: "npm:3.6.1"
eslint-plugin-import: "npm:2.29.1"
eslint-plugin-jest: "npm:27.6.3"
eslint-plugin-jest: "npm:27.9.0"
eslint-plugin-jest-formatting: "npm:3.1.0"
eslint-plugin-promise: "npm:6.1.1"
eslint-plugin-typescript-enum: "npm:2.1.0"
Expand Down

0 comments on commit c5400b4

Please sign in to comment.