Skip to content

Commit bc38c85

Browse files
chore(deps): update all non-major dependencies to v7.12.0 (minor) (#5903)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`7.11.0` -> `7.12.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.11.0/7.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.11.0/7.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.11.0/7.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`7.11.0` -> `7.12.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.11.0/7.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/7.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/7.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/7.11.0/7.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/7.11.0/7.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v7.12.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7120-2024-06-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.11.0...v7.12.0) ##### 🚀 Features - **eslint-plugin:** \[no-useless-template-literals] rename to `no-useless-template-expression` (deprecate `no-useless-template-literals`) - **rule-tester:** check for parsing errors in suggestion fixes - **rule-tester:** port `checkDuplicateTestCases` from ESLint - **eslint-plugin:** \[no-floating-promises] add option 'allowForKnownSafePromises' ##### 🩹 Fixes - no-useless-template-expression -> no-unnecessary-template-expression - **eslint-plugin:** \[no-unnecessary-type-assertion] combine template literal check with `const` variable check - **eslint-plugin:** \[dot-notation] fix false positive when accessing private/protected property with optional chaining - **eslint-plugin:** \[explicit-member-accessibility] refine report locations - **eslint-plugin:** \[no-unnecessary-type-assertion] declares are always defined, so always check `declare`s - **eslint-plugin:** \[prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions - **eslint-plugin:** \[return-await] clean up in-try-catch detection and make autofixes safe - **eslint-plugin:** \[member-ordering] also TSMethodSignature can be get/set ##### ❤️ Thank You - Abraham Guo - Han Yeong-woo - Joshua Chen - Kim Sang Du - Kirk Waiblinger - YeonJuan 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> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v7.12.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7120-2024-06-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.11.0...v7.12.0) ##### 🩹 Fixes - **types:** correct typing ParserOptions ##### ❤️ Thank You - Abraham Guo - Han Yeong-woo - Joshua Chen - Kim Sang Du - Kirk Waiblinger - YeonJuan 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 - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd0c9f2 commit bc38c85

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -6251,14 +6251,14 @@ __metadata:
62516251
linkType: hard
62526252

62536253
"@typescript-eslint/eslint-plugin@npm:^7.0.0":
6254-
version: 7.11.0
6255-
resolution: "@typescript-eslint/eslint-plugin@npm:7.11.0"
6254+
version: 7.12.0
6255+
resolution: "@typescript-eslint/eslint-plugin@npm:7.12.0"
62566256
dependencies:
62576257
"@eslint-community/regexpp": "npm:^4.10.0"
6258-
"@typescript-eslint/scope-manager": "npm:7.11.0"
6259-
"@typescript-eslint/type-utils": "npm:7.11.0"
6260-
"@typescript-eslint/utils": "npm:7.11.0"
6261-
"@typescript-eslint/visitor-keys": "npm:7.11.0"
6258+
"@typescript-eslint/scope-manager": "npm:7.12.0"
6259+
"@typescript-eslint/type-utils": "npm:7.12.0"
6260+
"@typescript-eslint/utils": "npm:7.12.0"
6261+
"@typescript-eslint/visitor-keys": "npm:7.12.0"
62626262
graphemer: "npm:^1.4.0"
62636263
ignore: "npm:^5.3.1"
62646264
natural-compare: "npm:^1.4.0"
@@ -6269,7 +6269,7 @@ __metadata:
62696269
peerDependenciesMeta:
62706270
typescript:
62716271
optional: true
6272-
checksum: 10c0/50fedf832e4de9546569106eab1d10716204ceebc5cc7d62299112c881212270d0f7857e3d6452c07db031d40b58cf27c4d1b1a36043e8e700fc3496e377b54a
6272+
checksum: 10c0/abf899e07144e8edd8ae010d25e4679e2acded407a10efc6aaa7ee325af8daf0dd149946ad58e46982e29e0a23f56b1e0dd461ef09aab09b0d94fc24ffc827c2
62736273
languageName: node
62746274
linkType: hard
62756275

@@ -6292,20 +6292,20 @@ __metadata:
62926292
linkType: hard
62936293

62946294
"@typescript-eslint/parser@npm:^7.0.0":
6295-
version: 7.11.0
6296-
resolution: "@typescript-eslint/parser@npm:7.11.0"
6295+
version: 7.12.0
6296+
resolution: "@typescript-eslint/parser@npm:7.12.0"
62976297
dependencies:
6298-
"@typescript-eslint/scope-manager": "npm:7.11.0"
6299-
"@typescript-eslint/types": "npm:7.11.0"
6300-
"@typescript-eslint/typescript-estree": "npm:7.11.0"
6301-
"@typescript-eslint/visitor-keys": "npm:7.11.0"
6298+
"@typescript-eslint/scope-manager": "npm:7.12.0"
6299+
"@typescript-eslint/types": "npm:7.12.0"
6300+
"@typescript-eslint/typescript-estree": "npm:7.12.0"
6301+
"@typescript-eslint/visitor-keys": "npm:7.12.0"
63026302
debug: "npm:^4.3.4"
63036303
peerDependencies:
63046304
eslint: ^8.56.0
63056305
peerDependenciesMeta:
63066306
typescript:
63076307
optional: true
6308-
checksum: 10c0/f5d1343fae90ccd91aea8adf194e22ed3eb4b2ea79d03d8a9ca6e7b669a6db306e93138ec64f7020c5b3128619d50304dea1f06043eaff6b015071822cad4972
6308+
checksum: 10c0/223c32a6ba6cee770ee39108fb0a6d132283673d44c751bec85d8792df3382ddb839617787d183dc8fd7686d8a2018bf1ec0f3d63b7010c4370913f249c80fbc
63096309
languageName: node
63106310
linkType: hard
63116311

@@ -6329,13 +6329,13 @@ __metadata:
63296329
languageName: node
63306330
linkType: hard
63316331

6332-
"@typescript-eslint/scope-manager@npm:7.11.0":
6333-
version: 7.11.0
6334-
resolution: "@typescript-eslint/scope-manager@npm:7.11.0"
6332+
"@typescript-eslint/scope-manager@npm:7.12.0":
6333+
version: 7.12.0
6334+
resolution: "@typescript-eslint/scope-manager@npm:7.12.0"
63356335
dependencies:
6336-
"@typescript-eslint/types": "npm:7.11.0"
6337-
"@typescript-eslint/visitor-keys": "npm:7.11.0"
6338-
checksum: 10c0/35f9d88f38f2366017b15c9ee752f2605afa8009fa1eaf81c8b2b71fc22ddd2a33fff794a02015c8991a5fa99f315c3d6d76a5957d3fad1ccbb4cd46735c98b5
6336+
"@typescript-eslint/types": "npm:7.12.0"
6337+
"@typescript-eslint/visitor-keys": "npm:7.12.0"
6338+
checksum: 10c0/7af53cd9045cc70459e4f451377affc0ef03e67bd743480ab2cbfebe1b7d8269fc639406966930c5abb26f1b633623c98442c2b60f6257e0ce1555439343d5e9
63396339
languageName: node
63406340
linkType: hard
63416341

@@ -6356,20 +6356,20 @@ __metadata:
63566356
languageName: node
63576357
linkType: hard
63586358

6359-
"@typescript-eslint/type-utils@npm:7.11.0":
6360-
version: 7.11.0
6361-
resolution: "@typescript-eslint/type-utils@npm:7.11.0"
6359+
"@typescript-eslint/type-utils@npm:7.12.0":
6360+
version: 7.12.0
6361+
resolution: "@typescript-eslint/type-utils@npm:7.12.0"
63626362
dependencies:
6363-
"@typescript-eslint/typescript-estree": "npm:7.11.0"
6364-
"@typescript-eslint/utils": "npm:7.11.0"
6363+
"@typescript-eslint/typescript-estree": "npm:7.12.0"
6364+
"@typescript-eslint/utils": "npm:7.12.0"
63656365
debug: "npm:^4.3.4"
63666366
ts-api-utils: "npm:^1.3.0"
63676367
peerDependencies:
63686368
eslint: ^8.56.0
63696369
peerDependenciesMeta:
63706370
typescript:
63716371
optional: true
6372-
checksum: 10c0/637395cb0f4c424c610e751906a31dcfedcdbd8c479012da6e81f9be6b930f32317bfe170ccb758d93a411b2bd9c4e7e5d18892094466099c6f9c3dceda81a72
6372+
checksum: 10c0/41f4aa20d24724b461eb0cdac69d91ef60c2b628fb4a5739e4dbb8378aa4a7ff20c302f60e5d74ce75d5b99fcd3e3d71b9b3c96a1714aac47ce2ce5d6d611fcd
63736373
languageName: node
63746374
linkType: hard
63756375

@@ -6387,10 +6387,10 @@ __metadata:
63876387
languageName: node
63886388
linkType: hard
63896389

6390-
"@typescript-eslint/types@npm:7.11.0":
6391-
version: 7.11.0
6392-
resolution: "@typescript-eslint/types@npm:7.11.0"
6393-
checksum: 10c0/c5d6c517124017eb44aa180c8ea1fad26ec8e47502f92fd12245ba3141560e69d7f7e35b8aa160ddd5df63a2952af407e2f62cc58b663c86e1f778ffb5b01789
6390+
"@typescript-eslint/types@npm:7.12.0":
6391+
version: 7.12.0
6392+
resolution: "@typescript-eslint/types@npm:7.12.0"
6393+
checksum: 10c0/76786d02a0838750d74ad6e49b026875c0753b81c5a46a56525a1e82d89c0939a13434b03494e3b31b7ffbba7824f426c5b502a12337806a1f6ca560b5dad46c
63946394
languageName: node
63956395
linkType: hard
63966396

@@ -6431,12 +6431,12 @@ __metadata:
64316431
languageName: node
64326432
linkType: hard
64336433

6434-
"@typescript-eslint/typescript-estree@npm:7.11.0":
6435-
version: 7.11.0
6436-
resolution: "@typescript-eslint/typescript-estree@npm:7.11.0"
6434+
"@typescript-eslint/typescript-estree@npm:7.12.0":
6435+
version: 7.12.0
6436+
resolution: "@typescript-eslint/typescript-estree@npm:7.12.0"
64376437
dependencies:
6438-
"@typescript-eslint/types": "npm:7.11.0"
6439-
"@typescript-eslint/visitor-keys": "npm:7.11.0"
6438+
"@typescript-eslint/types": "npm:7.12.0"
6439+
"@typescript-eslint/visitor-keys": "npm:7.12.0"
64406440
debug: "npm:^4.3.4"
64416441
globby: "npm:^11.1.0"
64426442
is-glob: "npm:^4.0.3"
@@ -6446,7 +6446,7 @@ __metadata:
64466446
peerDependenciesMeta:
64476447
typescript:
64486448
optional: true
6449-
checksum: 10c0/a4eda43f352d20edebae0c1c221c4fd9de0673a94988cf1ae3f5e4917ef9cdb9ead8d3673ea8dd6e80d9cf3523a47c295be1326a3fae017b277233f4c4b4026b
6449+
checksum: 10c0/855be5ba6c3d7540319ad250555055a798deb04855f26abe719a3b8d555a3227d52e09453930bd829e260a72f65a985998b235514ce2872b31615015da3163c0
64506450
languageName: node
64516451
linkType: hard
64526452

@@ -6467,17 +6467,17 @@ __metadata:
64676467
languageName: node
64686468
linkType: hard
64696469

6470-
"@typescript-eslint/utils@npm:7.11.0":
6471-
version: 7.11.0
6472-
resolution: "@typescript-eslint/utils@npm:7.11.0"
6470+
"@typescript-eslint/utils@npm:7.12.0":
6471+
version: 7.12.0
6472+
resolution: "@typescript-eslint/utils@npm:7.12.0"
64736473
dependencies:
64746474
"@eslint-community/eslint-utils": "npm:^4.4.0"
6475-
"@typescript-eslint/scope-manager": "npm:7.11.0"
6476-
"@typescript-eslint/types": "npm:7.11.0"
6477-
"@typescript-eslint/typescript-estree": "npm:7.11.0"
6475+
"@typescript-eslint/scope-manager": "npm:7.12.0"
6476+
"@typescript-eslint/types": "npm:7.12.0"
6477+
"@typescript-eslint/typescript-estree": "npm:7.12.0"
64786478
peerDependencies:
64796479
eslint: ^8.56.0
6480-
checksum: 10c0/539a7ff8b825ad810fc59a80269094748df1a397a42cdbb212c493fc2486711c7d8fd6d75d4cd8a067822b8e6a11f42c50441977d51c183eec47992506d1cdf8
6480+
checksum: 10c0/04241c0313f2d061bc81ec2d5d589c9a723f8c1493e5b83d98f804ff9dac23c5e7157d9bb57bee8b458f40824f56ea65a02ebd344926a37cb58bf151cb4d3bf2
64816481
languageName: node
64826482
linkType: hard
64836483

@@ -6519,13 +6519,13 @@ __metadata:
65196519
languageName: node
65206520
linkType: hard
65216521

6522-
"@typescript-eslint/visitor-keys@npm:7.11.0":
6523-
version: 7.11.0
6524-
resolution: "@typescript-eslint/visitor-keys@npm:7.11.0"
6522+
"@typescript-eslint/visitor-keys@npm:7.12.0":
6523+
version: 7.12.0
6524+
resolution: "@typescript-eslint/visitor-keys@npm:7.12.0"
65256525
dependencies:
6526-
"@typescript-eslint/types": "npm:7.11.0"
6526+
"@typescript-eslint/types": "npm:7.12.0"
65276527
eslint-visitor-keys: "npm:^3.4.3"
6528-
checksum: 10c0/664e558d9645896484b7ffc9381837f0d52443bf8d121a5586d02d42ca4d17dc35faf526768c4b1beb52c57c43fae555898eb087651eb1c7a3d60f1085effea1
6528+
checksum: 10c0/f3aa6704961e65fa8d66fcde57cd28e382412bb8bec2e99312bf8cda38772ae9a74d6d95b9765f76a249bc9ab65624db34b8c00078ebad129b2e1b624e935d90
65296529
languageName: node
65306530
linkType: hard
65316531

0 commit comments

Comments
 (0)