Skip to content

Commit 3caf68e

Browse files
dependabot[bot]acelaya
authored andcommitted
Bump the eslint group with 2 updates
Bumps the eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@typescript-eslint/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) Updates `@typescript-eslint/parser` 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/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.5/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08be770 commit 3caf68e

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@rollup/plugin-multi-entry": "^6.0.1",
1919
"@rollup/plugin-node-resolve": "^15.2.3",
2020
"@types/chrome": "^0.0.246",
21-
"@typescript-eslint/eslint-plugin": "^6.7.4",
22-
"@typescript-eslint/parser": "^6.7.4",
21+
"@typescript-eslint/eslint-plugin": "^6.7.5",
22+
"@typescript-eslint/parser": "^6.7.5",
2323
"babel-plugin-istanbul": "^6.1.1",
2424
"babel-plugin-mockable-imports": "^2.0.1",
2525
"chai": "^4.3.10",

yarn.lock

+52-52
Original file line numberDiff line numberDiff line change
@@ -2540,15 +2540,15 @@ __metadata:
25402540
languageName: node
25412541
linkType: hard
25422542

2543-
"@typescript-eslint/eslint-plugin@npm:^6.7.4":
2544-
version: 6.7.4
2545-
resolution: "@typescript-eslint/eslint-plugin@npm:6.7.4"
2543+
"@typescript-eslint/eslint-plugin@npm:^6.7.5":
2544+
version: 6.7.5
2545+
resolution: "@typescript-eslint/eslint-plugin@npm:6.7.5"
25462546
dependencies:
25472547
"@eslint-community/regexpp": ^4.5.1
2548-
"@typescript-eslint/scope-manager": 6.7.4
2549-
"@typescript-eslint/type-utils": 6.7.4
2550-
"@typescript-eslint/utils": 6.7.4
2551-
"@typescript-eslint/visitor-keys": 6.7.4
2548+
"@typescript-eslint/scope-manager": 6.7.5
2549+
"@typescript-eslint/type-utils": 6.7.5
2550+
"@typescript-eslint/utils": 6.7.5
2551+
"@typescript-eslint/visitor-keys": 6.7.5
25522552
debug: ^4.3.4
25532553
graphemer: ^1.4.0
25542554
ignore: ^5.2.4
@@ -2561,68 +2561,68 @@ __metadata:
25612561
peerDependenciesMeta:
25622562
typescript:
25632563
optional: true
2564-
checksum: 91d5051ae935d8bb61091665ee1e5c456992a0c29b58c86c1bb2b72c935dd831c0d3c7726a8d609455ae4a8b4ba8786ebeeef4bc7eff388b5f77475e7a634dc0
2564+
checksum: c37edf5a703db4ff9227d67c2d2cf817e65c9afc94cc0e650fa3d2b05ac55201ef887ce9dadb9ca13779f4025bf4367e132b013e3559e777006a2332079bb180
25652565
languageName: node
25662566
linkType: hard
25672567

2568-
"@typescript-eslint/parser@npm:^6.7.4":
2569-
version: 6.7.4
2570-
resolution: "@typescript-eslint/parser@npm:6.7.4"
2568+
"@typescript-eslint/parser@npm:^6.7.5":
2569+
version: 6.7.5
2570+
resolution: "@typescript-eslint/parser@npm:6.7.5"
25712571
dependencies:
2572-
"@typescript-eslint/scope-manager": 6.7.4
2573-
"@typescript-eslint/types": 6.7.4
2574-
"@typescript-eslint/typescript-estree": 6.7.4
2575-
"@typescript-eslint/visitor-keys": 6.7.4
2572+
"@typescript-eslint/scope-manager": 6.7.5
2573+
"@typescript-eslint/types": 6.7.5
2574+
"@typescript-eslint/typescript-estree": 6.7.5
2575+
"@typescript-eslint/visitor-keys": 6.7.5
25762576
debug: ^4.3.4
25772577
peerDependencies:
25782578
eslint: ^7.0.0 || ^8.0.0
25792579
peerDependenciesMeta:
25802580
typescript:
25812581
optional: true
2582-
checksum: 60e7c01a69c1a67577f031cd6ef3c7980a9aedf2045b9950e339836acb2fe9d7bf0c8909fa95d713a8270f19dead43d82beb27dcf8705f81fe35b14b737e8fe0
2582+
checksum: 63f988c1c87697bd20487933be952b97f7a5f2a9977f505af671c7d49367fc01ca508817576646caa937c15cc0a0ef1e86adff9111eb19df8b489e7436d10620
25832583
languageName: node
25842584
linkType: hard
25852585

