Skip to content

Commit 7ee4214

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint to v7.22.0
1 parent 33cc37f commit 7ee4214

2 files changed

Lines changed: 19 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"ember-template-lint": "3.1.1",
124124
"ember-truth-helpers": "3.0.0",
125125
"ember-try": "1.4.0",
126-
"eslint": "7.21.0",
126+
"eslint": "7.22.0",
127127
"eslint-plugin-ember": "10.2.0",
128128
"eslint-plugin-json": "2.1.2",
129129
"eslint-plugin-node": "11.1.0",

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11570,10 +11570,10 @@ eslint-visitor-keys@^2.0.0:
1157011570
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
1157111571
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
1157211572

11573-
eslint@7.21.0:
11574-
version "7.21.0"
11575-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
11576-
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
11573+
eslint@7.22.0:
11574+
version "7.22.0"
11575+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
11576+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
1157711577
dependencies:
1157811578
"@babel/code-frame" "7.12.11"
1157911579
"@eslint/eslintrc" "^0.4.0"
@@ -11592,15 +11592,15 @@ eslint@7.21.0:
1159211592
file-entry-cache "^6.0.1"
1159311593
functional-red-black-tree "^1.0.1"
1159411594
glob-parent "^5.0.0"
11595-
globals "^12.1.0"
11595+
globals "^13.6.0"
1159611596
ignore "^4.0.6"
1159711597
import-fresh "^3.0.0"
1159811598
imurmurhash "^0.1.4"
1159911599
is-glob "^4.0.0"
1160011600
js-yaml "^3.13.1"
1160111601
json-stable-stringify-without-jsonify "^1.0.1"
1160211602
levn "^0.4.1"
11603-
lodash "^4.17.20"
11603+
lodash "^4.17.21"
1160411604
minimatch "^3.0.4"
1160511605
natural-compare "^1.4.0"
1160611606
optionator "^0.9.1"
@@ -12850,6 +12850,13 @@ globals@^12.1.0:
1285012850
dependencies:
1285112851
type-fest "^0.8.1"
1285212852

12853+
globals@^13.6.0:
12854+
version "13.6.0"
12855+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
12856+
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
12857+
dependencies:
12858+
type-fest "^0.20.2"
12859+
1285312860
globals@^9.18.0:
1285412861
version "9.18.0"
1285512862
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -20487,6 +20494,11 @@ type-fest@^0.18.0:
2048720494
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
2048820495
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
2048920496

20497+
type-fest@^0.20.2:
20498+
version "0.20.2"
20499+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
20500+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
20501+
2049020502
type-fest@^0.3.1:
2049120503
version "0.3.1"
2049220504
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"

0 commit comments

Comments
 (0)