aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-03-22 08:09:32 +0000
committerGitHub <[email protected]>2022-03-22 08:09:32 +0000
commit6e297670560fac9a6d904142bd18d303f23f2be4 (patch)
treecbde944fff168ffb514116c7ee19617419274322
parent313c0596ead9dd9cf0052edbc0ceea9437ebd416 (diff)
downloadfaker-6e297670560fac9a6d904142bd18d303f23f2be4.tar.xz
faker-6e297670560fac9a6d904142bd18d303f23f2be4.zip
chore(deps): update typescript-eslint to ~5.16.0 (#653)
Co-authored-by: Renovate Bot <[email protected]>
-rw-r--r--package.json4
-rw-r--r--pnpm-lock.yaml76
2 files changed, 40 insertions, 40 deletions
diff --git a/package.json b/package.json
index 301aa596..98d30a4b 100644
--- a/package.json
+++ b/package.json
@@ -94,8 +94,8 @@
"@types/prettier": "~2.4.4",
"@types/sanitize-html": "~2.6.2",
"@types/validator": "~13.7.1",
- "@typescript-eslint/eslint-plugin": "~5.15.0",
- "@typescript-eslint/parser": "~5.15.0",
+ "@typescript-eslint/eslint-plugin": "~5.16.0",
+ "@typescript-eslint/parser": "~5.16.0",
"@vitest/ui": "~0.7.7",
"c8": "~7.11.0",
"conventional-changelog-cli": "~2.2.2",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 4e7729a3..4bb506f1 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -6,8 +6,8 @@ specifiers:
'@types/prettier': ~2.4.4
'@types/sanitize-html': ~2.6.2
'@types/validator': ~13.7.1
- '@typescript-eslint/eslint-plugin': ~5.15.0
- '@typescript-eslint/parser': ~5.15.0
+ '@typescript-eslint/eslint-plugin': ~5.16.0
+ '@typescript-eslint/parser': ~5.16.0
'@vitest/ui': ~0.7.7
c8: ~7.11.0
conventional-changelog-cli: ~2.2.2
@@ -43,8 +43,8 @@ devDependencies:
'@types/prettier': 2.4.4
'@types/sanitize-html': 2.6.2
'@types/validator': 13.7.1
- '@typescript-eslint/eslint-plugin': 5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28
- '@typescript-eslint/parser': [email protected][email protected]
+ '@typescript-eslint/eslint-plugin': 5.16.0_3fed250b11519414a4c7d52468dd6bf5
+ '@typescript-eslint/parser': [email protected][email protected]
'@vitest/ui': 0.7.7
c8: 7.11.0
conventional-changelog-cli: 2.2.2
@@ -434,8 +434,8 @@ packages:
dev: true
optional: true
- /@typescript-eslint/eslint-plugin/5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28:
- resolution: {integrity: sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==}
+ /@typescript-eslint/eslint-plugin/5.16.0_3fed250b11519414a4c7d52468dd6bf5:
+ resolution: {integrity: sha512-SJoba1edXvQRMmNI505Uo4XmGbxCK9ARQpkvOd00anxzri9RNQk0DDCxD+LIl+jYhkzOJiOMMKYEHnHEODjdCw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -445,11 +445,11 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/parser': [email protected][email protected]
- '@typescript-eslint/scope-manager': 5.15.0
- '@typescript-eslint/type-utils': [email protected][email protected]
- '@typescript-eslint/utils': [email protected][email protected]
- debug: 4.3.3
+ '@typescript-eslint/parser': [email protected][email protected]
+ '@typescript-eslint/scope-manager': 5.16.0
+ '@typescript-eslint/type-utils': [email protected][email protected]
+ '@typescript-eslint/utils': [email protected][email protected]
+ debug: 4.3.4
eslint: 8.11.0
functional-red-black-tree: 1.0.1
ignore: 5.2.0
@@ -461,8 +461,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/parser/[email protected][email protected]:
- resolution: {integrity: sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ==}
+ /@typescript-eslint/parser/[email protected][email protected]:
+ resolution: {integrity: sha512-fkDq86F0zl8FicnJtdXakFs4lnuebH6ZADDw6CYQv0UZeIjHvmEw87m9/29nk2Dv5Lmdp0zQ3zDQhiMWQf/GbA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -471,26 +471,26 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.15.0
- '@typescript-eslint/types': 5.15.0
- '@typescript-eslint/typescript-estree': [email protected]
- debug: 4.3.3
+ '@typescript-eslint/scope-manager': 5.16.0
+ '@typescript-eslint/types': 5.16.0
+ '@typescript-eslint/typescript-estree': [email protected]
+ debug: 4.3.4
eslint: 8.11.0
typescript: 4.6.2
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/scope-manager/5.15.0:
- resolution: {integrity: sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==}
+ /@typescript-eslint/scope-manager/5.16.0:
+ resolution: {integrity: sha512-P+Yab2Hovg8NekLIR/mOElCDPyGgFZKhGoZA901Yax6WR6HVeGLbsqJkZ+Cvk5nts/dAlFKm8PfL43UZnWdpIQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.15.0
- '@typescript-eslint/visitor-keys': 5.15.0
+ '@typescript-eslint/types': 5.16.0
+ '@typescript-eslint/visitor-keys': 5.16.0
dev: true
- /@typescript-eslint/type-utils/[email protected][email protected]:
- resolution: {integrity: sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==}
+ /@typescript-eslint/type-utils/[email protected][email protected]:
+ resolution: {integrity: sha512-SKygICv54CCRl1Vq5ewwQUJV/8padIWvPgCxlWPGO/OgQLCijY9G7lDu6H+mqfQtbzDNlVjzVWQmeqbLMBLEwQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -499,7 +499,7 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/utils': [email protected][email protected]
+ '@typescript-eslint/utils': [email protected][email protected]
debug: 4.3.4
eslint: 8.11.0
@@ -508,13 +508,13 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/types/5.15.0:
- resolution: {integrity: sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==}
+ /@typescript-eslint/types/5.16.0:
+ resolution: {integrity: sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/typescript-estree/[email protected]:
- resolution: {integrity: sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==}
+ /@typescript-eslint/typescript-estree/[email protected]:
+ resolution: {integrity: sha512-SE4VfbLWUZl9MR+ngLSARptUv2E8brY0luCdgmUevU6arZRY/KxYoLI/3V/yxaURR8tLRN7bmZtJdgmzLHI6pQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -522,8 +522,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.15.0
- '@typescript-eslint/visitor-keys': 5.15.0
+ '@typescript-eslint/types': 5.16.0
+ '@typescript-eslint/visitor-keys': 5.16.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
@@ -534,16 +534,16 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/utils/[email protected][email protected]:
- resolution: {integrity: sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==}
+ /@typescript-eslint/utils/[email protected][email protected]:
+ resolution: {integrity: sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
'@types/json-schema': 7.0.9
- '@typescript-eslint/scope-manager': 5.15.0
- '@typescript-eslint/types': 5.15.0
- '@typescript-eslint/typescript-estree': [email protected]
+ '@typescript-eslint/scope-manager': 5.16.0
+ '@typescript-eslint/types': 5.16.0
+ '@typescript-eslint/typescript-estree': [email protected]
eslint: 8.11.0
eslint-scope: 5.1.1
eslint-utils: [email protected]
@@ -552,11 +552,11 @@ packages:
- typescript
dev: true
- /@typescript-eslint/visitor-keys/5.15.0:
- resolution: {integrity: sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==}
+ /@typescript-eslint/visitor-keys/5.16.0:
+ resolution: {integrity: sha512-jqxO8msp5vZDhikTwq9ubyMHqZ67UIvawohr4qF3KhlpL7gzSjOd+8471H3nh5LyABkaI85laEKKU8SnGUK5/g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.15.0
+ '@typescript-eslint/types': 5.16.0
eslint-visitor-keys: 3.3.0
dev: true