Skip to content

Commit c676f8a

Browse files
Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.7.5 (#938)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.4 to 6.7.5. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.5/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f574ea commit c676f8a

File tree

2 files changed

+56
-22
lines changed

2 files changed

+56
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/jsdom": "^21.1.1",
3838
"@types/superagent": "^4.1.16",
3939
"@types/winston": "^2.4.4",
40-
"@typescript-eslint/eslint-plugin": "^6.7.4",
40+
"@typescript-eslint/eslint-plugin": "^6.7.5",
4141
"@typescript-eslint/parser": "^6.7.4",
4242
"babel-jest": "^29.7.0",
4343
"babel-watch": "^7.8.1",

yarn.lock

Lines changed: 55 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,16 +2543,16 @@
25432543
dependencies:
25442544
"@types/yargs-parser" "*"
25452545

2546-
"@typescript-eslint/eslint-plugin@^6.7.4":
2547-
version "6.7.4"
2548-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.4.tgz#057338df21b6062c2f2fc5999fbea8af9973ac6d"
2549-
integrity sha512-DAbgDXwtX+pDkAHwiGhqP3zWUGpW49B7eqmgpPtg+BKJXwdct79ut9+ifqOFPJGClGKSHXn2PTBatCnldJRUoA==
2546+
"@typescript-eslint/eslint-plugin@^6.7.5":
2547+
version "6.7.5"
2548+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.5.tgz#f4024b9f63593d0c2b5bd6e4ca027e6f30934d4f"
2549+
integrity sha512-JhtAwTRhOUcP96D0Y6KYnwig/MRQbOoLGXTON2+LlyB/N35SP9j1boai2zzwXb7ypKELXMx3DVk9UTaEq1vHEw==
25502550
dependencies:
25512551
"@eslint-community/regexpp" "^4.5.1"
2552-
"@typescript-eslint/scope-manager" "6.7.4"
2553-
"@typescript-eslint/type-utils" "6.7.4"
2554-
"@typescript-eslint/utils" "6.7.4"
2555-
"@typescript-eslint/visitor-keys" "6.7.4"
2552+
"@typescript-eslint/scope-manager" "6.7.5"
2553+
"@typescript-eslint/type-utils" "6.7.5"
2554+
"@typescript-eslint/utils" "6.7.5"
2555+
"@typescript-eslint/visitor-keys" "6.7.5"
25562556
debug "^4.3.4"
25572557
graphemer "^1.4.0"
25582558
ignore "^5.2.4"
@@ -2587,13 +2587,21 @@
25872587
"@typescript-eslint/types" "6.7.4"
25882588
"@typescript-eslint/visitor-keys" "6.7.4"
25892589

2590-
"@typescript-eslint/type-utils@6.7.4":
2591-
version "6.7.4"
2592-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.4.tgz#847cd3b59baf948984499be3e0a12ff07373e321"
2593-
integrity sha512-n+g3zi1QzpcAdHFP9KQF+rEFxMb2KxtnJGID3teA/nxKHOVi3ylKovaqEzGBbVY2pBttU6z85gp0D00ufLzViQ==
2590+
"@typescript-eslint/scope-manager@6.7.5":
2591+
version "6.7.5"
2592+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.5.tgz#1cf33b991043886cd67f4f3600b8e122fc14e711"
2593+
integrity sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==
25942594
dependencies:
2595-
"@typescript-eslint/typescript-estree" "6.7.4"
2596-
"@typescript-eslint/utils" "6.7.4"
2595+
"@typescript-eslint/types" "6.7.5"
2596+
"@typescript-eslint/visitor-keys" "6.7.5"
2597+
2598+
"@typescript-eslint/[email protected]":
2599+
version "6.7.5"
2600+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.5.tgz#0a65949ec16588d8956f6d967f7d9c84ddb2d72a"
2601+
integrity sha512-Gs0qos5wqxnQrvpYv+pf3XfcRXW6jiAn9zE/K+DlmYf6FcpxeNYN0AIETaPR7rHO4K2UY+D0CIbDP9Ut0U4m1g==
2602+
dependencies:
2603+
"@typescript-eslint/typescript-estree" "6.7.5"
2604+
"@typescript-eslint/utils" "6.7.5"
25972605
debug "^4.3.4"
25982606
ts-api-utils "^1.0.1"
25992607

@@ -2607,6 +2615,11 @@
26072615
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.4.tgz#5d358484d2be986980c039de68e9f1eb62ea7897"
26082616
integrity sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==
26092617

2618+
"@typescript-eslint/[email protected]":
2619+
version "6.7.5"
2620+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
2621+
integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
2622+
26102623
"@typescript-eslint/[email protected]":
26112624
version "5.62.0"
26122625
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2633,17 +2646,30 @@
26332646
semver "^7.5.4"
26342647
ts-api-utils "^1.0.1"
26352648

2636-
"@typescript-eslint/[email protected]":
2637-
version "6.7.4"
2638-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.4.tgz#2236f72b10e38277ee05ef06142522e1de470ff2"
2639-
integrity sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==
2649+
"@typescript-eslint/[email protected]":
2650+
version "6.7.5"
2651+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.5.tgz#4578de1a26e9f24950f029a4f00d1bfe41f15a39"
2652+
integrity sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==
2653+
dependencies:
2654+
"@typescript-eslint/types" "6.7.5"
2655+
"@typescript-eslint/visitor-keys" "6.7.5"
2656+
debug "^4.3.4"
2657+
globby "^11.1.0"
2658+
is-glob "^4.0.3"
2659+
semver "^7.5.4"
2660+
ts-api-utils "^1.0.1"
2661+
2662+
"@typescript-eslint/[email protected]":
2663+
version "6.7.5"
2664+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.5.tgz#ab847b53d6b65e029314b8247c2336843dba81ab"
2665+
integrity sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==
26402666
dependencies:
26412667
"@eslint-community/eslint-utils" "^4.4.0"
26422668
"@types/json-schema" "^7.0.12"
26432669
"@types/semver" "^7.5.0"
2644-
"@typescript-eslint/scope-manager" "6.7.4"
2645-
"@typescript-eslint/types" "6.7.4"
2646-
"@typescript-eslint/typescript-estree" "6.7.4"
2670+
"@typescript-eslint/scope-manager" "6.7.5"
2671+
"@typescript-eslint/types" "6.7.5"
2672+
"@typescript-eslint/typescript-estree" "6.7.5"
26472673
semver "^7.5.4"
26482674

26492675
"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.60.1":
@@ -2676,6 +2702,14 @@
26762702
"@typescript-eslint/types" "6.7.4"
26772703
eslint-visitor-keys "^3.4.1"
26782704

2705+
"@typescript-eslint/[email protected]":
2706+
version "6.7.5"
2707+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.5.tgz#84c68d6ceb5b12d5246b918b84f2b79affd6c2f1"
2708+
integrity sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==
2709+
dependencies:
2710+
"@typescript-eslint/types" "6.7.5"
2711+
eslint-visitor-keys "^3.4.1"
2712+
26792713
abab@^2.0.6:
26802714
version "2.0.6"
26812715
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"

0 commit comments

Comments
 (0)