Skip to content

Commit b4ec33a

Browse files
committed
chore(deps): update dependency @nullvoxpopuli/eslint-configs to ^1.3.6
1 parent 6e4fb6c commit b4ec33a

2 files changed

Lines changed: 124 additions & 29 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@ember/test-helpers": "^2.2.8",
4141
"@glimmer/component": "^1.0.4",
4242
"@glimmer/tracking": "^1.0.4",
43-
"@nullvoxpopuli/eslint-configs": "^1.3.0",
43+
"@nullvoxpopuli/eslint-configs": "^1.3.6",
4444
"@semantic-release/changelog": "^5.0.1",
4545
"@semantic-release/git": "^9.0.0",
4646
"@types/ember-qunit": "^3.4.13",

yarn.lock

Lines changed: 123 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,6 +1398,21 @@
13981398
minimatch "^3.0.4"
13991399
strip-json-comments "^3.1.1"
14001400

1401+
"@eslint/eslintrc@^0.4.2":
1402+
version "0.4.2"
1403+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
1404+
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
1405+
dependencies:
1406+
ajv "^6.12.4"
1407+
debug "^4.1.1"
1408+
espree "^7.3.0"
1409+
globals "^13.9.0"
1410+
ignore "^4.0.6"
1411+
import-fresh "^3.2.1"
1412+
js-yaml "^3.13.1"
1413+
minimatch "^3.0.4"
1414+
strip-json-comments "^3.1.1"
1415+
14011416
"@glimmer/component@^1.0.4":
14021417
version "1.0.4"
14031418
resolved "https://registry.yarnpkg.com/@glimmer/component/-/component-1.0.4.tgz#1c85a5181615a6647f6acfaaed68e28ad7e9626e"
@@ -1588,6 +1603,20 @@
15881603
resolved "https://registry.npmjs.org/@handlebars/parser/-/parser-1.1.0.tgz#d6dbc7574774b238114582410e8fee0dc3532bdf"
15891604
integrity sha512-rR7tJoSwJ2eooOpYGxGGW95sLq6GXUaS1UtWvN7pei6n2/okYvCGld9vsUTvkl2migxbkszsycwtMf/GEc1k1A==
15901605

1606+
"@humanwhocodes/config-array@^0.5.0":
1607+
version "0.5.0"
1608+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1609+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1610+
dependencies:
1611+
"@humanwhocodes/object-schema" "^1.2.0"
1612+
debug "^4.1.1"
1613+
minimatch "^3.0.4"
1614+
1615+
"@humanwhocodes/object-schema@^1.2.0":
1616+
version "1.2.0"
1617+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1618+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1619+
15911620
"@nodelib/fs.scandir@2.1.4":
15921621
version "2.1.4"
15931622
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz#d4b3549a5db5de2683e0c1071ab4f140904bbf69"
@@ -1742,18 +1771,18 @@
17421771
node-gyp "^7.1.0"
17431772
read-package-json-fast "^2.0.1"
17441773

1745-
"@nullvoxpopuli/eslint-configs@^1.3.0":
1746-
version "1.3.0"
1747-
resolved "https://registry.yarnpkg.com/@nullvoxpopuli/eslint-configs/-/eslint-configs-1.3.0.tgz#88e001dc72584337585a8aee60feb6ecee6fb78d"
1748-
integrity sha512-E4wSIsy7FeKj4Oo/H+lfYSIx1jUT0EetHodZXaC744nB6wjMPAp0HL93q/obDqUBdoC6aULawUSgJI9UF25DSA==
1774+
"@nullvoxpopuli/eslint-configs@^1.3.6":
1775+
version "1.3.6"
1776+
resolved "https://registry.yarnpkg.com/@nullvoxpopuli/eslint-configs/-/eslint-configs-1.3.6.tgz#908c4048ce4fac6b63c7d2b4abcd952bd650cf47"
1777+
integrity sha512-MrKA1DrM3JhgEOH4rQcaiOEinYyTuTE/Q8wt4G6m1kSaVCVXIM26LUmJEFgmaMbg8YC2vNnTUIxbgX+z+qywhw==
17491778
dependencies:
17501779
"@typescript-eslint/eslint-plugin" "4.22.0"
17511780
"@typescript-eslint/parser" "4.22.0"
17521781
babel-eslint "10.1.0"
1753-
eslint "7.24.0"
1754-
eslint-config-prettier "8.2.0"
1755-
eslint-plugin-decorator-position "2.2.23"
1756-
eslint-plugin-ember "10.3.0"
1782+
eslint "7.30.0"
1783+
eslint-config-prettier "8.3.0"
1784+
eslint-plugin-decorator-position "2.2.28"
1785+
eslint-plugin-ember "10.5.1"
17571786
eslint-plugin-import "^2.22.1"
17581787
eslint-plugin-json "^2.1.2"
17591788
eslint-plugin-node "11.1.0"
@@ -6909,12 +6938,7 @@ escodegen@^2.0.0:
69096938
optionalDependencies:
69106939
source-map "~0.6.1"
69116940

