Skip to content

Commit 1d057fa

Browse files
Bump the typescript-eslint group with 2 updates (#1616)
Bumps the typescript-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.21.0 to 7.0.1 - [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/v7.0.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.21.0 to 7.0.1 - [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/v7.0.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-major dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-major dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea85fed commit 1d057fa

File tree

3 files changed

+63
-63
lines changed

3 files changed

+63
-63
lines changed

apps/pleiepenger-sykt-barn/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"@types/react": "18.2.55",
7070
"@types/react-dom": "18.2.19",
7171
"@types/react-router-dom": "5.3.3",
72-
"@typescript-eslint/eslint-plugin": "6.21.0",
73-
"@typescript-eslint/parser": "6.21.0",
72+
"@typescript-eslint/eslint-plugin": "7.0.1",
73+
"@typescript-eslint/parser": "7.0.1",
7474
"@vitejs/plugin-react": "4.2.1",
7575
"axe-core": "4.8.4",
7676
"busboy": "1.6.0",

packages/config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "0.9.14",
55
"private": true,
66
"dependencies": {
7-
"@typescript-eslint/eslint-plugin": "6.21.0",
8-
"@typescript-eslint/parser": "6.21.0",
7+
"@typescript-eslint/eslint-plugin": "7.0.1",
8+
"@typescript-eslint/parser": "7.0.1",
99
"autoprefixer": "10.4.17",
1010
"eslint": "8.56.0",
1111
"eslint-config-prettier": "9.1.0",

yarn.lock

+59-59
Original file line numberDiff line numberDiff line change
@@ -3828,8 +3828,8 @@ __metadata:
38283828
"@types/react": 18.2.55
38293829
"@types/react-dom": 18.2.19
38303830
"@types/react-router-dom": 5.3.3
3831-
"@typescript-eslint/eslint-plugin": 6.21.0
3832-
"@typescript-eslint/parser": 6.21.0
3831+
"@typescript-eslint/eslint-plugin": 7.0.1
3832+
"@typescript-eslint/parser": 7.0.1
38333833
"@vitejs/plugin-react": 4.2.1
38343834
axe-core: 4.8.4
38353835
axios: 1.6.7
@@ -8274,46 +8274,46 @@ __metadata:
82748274
languageName: node
82758275
linkType: hard
82768276

8277-
"@typescript-eslint/eslint-plugin@npm:6.21.0":
8278-
version: 6.21.0
8279-
resolution: "@typescript-eslint/eslint-plugin@npm:6.21.0"
8277+
"@typescript-eslint/eslint-plugin@npm:7.0.1":
8278+
version: 7.0.1
8279+
resolution: "@typescript-eslint/eslint-plugin@npm:7.0.1"
82808280
dependencies:
82818281
"@eslint-community/regexpp": ^4.5.1
8282-
"@typescript-eslint/scope-manager": 6.21.0
8283-
"@typescript-eslint/type-utils": 6.21.0
8284-
"@typescript-eslint/utils": 6.21.0
8285-
"@typescript-eslint/visitor-keys": 6.21.0
8282+
"@typescript-eslint/scope-manager": 7.0.1
8283+
"@typescript-eslint/type-utils": 7.0.1
8284+
"@typescript-eslint/utils": 7.0.1
8285+
"@typescript-eslint/visitor-keys": 7.0.1
82868286
debug: ^4.3.4
82878287
graphemer: ^1.4.0
82888288
ignore: ^5.2.4
82898289
natural-compare: ^1.4.0
82908290
semver: ^7.5.4
82918291
ts-api-utils: ^1.0.1
82928292
peerDependencies:
8293-
"@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha
8294-
eslint: ^7.0.0 || ^8.0.0
8293+
"@typescript-eslint/parser": ^7.0.0
8294+
eslint: ^8.56.0
82958295
peerDependenciesMeta:
82968296
typescript:
82978297
optional: true
8298-
checksum: 5ef2c502255e643e98051e87eb682c2a257e87afd8ec3b9f6274277615e1c2caf3131b352244cfb1987b8b2c415645eeacb9113fa841fc4c9b2ac46e8aed6efd
8298+
checksum: d2a6e84bb0aa22cb6d2f47bbb2e229e700a8ebc2e3fa02ead70450542345d5678411fa41e5d063debc3f014697f792cb1eb71deb8f45da80501cad912b313757
82998299
languageName: node
83008300
linkType: hard
83018301

8302-
"@typescript-eslint/parser@npm:6.21.0":
8303-
version: 6.21.0
8304-
resolution: "@typescript-eslint/parser@npm:6.21.0"
8302+
"@typescript-eslint/parser@npm:7.0.1":
8303+
version: 7.0.1
8304+
resolution: "@typescript-eslint/parser@npm:7.0.1"
83058305
dependencies:
8306-
"@typescript-eslint/scope-manager": 6.21.0
8307-
"@typescript-eslint/types": 6.21.0
8308-
"@typescript-eslint/typescript-estree": 6.21.0
8309-
"@typescript-eslint/visitor-keys": 6.21.0
8306+
"@typescript-eslint/scope-manager": 7.0.1
8307+
"@typescript-eslint/types": 7.0.1
8308+
"@typescript-eslint/typescript-estree": 7.0.1
8309+
"@typescript-eslint/visitor-keys": 7.0.1
83108310
debug: ^4.3.4
83118311
peerDependencies:
8312-
eslint: ^7.0.0 || ^8.0.0
8312+
eslint: ^8.56.0
83138313
peerDependenciesMeta:
83148314
typescript:
83158315
optional: true
8316-
checksum: 162fe3a867eeeffda7328bce32dae45b52283c68c8cb23258fb9f44971f761991af61f71b8c9fe1aa389e93dfe6386f8509c1273d870736c507d76dd40647b68
8316+
checksum: de86c90e3697c949a1572d3f258eedf1cb2358adde9b0069138082d06ffade463605bec8b516df656b8a7250e34579afbecfe7cebc9a991ab79a60528b62358f
83178317
languageName: node
83188318
linkType: hard
83198319

@@ -8355,30 +8355,30 @@ __metadata:
83558355
languageName: node
83568356
linkType: hard
83578357

8358-
"@typescript-eslint/scope-manager@npm:6.21.0":
8359-
version: 6.21.0
8360-
resolution: "@typescript-eslint/scope-manager@npm:6.21.0"
8358+
"@typescript-eslint/scope-manager@npm:7.0.1":
8359+
version: 7.0.1
8360+
resolution: "@typescript-eslint/scope-manager@npm:7.0.1"
83618361
dependencies:
8362-
"@typescript-eslint/types": 6.21.0
8363-
"@typescript-eslint/visitor-keys": 6.21.0
8364-
checksum: 71028b757da9694528c4c3294a96cc80bc7d396e383a405eab3bc224cda7341b88e0fc292120b35d3f31f47beac69f7083196c70616434072fbcd3d3e62d3376
8362+
"@typescript-eslint/types": 7.0.1
8363+
"@typescript-eslint/visitor-keys": 7.0.1
8364+
checksum: b949cb829e4ad4409539be1a434a18ee5b59e56a4b4c0a4687ffde5c70ddda0edf1638426e9832ca9840fb0a831632c926f43dcce86b41ddd16256fd21165505
83658365
languageName: node
83668366
linkType: hard
83678367

8368-
"@typescript-eslint/type-utils@npm:6.21.0":
8369-
version: 6.21.0
8370-
resolution: "@typescript-eslint/type-utils@npm:6.21.0"
8368+
"@typescript-eslint/type-utils@npm:7.0.1":
8369+
version: 7.0.1
8370+
resolution: "@typescript-eslint/type-utils@npm:7.0.1"
83718371
dependencies:
8372-
"@typescript-eslint/typescript-estree": 6.21.0
8373-
"@typescript-eslint/utils": 6.21.0
8372+
"@typescript-eslint/typescript-estree": 7.0.1
8373+
"@typescript-eslint/utils": 7.0.1
83748374
debug: ^4.3.4
83758375
ts-api-utils: ^1.0.1
83768376
peerDependencies:
8377-
eslint: ^7.0.0 || ^8.0.0
8377+
eslint: ^8.56.0
83788378
peerDependenciesMeta:
83798379
typescript:
83808380
optional: true
8381-
checksum: 77025473f4d80acf1fafcce99c5c283e557686a61861febeba9c9913331f8a41e930bf5cd8b7a54db502a57b6eb8ea6d155cbd4f41349ed00e3d7aeb1f477ddc
8381+
checksum: eab9bea237c308d0c80ab68805ef6a3fa54d881cde59033a9740d8317f316821508b29eaeaff007a618dbda635b318ddfafe7e343e641d1a5364854792a7bc5f
83828382
languageName: node
83838383
linkType: hard
83848384

@@ -8396,10 +8396,10 @@ __metadata:
83968396
languageName: node
83978397
linkType: hard
83988398

8399-
"@typescript-eslint/types@npm:6.21.0":
8400-
version: 6.21.0
8401-
resolution: "@typescript-eslint/types@npm:6.21.0"
8402-
checksum: 9501b47d7403417af95fc1fb72b2038c5ac46feac0e1598a46bcb43e56a606c387e9dcd8a2a0abe174c91b509f2d2a8078b093786219eb9a01ab2fbf9ee7b684
8399+
"@typescript-eslint/types@npm:7.0.1":
8400+
version: 7.0.1
8401+
resolution: "@typescript-eslint/types@npm:7.0.1"
8402+
checksum: 3bd1b16171f578064b47d0fa8c5c6e85e857de764e0898ac08fc79a551ec7447242b74d1e2f8eaac1da70d3fa045c9a4d0001c52bbc81b83e7d02ee8230c3d71
84038403
languageName: node
84048404
linkType: hard
84058405

@@ -8440,12 +8440,12 @@ __metadata:
84408440
languageName: node
84418441
linkType: hard
84428442

8443-
"@typescript-eslint/typescript-estree@npm:6.21.0":
8444-
version: 6.21.0
8445-
resolution: "@typescript-eslint/typescript-estree@npm:6.21.0"
8443+
"@typescript-eslint/typescript-estree@npm:7.0.1":
8444+
version: 7.0.1
8445+
resolution: "@typescript-eslint/typescript-estree@npm:7.0.1"
84468446
dependencies:
8447-
"@typescript-eslint/types": 6.21.0
8448-
"@typescript-eslint/visitor-keys": 6.21.0
8447+
"@typescript-eslint/types": 7.0.1
8448+
"@typescript-eslint/visitor-keys": 7.0.1
84498449
debug: ^4.3.4
84508450
globby: ^11.1.0
84518451
is-glob: ^4.0.3
@@ -8455,24 +8455,24 @@ __metadata:
84558455
peerDependenciesMeta:
84568456
typescript:
84578457
optional: true
8458-
checksum: dec02dc107c4a541e14fb0c96148f3764b92117c3b635db3a577b5a56fc48df7a556fa853fb82b07c0663b4bf2c484c9f245c28ba3e17e5cb0918ea4cab2ea21
8458+
checksum: d7124ed84622725785cdd885d15eb3ba446e332d1727a3ccb1ab44f785b023b98912da2573dacba506c89c5146037cb9982a499ec64c100d607357334ecdf6a8
84598459
languageName: node
84608460
linkType: hard
84618461

8462-
"@typescript-eslint/utils@npm:6.21.0":
8463-
version: 6.21.0
8464-
resolution: "@typescript-eslint/utils@npm:6.21.0"
8462+
"@typescript-eslint/utils@npm:7.0.1":
8463+
version: 7.0.1
8464+
resolution: "@typescript-eslint/utils@npm:7.0.1"
84658465
dependencies:
84668466
"@eslint-community/eslint-utils": ^4.4.0
84678467
"@types/json-schema": ^7.0.12
84688468
"@types/semver": ^7.5.0
8469-
"@typescript-eslint/scope-manager": 6.21.0
8470-
"@typescript-eslint/types": 6.21.0
8471-
"@typescript-eslint/typescript-estree": 6.21.0
8469+
"@typescript-eslint/scope-manager": 7.0.1
8470+
"@typescript-eslint/types": 7.0.1
8471+
"@typescript-eslint/typescript-estree": 7.0.1
84728472
semver: ^7.5.4
84738473
peerDependencies:
8474-
eslint: ^7.0.0 || ^8.0.0
8475-
checksum: b129b3a4aebec8468259f4589985cb59ea808afbfdb9c54f02fad11e17d185e2bf72bb332f7c36ec3c09b31f18fc41368678b076323e6e019d06f74ee93f7bf2
8474+
eslint: ^8.56.0
8475+
checksum: b36669163136646aa8f9ef831f7e3026acc853e9083461a53fb89e53b7b0e5ade315a8387820632d370bfe8445db6489524570a253bcd8817e460e0e2b409c47
84768476
languageName: node
84778477
linkType: hard
84788478

@@ -8514,13 +8514,13 @@ __metadata:
85148514
languageName: node
85158515
linkType: hard
85168516

8517-
"@typescript-eslint/visitor-keys@npm:6.21.0":
8518-
version: 6.21.0
8519-
resolution: "@typescript-eslint/visitor-keys@npm:6.21.0"
8517+
"@typescript-eslint/visitor-keys@npm:7.0.1":
8518+
version: 7.0.1
8519+
resolution: "@typescript-eslint/visitor-keys@npm:7.0.1"
85208520
dependencies:
8521-
"@typescript-eslint/types": 6.21.0
8521+
"@typescript-eslint/types": 7.0.1
85228522
eslint-visitor-keys: ^3.4.1
8523-
checksum: 67c7e6003d5af042d8703d11538fca9d76899f0119130b373402819ae43f0bc90d18656aa7add25a24427ccf1a0efd0804157ba83b0d4e145f06107d7d1b7433
8523+
checksum: ca07f5c6369f00d73e8bd22b1032288d11a5b4d25baca0f198c86f490c423b244b6a39e31c55fb45203a41879017d7eeab895fade7942c1795ec745bee6b411b
85248524
languageName: node
85258525
linkType: hard
85268526

@@ -10869,8 +10869,8 @@ __metadata:
1086910869
version: 0.0.0-use.local
1087010870
resolution: "config@workspace:packages/config"
1087110871
dependencies:
10872-
"@typescript-eslint/eslint-plugin": 6.21.0
10873-
"@typescript-eslint/parser": 6.21.0
10872+
"@typescript-eslint/eslint-plugin": 7.0.1
10873+
"@typescript-eslint/parser": 7.0.1
1087410874
autoprefixer: 10.4.17
1087510875
eslint: 8.56.0
1087610876
eslint-config-prettier: 9.1.0

0 commit comments

Comments
 (0)