Skip to content

Commit 7b1f9b5

Browse files
chore(deps): update typescript-eslint monorepo to v8.39.1 (#1202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dca7f4d commit 7b1f9b5

2 files changed

Lines changed: 65 additions & 65 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@theguild/prettier-config": "3.0.1",
4141
"@types/jest": "28.1.8",
4242
"@types/node": "22.17.1",
43-
"@typescript-eslint/eslint-plugin": "8.39.0",
44-
"@typescript-eslint/parser": "8.39.0",
43+
"@typescript-eslint/eslint-plugin": "8.39.1",
44+
"@typescript-eslint/parser": "8.39.1",
4545
"babel-jest": "28.1.3",
4646
"bob-the-bundler": "7.0.1",
4747
"cross-env": "7.0.3",

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2583,102 +2583,102 @@
25832583
dependencies:
25842584
"@types/yargs-parser" "*"
25852585

2586-
"@typescript-eslint/[email protected].0":
2587-
version "8.39.0"
2588-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz#c9afec1866ee1a6ea3d768b5f8e92201efbbba06"
2589-
integrity sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==
2586+
"@typescript-eslint/[email protected].1":
2587+
version "8.39.1"
2588+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.1.tgz#28dffcb5272d20afe250bfeec3173263db5528a0"
2589+
integrity sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g==
25902590
dependencies:
25912591
"@eslint-community/regexpp" "^4.10.0"
2592-
"@typescript-eslint/scope-manager" "8.39.0"
2593-
"@typescript-eslint/type-utils" "8.39.0"
2594-
"@typescript-eslint/utils" "8.39.0"
2595-
"@typescript-eslint/visitor-keys" "8.39.0"
2592+
"@typescript-eslint/scope-manager" "8.39.1"
2593+
"@typescript-eslint/type-utils" "8.39.1"
2594+
"@typescript-eslint/utils" "8.39.1"
2595+
"@typescript-eslint/visitor-keys" "8.39.1"
25962596
graphemer "^1.4.0"
25972597
ignore "^7.0.0"
25982598
natural-compare "^1.4.0"
25992599
ts-api-utils "^2.1.0"
26002600

2601-
"@typescript-eslint/[email protected].0":
2602-
version "8.39.0"
2603-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.0.tgz#c4b895d7a47f4cd5ee6ee77ea30e61d58b802008"
2604-
integrity sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==
2601+
"@typescript-eslint/[email protected].1":
2602+
version "8.39.1"
2603+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.1.tgz#7f8f9ecfc7e172d67e42c366fa198e42324e5d50"
2604+
integrity sha512-pUXGCuHnnKw6PyYq93lLRiZm3vjuslIy7tus1lIQTYVK9bL8XBgJnCWm8a0KcTtHC84Yya1Q6rtll+duSMj0dg==
26052605
dependencies:
2606-
"@typescript-eslint/scope-manager" "8.39.0"
2607-
"@typescript-eslint/types" "8.39.0"
2608-
"@typescript-eslint/typescript-estree" "8.39.0"
2609-
"@typescript-eslint/visitor-keys" "8.39.0"
2606+
"@typescript-eslint/scope-manager" "8.39.1"
2607+
"@typescript-eslint/types" "8.39.1"
2608+
"@typescript-eslint/typescript-estree" "8.39.1"
2609+
"@typescript-eslint/visitor-keys" "8.39.1"
26102610
debug "^4.3.4"
26112611

2612-
"@typescript-eslint/[email protected].0":
2613-
version "8.39.0"
2614-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz#71cb29c3f8139f99a905b8705127bffc2ae84759"
2615-
integrity sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==
2612+
"@typescript-eslint/[email protected].1":
2613+
version "8.39.1"
2614+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.1.tgz#63525878d488ebf27c485f295e83434a1398f52d"
2615+
integrity sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==
26162616
dependencies:
2617-
"@typescript-eslint/tsconfig-utils" "^8.39.0"
2618-
"@typescript-eslint/types" "^8.39.0"
2617+
"@typescript-eslint/tsconfig-utils" "^8.39.1"
2618+
"@typescript-eslint/types" "^8.39.1"
26192619
debug "^4.3.4"
26202620

2621-
"@typescript-eslint/[email protected].0":
2622-
version "8.39.0"
2623-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz#ba4bf6d8257bbc172c298febf16bc22df4856570"
2624-
integrity sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==
2621+
"@typescript-eslint/[email protected].1":
2622+
version "8.39.1"
2623+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz#1253fe3e1f2f33f08a3e438a05b5dd7faf9fbca6"
2624+
integrity sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==
26252625
dependencies:
2626-
"@typescript-eslint/types" "8.39.0"
2627-
"@typescript-eslint/visitor-keys" "8.39.0"
2626+
"@typescript-eslint/types" "8.39.1"
2627+
"@typescript-eslint/visitor-keys" "8.39.1"
26282628

2629-
"@typescript-eslint/[email protected].0", "@typescript-eslint/tsconfig-utils@^8.39.0":
2630-
version "8.39.0"
2631-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13"
2632-
integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==
2629+
"@typescript-eslint/[email protected].1", "@typescript-eslint/tsconfig-utils@^8.39.1":
2630+
version "8.39.1"
2631+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz#17f13b4ad481e7bec7c249ee1854078645b34b12"
2632+
integrity sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==
26332633

2634-
"@typescript-eslint/[email protected].0":
2635-
version "8.39.0"
2636-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz#310ec781ae5e7bb0f5940bfd652573587f22786b"
2637-
integrity sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==
2634+
"@typescript-eslint/[email protected].1":
2635+
version "8.39.1"
2636+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.1.tgz#642f9fb96173649e2928fea0375b1d74d31906c2"
2637+
integrity sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==
26382638
dependencies:
2639-
"@typescript-eslint/types" "8.39.0"
2640-
"@typescript-eslint/typescript-estree" "8.39.0"
2641-
"@typescript-eslint/utils" "8.39.0"
2639+
"@typescript-eslint/types" "8.39.1"
2640+
"@typescript-eslint/typescript-estree" "8.39.1"
2641+
"@typescript-eslint/utils" "8.39.1"
26422642
debug "^4.3.4"
26432643
ts-api-utils "^2.1.0"
26442644

2645-
"@typescript-eslint/[email protected].0", "@typescript-eslint/types@^8.39.0":
2646-
version "8.39.0"
2647-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
2648-
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
2645+
"@typescript-eslint/[email protected].1", "@typescript-eslint/types@^8.39.1":
2646+
version "8.39.1"
2647+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.1.tgz#f0ab996c8ab2c3b046bbf86bb1990b03529869a1"
2648+
integrity sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==
26492649

2650-
"@typescript-eslint/[email protected].0":
2651-
version "8.39.0"
2652-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz#b9477a5c47a0feceffe91adf553ad9a3cd4cb3d6"
2653-
integrity sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==
2650+
"@typescript-eslint/[email protected].1":
2651+
version "8.39.1"
2652+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz#8825d3ea7ea2144c577859ae489eec24ef7318a5"
2653+
integrity sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==
26542654
dependencies:
2655-
"@typescript-eslint/project-service" "8.39.0"
2656-
"@typescript-eslint/tsconfig-utils" "8.39.0"
2657-
"@typescript-eslint/types" "8.39.0"
2658-
"@typescript-eslint/visitor-keys" "8.39.0"
2655+
"@typescript-eslint/project-service" "8.39.1"
2656+
"@typescript-eslint/tsconfig-utils" "8.39.1"
2657+
"@typescript-eslint/types" "8.39.1"
2658+
"@typescript-eslint/visitor-keys" "8.39.1"
26592659
debug "^4.3.4"
26602660
fast-glob "^3.3.2"
26612661
is-glob "^4.0.3"
26622662
minimatch "^9.0.4"
26632663
semver "^7.6.0"
26642664
ts-api-utils "^2.1.0"
26652665

2666-
"@typescript-eslint/[email protected].0":
2667-
version "8.39.0"
2668-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
2669-
integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==
2666+
"@typescript-eslint/[email protected].1":
2667+
version "8.39.1"
2668+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.1.tgz#58a834f89f93b786ada2cd14d77fa63c3c8f408b"
2669+
integrity sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==
26702670
dependencies:
26712671
"@eslint-community/eslint-utils" "^4.7.0"
2672-
"@typescript-eslint/scope-manager" "8.39.0"
2673-
"@typescript-eslint/types" "8.39.0"
2674-
"@typescript-eslint/typescript-estree" "8.39.0"
2672+
"@typescript-eslint/scope-manager" "8.39.1"
2673+
"@typescript-eslint/types" "8.39.1"
2674+
"@typescript-eslint/typescript-estree" "8.39.1"
26752675

2676-
"@typescript-eslint/[email protected].0":
2677-
version "8.39.0"
2678-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz#5d619a6e810cdd3fd1913632719cbccab08bf875"
2679-
integrity sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==
2676+
"@typescript-eslint/[email protected].1":
2677+
version "8.39.1"
2678+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz#a467742a98f2fa3c03d7bed4979dc0db3850a77a"
2679+
integrity sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==
26802680
dependencies:
2681-
"@typescript-eslint/types" "8.39.0"
2681+
"@typescript-eslint/types" "8.39.1"
26822682
eslint-visitor-keys "^4.2.1"
26832683

26842684
"@urql/introspection@^0.3.2":

0 commit comments

Comments
 (0)