Skip to content

Commit 8e1edef

Browse files
committed
πŸ€– chore: update deps
1 parent 2427d9e commit 8e1edef

File tree

3 files changed

+34
-24
lines changed

3 files changed

+34
-24
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"@antfu/ni": "^0.19.0",
3131
"@babel/types": "^7.20.7",
3232
"@mini-cz/config-default": "^0.1.3",
33-
"@so1ve/eslint-config": "^0.42.2",
33+
"@so1ve/eslint-config": "^0.43.0",
3434
"@types/node": "^18.11.18",
3535
"bumpp": "^8.2.1",
3636
"eslint": "^8.32.0",
3737
"mini-cz": "^0.1.3",
38-
"pnpm": "^7.26.0",
38+
"pnpm": "^7.26.1",
3939
"puild": "^1.3.2",
4040
"rimraf": "^3.0.2",
4141
"tsx": "^3.12.2",

β€Žpackages/plugin-completions/src/index.tsβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export const completionsPlugin = (options: CompletionsPluginOptions = {}) => def
3636
throw new Error("Missing shell name");
3737
}
3838
if (shell in completionMap) {
39-
// eslint-disable-next-line @so1ve/no-spaces-before-paren
4039
process.stdout.write(completionMap[shell as keyof typeof completionMap](ctx));
4140
} else {
4241
throw new Error(`No such shell: ${shell}`);

β€Žpnpm-lock.yamlβ€Ž

Lines changed: 32 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)