Skip to content

Commit e019f0b

Browse files
committedJan 27, 2022
fix: update dependencies
1 parent 7bcd012 commit e019f0b

File tree

3 files changed

+185
-273
lines changed

3 files changed

+185
-273
lines changed
 

‎.github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
99
"groupName": "devDependencies",
1010
"semanticCommitType": "chore",
11-
"automerge": true
11+
"automerge": false
1212
},
1313
{
1414
"matchDepTypes": ["dependencies"],

‎package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"*.js"
1212
],
1313
"scripts": {
14-
"bump": "ncu -u -x coffeescript",
14+
"bump": "ncu -u -x eslint,coffeescript,execa,read-pkg-up",
1515
"clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js",
1616
"format": "prettier --write .",
1717
"lint": "eslint . --ignore-pattern spec/fixtures/** --fix",
@@ -22,34 +22,35 @@
2222
"prettier": "prettier-config-atomic",
2323
"dependencies": {
2424
"@babel/core": "^7",
25-
"@babel/eslint-parser": "^7.16.0",
26-
"@babel/plugin-syntax-flow": "^7.16.0",
27-
"@babel/plugin-syntax-jsx": "^7.16.0",
28-
"@typescript-eslint/eslint-plugin": "^5.3.0",
29-
"@typescript-eslint/parser": "^5.3.0",
25+
"@babel/eslint-parser": "^7.16.5",
26+
"@babel/plugin-syntax-flow": "^7.16.7",
27+
"@babel/plugin-syntax-jsx": "^7.16.7",
28+
"@typescript-eslint/eslint-plugin": "^5.10.1",
29+
"@typescript-eslint/parser": "^5.10.1",
3030
"coffeescript": "^1",
3131
"eslint": "^7",
3232
"eslint-config-prettier": "^8.3.0",
3333
"eslint-plugin-coffee": "^0.1.15",
3434
"eslint-plugin-html": "^6.2.0",
35-
"eslint-plugin-import": "^2.25.2",
35+
"eslint-plugin-import": "^2.25.4",
3636
"eslint-plugin-json": "^3.1.0",
3737
"eslint-plugin-node": "^11.1.0",
3838
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
3939
"eslint-plugin-optimize-regex": "^1.2.1",
40-
"eslint-plugin-react": "^7.26.1",
40+
"eslint-plugin-react": "^7.28.0",
41+
"eslint-plugin-react-hooks": "^4.3.0",
4142
"eslint-plugin-yaml": "^0.5.0",
4243
"prettier": "^2",
4344
"read-pkg-up": "^7",
4445
"typescript": "^4"
4546
},
4647
"devDependencies": {
47-
"eslint": "^8.0.0",
48+
"eslint": "^7",
4849
"execa": "^5.1.1",
4950
"gitly": "^2.1.5",
50-
"npm-check-updates": "12.0.2",
51+
"npm-check-updates": "12.2.1",
5152
"prettier-config-atomic": "^3.0.1",
52-
"shelljs": "^0.8.4"
53+
"shelljs": "^0.8.5"
5354
},
5455
"peerDependencies": {
5556
"eslint": "^7"

‎pnpm-lock.yaml

+172-261
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.