Skip to content

Commit 862ecd8

Browse files
chore(deps): update all non-major dependencies (minor) (#7680)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`9.33.0` -> `9.34.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.33.0/9.34.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint%2fjs/9.33.0/9.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`9.33.0` -> `9.34.0`](https://renovatebot.com/diffs/npm/eslint/9.33.0/9.34.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.33.0/9.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.39.1` -> `8.40.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.39.1/8.40.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.39.1/8.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint (@&#8203;eslint/js)</summary> ### [`v9.34.0`](https://redirect.github.com/eslint/eslint/compare/v9.33.0...b48fa20034e53bc65d1a58f3d834705e3087b00c) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.33.0...v9.34.0) </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.34.0`](https://redirect.github.com/eslint/eslint/compare/v9.33.0...b8875f67a7bc99824f19147f4a669be7e98f3eee) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.33.0...v9.34.0) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.40.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8400-2025-08-18) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.39.1...v8.40.0) ##### 🩹 Fixes - **typescript-eslint:** export `plugin`, `parser`, and `configs` that are compatible with both `defineConfig()` and `tseslint.config()` ([#&#8203;11475](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11475)) ##### ❤️ Thank You - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://redirect.github.com/kirkwaiblinger) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 220e0c7 commit 862ecd8

File tree

2 files changed

+87
-87
lines changed

2 files changed

+87
-87
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@babel/preset-typescript": "7.27.1",
5959
"@cypress/code-coverage": "3.14.6",
6060
"@eslint/compat": "1.3.2",
61-
"@eslint/js": "9.33.0",
61+
"@eslint/js": "9.34.0",
6262
"@semantic-release/github": "11.0.4",
6363
"@testing-library/cypress": "10.0.3",
6464
"@types/jscodeshift": "17.3.0",
@@ -73,7 +73,7 @@
7373
"cypress-real-events": "1.14.0",
7474
"dedent": "1.6.0",
7575
"documentation": "14.0.3",
76-
"eslint": "9.33.0",
76+
"eslint": "9.34.0",
7777
"eslint-config-prettier": "10.1.8",
7878
"eslint-import-resolver-typescript": "4.4.4",
7979
"eslint-plugin-import": "2.32.0",
@@ -96,7 +96,7 @@
9696
"prettier": "3.6.2",
9797
"rimraf": "6.0.1",
9898
"typescript": "5.7.3",
99-
"typescript-eslint": "8.39.1",
99+
"typescript-eslint": "8.40.0",
100100
"vite": "6.3.5",
101101
"vite-plugin-istanbul": "7.1.0",
102102
"vite-tsconfig-paths": "5.1.4"

yarn.lock

Lines changed: 84 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,10 +2013,10 @@ __metadata:
20132013
languageName: node
20142014
linkType: hard
20152015

2016-
"@eslint/js@npm:9.33.0":
2017-
version: 9.33.0
2018-
resolution: "@eslint/js@npm:9.33.0"
2019-
checksum: 10c0/4c42c9abde76a183b8e47205fd6c3116b058f82f07b6ad4de40de56cdb30a36e9ecd40efbea1b63a84d08c206aadbb0aa39a890197e1ad6455a8e542df98f186
2016+
"@eslint/js@npm:9.34.0":
2017+
version: 9.34.0
2018+
resolution: "@eslint/js@npm:9.34.0"
2019+
checksum: 10c0/53f1bfd2a374683d9382a6850354555f6e89a88416c34a5d34e9fbbaf717e97c2b06300e8f93e5eddba8bda8951ccab7f93a680e56ded1a3d21d526019e69bab
20202020
languageName: node
20212021
linkType: hard
20222022

@@ -4240,24 +4240,24 @@ __metadata:
42404240
languageName: node
42414241
linkType: hard
42424242

4243-
"@typescript-eslint/eslint-plugin@npm:8.39.1":
4244-
version: 8.39.1
4245-
resolution: "@typescript-eslint/eslint-plugin@npm:8.39.1"
4243+
"@typescript-eslint/eslint-plugin@npm:8.40.0":
4244+
version: 8.40.0
4245+
resolution: "@typescript-eslint/eslint-plugin@npm:8.40.0"
42464246
dependencies:
42474247
"@eslint-community/regexpp": "npm:^4.10.0"
4248-
"@typescript-eslint/scope-manager": "npm:8.39.1"
4249-
"@typescript-eslint/type-utils": "npm:8.39.1"
4250-
"@typescript-eslint/utils": "npm:8.39.1"
4251-
"@typescript-eslint/visitor-keys": "npm:8.39.1"
4248+
"@typescript-eslint/scope-manager": "npm:8.40.0"
4249+
"@typescript-eslint/type-utils": "npm:8.40.0"
4250+
"@typescript-eslint/utils": "npm:8.40.0"
4251+
"@typescript-eslint/visitor-keys": "npm:8.40.0"
42524252
graphemer: "npm:^1.4.0"
42534253
ignore: "npm:^7.0.0"
42544254
natural-compare: "npm:^1.4.0"
42554255
ts-api-utils: "npm:^2.1.0"
42564256
peerDependencies:
4257-
"@typescript-eslint/parser": ^8.39.1
4257+
"@typescript-eslint/parser": ^8.40.0
42584258
eslint: ^8.57.0 || ^9.0.0
42594259
typescript: ">=4.8.4 <6.0.0"
4260-
checksum: 10c0/7a55de558ed6ea6f09ee0b0d994b4a70e1df9f72e4afc7b3073de1b41504a36d905779304d59c34db700af60da3bb438c62480d30462a13b8b72d0b50318aeee
4260+
checksum: 10c0/dc8889c3255bce6956432f099059179dd13826ba29670f81ba9238ecde46764ee63459eb73a7d88f4f30e1144a2f000d79c9e3f256fa759689d9b3b74d423bda
42614261
languageName: node
42624262
linkType: hard
42634263

@@ -4297,19 +4297,19 @@ __metadata:
42974297
languageName: node
42984298
linkType: hard
42994299

4300-
"@typescript-eslint/parser@npm:8.39.1":
4301-
version: 8.39.1
4302-
resolution: "@typescript-eslint/parser@npm:8.39.1"
4300+
"@typescript-eslint/parser@npm:8.40.0":
4301+
version: 8.40.0
4302+
resolution: "@typescript-eslint/parser@npm:8.40.0"
43034303
dependencies:
4304-
"@typescript-eslint/scope-manager": "npm:8.39.1"
4305-
"@typescript-eslint/types": "npm:8.39.1"
4306-
"@typescript-eslint/typescript-estree": "npm:8.39.1"
4307-
"@typescript-eslint/visitor-keys": "npm:8.39.1"
4304+
"@typescript-eslint/scope-manager": "npm:8.40.0"
4305+
"@typescript-eslint/types": "npm:8.40.0"
4306+
"@typescript-eslint/typescript-estree": "npm:8.40.0"
4307+
"@typescript-eslint/visitor-keys": "npm:8.40.0"
43084308
debug: "npm:^4.3.4"
43094309
peerDependencies:
43104310
eslint: ^8.57.0 || ^9.0.0
43114311
typescript: ">=4.8.4 <6.0.0"
4312-
checksum: 10c0/da30372c4e8dee48a0c421996bf0bf73a62a57039ee6b817eda64de2d70fdb88dd20b50615c81be7e68fd29cdd7852829b859bb8539b4a4c78030f93acaf5664
4312+
checksum: 10c0/43ca9589b8a1f3f4b30a214c0e2254fa0ad43458ef1258b1d62c5aad52710ad11b9315b124cda79163274147b82201a5d76fab7de413e34bfe8e377142b71e98
43134313
languageName: node
43144314
linkType: hard
43154315

@@ -4344,16 +4344,16 @@ __metadata:
43444344
languageName: node
43454345
linkType: hard
43464346

4347-
"@typescript-eslint/project-service@npm:8.39.1":
4348-
version: 8.39.1
4349-
resolution: "@typescript-eslint/project-service@npm:8.39.1"
4347+
"@typescript-eslint/project-service@npm:8.40.0":
4348+
version: 8.40.0
4349+
resolution: "@typescript-eslint/project-service@npm:8.40.0"
43504350
dependencies:
4351-
"@typescript-eslint/tsconfig-utils": "npm:^8.39.1"
4352-
"@typescript-eslint/types": "npm:^8.39.1"
4351+
"@typescript-eslint/tsconfig-utils": "npm:^8.40.0"
4352+
"@typescript-eslint/types": "npm:^8.40.0"
43534353
debug: "npm:^4.3.4"
43544354
peerDependencies:
43554355
typescript: ">=4.8.4 <6.0.0"
4356-
checksum: 10c0/40207af4f4e2a260ea276766d502c4736f6dc5488e84bbab6444e2786289ece2dbca2686323c48d4e9c265e409a309bf3d97d4aa03767dff8cc7642b436bda35
4356+
checksum: 10c0/23d62e9ada9750136d0251f268bbe1f9784442ef258bb340a2e1e866749d8076730a14749d9a320d94d7c76df2d108caf21fe35e5dc100385f04be846dc979cb
43574357
languageName: node
43584358
linkType: hard
43594359

@@ -4387,13 +4387,13 @@ __metadata:
43874387
languageName: node
43884388
linkType: hard
43894389

4390-
"@typescript-eslint/scope-manager@npm:8.39.1":
4391-
version: 8.39.1
4392-
resolution: "@typescript-eslint/scope-manager@npm:8.39.1"
4390+
"@typescript-eslint/scope-manager@npm:8.40.0":
4391+
version: 8.40.0
4392+
resolution: "@typescript-eslint/scope-manager@npm:8.40.0"
43934393
dependencies:
4394-
"@typescript-eslint/types": "npm:8.39.1"
4395-
"@typescript-eslint/visitor-keys": "npm:8.39.1"
4396-
checksum: 10c0/9466db557c1a0eaaf24b0ece5810413d11390d046bf6e47c4074879e8dba0348b835a21106c842ab20ff85f2384312cf9e20bfe7684e31640696e29957003511
4394+
"@typescript-eslint/types": "npm:8.40.0"
4395+
"@typescript-eslint/visitor-keys": "npm:8.40.0"
4396+
checksum: 10c0/48af81f9cdcec466994d290561e8d2fa3f6b156a898b71dd0e65633c896543b44729c5353596e84de2ae61bfd20e1398c3309cdfe86714a9663fd5aded4c9cd0
43974397
languageName: node
43984398
linkType: hard
43994399

@@ -4406,12 +4406,12 @@ __metadata:
44064406
languageName: node
44074407
linkType: hard
44084408

4409-
"@typescript-eslint/tsconfig-utils@npm:8.39.1, @typescript-eslint/tsconfig-utils@npm:^8.39.1":
4410-
version: 8.39.1
4411-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.39.1"
4409+
"@typescript-eslint/tsconfig-utils@npm:8.40.0, @typescript-eslint/tsconfig-utils@npm:^8.40.0":
4410+
version: 8.40.0
4411+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.40.0"
44124412
peerDependencies:
44134413
typescript: ">=4.8.4 <6.0.0"
4414-
checksum: 10c0/664dff0b4ae908cb98c78f9ca73c36cf57c3a2206965d9d0659649ffc02347eb30e1452499671a425592f14a2a5c5eb82ae389b34f3c415a12119506b4ebb61c
4414+
checksum: 10c0/c2366dcd802901d5cd4f59fc4eab7a00ed119aa4591ba59c507fe495d9af4cfca19431a603602ea675e4c861962230d1c2f100896903750cd1fcfc134702a7d0
44154415
languageName: node
44164416
linkType: hard
44174417

@@ -4432,19 +4432,19 @@ __metadata:
44324432
languageName: node
44334433
linkType: hard
44344434

4435-
"@typescript-eslint/type-utils@npm:8.39.1":
4436-
version: 8.39.1
4437-
resolution: "@typescript-eslint/type-utils@npm:8.39.1"
4435+
"@typescript-eslint/type-utils@npm:8.40.0":
4436+
version: 8.40.0
4437+
resolution: "@typescript-eslint/type-utils@npm:8.40.0"
44384438
dependencies:
4439-
"@typescript-eslint/types": "npm:8.39.1"
4440-
"@typescript-eslint/typescript-estree": "npm:8.39.1"
4441-
"@typescript-eslint/utils": "npm:8.39.1"
4439+
"@typescript-eslint/types": "npm:8.40.0"
4440+
"@typescript-eslint/typescript-estree": "npm:8.40.0"
4441+
"@typescript-eslint/utils": "npm:8.40.0"
44424442
debug: "npm:^4.3.4"
44434443
ts-api-utils: "npm:^2.1.0"
44444444
peerDependencies:
44454445
eslint: ^8.57.0 || ^9.0.0
44464446
typescript: ">=4.8.4 <6.0.0"
4447-
checksum: 10c0/430dfefe040eae5f0c8dfbce37b5ce071095a28f335e74793923d113682e26313586e90f7bbe2c2f9bffb0da52ffdf5055ea36b96d9f218cef35aa14853122d5
4447+
checksum: 10c0/660b77d801b2538a4ccb65065269ad0e8370d0be985172b5ecb067f3eea22e64aa8af9e981b31bf2a34002339fe3253b09b55d181ce6d8242fc7daa80ac4aaca
44484448
languageName: node
44494449
linkType: hard
44504450

@@ -4469,10 +4469,10 @@ __metadata:
44694469
languageName: node
44704470
linkType: hard
44714471

4472-
"@typescript-eslint/types@npm:8.39.1, @typescript-eslint/types@npm:^8.39.1":
4473-
version: 8.39.1
4474-
resolution: "@typescript-eslint/types@npm:8.39.1"
4475-
checksum: 10c0/0e188d2d52509a24c500a87adf561387ffcac56b62cb9fd0ca1f929bb3d4eedb6b8f9d516c1890855d39930c9dd8d502d5b4600b8c9cc832d3ebb595d81c7533
4472+
"@typescript-eslint/types@npm:8.40.0, @typescript-eslint/types@npm:^8.40.0":
4473+
version: 8.40.0
4474+
resolution: "@typescript-eslint/types@npm:8.40.0"
4475+
checksum: 10c0/225374fff36d59288a5780667a7a1316c75090d5d60b70a8035ac18786120333ccd08dfdf0e05e30d5a82217e44c57b8708b769dd1eed89f12f2ac4d3a769f76
44764476
languageName: node
44774477
linkType: hard
44784478

@@ -4533,14 +4533,14 @@ __metadata:
45334533
languageName: node
45344534
linkType: hard
45354535

4536-
"@typescript-eslint/typescript-estree@npm:8.39.1":
4537-
version: 8.39.1
4538-
resolution: "@typescript-eslint/typescript-estree@npm:8.39.1"
4536+
"@typescript-eslint/typescript-estree@npm:8.40.0":
4537+
version: 8.40.0
4538+
resolution: "@typescript-eslint/typescript-estree@npm:8.40.0"
45394539
dependencies:
4540-
"@typescript-eslint/project-service": "npm:8.39.1"
4541-
"@typescript-eslint/tsconfig-utils": "npm:8.39.1"
4542-
"@typescript-eslint/types": "npm:8.39.1"
4543-
"@typescript-eslint/visitor-keys": "npm:8.39.1"
4540+
"@typescript-eslint/project-service": "npm:8.40.0"
4541+
"@typescript-eslint/tsconfig-utils": "npm:8.40.0"
4542+
"@typescript-eslint/types": "npm:8.40.0"
4543+
"@typescript-eslint/visitor-keys": "npm:8.40.0"
45444544
debug: "npm:^4.3.4"
45454545
fast-glob: "npm:^3.3.2"
45464546
is-glob: "npm:^4.0.3"
@@ -4549,7 +4549,7 @@ __metadata:
45494549
ts-api-utils: "npm:^2.1.0"
45504550
peerDependencies:
45514551
typescript: ">=4.8.4 <6.0.0"
4552-
checksum: 10c0/1de1a37fed354600a08bc971492c2f14238f0a4bf07a43bedb416c17b7312d18bec92c68c8f2790bb0a1bffcd757f7962914be9f6213068f18f6c4fdde259af4
4552+
checksum: 10c0/6c1ffc17947cb36cbd987cf9705f85223ed1cce584b5244840e36a2b8480861f4dfdb0312f96afbc12e7d1ba586005f0d959042baa0a96a1913ac7ace8e8f6d4
45534553
languageName: node
45544554
linkType: hard
45554555

@@ -4588,18 +4588,18 @@ __metadata:
45884588
languageName: node
45894589
linkType: hard
45904590

4591-
"@typescript-eslint/utils@npm:8.39.1":
4592-
version: 8.39.1
4593-
resolution: "@typescript-eslint/utils@npm:8.39.1"
4591+
"@typescript-eslint/utils@npm:8.40.0":
4592+
version: 8.40.0
4593+
resolution: "@typescript-eslint/utils@npm:8.40.0"
45944594
dependencies:
45954595
"@eslint-community/eslint-utils": "npm:^4.7.0"
4596-
"@typescript-eslint/scope-manager": "npm:8.39.1"
4597-
"@typescript-eslint/types": "npm:8.39.1"
4598-
"@typescript-eslint/typescript-estree": "npm:8.39.1"
4596+
"@typescript-eslint/scope-manager": "npm:8.40.0"
4597+
"@typescript-eslint/types": "npm:8.40.0"
4598+
"@typescript-eslint/typescript-estree": "npm:8.40.0"
45994599
peerDependencies:
46004600
eslint: ^8.57.0 || ^9.0.0
46014601
typescript: ">=4.8.4 <6.0.0"
4602-
checksum: 10c0/ebc01d736af43728df9a0915058d0c771dec9cc58846ffdcbb986c78e7dabf547ea7daecd75db58b2af88a3c2a43de8a7e5f81feefacfa31be173fc384d25d77
4602+
checksum: 10c0/6b3858b8725083fe7db7fb9bcbde930e758a6ba8ddedd1ed27d828fc1cbe04f54b774ef9144602f8eeaafeea9b19b4fd4c46fdad52a10ade99e6b282c7d0df92
46034603
languageName: node
46044604
linkType: hard
46054605

@@ -4648,13 +4648,13 @@ __metadata:
46484648
languageName: node
46494649
linkType: hard
46504650

4651-
"@typescript-eslint/visitor-keys@npm:8.39.1":
4652-
version: 8.39.1
4653-
resolution: "@typescript-eslint/visitor-keys@npm:8.39.1"
4651+
"@typescript-eslint/visitor-keys@npm:8.40.0":
4652+
version: 8.40.0
4653+
resolution: "@typescript-eslint/visitor-keys@npm:8.40.0"
46544654
dependencies:
4655-
"@typescript-eslint/types": "npm:8.39.1"
4655+
"@typescript-eslint/types": "npm:8.40.0"
46564656
eslint-visitor-keys: "npm:^4.2.1"
4657-
checksum: 10c0/4d81f6826a211bc2752e25cd16d1f415f28ebc92b35142402ec23f3765f2d00963b75ac06266ad9c674ca5b057d07d8c114116e5bf14f5465dde1d1aa60bc72f
4657+
checksum: 10c0/592f1c8c2d3da43a7f74f8ead14f05fafc2e4609d5df36811cf92ead5dc94f6f669556a494048e4746cb3774c60bc52a8c83d75369d5e196778d935c70e7d3a1
46584658
languageName: node
46594659
linkType: hard
46604660

@@ -9353,17 +9353,17 @@ __metadata:
93539353
languageName: node
93549354
linkType: hard
93559355

9356-
"eslint@npm:9.33.0":
9357-
version: 9.33.0
9358-
resolution: "eslint@npm:9.33.0"
9356+
"eslint@npm:9.34.0":
9357+
version: 9.34.0
9358+
resolution: "eslint@npm:9.34.0"
93599359
dependencies:
93609360
"@eslint-community/eslint-utils": "npm:^4.2.0"
93619361
"@eslint-community/regexpp": "npm:^4.12.1"
93629362
"@eslint/config-array": "npm:^0.21.0"
93639363
"@eslint/config-helpers": "npm:^0.3.1"
93649364
"@eslint/core": "npm:^0.15.2"
93659365
"@eslint/eslintrc": "npm:^3.3.1"
9366-
"@eslint/js": "npm:9.33.0"
9366+
"@eslint/js": "npm:9.34.0"
93679367
"@eslint/plugin-kit": "npm:^0.3.5"
93689368
"@humanfs/node": "npm:^0.16.6"
93699369
"@humanwhocodes/module-importer": "npm:^1.0.1"
@@ -9399,7 +9399,7 @@ __metadata:
93999399
optional: true
94009400
bin:
94019401
eslint: bin/eslint.js
9402-
checksum: 10c0/1e1f60d2b62d9d65553e9af916a8dccf00eeedd982103f35bf58c205803907cb1fda73ef595178d47384ea80d8624a182b63682a6b15d8387e9a5d86904a2a2d
9402+
checksum: 10c0/ba3e54fa0c8ed23d062f91519afaae77fed922a6c4d76130b6cd32154bcb406aaea4b3c5ed88e0be40828c1d5b6921592f3947dbdc5e2043de6bd7aa341fe5ea
94039403
languageName: node
94049404
linkType: hard
94059405

@@ -19787,18 +19787,18 @@ __metadata:
1978719787
languageName: node
1978819788
linkType: hard
1978919789

19790-
"typescript-eslint@npm:8.39.1":
19791-
version: 8.39.1
19792-
resolution: "typescript-eslint@npm:8.39.1"
19790+
"typescript-eslint@npm:8.40.0":
19791+
version: 8.40.0
19792+
resolution: "typescript-eslint@npm:8.40.0"
1979319793
dependencies:
19794-
"@typescript-eslint/eslint-plugin": "npm:8.39.1"
19795-
"@typescript-eslint/parser": "npm:8.39.1"
19796-
"@typescript-eslint/typescript-estree": "npm:8.39.1"
19797-
"@typescript-eslint/utils": "npm:8.39.1"
19794+
"@typescript-eslint/eslint-plugin": "npm:8.40.0"
19795+
"@typescript-eslint/parser": "npm:8.40.0"
19796+
"@typescript-eslint/typescript-estree": "npm:8.40.0"
19797+
"@typescript-eslint/utils": "npm:8.40.0"
1979819798
peerDependencies:
1979919799
eslint: ^8.57.0 || ^9.0.0
1980019800
typescript: ">=4.8.4 <6.0.0"
19801-
checksum: 10c0/4070729621c20f8a9bad3df13fb8ac175609a57d046c155df785d474c2926d3e506f0bd5e762be7e2aacd03839c9c9a2015ad087086cee5838c486b9bf46b27b
19801+
checksum: 10c0/b9bf9cbe13a89348ae2a13a7839238b1b058c1e188d9cc1028810c43f1b48cf256f5255ca94c38acf3cd5a405c918ad96d5b7f7a6ad3f82fa7429122a7883a83
1980219802
languageName: node
1980319803
linkType: hard
1980419804

@@ -19876,7 +19876,7 @@ __metadata:
1987619876
"@babel/preset-typescript": "npm:7.27.1"
1987719877
"@cypress/code-coverage": "npm:3.14.6"
1987819878
"@eslint/compat": "npm:1.3.2"
19879-
"@eslint/js": "npm:9.33.0"
19879+
"@eslint/js": "npm:9.34.0"
1988019880
"@semantic-release/github": "npm:11.0.4"
1988119881
"@stackblitz/sdk": "npm:1.11.0"
1988219882
"@storybook/addon-a11y": "npm:9.1.3"
@@ -19900,7 +19900,7 @@ __metadata:
1990019900
cypress-real-events: "npm:1.14.0"
1990119901
dedent: "npm:1.6.0"
1990219902
documentation: "npm:14.0.3"
19903-
eslint: "npm:9.33.0"
19903+
eslint: "npm:9.34.0"
1990419904
eslint-config-prettier: "npm:10.1.8"
1990519905
eslint-import-resolver-typescript: "npm:4.4.4"
1990619906
eslint-plugin-import: "npm:2.32.0"
@@ -19928,7 +19928,7 @@ __metadata:
1992819928
storybook: "npm:9.1.3"
1992919929
tocbot: "npm:4.36.4"
1993019930
typescript: "npm:5.7.3"
19931-
typescript-eslint: "npm:8.39.1"
19931+
typescript-eslint: "npm:8.40.0"
1993219932
vite: "npm:6.3.5"
1993319933
vite-plugin-istanbul: "npm:7.1.0"
1993419934
vite-tsconfig-paths: "npm:5.1.4"

0 commit comments

Comments
 (0)