Skip to content

Commit e5bc9d9

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5.42.0
1 parent abd8e59 commit e5bc9d9

2 files changed

Lines changed: 57 additions & 51 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@types/jest": "27.5.2",
4545
"@types/node": "16.18.3",
4646
"@types/semver": "7.3.13",
47-
"@typescript-eslint/eslint-plugin": "5.41.0",
48-
"@typescript-eslint/parser": "5.41.0",
47+
"@typescript-eslint/eslint-plugin": "5.42.0",
48+
"@typescript-eslint/parser": "5.42.0",
4949
"conventional-changelog-conventionalcommits": "5.0.0",
5050
"eslint": "7.32.0",
5151
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 55 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,86 +1441,87 @@
14411441
dependencies:
14421442
"@types/yargs-parser" "*"
14431443

1444-
"@typescript-eslint/eslint-plugin@5.41.0":
1445-
version "5.41.0"
1446-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
1447-
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
1448-
dependencies:
1449-
"@typescript-eslint/scope-manager" "5.41.0"
1450-
"@typescript-eslint/type-utils" "5.41.0"
1451-
"@typescript-eslint/utils" "5.41.0"
1444+
"@typescript-eslint/eslint-plugin@5.42.0":
1445+
version "5.42.0"
1446+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
1447+
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
1448+
dependencies:
1449+
"@typescript-eslint/scope-manager" "5.42.0"
1450+
"@typescript-eslint/type-utils" "5.42.0"
1451+
"@typescript-eslint/utils" "5.42.0"
14521452
debug "^4.3.4"
14531453
ignore "^5.2.0"
1454+
natural-compare-lite "^1.4.0"
14541455
regexpp "^3.2.0"
14551456
semver "^7.3.7"
14561457
tsutils "^3.21.0"
14571458

1458-
"@typescript-eslint/parser@5.41.0":
1459-
version "5.41.0"
1460-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.41.0.tgz#0414a6405007e463dc527b459af1f19430382d67"
1461-
integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==
1459+
"@typescript-eslint/parser@5.42.0":
1460+
version "5.42.0"
1461+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
1462+
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
14621463
dependencies:
1463-
"@typescript-eslint/scope-manager" "5.41.0"
1464-
"@typescript-eslint/types" "5.41.0"
1465-
"@typescript-eslint/typescript-estree" "5.41.0"
1464+
"@typescript-eslint/scope-manager" "5.42.0"
1465+
"@typescript-eslint/types" "5.42.0"
1466+
"@typescript-eslint/typescript-estree" "5.42.0"
14661467
debug "^4.3.4"
14671468

1468-
"@typescript-eslint/scope-manager@5.41.0":
1469-
version "5.41.0"
1470-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf"
1471-
integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==
1469+
"@typescript-eslint/scope-manager@5.42.0":
1470+
version "5.42.0"
1471+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
1472+
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
14721473
dependencies:
1473-
"@typescript-eslint/types" "5.41.0"
1474-
"@typescript-eslint/visitor-keys" "5.41.0"
1474+
"@typescript-eslint/types" "5.42.0"
1475+
"@typescript-eslint/visitor-keys" "5.42.0"
14751476

1476-
"@typescript-eslint/type-utils@5.41.0":
1477-
version "5.41.0"
1478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
1479-
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
1477+
"@typescript-eslint/type-utils@5.42.0":
1478+
version "5.42.0"
1479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
1480+
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
14801481
dependencies:
1481-
"@typescript-eslint/typescript-estree" "5.41.0"
1482-
"@typescript-eslint/utils" "5.41.0"
1482+
"@typescript-eslint/typescript-estree" "5.42.0"
1483+
"@typescript-eslint/utils" "5.42.0"
14831484
debug "^4.3.4"
14841485
tsutils "^3.21.0"
14851486

1486-
"@typescript-eslint/types@5.41.0":
1487-
version "5.41.0"
1488-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
1489-
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
1487+
"@typescript-eslint/types@5.42.0":
1488+
version "5.42.0"
1489+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
1490+
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
14901491

1491-
"@typescript-eslint/typescript-estree@5.41.0":
1492-
version "5.41.0"
1493-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
1494-
integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==
1492+
"@typescript-eslint/typescript-estree@5.42.0":
1493+
version "5.42.0"
1494+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
1495+
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
14951496
dependencies:
1496-
"@typescript-eslint/types" "5.41.0"
1497-
"@typescript-eslint/visitor-keys" "5.41.0"
1497+
"@typescript-eslint/types" "5.42.0"
1498+
"@typescript-eslint/visitor-keys" "5.42.0"
14981499
debug "^4.3.4"
14991500
globby "^11.1.0"
15001501
is-glob "^4.0.3"
15011502
semver "^7.3.7"
15021503
tsutils "^3.21.0"
15031504

1504-
"@typescript-eslint/utils@5.41.0":
1505-
version "5.41.0"
1506-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
1507-
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
1505+
"@typescript-eslint/utils@5.42.0":
1506+
version "5.42.0"
1507+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
1508+
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
15081509
dependencies:
15091510
"@types/json-schema" "^7.0.9"
15101511
"@types/semver" "^7.3.12"
1511-
"@typescript-eslint/scope-manager" "5.41.0"
1512-
"@typescript-eslint/types" "5.41.0"
1513-
"@typescript-eslint/typescript-estree" "5.41.0"
1512+
"@typescript-eslint/scope-manager" "5.42.0"
1513+
"@typescript-eslint/types" "5.42.0"
1514+
"@typescript-eslint/typescript-estree" "5.42.0"
15141515
eslint-scope "^5.1.1"
15151516
eslint-utils "^3.0.0"
15161517
semver "^7.3.7"
15171518

1518-
"@typescript-eslint/visitor-keys@5.41.0":
1519-
version "5.41.0"
1520-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"
1521-
integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==
1519+
"@typescript-eslint/visitor-keys@5.42.0":
1520+
version "5.42.0"
1521+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
1522+
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
15221523
dependencies:
1523-
"@typescript-eslint/types" "5.41.0"
1524+
"@typescript-eslint/types" "5.42.0"
15241525
eslint-visitor-keys "^3.3.0"
15251526

15261527
"@webassemblyjs/ast@1.11.1":
@@ -4848,6 +4849,11 @@ mute-stream@~0.0.4:
48484849
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
48494850
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
48504851

4852+
natural-compare-lite@^1.4.0:
4853+
version "1.4.0"
4854+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4855+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4856+
48514857
natural-compare@^1.4.0:
48524858
version "1.4.0"
48534859
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)