2586-
"@typescript-eslint/scope-manager@npm:6.7.4":
2587-
version: 6.7.4
2588-
resolution: "@typescript-eslint/scope-manager@npm:6.7.4"
2586+
"@typescript-eslint/scope-manager@npm:6.7.5":
2587+
version: 6.7.5
2588+
resolution: "@typescript-eslint/scope-manager@npm:6.7.5"
25892589
dependencies:
2590-
"@typescript-eslint/types": 6.7.4
2591-
"@typescript-eslint/visitor-keys": 6.7.4
2592-
checksum: 8475d28f6408c204fb6bf25df45c1f16cad950190e31346c4b1ae15461a96f30b31b6fd1d3d635b41db6aa9a3fd3de25f04823632c74eeea478f34ebd134a1b0
2590+
"@typescript-eslint/types": 6.7.5
2591+
"@typescript-eslint/visitor-keys": 6.7.5
2592+
checksum: f21858ed78f81ab2d9879139f69657fda2a7b901078f79df64d1262d80f84ef66c56525ed0bb5e393fa5ca5474ad97f2225b7f713977c2d0f79cda31b2744af9
25932593
languageName: node
25942594
linkType: hard
25952595

2596-
"@typescript-eslint/type-utils@npm:6.7.4":
2597-
version: 6.7.4
2598-
resolution: "@typescript-eslint/type-utils@npm:6.7.4"
2596+
"@typescript-eslint/type-utils@npm:6.7.5":
2597+
version: 6.7.5
2598+
resolution: "@typescript-eslint/type-utils@npm:6.7.5"
25992599
dependencies:
2600-
"@typescript-eslint/typescript-estree": 6.7.4
2601-
"@typescript-eslint/utils": 6.7.4
2600+
"@typescript-eslint/typescript-estree": 6.7.5
2601+
"@typescript-eslint/utils": 6.7.5
26022602
debug: ^4.3.4
26032603
ts-api-utils: ^1.0.1
26042604
peerDependencies:
26052605
eslint: ^7.0.0 || ^8.0.0
26062606
peerDependenciesMeta:
26072607
typescript:
26082608
optional: true
2609-
checksum: 231240a1aa1008a1b1facdd40b931433606947254f6e04705d154791a8b2c15d5ce3355b7d8a29cf7bb53c2e2eca1340c7860dd395389858d442af06c586d1fd
2609+
checksum: 8023d8ddcfbf4a0411b192016711068e9e6787c5811aee3a25ac40025ade0d063a1a3d7b38469e1a534bb31fa9dbeec08ab53b7a6d7b3128358294ac5b219d9a
26102610
languageName: node
26112611
linkType: hard
26122612

2613-
"@typescript-eslint/types@npm:6.7.4":
2614-
version: 6.7.4
2615-
resolution: "@typescript-eslint/types@npm:6.7.4"
2616-
checksum: 287ae48a2bb722b866460bcb2ba4ff908348145b3fc0af4ea75679d474e9ba3632bf64689044f181fe8ca3cb5f41238bb31ea428d5e78f1c3982f6dac6b7b149
2613+
"@typescript-eslint/types@npm:6.7.5":
2614+
version: 6.7.5
2615+
resolution: "@typescript-eslint/types@npm:6.7.5"
2616+
checksum: f21e5726b60f13feb3a920c92515fbc1205ba0e9bba9959b2e42c02c282a0ab4fb0e5ae84f3807b9b1cf95036027e9033d92a911fa88e6c243a87621d8dd7a01
26172617
languageName: node
26182618
linkType: hard
26192619

