Skip to content

Commit 4822ef7

Browse files
Bump the typescript-eslint group with 2 updates
Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin). Updates `@typescript-eslint/parser` from 8.27.0 to 8.28.0 - [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/v8.28.0/packages/parser) Updates `@typescript-eslint/eslint-plugin` from 8.27.0 to 8.28.0 - [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/v8.28.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 890afab commit 4822ef7

File tree

5 files changed

+122
-10
lines changed

5 files changed

+122
-10
lines changed

apps/sif-demo-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/node": "22.13.12",
4747
"@types/react": "19.0.12",
4848
"@types/react-dom": "19.0.4",
49-
"@typescript-eslint/parser": "8.27.0",
49+
"@typescript-eslint/parser": "8.28.0",
5050
"@vitejs/plugin-react": "4.3.4",
5151
"compression": "1.8.0",
5252
"eslint": "9.23.0",

apps/ungdomsytelse-deltaker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/node": "22.13.12",
6565
"@types/react": "19.0.12",
6666
"@types/react-dom": "19.0.4",
67-
"@typescript-eslint/parser": "8.27.0",
67+
"@typescript-eslint/parser": "8.28.0",
6868
"@vitejs/plugin-react": "4.3.4",
6969
"compression": "1.8.0",
7070
"eslint": "9.23.0",

apps/ungdomsytelse-veileder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/node": "22.13.12",
5757
"@types/react": "19.0.12",
5858
"@types/react-dom": "19.0.4",
59-
"@typescript-eslint/parser": "8.27.0",
59+
"@typescript-eslint/parser": "8.28.0",
6060
"@vitejs/plugin-react": "4.3.4",
6161
"compression": "1.8.0",
6262
"eslint": "9.23.0",

packages/config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "0.10.29",
55
"private": true,
66
"dependencies": {
7-
"@typescript-eslint/eslint-plugin": "8.27.0",
8-
"@typescript-eslint/parser": "8.27.0",
7+
"@typescript-eslint/eslint-plugin": "8.28.0",
8+
"@typescript-eslint/parser": "8.28.0",
99
"eslint": "9.23.0",
1010
"eslint-config-prettier": "10.1.1",
1111
"eslint-plugin-jsx-a11y": "6.10.2",

yarn.lock

+117-5
Original file line numberDiff line numberDiff line change
@@ -5582,7 +5582,7 @@ __metadata:
55825582
"@types/node": "npm:22.13.12"
55835583
"@types/react": "npm:19.0.12"
55845584
"@types/react-dom": "npm:19.0.4"
5585-
"@typescript-eslint/parser": "npm:8.27.0"
5585+
"@typescript-eslint/parser": "npm:8.28.0"
55865586
"@vitejs/plugin-react": "npm:4.3.4"
55875587
clsx: "npm:2.1.1"
55885588
compression: "npm:1.8.0"
@@ -5798,7 +5798,7 @@ __metadata:
57985798
"@types/node": "npm:22.13.12"
57995799
"@types/react": "npm:19.0.12"
58005800
"@types/react-dom": "npm:19.0.4"
5801-
"@typescript-eslint/parser": "npm:8.27.0"
5801+
"@typescript-eslint/parser": "npm:8.28.0"
58025802
"@vitejs/plugin-react": "npm:4.3.4"
58035803
axios: "npm:1.8.4"
58045804
clsx: "npm:2.1.1"
@@ -5866,7 +5866,7 @@ __metadata:
58665866
"@types/node": "npm:22.13.12"
58675867
"@types/react": "npm:19.0.12"
58685868
"@types/react-dom": "npm:19.0.4"
5869-
"@typescript-eslint/parser": "npm:8.27.0"
5869+
"@typescript-eslint/parser": "npm:8.28.0"
58705870
"@vitejs/plugin-react": "npm:4.3.4"
58715871
axios: "npm:1.8.4"
58725872
clsx: "npm:2.1.1"
@@ -11140,6 +11140,27 @@ __metadata:
1114011140
languageName: node
1114111141
linkType: hard
1114211142

11143+
"@typescript-eslint/eslint-plugin@npm:8.28.0":
11144+
version: 8.28.0
11145+
resolution: "@typescript-eslint/eslint-plugin@npm:8.28.0"
11146+
dependencies:
11147+
"@eslint-community/regexpp": "npm:^4.10.0"
11148+
"@typescript-eslint/scope-manager": "npm:8.28.0"
11149+
"@typescript-eslint/type-utils": "npm:8.28.0"
11150+
"@typescript-eslint/utils": "npm:8.28.0"
11151+
"@typescript-eslint/visitor-keys": "npm:8.28.0"
11152+
graphemer: "npm:^1.4.0"
11153+
ignore: "npm:^5.3.1"
11154+
natural-compare: "npm:^1.4.0"
11155+
ts-api-utils: "npm:^2.0.1"
11156+
peerDependencies:
11157+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
11158+
eslint: ^8.57.0 || ^9.0.0
11159+
typescript: ">=4.8.4 <5.9.0"
11160+
checksum: 10/cd83f6c52218f7d31142b08a73b398370e4a7cf95c8afc03821050c625ec4b35e0c56f554d48bfa4a1b95564e60c0b4d5993cf2054b80f39533c1b0b84a0c7cd
11161+
languageName: node
11162+
linkType: hard
11163+
1114311164
"@typescript-eslint/parser@npm:8.27.0, @typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":
1114411165
version: 8.27.0
1114511166
resolution: "@typescript-eslint/parser@npm:8.27.0"
@@ -11156,6 +11177,22 @@ __metadata:
1115611177
languageName: node
1115711178
linkType: hard
1115811179

11180+
"@typescript-eslint/parser@npm:8.28.0":
11181+
version: 8.28.0
11182+
resolution: "@typescript-eslint/parser@npm:8.28.0"
11183+
dependencies:
11184+
"@typescript-eslint/scope-manager": "npm:8.28.0"
11185+
"@typescript-eslint/types": "npm:8.28.0"
11186+
"@typescript-eslint/typescript-estree": "npm:8.28.0"
11187+
"@typescript-eslint/visitor-keys": "npm:8.28.0"
11188+
debug: "npm:^4.3.4"
11189+
peerDependencies:
11190+
eslint: ^8.57.0 || ^9.0.0
11191+
typescript: ">=4.8.4 <5.9.0"
11192+
checksum: 10/34d6144748384fb0900cefb07a763455bf977678be7d25ed7da783fbc4238e6800b0f9dab002736ee644cb7b0aeee023ca1f156f9885e01189e210cccf0be83f
11193+
languageName: node
11194+
linkType: hard
11195+
1115911196
"@typescript-eslint/scope-manager@npm:7.18.0":
1116011197
version: 7.18.0
1116111198
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
@@ -11176,6 +11213,16 @@ __metadata:
1117611213
languageName: node
1117711214
linkType: hard
1117811215

11216+
"@typescript-eslint/scope-manager@npm:8.28.0":
11217+
version: 8.28.0
11218+
resolution: "@typescript-eslint/scope-manager@npm:8.28.0"
11219+
dependencies:
11220+
"@typescript-eslint/types": "npm:8.28.0"
11221+
"@typescript-eslint/visitor-keys": "npm:8.28.0"
11222+
checksum: 10/5100ea7e2960e7494477b5770b41453e33a2372996a8c6b0ab933440bf54877a4433dab4a6ad527e29644d7e9b1a6f7595da3ec7c168b9970cc05f4d988825f4
11223+
languageName: node
11224+
linkType: hard
11225+
1117911226
"@typescript-eslint/type-utils@npm:8.27.0":
1118011227
version: 8.27.0
1118111228
resolution: "@typescript-eslint/type-utils@npm:8.27.0"
@@ -11191,6 +11238,21 @@ __metadata:
1119111238
languageName: node
1119211239
linkType: hard
1119311240

11241+
"@typescript-eslint/type-utils@npm:8.28.0":
11242+
version: 8.28.0
11243+
resolution: "@typescript-eslint/type-utils@npm:8.28.0"
11244+
dependencies:
11245+
"@typescript-eslint/typescript-estree": "npm:8.28.0"
11246+
"@typescript-eslint/utils": "npm:8.28.0"
11247+
debug: "npm:^4.3.4"
11248+
ts-api-utils: "npm:^2.0.1"
11249+
peerDependencies:
11250+
eslint: ^8.57.0 || ^9.0.0
11251+
typescript: ">=4.8.4 <5.9.0"
11252+
checksum: 10/a915f767531004ae486767613178d125719b4da7cb76de0534688bb41634d93dc3c631a2c8dd97b72306dfcd5fddf62e725536622494831fdf0eb3eecb1beda4
11253+
languageName: node
11254+
linkType: hard
11255+
1119411256
"@typescript-eslint/types@npm:7.18.0":
1119511257
version: 7.18.0
1119611258
resolution: "@typescript-eslint/types@npm:7.18.0"
@@ -11205,6 +11267,13 @@ __metadata:
1120511267
languageName: node
1120611268
linkType: hard
1120711269

11270+
"@typescript-eslint/types@npm:8.28.0":
11271+
version: 8.28.0
11272+
resolution: "@typescript-eslint/types@npm:8.28.0"
11273+
checksum: 10/83938402e473f43b34f476627a78da5daeef35ffca24b02fefea8702703e490196c01ef6b3c780a543ef703cea814b4d3fb55a747051bfc7e30d02f2576f2158
11274+
languageName: node
11275+
linkType: hard
11276+
1120811277
"@typescript-eslint/typescript-estree@npm:7.18.0":
1120911278
version: 7.18.0
1121011279
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -11242,6 +11311,24 @@ __metadata:
1124211311
languageName: node
1124311312
linkType: hard
1124411313

11314+
"@typescript-eslint/typescript-estree@npm:8.28.0":
11315+
version: 8.28.0
11316+
resolution: "@typescript-eslint/typescript-estree@npm:8.28.0"
11317+
dependencies:
11318+
"@typescript-eslint/types": "npm:8.28.0"
11319+
"@typescript-eslint/visitor-keys": "npm:8.28.0"
11320+
debug: "npm:^4.3.4"
11321+
fast-glob: "npm:^3.3.2"
11322+
is-glob: "npm:^4.0.3"
11323+
minimatch: "npm:^9.0.4"
11324+
semver: "npm:^7.6.0"
11325+
ts-api-utils: "npm:^2.0.1"
11326+
peerDependencies:
11327+
typescript: ">=4.8.4 <5.9.0"
11328+
checksum: 10/277639fe8007f7612a914f6a3a2b0fdc5f764afe6cba86aeacf6a9585a0114a3235dd730caef0a17e92ca3f4137068ad56a483514b8399650ddc9078aeb90a7d
11329+
languageName: node
11330+
linkType: hard
11331+
1124511332
"@typescript-eslint/utils@npm:8.27.0, @typescript-eslint/utils@npm:^8.8.1":
1124611333
version: 8.27.0
1124711334
resolution: "@typescript-eslint/utils@npm:8.27.0"
@@ -11257,6 +11344,21 @@ __metadata:
1125711344
languageName: node
1125811345
linkType: hard
1125911346

11347+
"@typescript-eslint/utils@npm:8.28.0":
11348+
version: 8.28.0
11349+
resolution: "@typescript-eslint/utils@npm:8.28.0"
11350+
dependencies:
11351+
"@eslint-community/eslint-utils": "npm:^4.4.0"
11352+
"@typescript-eslint/scope-manager": "npm:8.28.0"
11353+
"@typescript-eslint/types": "npm:8.28.0"
11354+
"@typescript-eslint/typescript-estree": "npm:8.28.0"
11355+
peerDependencies:
11356+
eslint: ^8.57.0 || ^9.0.0
11357+
typescript: ">=4.8.4 <5.9.0"
11358+
checksum: 10/a5b318b184a700605c5a0b5c92901af81c394d6aca903f69472b746d4e8ccba99a4aeb0f27f3edbf7c4f89a378606d64d7e5d978d6e3ec4c2ef3ae8bc1cf116a
11359+
languageName: node
11360+
linkType: hard
11361+
1126011362
"@typescript-eslint/utils@npm:^7.7.1":
1126111363
version: 7.18.0
1126211364
resolution: "@typescript-eslint/utils@npm:7.18.0"
@@ -11291,6 +11393,16 @@ __metadata:
1129111393
languageName: node
1129211394
linkType: hard
1129311395

11396+
"@typescript-eslint/visitor-keys@npm:8.28.0":
11397+
version: 8.28.0
11398+
resolution: "@typescript-eslint/visitor-keys@npm:8.28.0"
11399+
dependencies:
11400+
"@typescript-eslint/types": "npm:8.28.0"
11401+
eslint-visitor-keys: "npm:^4.2.0"
11402+
checksum: 10/df159834ab40497f7adfa2bab973b64418d10e9dbbab92cf7d68e4b136734690e21bf6229f2770c5202e56c245eb641df3039652838bd439ce9f8e3293309662
11403+
languageName: node
11404+
linkType: hard
11405+
1129411406
"@uiw/codemirror-extensions-basic-setup@npm:4.23.10":
1129511407
version: 4.23.10
1129611408
resolution: "@uiw/codemirror-extensions-basic-setup@npm:4.23.10"
@@ -13959,8 +14071,8 @@ __metadata:
1395914071
version: 0.0.0-use.local
1396014072
resolution: "config@workspace:packages/config"
1396114073
dependencies:
13962-
"@typescript-eslint/eslint-plugin": "npm:8.27.0"
13963-
"@typescript-eslint/parser": "npm:8.27.0"
14074+
"@typescript-eslint/eslint-plugin": "npm:8.28.0"
14075+
"@typescript-eslint/parser": "npm:8.28.0"
1396414076
eslint: "npm:9.23.0"
1396514077
eslint-config-prettier: "npm:10.1.1"
1396614078
eslint-plugin-jsx-a11y: "npm:6.10.2"

0 commit comments

Comments
 (0)