Skip to content

Commit 15b504f

Browse files
committed
chore(deps): update dependency @nullvoxpopuli/eslint-configs to ^2.1.25
1 parent f286d4d commit 15b504f

File tree

2 files changed

+90
-58
lines changed

2 files changed

+90
-58
lines changed

package.json

+1-1
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.1.25",
4444
"@semantic-release/changelog": "^6.0.1",
4545
"@semantic-release/git": "^10.0.1",
4646
"@types/ember-qunit": "^5.0.0",

yarn.lock

+89-57
Original file line numberDiff line numberDiff line change
@@ -2507,18 +2507,18 @@
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.1.25":
2511+
version "2.1.25"
2512+
resolved "https://registry.yarnpkg.com/@nullvoxpopuli/eslint-configs/-/eslint-configs-2.1.25.tgz#871c2f86e52e8b6f737da67d99eb2ea4cf3f2b8d"
2513+
integrity sha512-ppTKDfENioQGSCqtcLHJTqSUCJoBltfqIbvQEn9nTwInUhkrgZVZ4le7txskaeWrCP0qfZvK3LhjtKktHq7pBw==
25142514
dependencies:
2515-
"@typescript-eslint/eslint-plugin" "5.11.0"
2516-
"@typescript-eslint/parser" "5.11.0"
2515+
"@typescript-eslint/eslint-plugin" "5.12.1"
2516+
"@typescript-eslint/parser" "5.12.1"
25172517
babel-eslint "10.1.0"
25182518
eslint "7.32.0"
2519-
eslint-config-prettier "8.3.0"
2519+
eslint-config-prettier "8.4.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"
@@ -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.12.1":
3321+
version "5.12.1"
3322+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.1.tgz#b2cd3e288f250ce8332d5035a2ff65aba3374ac4"
3323+
integrity sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==
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.12.1"
3326+
"@typescript-eslint/type-utils" "5.12.1"
3327+
"@typescript-eslint/utils" "5.12.1"
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.12.1":
3351+
version "5.12.1"
3352+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.1.tgz#b090289b553b8aa0899740d799d0f96e6f49771b"
3353+
integrity sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==
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.12.1"
3356+
"@typescript-eslint/types" "5.12.1"
3357+
"@typescript-eslint/typescript-estree" "5.12.1"
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.12.1":
3379+
version "5.12.1"
3380+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.1.tgz#58734fd45d2d1dec49641aacc075fba5f0968817"
3381+
integrity sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==
33823382
dependencies:
3383-
"@typescript-eslint/types" "5.11.0"
3384-
"@typescript-eslint/visitor-keys" "5.11.0"
3383+
"@typescript-eslint/types" "5.12.1"
3384+
"@typescript-eslint/visitor-keys" "5.12.1"
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.12.1":
3396+
version "5.12.1"
3397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.1.tgz#8d58c6a0bb176b5e9a91581cda1a7f91a114d3f0"
3398+
integrity sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==
33993399
dependencies:
3400-
"@typescript-eslint/utils" "5.11.0"
3400+
"@typescript-eslint/utils" "5.12.1"
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.12.1":
3410+
version "5.12.1"
3411+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
3412+
integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
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.12.1":
3428+
version "5.12.1"
3429+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
3430+
integrity sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==
34313431
dependencies:
3432-
"@typescript-eslint/types" "5.11.0"
3433-
"@typescript-eslint/visitor-keys" "5.11.0"
3432+
"@typescript-eslint/types" "5.12.1"
3433+
"@typescript-eslint/visitor-keys" "5.12.1"
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.12.1":
3453+
version "5.12.1"
3454+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.1.tgz#447c24a05d9c33f9c6c64cb48f251f2371eef920"
3455+
integrity sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==
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.12.1"
3459+
"@typescript-eslint/types" "5.12.1"
3460+
"@typescript-eslint/typescript-estree" "5.12.1"
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.12.1":
3473+
version "5.12.1"
3474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.1.tgz#f722da106c8f9695ae5640574225e45af3e52ec3"
3475+
integrity sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==
34763476
dependencies:
3477-
"@typescript-eslint/types" "5.11.0"
3477+
"@typescript-eslint/types" "5.12.1"
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.0.4"
6233+
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-2.0.4.tgz#be44314f17e9ac85fe894a5888941782e1123c29"
6234+
integrity sha512-b4IS9ZUMtGBiNjzYbcj9JhYbyei99R3ai2CSxlu8GQDnoPA/P+NU85hAm0eKDc/Zp660rpK6tFJQ2OSdacMHVg==
6235+
dependencies:
6236+
mdn-data "2.0.23"
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.4.0"
7479+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.4.0.tgz#8e6d17c7436649e98c4c2189868562921ef563de"
7480+
integrity sha512-CFotdUcMY18nGRo5KGsnNxpznzhkopOcOo0InID+sgQssPrzjvsyKZPvOgymTFeHrFuC3Tzdf2YndhXtULK9Iw==
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.23"
10702+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.23.tgz#dfb6c41e50a0edb808cf340973ab29321b70808e"
10703+
integrity sha512-IonVb7pfla2U4zW8rc7XGrtgq11BvYeCxWN8HS+KFBnLDE7XDK9AAMVhRuG6fj9BBsjc69Fqsp6WEActEdNTDQ==
10704+
1067310705
mdurl@^1.0.1:
1067410706
version "1.0.1"
1067510707
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"

0 commit comments

Comments
 (0)