Skip to content

Commit 1001e3d

Browse files
Merge pull request #756 from US-EPA-CAMD/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.40.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.39.1 to 8.40.0
2 parents a365e05 + 08f1e4d commit 1001e3d

File tree

2 files changed

+88
-1
lines changed

2 files changed

+88
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/node": "20",
6868
"@types/supertest": "^6.0.3",
6969
"@types/uuid": "^8.3.1",
70-
"@typescript-eslint/eslint-plugin": "8.39.1",
70+
"@typescript-eslint/eslint-plugin": "8.40.0",
7171
"@typescript-eslint/parser": "8.39.1",
7272
"eslint": "^9.33.0",
7373
"eslint-config-prettier": "^10.1.8",

yarn.lock

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,6 +2557,21 @@
25572557
natural-compare "^1.4.0"
25582558
ts-api-utils "^2.1.0"
25592559

2560+
"@typescript-eslint/[email protected]":
2561+
version "8.40.0"
2562+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.40.0.tgz#19f959f273b32f5082c891903645e6a85328db4e"
2563+
integrity sha512-w/EboPlBwnmOBtRbiOvzjD+wdiZdgFeo17lkltrtn7X37vagKKWJABvyfsJXTlHe6XBzugmYgd4A4nW+k8Mixw==
2564+
dependencies:
2565+
"@eslint-community/regexpp" "^4.10.0"
2566+
"@typescript-eslint/scope-manager" "8.40.0"
2567+
"@typescript-eslint/type-utils" "8.40.0"
2568+
"@typescript-eslint/utils" "8.40.0"
2569+
"@typescript-eslint/visitor-keys" "8.40.0"
2570+
graphemer "^1.4.0"
2571+
ignore "^7.0.0"
2572+
natural-compare "^1.4.0"
2573+
ts-api-utils "^2.1.0"
2574+
25602575
"@typescript-eslint/[email protected]":
25612576
version "8.39.1"
25622577
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.1.tgz#7f8f9ecfc7e172d67e42c366fa198e42324e5d50"
@@ -2577,6 +2592,15 @@
25772592
"@typescript-eslint/types" "^8.39.1"
25782593
debug "^4.3.4"
25792594

2595+
"@typescript-eslint/[email protected]":
2596+
version "8.40.0"
2597+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.40.0.tgz#1b7ba6079ff580c3215882fe75a43e5d3ed166b9"
2598+
integrity sha512-/A89vz7Wf5DEXsGVvcGdYKbVM9F7DyFXj52lNYUDS1L9yJfqjW/fIp5PgMuEJL/KeqVTe2QSbXAGUZljDUpArw==
2599+
dependencies:
2600+
"@typescript-eslint/tsconfig-utils" "^8.40.0"
2601+
"@typescript-eslint/types" "^8.40.0"
2602+
debug "^4.3.4"
2603+
25802604
"@typescript-eslint/[email protected]":
25812605
version "8.39.1"
25822606
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz#1253fe3e1f2f33f08a3e438a05b5dd7faf9fbca6"
@@ -2585,11 +2609,24 @@
25852609
"@typescript-eslint/types" "8.39.1"
25862610
"@typescript-eslint/visitor-keys" "8.39.1"
25872611

2612+
"@typescript-eslint/[email protected]":
2613+
version "8.40.0"
2614+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.40.0.tgz#2fbfcc8643340d8cd692267e61548b946190be8a"
2615+
integrity sha512-y9ObStCcdCiZKzwqsE8CcpyuVMwRouJbbSrNuThDpv16dFAj429IkM6LNb1dZ2m7hK5fHyzNcErZf7CEeKXR4w==
2616+
dependencies:
2617+
"@typescript-eslint/types" "8.40.0"
2618+
"@typescript-eslint/visitor-keys" "8.40.0"
2619+
25882620
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.39.1":
25892621
version "8.39.1"
25902622
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz#17f13b4ad481e7bec7c249ee1854078645b34b12"
25912623
integrity sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==
25922624

2625+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.40.0":
2626+
version "8.40.0"
2627+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.40.0.tgz#8e8fdb9b988854aedd04abdde3239c4bdd2d26e4"
2628+
integrity sha512-jtMytmUaG9d/9kqSl/W3E3xaWESo4hFDxAIHGVW/WKKtQhesnRIJSAJO6XckluuJ6KDB5woD1EiqknriCtAmcw==
2629+
25932630
"@typescript-eslint/[email protected]":
25942631
version "8.39.1"
25952632
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.1.tgz#642f9fb96173649e2928fea0375b1d74d31906c2"
@@ -2601,11 +2638,27 @@
26012638
debug "^4.3.4"
26022639
ts-api-utils "^2.1.0"
26032640

