Skip to content

chore(deps): update typescript-eslint monorepo to v5.35.1 #969

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@openapitools/openapi-generator-cli": "2.5.1",
"@prettier/plugin-php": "0.18.9",
"@redocly/openapi-cli": "1.0.0-beta.94",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"babel-eslint": "10.1.0",
"eslint": "8.22.0",
"eslint-config-algolia": "20.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/cli/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export async function prompt({

decision.clientList = getClientChoices(decision.language, CLIENTS);

if (!clientArg || !clientArg.length) {
if (!clientArg?.length) {
if (interactive) {
const { client } = await inquirer.prompt<{ client: string }>([
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function getClientsConfigField(
const path = Array.isArray(pathToField) ? pathToField : [pathToField];

return path.reduce((current, key) => {
if (!current || !current[key]) {
if (!current?.[key]) {
throw new Error(`Unable to find '${pathToField}' for '${language}'`);
}

Expand Down
98 changes: 49 additions & 49 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ __metadata:
"@openapitools/openapi-generator-cli": 2.5.1
"@prettier/plugin-php": 0.18.9
"@redocly/openapi-cli": 1.0.0-beta.94
"@typescript-eslint/eslint-plugin": 5.33.1
"@typescript-eslint/parser": 5.33.1
"@typescript-eslint/eslint-plugin": 5.35.1
"@typescript-eslint/parser": 5.35.1
babel-eslint: 10.1.0
eslint: 8.22.0
eslint-config-algolia: 20.0.0
Expand Down Expand Up @@ -2545,13 +2545,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:5.33.1":
version: 5.33.1
resolution: "@typescript-eslint/eslint-plugin@npm:5.33.1"
"@typescript-eslint/eslint-plugin@npm:5.35.1":
version: 5.35.1
resolution: "@typescript-eslint/eslint-plugin@npm:5.35.1"
dependencies:
"@typescript-eslint/scope-manager": 5.33.1
"@typescript-eslint/type-utils": 5.33.1
"@typescript-eslint/utils": 5.33.1
"@typescript-eslint/scope-manager": 5.35.1
"@typescript-eslint/type-utils": 5.35.1
"@typescript-eslint/utils": 5.35.1
debug: ^4.3.4
functional-red-black-tree: ^1.0.1
ignore: ^5.2.0
Expand All @@ -2564,66 +2564,66 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: d9b6b038f70e4959ad211c84f50a38de2d00b54f0636ad76eea414fb070fa616933690da80de6668e62c8fbbeb227086322001b7d7ad1924421a232547c97936
checksum: 073f4dffd863881f1c87e1c217ac13bda44aaa2db12ef260032b5e8eb6ffd6b9cf6f62c85132dbf84152f353c435c66dd4f75c3bcb86eb23e926737aa4fb66fa
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:5.33.1":
version: 5.33.1
resolution: "@typescript-eslint/parser@npm:5.33.1"
"@typescript-eslint/parser@npm:5.35.1":
version: 5.35.1
resolution: "@typescript-eslint/parser@npm:5.35.1"
dependencies:
"@typescript-eslint/scope-manager": 5.33.1
"@typescript-eslint/types": 5.33.1
"@typescript-eslint/typescript-estree": 5.33.1
"@typescript-eslint/scope-manager": 5.35.1
"@typescript-eslint/types": 5.35.1
"@typescript-eslint/typescript-estree": 5.35.1
debug: ^4.3.4
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: fb3a4e000ce6d9583656fc3b3fb80f127a0ec1b7c3872ea469164516d993a588859ded4ec1338e6bbf2151168380d8aa29ec31027af23b50f5107949f8e7b438
checksum: 57ea1a1da60b370f8d5c11c86155f7339359a90f2c59e34c89f626f1a79cb440248f07bd307a27ebbbcc997d2731cb9754cdbc37639770940521a938dd89870c
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:5.33.1":
version: 5.33.1
resolution: "@typescript-eslint/scope-manager@npm:5.33.1"
"@typescript-eslint/scope-manager@npm:5.35.1":
version: 5.35.1
resolution: "@typescript-eslint/scope-manager@npm:5.35.1"
dependencies:
"@typescript-eslint/types": 5.33.1
"@typescript-eslint/visitor-keys": 5.33.1
checksum: b9918d8320ea59081d19070ce952b56984e72fb2c113215e5e6a0f97deac9aae5aa67ec7a07cddb010c0f75cdf8df096ab45e9241e4b7b611acfa6d4cdfb6516
"@typescript-eslint/types": 5.35.1
"@typescript-eslint/visitor-keys": 5.35.1
checksum: 5a969a081309bac5962f99ee6dfdfd9c68ea677bc79d9796592dce82a36217f67aa55c7bf421b2c97b46c5149d6a9401bb4c57829595e8c19f47cfa9e8c2dd86
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.33.1":
version: 5.33.1
resolution: "@typescript-eslint/type-utils@npm:5.33.1"
"@typescript-eslint/type-utils@npm:5.35.1":
version: 5.35.1
resolution: "@typescript-eslint/type-utils@npm:5.35.1"
dependencies:
"@typescript-eslint/utils": 5.33.1
"@typescript-eslint/utils": 5.35.1
debug: ^4.3.4
tsutils: ^3.21.0
peerDependencies:
eslint: "*"
peerDependenciesMeta:
typescript:
optional: true
checksum: ddf88835bc87b3ad946aaeb29b770a49a8e1c3c5e294ee9cb93b1936f432a1016efb97803f197eea1be61545cbc79b5526cc05e9339ca9beada22fc83801ddea
checksum: af317ba156f2767f76a7f97193873a00468370e157fdcc6ac19f664bc6c4c0a6836bd25028d17fdd54d339b6842fda68b82f1ce4142a222de6953625ea6c0a9c
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.33.1":
version: 5.33.1
resolution: "@typescript-eslint/types@npm:5.33.1"
checksum: 122891bd4ab4b930b1d33f3ce43a010825c1e61b9879520a0f3dc34cf92df71e2a873410845ab8d746333511c455c115eaafdec149298a161cef713829dfdb77
"@typescript-eslint/types@npm:5.35.1":
version: 5.35.1
resolution: "@typescript-eslint/types@npm:5.35.1"
checksum: a4e1001867f43f3364b109fc5a07b91ae7a34b78ab191c6c5c4695dac9bb2b80b0a602651c0b807c1c7c1fc3656d2bbd47c637afa08a09e7b1c39eae3c489e00
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.33.1":
version: 5.33.1
resolution: "@typescript-eslint/typescript-estree@npm:5.33.1"
"@typescript-eslint/typescript-estree@npm:5.35.1":
version: 5.35.1
resolution: "@typescript-eslint/typescript-estree@npm:5.35.1"
dependencies:
"@typescript-eslint/types": 5.33.1
"@typescript-eslint/visitor-keys": 5.33.1
"@typescript-eslint/types": 5.35.1
"@typescript-eslint/visitor-keys": 5.35.1
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
Expand All @@ -2632,33 +2632,33 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 1418e409b141c2f012bc2dd5c40d95dfd8aa572dd3e9523ed23e4371e4459d10ecd074fda75dc770ce980686b25ffc44725eebf165c494818ed4131d1ac0239f
checksum: a917ca4753a3f92c8d8555c96f5414383a9742761625476fa36a019401543aa74996159afa0f7fc7fae05fe0f904e3c6f4153a55412070c8a94e8171e81084c7
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.33.1":
version: 5.33.1
resolution: "@typescript-eslint/utils@npm:5.33.1"
"@typescript-eslint/utils@npm:5.35.1":
version: 5.35.1
resolution: "@typescript-eslint/utils@npm:5.35.1"
dependencies:
"@types/json-schema": ^7.0.9
"@typescript-eslint/scope-manager": 5.33.1
"@typescript-eslint/types": 5.33.1
"@typescript-eslint/typescript-estree": 5.33.1
"@typescript-eslint/scope-manager": 5.35.1
"@typescript-eslint/types": 5.35.1
"@typescript-eslint/typescript-estree": 5.35.1
eslint-scope: ^5.1.1
eslint-utils: ^3.0.0
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
checksum: c550504d62fc72f29bf3d7a651bd3a81f49fb1fccaf47583721c2ab1abd2ef78a1e4bc392cb4be4a61a45a4f24fc14a59d67b98aac8a16a207a7cace86538cab
checksum: 2b04092583c3139dd090727c24fb9d7fdb1fb9f20f2e3f0141cab5b98b6a1934b0fc8cab948f7faae55588385b0f1fb7bbf91f52c705ce4528036a527c3119c6
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.33.1":
version: 5.33.1
resolution: "@typescript-eslint/visitor-keys@npm:5.33.1"
"@typescript-eslint/visitor-keys@npm:5.35.1":
version: 5.35.1
resolution: "@typescript-eslint/visitor-keys@npm:5.35.1"
dependencies:
"@typescript-eslint/types": 5.33.1
"@typescript-eslint/types": 5.35.1
eslint-visitor-keys: ^3.3.0
checksum: 0d32a433450f61e97b5fa6b1e167f06ed395c200b16b4dbd4490a1c4941de420689b622f8a2486f5398806fb24f57b9fab901b4cbc8fdb8853f568264b3a182a
checksum: ef3c8377aac89935b5cc2fcf37bb3e42aa5f98848e7c22bdcbe5bb06c0fe8a1373a6897fd21109be8929b4708ad06c8874d2ef7bba17ff64911964203457330d
languageName: node
linkType: hard

Expand Down