Skip to content

Commit 902e0cd

Browse files
committed
build(deps-dev): cleanup + interactive upgrades
1 parent 8dd39c8 commit 902e0cd

File tree

3 files changed

+824
-1664
lines changed

3 files changed

+824
-1664
lines changed

.lintstagedrc.cjs

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,21 @@ const { extensions } = require('./.vscode/settings.json')['eslint.options']
66
*/
77

88
module.exports = {
9+
/**
10+
* Linting command rules.
11+
*/
12+
[`*.{${extensions.map(ext => ext.slice(1)).join()}}`]: [
13+
'yarn fix:style',
14+
'git add -A'
15+
],
16+
917
/**
1018
* Formatting command rules.
1119
*/
1220
'*': ['yarn fix:format', 'git add -A'],
1321

1422
/**
15-
* Linting command rules.
23+
* Local integrity check.
1624
*/
17-
[`*.{${extensions.map(ext => ext.slice(1)).join()}}`]: [
18-
'yarn fix:style',
19-
'git add -A'
20-
]
25+
'yarn.lock': ['yarn check:dedupe']
2126
}

package.json

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,13 @@
110110
"lodash.merge": "4.6.2"
111111
},
112112
"devDependencies": {
113-
"@babel/core": "7.15.8",
114-
"@babel/eslint-parser": "7.15.8",
113+
"@babel/core": "7.16.0",
115114
"@commitlint/cli": "13.2.1",
116115
"@commitlint/config-conventional": "13.2.0",
117-
"@commitlint/format": "13.2.0",
118116
"@commitlint/types": "13.2.0",
119117
"@flex-development/grease": "2.0.0",
120-
"@flex-development/trext": "2.0.0",
121-
"@jest/globals": "27.2.5",
118+
"@flex-development/trext": "2.0.1",
119+
"@jest/globals": "27.3.1",
122120
"@jest/types": "27.2.5",
123121
"@log/config": "link:src/config",
124122
"@log/enums": "link:src/enums",
@@ -136,45 +134,45 @@
136134
"@types/rimraf": "3.0.2",
137135
"@types/shelljs": "0.8.9",
138136
"@types/yargs": "17.0.5",
139-
"@typescript-eslint/eslint-plugin": "4.33.0",
140-
"@typescript-eslint/parser": "4.33.0",
137+
"@typescript-eslint/eslint-plugin": "5.2.0",
138+
"@typescript-eslint/parser": "5.2.0",
141139
"@vates/toggle-scripts": "1.0.0",
142140
"@vercel/ncc": "0.31.1",
143141
"ansi-styles": "6.1.0",
144142
"comment-json": "4.1.1",
145143
"concurrently": "6.3.0",
146144
"dotenv": "10.0.0",
147145
"dotenv-expand": "5.1.0",
148-
"eslint": "7.32.0",
146+
"eslint": "8.1.0",
149147
"eslint-config-prettier": "8.3.0",
150148
"eslint-import-resolver-node": "0.3.6",
151149
"eslint-import-resolver-typescript": "2.5.0",
152-
"eslint-plugin-import": "2.24.2",
153-
"eslint-plugin-jest": "24.7.0",
154-
"eslint-plugin-jsdoc": "36.1.1",
150+
"eslint-plugin-import": "2.25.2",
151+
"eslint-plugin-jest": "25.2.2",
152+
"eslint-plugin-jsdoc": "37.0.3",
155153
"eslint-plugin-markdown": "2.2.1",
156154
"eslint-plugin-markdownlint": "0.2.2",
157155
"eslint-plugin-node": "11.1.0",
158156
"eslint-plugin-prettier": "4.0.0",
159157
"eslint-plugin-spellcheck": "0.0.19",
160158
"eslint-plugin-tree-shaking": "1.9.2",
161-
"eslint-plugin-unicorn": "36.0.0",
159+
"eslint-plugin-unicorn": "37.0.1",
162160
"fs-extra": "10.0.0",
163-
"husky": "7.0.2",
164-
"is-ci": "3.0.0",
165-
"jest": "27.2.5",
166-
"jest-extended": "0.11.5",
161+
"husky": "7.0.4",
162+
"is-ci": "3.0.1",
163+
"jest": "27.3.1",
164+
"jest-extended": "1.1.0",
167165
"jest-github-reporter": "1.0.2",
168166
"jest-mock-console": "1.2.3",
169-
"lint-staged": "11.2.3",
167+
"lint-staged": "11.2.6",
170168
"prettier": "2.4.1",
171169
"prettier-plugin-sh": "0.7.1",
172170
"read-pkg": "7.0.0",
173-
"replace-in-file": "6.2.0",
174-
"resolve-tspaths": "0.1.1",
171+
"replace-in-file": "6.3.2",
172+
"resolve-tspaths": "0.1.2",
175173
"rimraf": "3.0.2",
176174
"shelljs": "0.8.4",
177-
"ts-jest": "27.0.5",
175+
"ts-jest": "27.0.7",
178176
"ts-node": "10.4.0",
179177
"tsc-prog": "2.2.1",
180178
"tsconfig": "7.0.0",

0 commit comments

Comments
 (0)