fix(angular): bump angular-eslint to v15 (#13282)
This commit is contained in:
parent
18306696dc
commit
356204f4e3
@ -29,9 +29,9 @@
|
|||||||
"@angular-devkit/build-angular": "~15.0.0",
|
"@angular-devkit/build-angular": "~15.0.0",
|
||||||
"@angular-devkit/core": "~15.0.0",
|
"@angular-devkit/core": "~15.0.0",
|
||||||
"@angular-devkit/schematics": "~15.0.0",
|
"@angular-devkit/schematics": "~15.0.0",
|
||||||
"@angular-eslint/eslint-plugin": "~14.0.4",
|
"@angular-eslint/eslint-plugin": "~15.0.0",
|
||||||
"@angular-eslint/eslint-plugin-template": "~14.0.4",
|
"@angular-eslint/eslint-plugin-template": "~15.0.0",
|
||||||
"@angular-eslint/template-parser": "~14.0.4",
|
"@angular-eslint/template-parser": "~15.0.0",
|
||||||
"@angular/cli": "~15.0.0",
|
"@angular/cli": "~15.0.0",
|
||||||
"@angular/common": "~15.0.0",
|
"@angular/common": "~15.0.0",
|
||||||
"@angular/compiler": "~15.0.0",
|
"@angular/compiler": "~15.0.0",
|
||||||
|
|||||||
@ -1650,6 +1650,23 @@
|
|||||||
"alwaysAddToPackageJson": false
|
"alwaysAddToPackageJson": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"15.2.2": {
|
||||||
|
"version": "15.2.2-beta.0",
|
||||||
|
"packages": {
|
||||||
|
"@angular-eslint/eslint-plugin": {
|
||||||
|
"version": "~15.0.0",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"@angular-eslint/eslint-plugin-template": {
|
||||||
|
"version": "~15.0.0",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
},
|
||||||
|
"@angular-eslint/template-parser": {
|
||||||
|
"version": "~15.0.0",
|
||||||
|
"alwaysAddToPackageJson": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -595,9 +595,9 @@ exports[`convert-tslint-to-eslint should work for Angular applications 1`] = `
|
|||||||
Object {
|
Object {
|
||||||
"dependencies": Object {},
|
"dependencies": Object {},
|
||||||
"devDependencies": Object {
|
"devDependencies": Object {
|
||||||
"@angular-eslint/eslint-plugin": "~14.0.4",
|
"@angular-eslint/eslint-plugin": "~15.0.0",
|
||||||
"@angular-eslint/eslint-plugin-template": "~14.0.4",
|
"@angular-eslint/eslint-plugin-template": "~15.0.0",
|
||||||
"@angular-eslint/template-parser": "~14.0.4",
|
"@angular-eslint/template-parser": "~15.0.0",
|
||||||
"@nrwl/eslint-plugin-nx": "0.0.1",
|
"@nrwl/eslint-plugin-nx": "0.0.1",
|
||||||
"@nrwl/linter": "0.0.1",
|
"@nrwl/linter": "0.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
||||||
@ -964,9 +964,9 @@ exports[`convert-tslint-to-eslint should work for Angular libraries 1`] = `
|
|||||||
Object {
|
Object {
|
||||||
"dependencies": Object {},
|
"dependencies": Object {},
|
||||||
"devDependencies": Object {
|
"devDependencies": Object {
|
||||||
"@angular-eslint/eslint-plugin": "~14.0.4",
|
"@angular-eslint/eslint-plugin": "~15.0.0",
|
||||||
"@angular-eslint/eslint-plugin-template": "~14.0.4",
|
"@angular-eslint/eslint-plugin-template": "~15.0.0",
|
||||||
"@angular-eslint/template-parser": "~14.0.4",
|
"@angular-eslint/template-parser": "~15.0.0",
|
||||||
"@nrwl/eslint-plugin-nx": "0.0.1",
|
"@nrwl/eslint-plugin-nx": "0.0.1",
|
||||||
"@nrwl/linter": "0.0.1",
|
"@nrwl/linter": "0.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
||||||
|
|||||||
@ -11,7 +11,7 @@ export const tsLibVersion = '^2.3.0';
|
|||||||
|
|
||||||
export const ngUniversalVersion = '~15.0.0';
|
export const ngUniversalVersion = '~15.0.0';
|
||||||
|
|
||||||
export const angularEslintVersion = '~14.0.4';
|
export const angularEslintVersion = '~15.0.0';
|
||||||
export const tailwindVersion = '^3.0.2';
|
export const tailwindVersion = '^3.0.2';
|
||||||
export const postcssVersion = '^8.4.5';
|
export const postcssVersion = '^8.4.5';
|
||||||
export const postcssImportVersion = '~14.1.0';
|
export const postcssImportVersion = '~14.1.0';
|
||||||
|
|||||||
187
yarn.lock
187
yarn.lock
@ -261,45 +261,46 @@
|
|||||||
ora "5.4.1"
|
ora "5.4.1"
|
||||||
rxjs "6.6.7"
|
rxjs "6.6.7"
|
||||||
|
|
||||||
"@angular-eslint/bundled-angular-compiler@14.0.4":
|
"@angular-eslint/bundled-angular-compiler@15.0.0":
|
||||||
version "14.0.4"
|
version "15.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.4.tgz#6ba0d9b8a6be62dcf0351f053d231dffdc9db916"
|
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.0.0.tgz#814d625b84c3f71ab5cdc83a4f9191bb4e4f7ddf"
|
||||||
integrity sha512-/fbXDvkm4q95xG/9LZDtiyE2MQwT061sanmMginDk63f0dlC4H+AXgggva38YNRN+CFcbFtWfikTy7yFdNFZlA==
|
integrity sha512-IFJFVCc3t+ujD8J6//RzYrtp7N9wUQhZnRUkd7pI7IpUT1XrQx5uNbDca9OLXM5F+HCHOQPIoaCyg3O/XJcc8Q==
|
||||||
|
|
||||||
"@angular-eslint/eslint-plugin-template@~14.0.4":
|
"@angular-eslint/eslint-plugin-template@~15.0.0":
|
||||||
version "14.0.4"
|
version "15.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.0.4.tgz#8d937efa9e00c7d3d84f734231209bc10c3c48d5"
|
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-15.0.0.tgz#0fd6db19df01e543402bd058bc3d70df9f2e659b"
|
||||||
integrity sha512-F3GgItYHcEtQfOcJoyfvmRKdFIrI+/Wc7SjOo1X31tdeaQaRHseYWGFZ5AaA+MM+/rV7jPAd671Tv7wlm+Wjtg==
|
integrity sha512-9i8BFnqhN1/xR1vZaeRUf48DWxgRnJDOXfJtNONkTUUsImXzShJUgFK++/YC6BeNRsZf0wPN/qpstuScwELJKA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@angular-eslint/bundled-angular-compiler" "14.0.4"
|
"@angular-eslint/bundled-angular-compiler" "15.0.0"
|
||||||
"@typescript-eslint/type-utils" "5.36.2"
|
"@angular-eslint/utils" "15.0.0"
|
||||||
"@typescript-eslint/utils" "5.36.2"
|
"@typescript-eslint/type-utils" "5.43.0"
|
||||||
aria-query "5.0.2"
|
"@typescript-eslint/utils" "5.43.0"
|
||||||
axobject-query "3.0.1"
|
aria-query "5.1.3"
|
||||||
|
axobject-query "3.1.1"
|
||||||
|
|
||||||
"@angular-eslint/eslint-plugin@~14.0.4":
|
"@angular-eslint/eslint-plugin@~15.0.0":
|
||||||
version "14.0.4"
|
version "15.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin/-/eslint-plugin-14.0.4.tgz#0e864b284551cac86386b37d0114cfa62f184c31"
|
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin/-/eslint-plugin-15.0.0.tgz#bf5f8330e4de35654682f6383402962d208860d4"
|
||||||
integrity sha512-sPEXAZ/+u0jL849HV1dsc9C15zsiEiOd0Fo5St2YhZuCNsn94kg5zyai5p85/5tbpM6vchaH9cB4fZ3WE+FOog==
|
integrity sha512-Yj/GeLQ+bBUgrIQDqa//nHrS9UvxZ1KQhavcK0xruuy29AYf+yolVdEGKvFNlpMoGRXkv2eMmWUkODS495DTYQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@angular-eslint/utils" "14.0.4"
|
"@angular-eslint/utils" "15.0.0"
|
||||||
"@typescript-eslint/utils" "5.36.2"
|
"@typescript-eslint/utils" "5.43.0"
|
||||||
|
|
||||||
"@angular-eslint/template-parser@~14.0.4":
|
"@angular-eslint/template-parser@~15.0.0":
|
||||||
version "14.0.4"
|
version "15.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-14.0.4.tgz#6f19956295d80841318693d72e258b7b2c100f18"
|
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-15.0.0.tgz#fcae7fa9c7994ac137fe9c8bce9f7e2fe40e30c0"
|
||||||
integrity sha512-L7+VHWlIUiUml81q43tP/CZZhIDkbHoin2OH+0TEqeQuCcYZwZQfUBey0pmbzzhjZD2tV75QxlAUqFCuM85Tng==
|
integrity sha512-tidZOhQ9ygXPyUwxXzXbEVJUiHRNF0oFu1Pf+hSlOwgjvRqCqVwXfDxEe6NjFEwRXsp0CtDgyseu7E9+ml+m6A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@angular-eslint/bundled-angular-compiler" "14.0.4"
|
"@angular-eslint/bundled-angular-compiler" "15.0.0"
|
||||||
eslint-scope "^5.1.0"
|
eslint-scope "^7.0.0"
|
||||||
|
|
||||||
"@angular-eslint/utils@14.0.4":
|
"@angular-eslint/utils@15.0.0":
|
||||||
version "14.0.4"
|
version "15.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@angular-eslint/utils/-/utils-14.0.4.tgz#b741bda21b36036092c339abca7a2291d98c6322"
|
resolved "https://registry.yarnpkg.com/@angular-eslint/utils/-/utils-15.0.0.tgz#d9607f74880b7c4183717bc77d5a31ff5eb1528d"
|
||||||
integrity sha512-7BcK+g0qaMRXfRFeOf57UOb5R4V8/uzGLyeXkugA65s7BLDLPEV1StRTpGW7w4jK7I8sldfsnbrkJqb6hgQtfA==
|
integrity sha512-+eI2vNixlxmwAH+vcF81DNtzZ1CJAe6e1yktT5Xmn/FUVWKe4hHQN95Km0H8G0epF8MovCJwmPdhFYwi/X8u3w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@angular-eslint/bundled-angular-compiler" "14.0.4"
|
"@angular-eslint/bundled-angular-compiler" "15.0.0"
|
||||||
"@typescript-eslint/utils" "5.36.2"
|
"@typescript-eslint/utils" "5.43.0"
|
||||||
|
|
||||||
"@angular/cli@~15.0.0":
|
"@angular/cli@~15.0.0":
|
||||||
version "15.0.0"
|
version "15.0.0"
|
||||||
@ -6609,14 +6610,6 @@
|
|||||||
"@typescript-eslint/typescript-estree" "5.41.0"
|
"@typescript-eslint/typescript-estree" "5.41.0"
|
||||||
debug "^4.3.4"
|
debug "^4.3.4"
|
||||||
|
|
||||||
"@typescript-eslint/scope-manager@5.36.2":
|
|
||||||
version "5.36.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.2.tgz#a75eb588a3879ae659514780831370642505d1cd"
|
|
||||||
integrity sha512-cNNP51L8SkIFSfce8B1NSUBTJTu2Ts4nWeWbFrdaqjmn9yKrAaJUBHkyTZc0cL06OFHpb+JZq5AUHROS398Orw==
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types" "5.36.2"
|
|
||||||
"@typescript-eslint/visitor-keys" "5.36.2"
|
|
||||||
|
|
||||||
"@typescript-eslint/scope-manager@5.38.1":
|
"@typescript-eslint/scope-manager@5.38.1":
|
||||||
version "5.38.1"
|
version "5.38.1"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
|
||||||
@ -6633,15 +6626,13 @@
|
|||||||
"@typescript-eslint/types" "5.41.0"
|
"@typescript-eslint/types" "5.41.0"
|
||||||
"@typescript-eslint/visitor-keys" "5.41.0"
|
"@typescript-eslint/visitor-keys" "5.41.0"
|
||||||
|
|
||||||
"@typescript-eslint/type-utils@5.36.2":
|
"@typescript-eslint/scope-manager@5.43.0":
|
||||||
version "5.36.2"
|
version "5.43.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.2.tgz#752373f4babf05e993adf2cd543a763632826391"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz#566e46303392014d5d163704724872e1f2dd3c15"
|
||||||
integrity sha512-rPQtS5rfijUWLouhy6UmyNquKDPhQjKsaKH0WnY6hl/07lasj8gPaH2UD8xWkePn6SC+jW2i9c2DZVDnL+Dokw==
|
integrity sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/typescript-estree" "5.36.2"
|
"@typescript-eslint/types" "5.43.0"
|
||||||
"@typescript-eslint/utils" "5.36.2"
|
"@typescript-eslint/visitor-keys" "5.43.0"
|
||||||
debug "^4.3.4"
|
|
||||||
tsutils "^3.21.0"
|
|
||||||
|
|
||||||
"@typescript-eslint/type-utils@5.38.1":
|
"@typescript-eslint/type-utils@5.38.1":
|
||||||
version "5.38.1"
|
version "5.38.1"
|
||||||
@ -6653,6 +6644,16 @@
|
|||||||
debug "^4.3.4"
|
debug "^4.3.4"
|
||||||
tsutils "^3.21.0"
|
tsutils "^3.21.0"
|
||||||
|
|
||||||
|
"@typescript-eslint/type-utils@5.43.0":
|
||||||
|
version "5.43.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.43.0.tgz#91110fb827df5161209ecca06f70d19a96030be6"
|
||||||
|
integrity sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/typescript-estree" "5.43.0"
|
||||||
|
"@typescript-eslint/utils" "5.43.0"
|
||||||
|
debug "^4.3.4"
|
||||||
|
tsutils "^3.21.0"
|
||||||
|
|
||||||
"@typescript-eslint/type-utils@^5.36.1":
|
"@typescript-eslint/type-utils@^5.36.1":
|
||||||
version "5.41.0"
|
version "5.41.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
|
||||||
@ -6663,11 +6664,6 @@
|
|||||||
debug "^4.3.4"
|
debug "^4.3.4"
|
||||||
tsutils "^3.21.0"
|
tsutils "^3.21.0"
|
||||||
|
|
||||||
"@typescript-eslint/types@5.36.2":
|
|
||||||
version "5.36.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.2.tgz#a5066e500ebcfcee36694186ccc57b955c05faf9"
|
|
||||||
integrity sha512-9OJSvvwuF1L5eS2EQgFUbECb99F0mwq501w0H0EkYULkhFa19Qq7WFbycdw1PexAc929asupbZcgjVIe6OK/XQ==
|
|
||||||
|
|
||||||
"@typescript-eslint/types@5.38.1":
|
"@typescript-eslint/types@5.38.1":
|
||||||
version "5.38.1"
|
version "5.38.1"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
|
||||||
@ -6678,18 +6674,10 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
|
||||||
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
|
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@5.36.2":
|
"@typescript-eslint/types@5.43.0":
|
||||||
version "5.36.2"
|
version "5.43.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.2.tgz#0c93418b36c53ba0bc34c61fe9405c4d1d8fe560"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.43.0.tgz#e4ddd7846fcbc074325293515fa98e844d8d2578"
|
||||||
integrity sha512-8fyH+RfbKc0mTspfuEjlfqA4YywcwQK2Amcf6TDOwaRLg7Vwdu4bZzyvBZp4bjt1RRjQ5MDnOZahxMrt2l5v9w==
|
integrity sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types" "5.36.2"
|
|
||||||
"@typescript-eslint/visitor-keys" "5.36.2"
|
|
||||||
debug "^4.3.4"
|
|
||||||
globby "^11.1.0"
|
|
||||||
is-glob "^4.0.3"
|
|
||||||
semver "^7.3.7"
|
|
||||||
tsutils "^3.21.0"
|
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@5.38.1":
|
"@typescript-eslint/typescript-estree@5.38.1":
|
||||||
version "5.38.1"
|
version "5.38.1"
|
||||||
@ -6717,17 +6705,18 @@
|
|||||||
semver "^7.3.7"
|
semver "^7.3.7"
|
||||||
tsutils "^3.21.0"
|
tsutils "^3.21.0"
|
||||||
|
|
||||||
"@typescript-eslint/utils@5.36.2":
|
"@typescript-eslint/typescript-estree@5.43.0":
|
||||||
version "5.36.2"
|
version "5.43.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.2.tgz#b01a76f0ab244404c7aefc340c5015d5ce6da74c"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz#b6883e58ba236a602c334be116bfc00b58b3b9f2"
|
||||||
integrity sha512-uNcopWonEITX96v9pefk9DC1bWMdkweeSsewJ6GeC7L6j2t0SJywisgkr9wUTtXk90fi2Eljj90HSHm3OGdGRg==
|
integrity sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/json-schema" "^7.0.9"
|
"@typescript-eslint/types" "5.43.0"
|
||||||
"@typescript-eslint/scope-manager" "5.36.2"
|
"@typescript-eslint/visitor-keys" "5.43.0"
|
||||||
"@typescript-eslint/types" "5.36.2"
|
debug "^4.3.4"
|
||||||
"@typescript-eslint/typescript-estree" "5.36.2"
|
globby "^11.1.0"
|
||||||
eslint-scope "^5.1.1"
|
is-glob "^4.0.3"
|
||||||
eslint-utils "^3.0.0"
|
semver "^7.3.7"
|
||||||
|
tsutils "^3.21.0"
|
||||||
|
|
||||||
"@typescript-eslint/utils@5.38.1":
|
"@typescript-eslint/utils@5.38.1":
|
||||||
version "5.38.1"
|
version "5.38.1"
|
||||||
@ -6755,13 +6744,19 @@
|
|||||||
eslint-utils "^3.0.0"
|
eslint-utils "^3.0.0"
|
||||||
semver "^7.3.7"
|
semver "^7.3.7"
|
||||||
|
|
||||||
"@typescript-eslint/visitor-keys@5.36.2":
|
"@typescript-eslint/utils@5.43.0":
|
||||||
version "5.36.2"
|
version "5.43.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.2.tgz#2f8f78da0a3bad3320d2ac24965791ac39dace5a"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.43.0.tgz#00fdeea07811dbdf68774a6f6eacfee17fcc669f"
|
||||||
integrity sha512-BtRvSR6dEdrNt7Net2/XDjbYKU5Ml6GqJgVfXT0CxTCJlnIqK7rAGreuWKMT2t8cFUT2Msv5oxw0GMRD7T5J7A==
|
integrity sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/types" "5.36.2"
|
"@types/json-schema" "^7.0.9"
|
||||||
eslint-visitor-keys "^3.3.0"
|
"@types/semver" "^7.3.12"
|
||||||
|
"@typescript-eslint/scope-manager" "5.43.0"
|
||||||
|
"@typescript-eslint/types" "5.43.0"
|
||||||
|
"@typescript-eslint/typescript-estree" "5.43.0"
|
||||||
|
eslint-scope "^5.1.1"
|
||||||
|
eslint-utils "^3.0.0"
|
||||||
|
semver "^7.3.7"
|
||||||
|
|
||||||
"@typescript-eslint/visitor-keys@5.38.1":
|
"@typescript-eslint/visitor-keys@5.38.1":
|
||||||
version "5.38.1"
|
version "5.38.1"
|
||||||
@ -6779,6 +6774,14 @@
|
|||||||
"@typescript-eslint/types" "5.41.0"
|
"@typescript-eslint/types" "5.41.0"
|
||||||
eslint-visitor-keys "^3.3.0"
|
eslint-visitor-keys "^3.3.0"
|
||||||
|
|
||||||
|
"@typescript-eslint/visitor-keys@5.43.0":
|
||||||
|
version "5.43.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz#cbbdadfdfea385310a20a962afda728ea106befa"
|
||||||
|
integrity sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types" "5.43.0"
|
||||||
|
eslint-visitor-keys "^3.3.0"
|
||||||
|
|
||||||
"@verdaccio/commons-api@10.2.0":
|
"@verdaccio/commons-api@10.2.0":
|
||||||
version "10.2.0"
|
version "10.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/@verdaccio/commons-api/-/commons-api-10.2.0.tgz#3b684c31749837b0574375bb2e10644ecea9fcca"
|
resolved "https://registry.yarnpkg.com/@verdaccio/commons-api/-/commons-api-10.2.0.tgz#3b684c31749837b0574375bb2e10644ecea9fcca"
|
||||||
@ -7616,10 +7619,12 @@ argparse@~0.1.15:
|
|||||||
underscore "~1.7.0"
|
underscore "~1.7.0"
|
||||||
underscore.string "~2.4.0"
|
underscore.string "~2.4.0"
|
||||||
|
|
||||||
aria-query@5.0.2:
|
aria-query@5.1.3:
|
||||||
version "5.0.2"
|
version "5.1.3"
|
||||||
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.0.2.tgz#0b8a744295271861e1d933f8feca13f9b70cfdc1"
|
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e"
|
||||||
integrity sha512-eigU3vhqSO+Z8BKDnVLN/ompjhf3pYzecKXz8+whRy+9gZu8n1TCGfwzQUUPnqdHl9ax1Hr9031orZ+UOEYr7Q==
|
integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
|
||||||
|
dependencies:
|
||||||
|
deep-equal "^2.0.5"
|
||||||
|
|
||||||
aria-query@^4.2.2:
|
aria-query@^4.2.2:
|
||||||
version "4.2.2"
|
version "4.2.2"
|
||||||
@ -8007,10 +8012,12 @@ axios@^1.0.0:
|
|||||||
form-data "^4.0.0"
|
form-data "^4.0.0"
|
||||||
proxy-from-env "^1.1.0"
|
proxy-from-env "^1.1.0"
|
||||||
|
|
||||||
axobject-query@3.0.1:
|
axobject-query@3.1.1:
|
||||||
version "3.0.1"
|
version "3.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.0.1.tgz#160e20533a7010db37726df68b7faf7db9653acd"
|
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.1.1.tgz#3b6e5c6d4e43ca7ba51c5babf99d22a9c68485e1"
|
||||||
integrity sha512-vy5JPSOibF9yAeC2PoemRdA1MuSXX7vX5osdoxKf/6OUeppAWekZ3JIJVNWFMH6wgj7uHYyqZUSqE/b/3JLV1A==
|
integrity sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==
|
||||||
|
dependencies:
|
||||||
|
deep-equal "^2.0.5"
|
||||||
|
|
||||||
axobject-query@^2.2.0:
|
axobject-query@^2.2.0:
|
||||||
version "2.2.0"
|
version "2.2.0"
|
||||||
@ -11615,7 +11622,7 @@ eslint-plugin-react@^7.31.7:
|
|||||||
semver "^6.3.0"
|
semver "^6.3.0"
|
||||||
string.prototype.matchall "^4.0.7"
|
string.prototype.matchall "^4.0.7"
|
||||||
|
|
||||||
eslint-scope@5.1.1, eslint-scope@^5.1.0, eslint-scope@^5.1.1:
|
eslint-scope@5.1.1, eslint-scope@^5.1.1:
|
||||||
version "5.1.1"
|
version "5.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
|
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
|
||||||
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
|
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
|
||||||
@ -11631,7 +11638,7 @@ eslint-scope@^4.0.3:
|
|||||||
esrecurse "^4.1.0"
|
esrecurse "^4.1.0"
|
||||||
estraverse "^4.1.1"
|
estraverse "^4.1.1"
|
||||||
|
|
||||||
eslint-scope@^7.1.1:
|
eslint-scope@^7.0.0, eslint-scope@^7.1.1:
|
||||||
version "7.1.1"
|
version "7.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
|
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
|
||||||
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
|
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user