Skip to content

Commit ac0defc

Browse files
committed
chore: update dependencies
1 parent cd84549 commit ac0defc

File tree

12 files changed

+1930
-1962
lines changed

12 files changed

+1930
-1962
lines changed

.all-contributorsrc

+21-21
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@
100100
"profile": "https://github.com/Retsam",
101101
"contributions": []
102102
},
103+
{
104+
"login": "yeonjuan",
105+
"name": "YeonJuan",
106+
"avatar_url": "https://avatars3.githubusercontent.com/u/41323220?v=4",
107+
"profile": "https://github.com/yeonjuan",
108+
"contributions": []
109+
},
103110
{
104111
"login": "kaicataldo",
105112
"name": "Kai Cataldo",
@@ -128,13 +135,6 @@
128135
"profile": "https://github.com/azz",
129136
"contributions": []
130137
},
131-
{
132-
"login": "yeonjuan",
133-
"name": "YeonJuan",
134-
"avatar_url": "https://avatars3.githubusercontent.com/u/41323220?v=4",
135-
"profile": "https://github.com/yeonjuan",
136-
"contributions": []
137-
},
138138
{
139139
"login": "dannyfritz",
140140
"name": "Danny Fritz",
@@ -177,6 +177,13 @@
177177
"profile": "https://github.com/anikethsaha",
178178
"contributions": []
179179
},
180+
{
181+
"login": "octogonz",
182+
"name": "Pete Gonzalez",
183+
"avatar_url": "https://avatars0.githubusercontent.com/u/4673363?v=4",
184+
"profile": "https://github.com/octogonz",
185+
"contributions": []
186+
},
180187
{
181188
"login": "ldrick",
182189
"name": "Ricky Lippmann",
@@ -191,6 +198,13 @@
191198
"profile": "https://github.com/SimenB",
192199
"contributions": []
193200
},
201+
{
202+
"login": "cherryblossom000",
203+
"name": "cherryblossom000",
204+
"avatar_url": "https://avatars2.githubusercontent.com/u/31467609?v=4",
205+
"profile": "https://github.com/cherryblossom000",
206+
"contributions": []
207+
},
194208
{
195209
"login": "vapurrmaid",
196210
"name": "G r e y",
@@ -233,13 +247,6 @@
233247
"profile": "https://github.com/pablobirukov",
234248
"contributions": []
235249
},
236-
{
237-
"login": "octogonz",
238-
"name": "Pete Gonzalez",
239-
"avatar_url": "https://avatars0.githubusercontent.com/u/4673363?v=4",
240-
"profile": "https://github.com/octogonz",
241-
"contributions": []
242-
},
243250
{
244251
"login": "mightyiam",
245252
"name": "Shahar Dawn Or",
@@ -330,13 +337,6 @@
330337
"avatar_url": "https://avatars2.githubusercontent.com/u/296735?v=4",
331338
"profile": "https://github.com/madbence",
332339
"contributions": []
333-
},
334-
{
335-
"login": "dependabot[bot]",
336-
"name": "dependabot[bot]",
337-
"avatar_url": "https://avatars0.githubusercontent.com/in/29110?v=4",
338-
"profile": "https://github.com/apps/dependabot",
339-
"contributions": []
340340
}
341341
],
342342
"contributorsPerLine": 5

CONTRIBUTORS.md

+48-47
Large diffs are not rendered by default.

package.json

