Skip to content

Commit 83f9d27

Browse files
committed
chore(deps): update dependency @nullvoxpopuli/eslint-configs to ^2.2.6
1 parent f286d4d commit 83f9d27

File tree

2 files changed

+97
-60
lines changed

2 files changed

+97
-60
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@embroider/macros": "^1.0.0",
4141
"@embroider/test-setup": "^1.0.0",
4242
"@glimmer/tracking": "^1.0.4",
43-
"@nullvoxpopuli/eslint-configs": "^2.1.21",
43+
"@nullvoxpopuli/eslint-configs": "^2.2.6",
4444
"@semantic-release/changelog": "^6.0.1",
4545
"@semantic-release/git": "^10.0.1",
4646
"@types/ember-qunit": "^5.0.0",

yarn.lock

Lines changed: 96 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -2507,25 +2507,25 @@
25072507
node-gyp "^8.2.0"
25082508
read-package-json-fast "^2.0.1"
25092509

2510-
"@nullvoxpopuli/eslint-configs@^2.1.21":
2511-
version "2.1.21"
2512-
resolved "https://registry.yarnpkg.com/@nullvoxpopuli/eslint-configs/-/eslint-configs-2.1.21.tgz#accc7dfd7772e30a1cbe8396d67a7d226bda81bf"
2513-
integrity sha512-KP+OWYvmeQgIOxW82t6hhVspjfAqwCeFytbBwhhwyMbLHf2NjPGBbslG8oy+p2VUwD5dT4v8fsWhnH+eUjrIUQ==
2510+
"@nullvoxpopuli/eslint-configs@^2.2.6":
2511+
version "2.2.6"
2512+
resolved "https://registry.yarnpkg.com/@nullvoxpopuli/eslint-configs/-/eslint-configs-2.2.6.tgz#415c1a1fcf75a7d964fbad058baf6cfd76da8415"
2513+
integrity sha512-6f5Foz2NIL6fnCGpXEnEZywnBnf8J/8n34j8GvVVtn8GHYFD3X6X3qjjBfvomEkUUDr0GrqMMwJpLlBlevy0qQ==
25142514
dependencies:
2515-
"@typescript-eslint/eslint-plugin" "5.11.0"
2516-
"@typescript-eslint/parser" "5.11.0"
2515+
"@typescript-eslint/eslint-plugin" "5.16.0"
2516+
"@typescript-eslint/parser" "5.16.0"
25172517
babel-eslint "10.1.0"
25182518
eslint "7.32.0"
2519-
eslint-config-prettier "8.3.0"
2519+
eslint-config-prettier "8.5.0"
25202520
eslint-plugin-decorator-position "4.0.1"
2521-
eslint-plugin-ember "10.5.8"
2521+
eslint-plugin-ember "10.5.9"
25222522
eslint-plugin-import "^2.25.4"
25232523
eslint-plugin-json "^3.1.0"
25242524
eslint-plugin-node "11.1.0"
25252525
eslint-plugin-prettier "4.0.0"
25262526
eslint-plugin-qunit "7.2.0"
25272527
eslint-plugin-simple-import-sort "^7.0.0"
2528-
prettier "2.5.1"
2528+
prettier "2.6.0"
25292529

25302530
"@octokit/auth-token@^2.4.4":
25312531
version "2.5.0"
@@ -3317,14 +3317,14 @@
33173317
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
33183318
integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
33193319

3320-
"@typescript-eslint/eslint-plugin@5.11.0":
3321-
version "5.11.0"
3322-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.11.0.tgz#3b866371d8d75c70f9b81535e7f7d3aa26527c7a"
3323-
integrity sha512-HJh33bgzXe6jGRocOj4FmefD7hRY4itgjzOrSs3JPrTNXsX7j5+nQPciAUj/1nZtwo2kAc3C75jZO+T23gzSGw==
3320+
"@typescript-eslint/eslint-plugin@5.16.0":
3321+
version "5.16.0"
3322+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.16.0.tgz#78f246dd8d1b528fc5bfca99a8a64d4023a3d86d"
3323+
integrity sha512-SJoba1edXvQRMmNI505Uo4XmGbxCK9ARQpkvOd00anxzri9RNQk0DDCxD+LIl+jYhkzOJiOMMKYEHnHEODjdCw==
33243324
dependencies:
3325-
"@typescript-eslint/scope-manager" "5.11.0"
3326-
"@typescript-eslint/type-utils" "5.11.0"
3327-
"@typescript-eslint/utils" "5.11.0"
3325+
"@typescript-eslint/scope-manager" "5.16.0"
3326+
"@typescript-eslint/type-utils" "5.16.0"
3327+
"@typescript-eslint/utils" "5.16.0"
33283328
debug "^4.3.2"
33293329
functional-red-black-tree "^1.0.1"
33303330
ignore "^5.1.8"
@@ -3347,14 +3347,14 @@
33473347
semver "^7.3.5"
33483348
tsutils "^3.21.0"
33493349

