Skip to content

Commit 809d00c

Browse files
authored
Merge pull request #64 from LLazyEmail/renovate/eslint-8.x
Update dependency eslint to v8.23.0
2 parents 86af5e2 + 1213161 commit 809d00c

13 files changed

Lines changed: 293 additions & 261 deletions

File tree

_old/callbacks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@rollup/plugin-commonjs": "22.0.2",
2727
"@rollup/plugin-node-resolve": "13.3.0",
2828
"babel-eslint": "10.1.0",
29-
"eslint": "8.22.0",
29+
"eslint": "8.23.0",
3030
"eslint-plugin-json": "3.1.0",
3131
"prettier": "2.7.1",
3232
"rollup": "2.78.1",

components/Miscellaneous/package-lock.json

Lines changed: 51 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/Miscellaneous/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@rollup/plugin-babel": "5.3.1",
2828
"@rollup/plugin-commonjs": "22.0.2",
2929
"@rollup/plugin-node-resolve": "13.3.0",
30-
"eslint": "8.22.0",
30+
"eslint": "8.23.0",
3131
"eslint-plugin-json": "3.1.0",
3232
"prettier": "2.7.1",
3333
"rollup": "2.78.1",

components/Miscellaneous/yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -927,14 +927,14 @@
927927
"@babel/helper-validator-identifier" "^7.18.6"
928928
to-fast-properties "^2.0.0"
929929

930-
"@eslint/eslintrc@^1.3.0":
931-
version "1.3.0"
932-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz"
933-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
930+
"@eslint/eslintrc@^1.3.1":
931+
version "1.3.1"
932+
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.1.tgz"
933+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
934934
dependencies:
935935
ajv "^6.12.4"
936936
debug "^4.3.2"
937-
espree "^9.3.2"
937+
espree "^9.4.0"
938938
globals "^13.15.0"
939939
ignore "^5.2.0"
940940
import-fresh "^3.2.1"
@@ -956,6 +956,11 @@
956956
resolved "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz"
957957
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
958958

959+
"@humanwhocodes/module-importer@^1.0.1":
960+
version "1.0.1"
961+
resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz"
962+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
963+
959964
"@humanwhocodes/object-schema@^1.2.1":
960965
version "1.2.1"
961966
resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz"
@@ -1674,14 +1679,15 @@ eslint-visitor-keys@^3.3.0:
16741679
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz"
16751680
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
16761681

1677-
eslint@8.22.0:
1678-
version "8.22.0"
1679-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz"
1680-
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
1682+
eslint@8.23.0:
1683+
version "8.23.0"
1684+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.23.0.tgz"
1685+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
16811686
dependencies:
1682-
"@eslint/eslintrc" "^1.3.0"
1687+
"@eslint/eslintrc" "^1.3.1"
16831688
"@humanwhocodes/config-array" "^0.10.4"
16841689
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
1690+
"@humanwhocodes/module-importer" "^1.0.1"
16851691
ajv "^6.10.0"
16861692
chalk "^4.0.0"
16871693
cross-spawn "^7.0.2"
@@ -1691,7 +1697,7 @@ eslint@8.22.0:
16911697
eslint-scope "^7.1.1"
16921698
eslint-utils "^3.0.0"
16931699
eslint-visitor-keys "^3.3.0"
1694-
espree "^9.3.3"
1700+
espree "^9.4.0"
16951701
esquery "^1.4.0"
16961702
esutils "^2.0.2"
16971703
fast-deep-equal "^3.1.3"
@@ -1717,12 +1723,11 @@ eslint@8.22.0:
17171723
strip-ansi "^6.0.1"
17181724
strip-json-comments "^3.1.0"
17191725
text-table "^0.2.0"
1720-
v8-compile-cache "^2.0.3"
17211726

1722-
espree@^9.3.2, espree@^9.3.3:
1723-
version "9.3.3"
1724-
resolved "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz"
1725-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
1727+
espree@^9.4.0:
1728+
version "9.4.0"
1729+
resolved "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz"
1730+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
17261731
dependencies:
17271732
acorn "^8.8.0"
17281733
acorn-jsx "^5.3.2"
@@ -3014,11 +3019,6 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1:
30143019
resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
30153020
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
30163021

3017-
v8-compile-cache@^2.0.3:
3018-
version "2.3.0"
3019-
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz"
3020-
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
3021-
30223022
vlq@^0.2.2:
30233023
version "0.2.3"
30243024
resolved "https://registry.npmjs.org/vlq/-/vlq-0.2.3.tgz"

0 commit comments

Comments
 (0)