+27-25
Original file line numberDiff line numberDiff line change
@@ -66,38 +66,40 @@
6666
"node": "^10.12.0 || >=12.0.0"
6767
},
6868
"devDependencies": {
69-
"@commitlint/cli": "^8.3.5",
70-
"@commitlint/config-conventional": "^8.3.4",
71-
"@commitlint/config-lerna-scopes": "^8.3.4",
72-
"@types/glob": "^7.1.1",
69+
"@commitlint/cli": "^9.1.2",
70+
"@commitlint/config-conventional": "^9.1.2",
71+
"@commitlint/config-lerna-scopes": "^9.1.2",
72+
"@types/debug": "^4.1.5",
73+
"@types/glob": "^7.1.3",
74+
"@types/jest": "^26.0.10",
7375
"@types/jest-specific-snapshot": "^0.5.4",
74-
"@types/jest": "^25.2.1",
75-
"@types/node": "^13.13.5",
76-
"@types/prettier": "^2.0.0",
76+
"@types/lodash": "^4.14.149",
77+
"@types/node": "^14.6.2",
78+
"@types/prettier": "^2.1.0",
7779
"@types/rimraf": "^3.0.0",
78-
"all-contributors-cli": "^6.14.2",
79-
"cspell": "^4.0.61",
80-
"cz-conventional-changelog": "^3.2.0",
81-
"downlevel-dts": "^0.4.0",
82-
"eslint": "^7.5.0",
83-
"eslint-plugin-eslint-comments": "^3.1.2",
84-
"eslint-plugin-eslint-plugin": "^2.2.1",
85-
"eslint-plugin-import": "^2.20.2",
86-
"eslint-plugin-jest": "^23.10.0",
80+
"all-contributors-cli": "^6.17.2",
81+
"cspell": "^4.1.0",
82+
"cz-conventional-changelog": "^3.3.0",
83+
"downlevel-dts": "^0.6.0",
84+
"eslint": "^7.7.0",
85+
"eslint-plugin-eslint-comments": "^3.2.0",
86+
"eslint-plugin-eslint-plugin": "^2.3.0",
87+
"eslint-plugin-import": "^2.22.0",
88+
"eslint-plugin-jest": "^23.20.0",
8789
"glob": "^7.1.6",
8890
"husky": "^4.2.5",
8991
"isomorphic-fetch": "^2.2.1",
90-
"jest": "^25.5.4",
91-
"jest-specific-snapshot": "^3.0.0",
92-
"lerna": "^3.20.2",
93-
"lint-staged": "^10.2.2",
92+
"jest": "^26.4.2",
93+
"jest-specific-snapshot": "^4.0.0",
94+
"lerna": "^3.22.1",
95+
"lint-staged": "^10.2.13",
9496
"make-dir": "^3.1.0",
95-
"markdownlint-cli": "^0.23.0",
96-
"prettier": "^2.0.5",
97+
"markdownlint-cli": "^0.23.2",
98+
"prettier": "^2.1.1",
9799
"rimraf": "^3.0.2",
98-
"ts-jest": "^25.5.1",
99-
"ts-node": "^8.10.1",
100-
"tslint": "^6.1.2",
100+
"ts-jest": "^26.3.0",
101+
"ts-node": "^9.0.0",
102+
"tslint": "^6.1.3",
101103
"typescript": ">=3.3.1 <4.1.0"
102104
},
103105
"resolutions": {

packages/eslint-plugin-internal/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"typecheck": "tsc -p tsconfig.json --noEmit"
1414
},
1515
"dependencies": {
16+
"@types/prettier": "*",
1617
"@typescript-eslint/experimental-utils": "3.10.1",
1718
"prettier": "*"
1819
}

packages/eslint-plugin-tslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"typescript": "*"
4848
},
4949
"devDependencies": {
50-
"@types/lodash": "^4.14.149",
50+
"@types/lodash": "*",
5151
"@typescript-eslint/parser": "3.10.1"
5252
}
5353
}

packages/eslint-plugin/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
"tsutils": "^3.17.1"
5252
},
5353
"devDependencies": {
54-
"@types/marked": "^0.7.1",
54+
"@types/debug": "*",
55+
"@types/marked": "^1.1.0",
56+
"@types/prettier": "*",
5557
"chalk": "^4.0.0",
5658
"marked": "^1.0.0",
5759
"prettier": "*",

packages/eslint-plugin/tests/rules/require-await.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const numberOne = async function (): Promise<number> {
209209
{
210210
messageId: 'missingAwait',
211211
data: {
212-
name: 'Async arrow function',
212+
name: "Async arrow function 'numberOne'",
213213
},
214214
},
215215
],

packages/parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"debug": "^4.1.1"
5050
},
5151
"devDependencies": {
52-
"@types/glob": "^7.1.1",
52+
"@types/glob": "*",
5353
"@typescript-eslint/experimental-utils": "3.10.1",
5454
"@typescript-eslint/shared-fixtures": "3.10.1",
5555
"glob": "*",

packages/scope-manager/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,13 @@
4343
"@typescript-eslint/visitor-keys": "3.10.1"
4444
},
4545
"devDependencies": {
46+
"@types/glob": "*",
4647
"@typescript-eslint/typescript-estree": "3.10.1",
4748
"glob": "*",
4849
"jest-specific-snapshot": "*",
4950
"make-dir": "*",
5051
"prettier": "*",
51-
"pretty-format": "^25.5.0",
52+
"pretty-format": "^26.4.2",
5253
"rimraf": "*",
5354
"typescript": "*"
5455
},

packages/typescript-estree/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@
5454
"@babel/parser": "^7.11.3",
5555
"@babel/types": "^7.11.0",
5656
"@types/babel__code-frame": "^7.0.1",
57-
"@types/debug": "^4.1.5",
57+
"@types/debug": "*",
58+
"@types/glob": "*",
5859
"@types/is-glob": "^4.0.1",
59-
"@types/lodash": "^4.14.149",
60+
"@types/lodash": "*",
6061
"@types/semver": "^7.1.0",
6162
"@types/tmp": "^0.2.0",
6263
"@typescript-eslint/shared-fixtures": "3.10.1",

packages/visitor-keys/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@typescript-eslint/types": "3.10.1",
41-
"eslint-visitor-keys": "^1.3.0"
41+
"eslint-visitor-keys": "^2.0.0"
4242
},
4343
"devDependencies": {
4444
"@types/eslint-visitor-keys": "^1.0.0"

0 commit comments

Comments
 (0)