3350-
"@typescript-eslint/parser@5.11.0":
3351-
version "5.11.0"
3352-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.11.0.tgz#b4fcaf65513f9b34bdcbffdda055724a5efb7e04"
3353-
integrity sha512-x0DCjetHZYBRovJdr3U0zG9OOdNXUaFLJ82ehr1AlkArljJuwEsgnud+Q7umlGDFLFrs8tU8ybQDFocp/eX8mQ==
3350+
"@typescript-eslint/parser@5.16.0":
3351+
version "5.16.0"
3352+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.16.0.tgz#e4de1bde4b4dad5b6124d3da227347616ed55508"
3353+
integrity sha512-fkDq86F0zl8FicnJtdXakFs4lnuebH6ZADDw6CYQv0UZeIjHvmEw87m9/29nk2Dv5Lmdp0zQ3zDQhiMWQf/GbA==
33543354
dependencies:
3355-
"@typescript-eslint/scope-manager" "5.11.0"
3356-
"@typescript-eslint/types" "5.11.0"
3357-
"@typescript-eslint/typescript-estree" "5.11.0"
3355+
"@typescript-eslint/scope-manager" "5.16.0"
3356+
"@typescript-eslint/types" "5.16.0"
3357+
"@typescript-eslint/typescript-estree" "5.16.0"
33583358
debug "^4.3.2"
33593359

33603360
"@typescript-eslint/parser@^5.10.2":
@@ -3375,13 +3375,13 @@
33753375
"@typescript-eslint/types" "5.10.2"
33763376
"@typescript-eslint/visitor-keys" "5.10.2"
33773377

3378-
"@typescript-eslint/scope-manager@5.11.0":
3379-
version "5.11.0"
3380-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.11.0.tgz#f5aef83ff253f457ecbee5f46f762298f0101e4b"
3381-
integrity sha512-z+K4LlahDFVMww20t/0zcA7gq/NgOawaLuxgqGRVKS0PiZlCTIUtX0EJbC0BK1JtR4CelmkPK67zuCgpdlF4EA==
3378+
"@typescript-eslint/scope-manager@5.16.0":
3379+
version "5.16.0"
3380+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.16.0.tgz#7e7909d64bd0c4d8aef629cdc764b9d3e1d3a69a"
3381+
integrity sha512-P+Yab2Hovg8NekLIR/mOElCDPyGgFZKhGoZA901Yax6WR6HVeGLbsqJkZ+Cvk5nts/dAlFKm8PfL43UZnWdpIQ==
33823382
dependencies:
3383-
"@typescript-eslint/types" "5.11.0"
3384-
"@typescript-eslint/visitor-keys" "5.11.0"
3383+
"@typescript-eslint/types" "5.16.0"
3384+
"@typescript-eslint/visitor-keys" "5.16.0"
33853385

33863386
"@typescript-eslint/[email protected]":
33873387
version "5.10.2"
@@ -3392,12 +3392,12 @@
33923392
debug "^4.3.2"
33933393
tsutils "^3.21.0"
33943394

3395-
"@typescript-eslint/type-utils@5.11.0":
3396-
version "5.11.0"
3397-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.11.0.tgz#58be0ba73d1f6ef8983d79f7f0bc2209b253fefe"
3398-
integrity sha512-wDqdsYO6ofLaD4DsGZ0jGwxp4HrzD2YKulpEZXmgN3xo4BHJwf7kq49JTRpV0Gx6bxkSUmc9s0EIK1xPbFFpIA==
3395+
"@typescript-eslint/type-utils@5.16.0":
3396+
version "5.16.0"
3397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.16.0.tgz#b482bdde1d7d7c0c7080f7f2f67ea9580b9e0692"
3398+
integrity sha512-SKygICv54CCRl1Vq5ewwQUJV/8padIWvPgCxlWPGO/OgQLCijY9G7lDu6H+mqfQtbzDNlVjzVWQmeqbLMBLEwQ==
33993399
dependencies:
3400-
"@typescript-eslint/utils" "5.11.0"
3400+
"@typescript-eslint/utils" "5.16.0"
34013401
debug "^4.3.2"
34023402
tsutils "^3.21.0"
34033403

