Skip to content

Commit

Permalink
chore(deps): update dependency @typescript-eslint/eslint-plugin to v6…
Browse files Browse the repository at this point in the history
….19.0 (main) (#1217)

[![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://togithub.com/typescript-eslint/typescript-eslint)
([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`6.18.1` ->
`6.19.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.18.1/6.19.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/6.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/6.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/6.18.1/6.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/6.18.1/6.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v6.19.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6190-2024-01-15)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.18.1...v6.19.0)

##### 🚀 Features

-   **eslint-plugin:** \[prefer-promise-reject-errors] add rule

-   **eslint-plugin:** \[no-array-delete] add new rule

- **eslint-plugin:** \[no-useless-template-literals] add fix suggestions

##### 🩹 Fixes

- **eslint-plugin:** \[no-unnecessary-type-assertion] detect unnecessary
non-null-assertion on a call expression

- **eslint-plugin:** \[no-unnecesary-type-assertion] treat unknown/any
as nullable

##### ❤️  Thank You

-   auvred
-   Brad Zacher
-   Josh Goldberg ✨
-   Joshua Chen
-   LJX
-   Steven
-   StyleShit

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 - "after 10pm every weekday,before 5am
every weekday,every weekend" in timezone Europe/Paris, 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/AmadeusITGroup/otter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
kpanot authored Jan 16, 2024
2 parents dd25c3e + e5d2ea5 commit cc8fa31
Show file tree
Hide file tree
Showing 64 changed files with 230 additions and 226 deletions.
12 changes: 6 additions & 6 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,36 @@ packageExtensions:
"@types/node": ^20.0.0
esbuild: ~0.19.0
eslint: ^8.42.0
nx: ^17.1.1
nx: ~17.2.0
rxjs: ^7.8.1
typescript: ~5.2.2
"@nx/cypress@^17.1.1":
dependencies:
typescript: ~5.2.2
"@nx/devkit@*":
dependencies:
nx: ^17.1.1
nx: ~17.2.0
typescript: ~5.2.2
"@nx/eslint-plugin@^17.1.1":
dependencies:
"@typescript-eslint/parser": ^6.11.0
eslint: ^8.42.0
"@nx/eslint@^17.1.1":
dependencies:
nx: ^17.1.1
nx: ~17.2.0
"@nx/jest@^17.1.1":
dependencies:
nx: ^17.1.1
nx: ~17.2.0
typescript: ~5.2.2
"@nx/js@^17.1.1":
dependencies:
"@types/node": ^20.0.0
nx: ^17.1.1
nx: ~17.2.0
typescript: ~5.2.2
"@nx/webpack@^17.1.1":
dependencies:
"@types/node": ^20.0.0
nx: ^17.1.1
nx: ~17.2.0
typescript: ~5.2.2
postcss-loader@^7.2.4:
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@o3r/rules-engine": "workspace:^",
"@types/chrome": "^0.0.256",
"@types/jest": "~29.5.2",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/types": "^6.11.0",
"archiver": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/github-cascading-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"cpy-cli": "^5.0.0",
"ejs": "^3.1.9",
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@types/bootstrap": "^5.2.6",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/types": "^6.11.0",
"eslint": "^8.42.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/vscode": "^1.67.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"@vscode/vsce": "^2.16.0",
"eslint-import-resolver-node": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/types": "^6.11.0",
"@yarnpkg/sdks": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@types/minimist": "^1.2.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"chokidar": "^3.5.2",
"copyfiles": "^2.4.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ export interface BotProtectionFingerprintRequestOptions {
* fingerprintRetriever: () => 'test'
* });
* ```
*
* @example For akamai
* ```typescript
* const botProtection = new BotProtectionFingerprintRequest({
Expand Down Expand Up @@ -230,6 +229,7 @@ export class BotProtectionFingerprintRequest implements RequestPlugin {
* configured in the BotProtectionFingerprintPollerOptions.
*
* If pollOnlyOnce is set to true, the poller won't be executed again after it has been fully executed once.
* @param logger
*/
private async waitForFingerprint(logger?: Logger) {
const pollerOptions = this.options.pollerOptions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class SessionIdRequest implements RequestPlugin {

/**
* Generates a session ID and stores it in session / backup storage.
* @param logger
*/
public generateSessionId(logger?: Logger) {
// Check if we already have a session ID in the shared memory
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/node": "^20.0.0",
"@types/pid-from-port": "^1.1.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@types/node": "^20.0.0",
"@types/pid-from-port": "^1.1.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"copyfiles": "^2.4.1",
"cpy": "~11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/showcase-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@swc/core": "^1.3.85",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"chokidar": "^3.5.2",
"eslint": "^8.42.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/swagger-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/node": "^20.0.0",
"@types/semver": "^7.3.13",
"@types/swagger-schema-official": "^2.0.22",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"concurrently": "^8.0.0",
"copyfiles": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-terasu/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/progress": "^2.0.5",
"@types/prompts": "^2.0.14",
"@types/yargs": "^17.0.20",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-terasu/cli/src/helpers/format.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const findOptionGroups = (message: string) => {
return lines.reduce((acc, line, idx) => {
const isOptionLine = /^ +-/.test(line);
if (searching && isOptionLine) {
acc.push(lines[idx - 1]!);
acc.push(lines[idx - 1]);
searching = false;
} else if (!isOptionLine) {
searching = true;
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-terasu/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/minimist": "^1.2.2",
"@types/node": "^20.0.0",
"@types/yargs": "^17.0.20",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-terasu/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@o3r/eslint-plugin": "workspace:^",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/amaterasu/amaterasu-api-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/amaterasu/amaterasu-dodo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/tar": "~6.1.1",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/amaterasu/amaterasu-otter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/amaterasu/amaterasu-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@types/jasmine": "~5.1.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/apis-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@schematics/angular": "~17.0.3",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@schematics/angular": "~17.0.3",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/artifactory-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/node": "^20.0.0",
"@types/request": "^2.48.7",
"@types/request-promise-native": "^1.0.18",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/azure-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@o3r/eslint-plugin": "workspace:^",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"@schematics/angular": "~17.0.3",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"chokidar": "^3.5.2",
"cpy-cli": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@o3r/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@types/pid-from-port": "^1.1.0",
"@types/semver": "^7.3.13",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
"chokidar": "^3.5.2",
"cpy-cli": "^5.0.0",
Expand Down Expand Up @@ -135,18 +135,18 @@
"zone.js": "~0.14.2"
},
"generatorDependencies": {
"@angular-eslint/eslint-plugin": "~17.1.0",
"@angular-eslint/eslint-plugin": "~17.2.0",
"@angular/material": "~17.0.1",
"@ngrx/router-store": "~17.0.0",
"@ngrx/effects": "~17.0.0",
"@ngrx/store-devtools": "~17.0.0",
"@o3r/store-sync": "workspace:^",
"@types/jest": "~29.5.2",
"nx": "~17.1.1",
"nx": "~17.2.0",
"@typescript-eslint/parser": "^6.11.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
"@nx/eslint-plugin": "~17.1.1",
"@nx/eslint-plugin": "~17.2.0",
"jsonc-eslint-parser": "~2.4.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-jest": "~27.6.0",
Expand Down
Loading

0 comments on commit cc8fa31

Please sign in to comment.