Skip to content

Commit 00bb087

Browse files
committed
Downgrade yargs-parser for < Node 20 support
1 parent 86ecf5a commit 00bb087

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"unplugin-purge-polyfills": "0.1.0",
182182
"vitest": "3.2.4",
183183
"yaml": "2.8.1",
184-
"yargs-parser": "22.0.0",
184+
"yargs-parser": "21.1.1",
185185
"yoctocolors-cjs": "2.1.3",
186186
"zod": "4.1.8"
187187
},

pnpm-lock.yaml

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

taze.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'taze'
22

33
export default defineConfig({
44
// Exclude these packages (migrated from .ncurc.json reject list).
5-
exclude: ['eslint-plugin-unicorn', 'terminal-link'],
5+
exclude: ['eslint-plugin-unicorn', 'terminal-link', 'yargs-parser'],
66
// Interactive mode disabled for automation.
77
interactive: false,
88
// Use minimal logging similar to ncu loglevel.

0 commit comments

Comments
 (0)