Skip to content

Commit bccec6e

Browse files
committed
build(deps-dev): cleanup + upgrade deps
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent a5f048a commit bccec6e

File tree

3 files changed

+1037
-765
lines changed

3 files changed

+1037
-765
lines changed

__tests__/reporters/notifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class Notifier implements Reporter {
141141
*/
142142
protected tests(tasks: OneOrMany<Task> = []): Test[] {
143143
return (Array.isArray(tasks) ? tasks : [tasks]).flatMap(task => {
144-
if (task.type === 'benchmark') return []
144+
if (task.type === 'benchmark' || task.type === 'typecheck') return []
145145

146146
return task.type === 'test'
147147
? [task]

package.json

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -76,84 +76,83 @@
7676
"test:watch": "vitest"
7777
},
7878
"devDependencies": {
79-
"@commitlint/cli": "17.1.2",
80-
"@commitlint/config-conventional": "17.1.0",
81-
"@commitlint/types": "17.0.0",
82-
"@faker-js/faker": "7.5.0",
83-
"@flex-development/mkbuild": "1.0.0-alpha.5",
79+
"@commitlint/cli": "17.3.0",
80+
"@commitlint/config-conventional": "17.3.0",
81+
"@faker-js/faker": "7.6.0",
82+
"@flex-development/mkbuild": "1.0.0-alpha.9",
8483
"@flex-development/tutils": "5.0.1",
85-
"@graphql-eslint/eslint-plugin": "3.11.2",
86-
"@types/chai": "4.3.3",
84+
"@graphql-eslint/eslint-plugin": "3.13.1",
85+
"@types/chai": "4.3.4",
8786
"@types/chai-fs": "2.0.2",
8887
"@types/chai-string": "1.4.2",
8988
"@types/conventional-changelog": "3.1.1",
90-
"@types/conventional-changelog-config-spec": "2.1.1",
89+
"@types/conventional-changelog-config-spec": "2.1.2",
9190
"@types/conventional-changelog-writer": "4.0.1",
9291
"@types/conventional-commits-parser": "3.0.2",
9392
"@types/dateformat": "5.0.0",
94-
"@types/eslint": "8.4.6",
93+
"@types/eslint": "8.4.10",
9594
"@types/git-raw-commits": "2.0.1",
9695
"@types/is-ci": "3.0.0",
97-
"@types/node": "16.11.62",
96+
"@types/node": "16.18.3",
9897
"@types/node-notifier": "8.0.2",
9998
"@types/prettier": "2.7.1",
100-
"@types/react": "18.0.21",
99+
"@types/react": "18.0.25",
101100
"@types/styled-components": "5.1.26",
102-
"@typescript-eslint/eslint-plugin": "5.38.1",
103-
"@typescript-eslint/parser": "5.38.1",
101+
"@typescript-eslint/eslint-plugin": "5.44.0",
102+
"@typescript-eslint/parser": "5.44.0",
104103
"@vates/toggle-scripts": "1.0.0",
105-
"@vitest/coverage-c8": "0.23.4",
106-
"@vitest/ui": "0.23.4",
107-
"chai": "4.3.6",
104+
"@vitest/coverage-c8": "0.25.2",
105+
"@vitest/ui": "0.25.2",
106+
"chai": "4.3.7",
108107
"chai-each": "0.0.1",
109108
"chai-fs": "2.0.0",
110109
"chai-quantifiers": "1.0.17",
111110
"chai-string": "1.5.0",
112111
"conventional-changelog-cli": "2.2.2",
113112
"conventional-recommended-bump": "6.1.0",
114-
"cspell": "6.12.0",
115-
"esbuild": "0.15.10",
116-
"eslint": "8.24.0",
113+
"cspell": "6.14.3",
114+
"esbuild": "0.15.15",
115+
"eslint": "8.28.0",
117116
"eslint-config-prettier": "8.5.0",
118117
"eslint-plugin-chai-expect": "3.0.0",
119118
"eslint-plugin-jest-formatting": "3.1.0",
120-
"eslint-plugin-jsdoc": "39.3.6",
121-
"eslint-plugin-jsonc": "2.4.0",
119+
"eslint-plugin-jsdoc": "39.6.2",
120+
"eslint-plugin-jsonc": "2.5.0",
122121
"eslint-plugin-markdown": "3.0.0",
123122
"eslint-plugin-markdownlint": "0.4.0",
124123
"eslint-plugin-node": "11.1.0",
125124
"eslint-plugin-prettier": "4.2.1",
126-
"eslint-plugin-promise": "6.0.1",
127-
"eslint-plugin-unicorn": "44.0.0",
125+
"eslint-plugin-promise": "6.1.1",
126+
"eslint-plugin-unicorn": "45.0.0",
128127
"eslint-plugin-yml": "1.2.0",
129128
"graphql": "16.6.0",
130-
"graphql-config": "4.3.5",
129+
"graphql-config": "4.3.6",
131130
"growl": "1.10.5",
132-
"husky": "8.0.1",
131+
"husky": "8.0.2",
133132
"is-ci": "3.0.1",
134133
"jsonc-eslint-parser": "2.1.0",
135134
"lint-staged": "13.0.3",
136-
"memfs": "3.4.7",
135+
"memfs": "3.4.12",
137136
"node-notifier": "10.0.1",
138137
"prettier": "2.7.1",
139138
"prettier-plugin-sh": "0.12.8",
140-
"pretty-format": "29.1.2",
139+
"pretty-format": "29.3.1",
141140
"sade": "1.8.1",
142141
"trash-cli": "5.0.0",
143142
"ts-dedent": "2.2.0",
144143
"ts-node": "10.9.1",
145-
"type-fest": "3.0.0",
146-
"typescript": "4.8.4",
144+
"type-fest": "3.2.0",
145+
"typescript": "4.9.3",
147146
"version-bump-prompt": "6.1.0",
148-
"vite": "3.1.4",
149-
"vite-tsconfig-paths": "3.5.1",
150-
"vitest": "0.23.4",
151-
"vitest-github-actions-reporter": "0.8.3",
147+
"vite": "3.2.4",
148+
"vite-tsconfig-paths": "3.6.0",
149+
"vitest": "0.25.2",
150+
"vitest-github-actions-reporter": "0.9.0",
152151
"yaml-eslint-parser": "1.1.0"
153152
},
154153
"resolutions": {
155154
"@ardatan/sync-fetch": "larsgw/sync-fetch#head=worker_threads",
156-
"esbuild": "0.15.10"
155+
"esbuild": "0.15.15"
157156
},
158157
"engines": {
159158
"node": ">=14",

0 commit comments

Comments
 (0)