Skip to content

Commit 3fc0d45

Browse files
chore(deps-dev): bump eslint from 7.15.0 to 7.16.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.15.0 to 7.16.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.15.0...v7.16.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 45249ab commit 3fc0d45

6 files changed

Lines changed: 30 additions & 44 deletions

File tree

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@clark/eslint-config-node": "^2.0.0",
28-
"eslint": "^7.15.0"
28+
"eslint": "^7.16.0"
2929
},
3030
"peerDependencies": {
3131
"ember-auto-import": "^1.6.0"

tests/addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ember-source-channel-url": "^3.0.0",
4040
"ember-template-lint": "^2.15.0",
4141
"ember-try": "^1.2.1",
42-
"eslint": "^7.15.0",
42+
"eslint": "^7.16.0",
4343
"loader.js": "^4.7.0",
4444
"qunit-dom": "^1.6.0"
4545
},

tests/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ember-resolver": "^8.0.2",
3535
"ember-source": "~3.23.1",
3636
"ember-template-lint": "^2.15.0",
37-
"eslint": "^7.15.0",
37+
"eslint": "^7.16.0",
3838
"loader.js": "^4.7.0",
3939
"qunit-dom": "^1.6.0"
4040
},

tests/ts-module-a/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@clark/eslint-config-typescript": "^2.0.0",
14-
"eslint": "^7.15.0",
14+
"eslint": "^7.16.0",
1515
"typescript": "^4.1.3"
1616
}
1717
}

tests/ts-module-b/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {},
1010
"devDependencies": {
1111
"@clark/eslint-config-typescript": "^2.0.0",
12-
"eslint": "^7.15.0",
12+
"eslint": "^7.16.0",
1313
"typescript": "^4.1.3"
1414
}
1515
}

yarn.lock

Lines changed: 25 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ ansi-styles@^2.2.1:
19021902
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
19031903
integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
19041904

1905-
ansi-styles@^3.0.0, ansi-styles@^3.2.0, ansi-styles@^3.2.1:
1905+
ansi-styles@^3.0.0, ansi-styles@^3.2.1:
19061906
version "3.2.1"
19071907
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
19081908
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
@@ -2083,10 +2083,10 @@ ast-types@0.13.2:
20832083
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48"
20842084
integrity sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==
20852085

2086-
astral-regex@^1.0.0:
2087-
version "1.0.0"
2088-
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
2089-
integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==
2086+
astral-regex@^2.0.0:
2087+
version "2.0.0"
2088+
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
2089+
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
20902090

20912091
async-disk-cache@^1.2.1:
20922092
version "1.3.5"
@@ -5310,11 +5310,6 @@ emit-function@0.0.2:
53105310
resolved "https://registry.yarnpkg.com/emit-function/-/emit-function-0.0.2.tgz#e3a50b3d61be1bf8ca88b924bf713157a5bec124"
53115311
integrity sha1-46ULPWG+G/jKiLkkv3ExV6W+wSQ=
53125312

5313-
emoji-regex@^7.0.1:
5314-
version "7.0.3"
5315-
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
5316-
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
5317-
53185313
emoji-regex@^8.0.0:
53195314
version "8.0.0"
53205315
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -5761,10 +5756,10 @@ eslint-visitor-keys@^2.0.0:
57615756
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
57625757
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
57635758

5764-
eslint@^7.15.0:
5765-
version "7.15.0"
5766-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
5767-
integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
5759+
eslint@^7.16.0:
5760+
version "7.16.0"
5761+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.16.0.tgz#a761605bf9a7b32d24bb7cde59aeb0fd76f06092"
5762+
integrity sha512-iVWPS785RuDA4dWuhhgXTNrGxHHK3a8HLSMBgbbU59ruJDubUraXN8N5rn7kb8tG6sjg74eE0RA3YWT51eusEw==
57685763
dependencies:
57695764
"@babel/code-frame" "^7.0.0"
57705765
"@eslint/eslintrc" "^0.2.2"
@@ -5800,7 +5795,7 @@ eslint@^7.15.0:
58005795
semver "^7.2.1"
58015796
strip-ansi "^6.0.0"
58025797
strip-json-comments "^3.1.0"
5803-
table "^5.2.3"
5798+
table "^6.0.4"
58045799
text-table "^0.2.0"
58055800
v8-compile-cache "^2.0.3"
58065801

@@ -10395,14 +10390,14 @@ slash@^3.0.0:
1039510390
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
1039610391
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
1039710392

10398-
slice-ansi@^2.1.0:
10399-
version "2.1.0"
10400-
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636"
10401-
integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==
10393+
slice-ansi@^4.0.0:
10394+
version "4.0.0"
10395+
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
10396+
integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==
1040210397
dependencies:
10403-
ansi-styles "^3.2.0"
10404-
astral-regex "^1.0.0"
10405-
is-fullwidth-code-point "^2.0.0"
10398+
ansi-styles "^4.0.0"
10399+
astral-regex "^2.0.0"
10400+
is-fullwidth-code-point "^3.0.0"
1040610401

1040710402
snake-case@^3.0.3:
1040810403
version "3.0.3"
@@ -10755,15 +10750,6 @@ string-width@^1.0.1:
1075510750
is-fullwidth-code-point "^2.0.0"
1075610751
strip-ansi "^4.0.0"
1075710752

10758-
string-width@^3.0.0:
10759-
version "3.1.0"
10760-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
10761-
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
10762-
dependencies:
10763-
emoji-regex "^7.0.1"
10764-
is-fullwidth-code-point "^2.0.0"
10765-
strip-ansi "^5.1.0"
10766-
1076710753
string-width@^4.1.0, string-width@^4.2.0:
1076810754
version "4.2.0"
1076910755
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
@@ -10945,15 +10931,15 @@ sync-disk-cache@^2.0.0:
1094510931
rimraf "^3.0.0"
1094610932
username-sync "^1.0.2"
1094710933

10948-
table@^5.2.3:
10949-
version "5.4.6"
10950-
resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e"
10951-
integrity sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==
10934+
table@^6.0.4:
10935+
version "6.0.4"
10936+
resolved "https://registry.yarnpkg.com/table/-/table-6.0.4.tgz#c523dd182177e926c723eb20e1b341238188aa0d"
10937+
integrity sha512-sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw==
1095210938
dependencies:
10953-
ajv "^6.10.2"
10954-
lodash "^4.17.14"
10955-
slice-ansi "^2.1.0"
10956-
string-width "^3.0.0"
10939+
ajv "^6.12.4"
10940+
lodash "^4.17.20"
10941+
slice-ansi "^4.0.0"
10942+
string-width "^4.2.0"
1095710943

1095810944
tap-parser@^7.0.0:
1095910945
version "7.0.0"

0 commit comments

Comments
 (0)