@@ -3406,10 +3406,10 @@
34063406
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.2.tgz#604d15d795c4601fffba6ecb4587ff9fdec68ce8"
34073407
integrity sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==
34083408

3409-
"@typescript-eslint/types@5.11.0":
3410-
version "5.11.0"
3411-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.11.0.tgz#ba345818a2540fdf2755c804dc2158517ab61188"
3412-
integrity sha512-cxgBFGSRCoBEhvSVLkKw39+kMzUKHlJGVwwMbPcTZX3qEhuXhrjwaZXWMxVfxDgyMm+b5Q5b29Llo2yow8Y7xQ==
3409+
"@typescript-eslint/types@5.16.0":
3410+
version "5.16.0"
3411+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee"
3412+
integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==
34133413

34143414
"@typescript-eslint/[email protected]":
34153415
version "5.10.2"
@@ -3424,13 +3424,13 @@
34243424
semver "^7.3.5"
34253425
tsutils "^3.21.0"
34263426

3427-
"@typescript-eslint/typescript-estree@5.11.0":
3428-
version "5.11.0"
3429-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.11.0.tgz#53f9e09b88368191e52020af77c312a4777ffa43"
3430-
integrity sha512-yVH9hKIv3ZN3lw8m/Jy5I4oXO4ZBMqijcXCdA4mY8ull6TPTAoQnKKrcZ0HDXg7Bsl0Unwwx7jcXMuNZc0m4lg==
3427+
"@typescript-eslint/typescript-estree@5.16.0":
3428+
version "5.16.0"
3429+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz#32259459ec62f5feddca66adc695342f30101f61"
3430+
integrity sha512-SE4VfbLWUZl9MR+ngLSARptUv2E8brY0luCdgmUevU6arZRY/KxYoLI/3V/yxaURR8tLRN7bmZtJdgmzLHI6pQ==
34313431
dependencies:
3432-
"@typescript-eslint/types" "5.11.0"
3433-
"@typescript-eslint/visitor-keys" "5.11.0"
3432+
"@typescript-eslint/types" "5.16.0"
3433+
"@typescript-eslint/visitor-keys" "5.16.0"
34343434
debug "^4.3.2"
34353435
globby "^11.0.4"
34363436
is-glob "^4.0.3"
@@ -3449,15 +3449,15 @@
34493449
eslint-scope "^5.1.1"
34503450
eslint-utils "^3.0.0"
34513451

3452-
"@typescript-eslint/utils@5.11.0":
3453-
version "5.11.0"
3454-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.11.0.tgz#d91548ef180d74c95d417950336d9260fdbe1dc5"
3455-
integrity sha512-g2I480tFE1iYRDyMhxPAtLQ9HAn0jjBtipgTCZmd9I9s11OV8CTsG+YfFciuNDcHqm4csbAgC2aVZCHzLxMSUw==
3452+
"@typescript-eslint/utils@5.16.0":
3453+
version "5.16.0"
3454+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.16.0.tgz#42218b459d6d66418a4eb199a382bdc261650679"
3455+
integrity sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==
34563456
dependencies:
34573457
"@types/json-schema" "^7.0.9"
3458-
"@typescript-eslint/scope-manager" "5.11.0"
3459-
"@typescript-eslint/types" "5.11.0"
3460-
"@typescript-eslint/typescript-estree" "5.11.0"
3458+
"@typescript-eslint/scope-manager" "5.16.0"
3459+
"@typescript-eslint/types" "5.16.0"
3460+
"@typescript-eslint/typescript-estree" "5.16.0"
34613461
eslint-scope "^5.1.1"
34623462
eslint-utils "^3.0.0"
34633463

@@ -3469,12 +3469,12 @@
34693469
"@typescript-eslint/types" "5.10.2"
34703470
eslint-visitor-keys "^3.0.0"
34713471

3472-
"@typescript-eslint/visitor-keys@5.11.0":
3473-
version "5.11.0"
3474-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.11.0.tgz#888542381f1a2ac745b06d110c83c0b261487ebb"
3475-
integrity sha512-E8w/vJReMGuloGxJDkpPlGwhxocxOpSVgSvjiLO5IxZPmxZF30weOeJYyPSEACwM+X4NziYS9q+WkN/2DHYQwA==
3472+
"@typescript-eslint/visitor-keys@5.16.0":
3473+
version "5.16.0"
3474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.16.0.tgz#f27dc3b943e6317264c7492e390c6844cd4efbbb"
3475+
integrity sha512-jqxO8msp5vZDhikTwq9ubyMHqZ67UIvawohr4qF3KhlpL7gzSjOd+8471H3nh5LyABkaI85laEKKU8SnGUK5/g==
34763476
dependencies:
3477-
"@typescript-eslint/types" "5.11.0"
3477+
"@typescript-eslint/types" "5.16.0"
34783478
eslint-visitor-keys "^3.0.0"
34793479