6912-
eslint-config-prettier@8.2.0:
6913-
version "8.2.0"
6914-
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.2.0.tgz#78de77d63bca8e9e59dae75a614b5299925bb7b3"
6915-
integrity sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw==
6916-
6917-
eslint-config-prettier@^8.3.0:
6941+
eslint-config-prettier@8.3.0, eslint-config-prettier@^8.3.0:
69186942
version "8.3.0"
69196943
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
69206944
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
@@ -6935,27 +6959,26 @@ eslint-module-utils@^2.6.0:
69356959
debug "^2.6.9"
69366960
pkg-dir "^2.0.0"
69376961

6938-
eslint-plugin-decorator-position@2.2.23:
6939-
version "2.2.23"
6940-
resolved "https://registry.npmjs.org/eslint-plugin-decorator-position/-/eslint-plugin-decorator-position-2.2.23.tgz#8262cf3f2c99139c1f40baf11c1824829c489082"
6941-
integrity sha512-2AudGlJBTRX76KXTrYyydJM/L9mL9J3YWJks6Jg3WgbgtZswhpS1Llqj00cGTqDgPHVtF+Hrrvoklw2rQuTCOw==
6962+
eslint-plugin-decorator-position@2.2.28:
6963+
version "2.2.28"
6964+
resolved "https://registry.yarnpkg.com/eslint-plugin-decorator-position/-/eslint-plugin-decorator-position-2.2.28.tgz#4119a3734ea1db46c241bb32fd28db24c838a7a8"
6965+
integrity sha512-jc4HlnL7eal07UYTgjDo0sv9Bbf4nV9GSTnlh6um72Fb8dDW7LRb65YJ5Mf5M9upE+ihI2GVJGI1D4TYUgBqeg==
69426966
dependencies:
69436967
"@ember-data/rfc395-data" "^0.0.4"
69446968
ember-rfc176-data "^0.3.12"
6945-
eslint "^7.24.0"
6946-
prettier "2.2.1"
69476969
snake-case "^3.0.3"
69486970

6949-
eslint-plugin-ember@10.3.0:
6950-
version "10.3.0"
6951-
resolved "https://registry.npmjs.org/eslint-plugin-ember/-/eslint-plugin-ember-10.3.0.tgz#2e53ad334dc7f7f66f6cba890b9c01a64817d1c1"
6952-
integrity sha512-qmUQ6OYs8trr+4h3DPJz76fBgXBJEragLCD4RHV4bcnKd4vtgmJvFTF+UDlIsiZZVd03r5aYzpuQvVa+oH6JXg==
6971+
eslint-plugin-ember@10.5.1:
6972+
version "10.5.1"
6973+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.5.1.tgz#3ec65cb562b438c64aa28d772606dbb55705e037"
6974+
integrity sha512-6cubCQdsybN2DtuXnlkhqi3SemBk4ktjq2k4vcjFG8QLmrpmiS6sDwIZMM/TLI8f9QwZIjmewhwS4zB/77E47w==
69536975
dependencies:
69546976
"@ember-data/rfc395-data" "^0.0.4"
69556977
css-tree "^1.0.0-alpha.39"
69566978
ember-rfc176-data "^0.3.15"
6957-
eslint-utils "^2.1.0"
6979+
eslint-utils "^3.0.0"
69586980
lodash.kebabcase "^4.1.1"
6981+
requireindex "^1.2.0"
69596982
snake-case "^3.0.3"
69606983

69616984
eslint-plugin-ember@^10.2.0:
@@ -7060,6 +7083,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
70607083
dependencies:
70617084
eslint-visitor-keys "^1.1.0"
70627085