2620-
"@typescript-eslint/typescript-estree@npm:6.7.4":
2621-
version: 6.7.4
2622-
resolution: "@typescript-eslint/typescript-estree@npm:6.7.4"
2620+
"@typescript-eslint/typescript-estree@npm:6.7.5":
2621+
version: 6.7.5
2622+
resolution: "@typescript-eslint/typescript-estree@npm:6.7.5"
26232623
dependencies:
2624-
"@typescript-eslint/types": 6.7.4
2625-
"@typescript-eslint/visitor-keys": 6.7.4
2624+
"@typescript-eslint/types": 6.7.5
2625+
"@typescript-eslint/visitor-keys": 6.7.5
26262626
debug: ^4.3.4
26272627
globby: ^11.1.0
26282628
is-glob: ^4.0.3
@@ -2631,34 +2631,34 @@ __metadata:
26312631
peerDependenciesMeta:
26322632
typescript:
26332633
optional: true
2634-
checksum: 2e8f5e972403233522eff09cfe7a0a23549cfd462e82b434aa32ddbdba5b329be5a549514a157f6b79e2d0159c9348d23b202e5d915d4f2c7cbfe72e1a48a429
2634+
checksum: 17685e8321edce1d1ec4278d84e63c0f41ccb19e9308f21c37450943ad0c33328755ac52b966e7855af17e01d22bc83d1fcda79c279fabe7d3460c8f315a7265
26352635
languageName: node
26362636
linkType: hard
26372637

2638-
"@typescript-eslint/utils@npm:6.7.4":
2639-
version: 6.7.4
2640-
resolution: "@typescript-eslint/utils@npm:6.7.4"
2638+
"@typescript-eslint/utils@npm:6.7.5":
2639+
version: 6.7.5
2640+
resolution: "@typescript-eslint/utils@npm:6.7.5"
26412641
dependencies:
26422642
"@eslint-community/eslint-utils": ^4.4.0
26432643
"@types/json-schema": ^7.0.12
26442644
"@types/semver": ^7.5.0
2645-
"@typescript-eslint/scope-manager": 6.7.4
2646-
"@typescript-eslint/types": 6.7.4
2647-
"@typescript-eslint/typescript-estree": 6.7.4
2645+
"@typescript-eslint/scope-manager": 6.7.5
2646+
"@typescript-eslint/types": 6.7.5
2647+
"@typescript-eslint/typescript-estree": 6.7.5
26482648
semver: ^7.5.4
26492649
peerDependencies:
26502650
eslint: ^7.0.0 || ^8.0.0
2651-
checksum: 75e197dd58b230436ceb51f2050bb3af8796b05a197eaf741251f8e9c4d9ba1a99d654d090da0c49d31b20da79d9cc3746cbb663ffd5ea614d7a960d64676d65
2651+
checksum: f365c654241f927e7784640079627d60a296aa3d575552b07594a69cfc419832eb5fa4adc87acb1988bea9741ae9cc4a5277dab168990310caef5de125255752
26522652
languageName: node
26532653
linkType: hard
26542654

2655-
"@typescript-eslint/visitor-keys@npm:6.7.4":
2656-
version: 6.7.4
2657-
resolution: "@typescript-eslint/visitor-keys@npm:6.7.4"
2655+
"@typescript-eslint/visitor-keys@npm:6.7.5":
2656+
version: 6.7.5
2657+
resolution: "@typescript-eslint/visitor-keys@npm:6.7.5"
26582658
dependencies:
2659-
"@typescript-eslint/types": 6.7.4
2659+
"@typescript-eslint/types": 6.7.5
26602660
eslint-visitor-keys: ^3.4.1
2661-
checksum: 34d09798b6c48dc059e88c6cb3df5f96e859bd65d1dd05d907b8a3c7a5708a737d50607081fb14a4b974b90cfe4169a93db974bf53af8b282420187f73b0afac
2661+
checksum: 2df996742f63d89fa339b0e8ff3a3a289d36b3f584f7538a7626bed3869e9ae27f8f56ab31748519d25a63de2ae22a43dd8413610b00436ff342b0a17eb85289
26622662
languageName: node
26632663
linkType: hard
26642664

@@ -7078,8 +7078,8 @@ __metadata:
70787078
"@rollup/plugin-multi-entry": ^6.0.1
70797079
"@rollup/plugin-node-resolve": ^15.2.3
70807080
"@types/chrome": ^0.0.246
7081-
"@typescript-eslint/eslint-plugin": ^6.7.4
7082-
"@typescript-eslint/parser": ^6.7.4
7081+
"@typescript-eslint/eslint-plugin": ^6.7.5
7082+
"@typescript-eslint/parser": ^6.7.5
70837083
babel-plugin-istanbul: ^6.1.1
70847084
babel-plugin-mockable-imports: ^2.0.1
70857085
chai: ^4.3.10

0 commit comments

Comments
 (0)