2641+
"@typescript-eslint/[email protected]":
2642+
version "8.40.0"
2643+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.40.0.tgz#a7e4a1f0815dd0ba3e4eef945cc87193ca32c422"
2644+
integrity sha512-eE60cK4KzAc6ZrzlJnflXdrMqOBaugeukWICO2rB0KNvwdIMaEaYiywwHMzA1qFpTxrLhN9Lp4E/00EgWcD3Ow==
2645+
dependencies:
2646+
"@typescript-eslint/types" "8.40.0"
2647+
"@typescript-eslint/typescript-estree" "8.40.0"
2648+
"@typescript-eslint/utils" "8.40.0"
2649+
debug "^4.3.4"
2650+
ts-api-utils "^2.1.0"
2651+
26042652
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.39.1":
26052653
version "8.39.1"
26062654
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.1.tgz#f0ab996c8ab2c3b046bbf86bb1990b03529869a1"
26072655
integrity sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==
26082656

2657+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.40.0":
2658+
version "8.40.0"
2659+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.40.0.tgz#0b580fdf643737aa5c01285314b5c6e9543846a9"
2660+
integrity sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==
2661+
26092662
"@typescript-eslint/[email protected]":
26102663
version "8.39.1"
26112664
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz#8825d3ea7ea2144c577859ae489eec24ef7318a5"
@@ -2622,6 +2675,22 @@
26222675
semver "^7.6.0"
26232676
ts-api-utils "^2.1.0"
26242677

2678+
"@typescript-eslint/[email protected]":
2679+
version "8.40.0"
2680+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.40.0.tgz#295149440ce7da81c790a4e14e327599a3a1e5c9"
2681+
integrity sha512-k1z9+GJReVVOkc1WfVKs1vBrR5MIKKbdAjDTPvIK3L8De6KbFfPFt6BKpdkdk7rZS2GtC/m6yI5MYX+UsuvVYQ==
2682+
dependencies:
2683+
"@typescript-eslint/project-service" "8.40.0"
2684+
"@typescript-eslint/tsconfig-utils" "8.40.0"
2685+
"@typescript-eslint/types" "8.40.0"
2686+
"@typescript-eslint/visitor-keys" "8.40.0"
2687+
debug "^4.3.4"
2688+
fast-glob "^3.3.2"
2689+
is-glob "^4.0.3"
2690+
minimatch "^9.0.4"
2691+
semver "^7.6.0"
2692+
ts-api-utils "^2.1.0"
2693+
26252694
"@typescript-eslint/[email protected]":
26262695
version "8.39.1"
26272696
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.1.tgz#58a834f89f93b786ada2cd14d77fa63c3c8f408b"
@@ -2632,6 +2701,16 @@
26322701
"@typescript-eslint/types" "8.39.1"
26332702
"@typescript-eslint/typescript-estree" "8.39.1"
26342703

2704+
"@typescript-eslint/[email protected]":
2705+
version "8.40.0"
2706+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.40.0.tgz#8d0c6430ed2f5dc350784bb0d8be514da1e54054"
2707+
integrity sha512-Cgzi2MXSZyAUOY+BFwGs17s7ad/7L+gKt6Y8rAVVWS+7o6wrjeFN4nVfTpbE25MNcxyJ+iYUXflbs2xR9h4UBg==
2708+
dependencies:
2709+
"@eslint-community/eslint-utils" "^4.7.0"
2710+
"@typescript-eslint/scope-manager" "8.40.0"
2711+
"@typescript-eslint/types" "8.40.0"
2712+
"@typescript-eslint/typescript-estree" "8.40.0"
2713+
26352714
"@typescript-eslint/[email protected]":
26362715
version "8.39.1"
26372716
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz#a467742a98f2fa3c03d7bed4979dc0db3850a77a"
@@ -2640,6 +2719,14 @@
26402719
"@typescript-eslint/types" "8.39.1"
26412720
eslint-visitor-keys "^4.2.1"
26422721

2722+
"@typescript-eslint/[email protected]":
2723+
version "8.40.0"
2724+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.40.0.tgz#c1b45196981311fed7256863be4bfb2d3eda332a"
2725+
integrity sha512-8CZ47QwalyRjsypfwnbI3hKy5gJDPmrkLjkgMxhi0+DZZ2QNx2naS6/hWoVYUHU7LU2zleF68V9miaVZvhFfTA==
2726+
dependencies:
2727+
"@typescript-eslint/types" "8.40.0"
2728+
eslint-visitor-keys "^4.2.1"
2729+
26432730
"@us-epa-camd/[email protected]":
26442731
version "21.2.1"
26452732
resolved "https://npm.pkg.github.com/download/@US-EPA-CAMD/easey-common/21.2.1/d1bcb0303747456c72d898143e035190bfeeb4ac#d1bcb0303747456c72d898143e035190bfeeb4ac"

0 commit comments

Comments
 (0)