Suppress Node DEP0040 punycode warning in CLI startup
This commit is contained in:
@@ -97,6 +97,19 @@
|
||||
"test_status": "pnpm test:run src/cli/openai-key.test.ts src/cli/anthropic-auth.test.ts src/cli/openai-auth.test.ts src/cli/zai-auth.test.ts + pnpm typecheck passing"
|
||||
},
|
||||
|
||||
"cli-suppress-punycode-deprecation-warning": {
|
||||
"status": "completed",
|
||||
"date": "2026-02-16",
|
||||
"updated": "2026-02-16",
|
||||
"summary": "Added a CLI bootstrap warning filter to suppress Node DEP0040 (`punycode` deprecation) noise from transitive dependencies while preserving all other warnings. Loaded filter at CLI startup and added matcher tests.",
|
||||
"files_modified": [
|
||||
"src/cli/index.ts",
|
||||
"src/cli/suppressNodeWarnings.ts",
|
||||
"src/cli/suppressNodeWarnings.test.ts"
|
||||
],
|
||||
"test_status": "pnpm test:run src/cli/suppressNodeWarnings.test.ts src/cli/index.test.ts + pnpm typecheck + pnpm build passing"
|
||||
},
|
||||
|
||||
"deployment-port-env-override": {
|
||||
"status": "completed",
|
||||
"date": "2026-02-16",
|
||||
|
||||
Reference in New Issue
Block a user