7086+
eslint-utils@^3.0.0:
7087+
version "3.0.0"
7088+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
7089+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
7090+
dependencies:
7091+
eslint-visitor-keys "^2.0.0"
7092+
70637093
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
70647094
version "1.3.0"
70657095
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -7070,7 +7100,53 @@ eslint-visitor-keys@^2.0.0:
70707100
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
70717101
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
70727102

7073-
eslint@7.24.0, eslint@^7.20.0, eslint@^7.24.0:
7103+
eslint@7.30.0:
7104+
version "7.30.0"
7105+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
7106+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
7107+
dependencies:
7108+
"@babel/code-frame" "7.12.11"
7109+
"@eslint/eslintrc" "^0.4.2"
7110+
"@humanwhocodes/config-array" "^0.5.0"
7111+
ajv "^6.10.0"
7112+
chalk "^4.0.0"
7113+
cross-spawn "^7.0.2"
7114+
debug "^4.0.1"
7115+
doctrine "^3.0.0"
7116+
enquirer "^2.3.5"
7117+
escape-string-regexp "^4.0.0"
7118+
eslint-scope "^5.1.1"
7119+
eslint-utils "^2.1.0"
7120+
eslint-visitor-keys "^2.0.0"
7121+
espree "^7.3.1"
7122+
esquery "^1.4.0"
7123+
esutils "^2.0.2"
7124+
fast-deep-equal "^3.1.3"
7125+
file-entry-cache "^6.0.1"
7126+
functional-red-black-tree "^1.0.1"
7127+
glob-parent "^5.1.2"
7128+
globals "^13.6.0"
7129+
ignore "^4.0.6"
7130+
import-fresh "^3.0.0"
7131+
imurmurhash "^0.1.4"
7132+
is-glob "^4.0.0"
7133+
js-yaml "^3.13.1"
7134+
json-stable-stringify-without-jsonify "^1.0.1"
7135+
levn "^0.4.1"
7136+
lodash.merge "^4.6.2"
7137+
minimatch "^3.0.4"
7138+
natural-compare "^1.4.0"
7139+
optionator "^0.9.1"
7140+
progress "^2.0.0"
7141+
regexpp "^3.1.0"
7142+
semver "^7.2.1"
7143+
strip-ansi "^6.0.0"
7144+
strip-json-comments "^3.1.0"
7145+
table "^6.0.9"
7146+
text-table "^0.2.0"
7147+
v8-compile-cache "^2.0.3"
7148+
7149+
eslint@^7.20.0:
70747150
version "7.24.0"
70757151
resolved "https://registry.npmjs.org/eslint/-/eslint-7.24.0.tgz#2e44fa62d93892bfdb100521f17345ba54b8513a"
70767152
integrity sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==
@@ -7402,7 +7478,7 @@ extsprintf@^1.2.0:
74027478
resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
74037479
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
74047480

7405-
fast-deep-equal@^3.1.1:
7481+
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
74067482
version "3.1.3"
74077483
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
74087484
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
@@ -8110,7 +8186,7 @@ glob-parent@^3.1.0:
81108186
is-glob "^3.1.0"
81118187
path-dirname "^1.0.0"
81128188

8113-
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
8189+
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.0:
81148190
version "5.1.2"
81158191
resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
81168192
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -8186,6 +8262,13 @@ globals@^13.6.0:
81868262
dependencies:
81878263
type-fest "^0.20.2"
81888264

8265+
globals@^13.9.0:
8266+
version "13.9.0"
8267+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
8268+
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
8269+
dependencies:
8270+
type-fest "^0.20.2"
8271+
81898272
globals@^9.18.0:
81908273
version "9.18.0"
81918274
resolved "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -13466,6 +13549,18 @@ table@^6.0.4:
1346613549
slice-ansi "^4.0.0"
1346713550
string-width "^4.2.0"
1346813551

13552+
table@^6.0.9:
13553+
version "6.7.1"
13554+
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
13555+
integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
13556+
dependencies:
13557+
ajv "^8.0.1"
13558+
lodash.clonedeep "^4.5.0"
13559+
lodash.truncate "^4.4.2"
13560+
slice-ansi "^4.0.0"
13561+
string-width "^4.2.0"
13562+
strip-ansi "^6.0.0"
13563+
1346913564
tap-parser@^7.0.0:
1347013565
version "7.0.0"
1347113566
resolved "https://registry.npmjs.org/tap-parser/-/tap-parser-7.0.0.tgz#54db35302fda2c2ccc21954ad3be22b2cba42721"

0 commit comments

Comments
 (0)