34803480
"@webassemblyjs/[email protected]":
@@ -6228,6 +6228,14 @@ css-tree@^1.0.0-alpha.39:
62286228
mdn-data "2.0.14"
62296229
source-map "^0.6.1"
62306230

6231+
css-tree@^2.0.4:
6232+
version "2.1.0"
6233+
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-2.1.0.tgz#170e27ccf94e7c5facb183765c25898be843d1d2"
6234+
integrity sha512-PcysZRzToBbrpoUrZ9qfblRIRf8zbEAkU0AIpQFtgkFK0vSbzOmBCvdSAx2Zg7Xx5wiYJKUKk0NMP7kxevie/A==
6235+
dependencies:
6236+
mdn-data "2.0.27"
6237+
source-map-js "^1.0.1"
6238+
62316239
cssesc@^3.0.0:
62326240
version "3.0.0"
62336241
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
@@ -7466,7 +7474,12 @@ escodegen@^2.0.0:
74667474
optionalDependencies:
74677475
source-map "~0.6.1"
74687476

7469-
[email protected], eslint-config-prettier@^8.3.0:
7477+
7478+
version "8.5.0"
7479+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
7480+
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
7481+
7482+
eslint-config-prettier@^8.3.0:
74707483
version "8.3.0"
74717484
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
74727485
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
@@ -7496,7 +7509,21 @@ [email protected], eslint-plugin-decorator-position@^4.0.1:
74967509
ember-rfc176-data "^0.3.12"
74977510
snake-case "^3.0.3"
74987511

7499-
[email protected], eslint-plugin-ember@^10.5.8:
7512+
7513+
version "10.5.9"
7514+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.5.9.tgz#4071ac135c7207c7d4942e9fa75b710214885469"
7515+
integrity sha512-kJsdAaKNcfRvZBZ+YZ67pxxUgl+aPLFAnoFJNwTo+BsaptiOCsHUEc4xUKXiInH2BJOC6mg0FQcZKn1a6gwKrA==
7516+
dependencies:
7517+
"@ember-data/rfc395-data" "^0.0.4"
7518+
css-tree "^2.0.4"
7519+
ember-rfc176-data "^0.3.15"
7520+
eslint-utils "^3.0.0"
7521+
estraverse "^5.2.0"
7522+
lodash.kebabcase "^4.1.1"
7523+
requireindex "^1.2.0"
7524+
snake-case "^3.0.3"
7525+
7526+
eslint-plugin-ember@^10.5.8:
75007527
version "10.5.8"
75017528
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.5.8.tgz#87e004a5ebed88f94008364554daf57df2c9c718"
75027529
integrity sha512-d21mJ+F+htgi6HhrjwbOfllJojF4ZWGruW13HkBoGS2SaHqKUyvIH/8j3EjSxlsGFiNfhTEUWkNaUSLJxgbtWg==
@@ -10670,6 +10697,11 @@ [email protected]:
1067010697
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50"
1067110698
integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==
1067210699

10700+
10701+
version "2.0.27"
10702+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.27.tgz#1710baa7b0db8176d3b3d565ccb7915fc69525ab"
10703+
integrity sha512-kwqO0I0jtWr25KcfLm9pia8vLZ8qoAKhWZuZMbneJq3jjBD3gl5nZs8l8Tu3ZBlBAHVQtDur9rdDGyvtfVraHQ==
10704+
1067310705
mdurl@^1.0.1:
1067410706
version "1.0.1"
1067510707
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
@@ -12162,7 +12194,12 @@ prettier-linter-helpers@^1.0.0:
1216212194
dependencies:
1216312195
fast-diff "^1.1.2"
1216412196

12165-
[email protected], prettier@^2.5.1:
12197+
12198+
version "2.6.0"
12199+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.0.tgz#12f8f504c4d8ddb76475f441337542fa799207d4"
12200+
integrity sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==
12201+
12202+
prettier@^2.5.1:
1216612203
version "2.5.1"
1216712204
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
1216812205
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==

0 commit comments

Comments
 (0)