Skip to content

Commit 56c536a

Browse files
chore(deps): update dependency eslint to v8.30.0 (#3003)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3196daf commit 56c536a

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/eslint-plugin": "5.46.1",
3939
"@typescript-eslint/parser": "5.46.1",
4040
"@vscode/codicons": "0.0.32",
41-
"eslint": "8.29.0",
41+
"eslint": "8.30.0",
4242
"eslint-config-prettier": "8.5.0",
4343
"eslint-config-prettier-standard": "4.0.1",
4444
"eslint-config-standard": "17.0.0",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,15 +1619,15 @@
16191619
dependencies:
16201620
eslint-visitor-keys "^3.3.0"
16211621

1622-
"@eslint/eslintrc@^1.3.3":
1623-
version "1.3.3"
1624-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
1625-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
1622+
"@eslint/eslintrc@^1.4.0":
1623+
version "1.4.0"
1624+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63"
1625+
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
16261626
dependencies:
16271627
ajv "^6.12.4"
16281628
debug "^4.3.2"
16291629
espree "^9.4.0"
1630-
globals "^13.15.0"
1630+
globals "^13.19.0"
16311631
ignore "^5.2.0"
16321632
import-fresh "^3.2.1"
16331633
js-yaml "^4.1.0"
@@ -1698,10 +1698,10 @@
16981698
mobx "^5.10.0"
16991699
sinon "^7.2.7"
17001700

1701-
"@humanwhocodes/config-array@^0.11.6":
1702-
version "0.11.7"
1703-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
1704-
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
1701+
"@humanwhocodes/config-array@^0.11.8":
1702+
version "0.11.8"
1703+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
1704+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
17051705
dependencies:
17061706
"@humanwhocodes/object-schema" "^1.2.1"
17071707
debug "^4.1.1"
@@ -9139,13 +9139,13 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
91399139
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
91409140
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
91419141

9142-
eslint@8.29.0:
9143-
version "8.29.0"
9144-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
9145-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
9142+
eslint@8.30.0:
9143+
version "8.30.0"
9144+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50"
9145+
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
91469146
dependencies:
9147-
"@eslint/eslintrc" "^1.3.3"
9148-
"@humanwhocodes/config-array" "^0.11.6"
9147+
"@eslint/eslintrc" "^1.4.0"
9148+
"@humanwhocodes/config-array" "^0.11.8"
91499149
"@humanwhocodes/module-importer" "^1.0.1"
91509150
"@nodelib/fs.walk" "^1.2.8"
91519151
ajv "^6.10.0"
@@ -9164,7 +9164,7 @@ [email protected]:
91649164
file-entry-cache "^6.0.1"
91659165
find-up "^5.0.0"
91669166
glob-parent "^6.0.2"
9167-
globals "^13.15.0"
9167+
globals "^13.19.0"
91689168
grapheme-splitter "^1.0.4"
91699169
ignore "^5.2.0"
91709170
import-fresh "^3.0.0"
@@ -10391,10 +10391,10 @@ globals@^11.1.0:
1039110391
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
1039210392
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
1039310393

10394-
globals@^13.15.0:
10395-
version "13.15.0"
10396-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
10397-
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
10394+
globals@^13.19.0:
10395+
version "13.19.0"
10396+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
10397+
integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
1039810398
dependencies:
1039910399
type-fest "^0.20.2"
1040010400

0 commit comments

Comments
 (0)