cli icon indicating copy to clipboard operation
cli copied to clipboard

build: fix Verdaccio deprecation warning by renaming logs to log

Open Copilot opened this issue 2 months ago • 3 comments

  • [x] Update Verdaccio configuration to use log instead of deprecated logs property
  • [x] Verify the fix by running e2e tests
  • [x] Ensure no other occurrences of the deprecated property exist
  • [x] Revert unintended package-lock.json changes

The fix is complete. Changed the Verdaccio configuration property from logs to log in the e2e/install.e2e.ts file to resolve the deprecation warning. Reverted unintended changes to package-lock.json that were introduced during dependency installation.

Original prompt

fix this warning: (node:6552) [VERWAR002] VerdaccioWarning: The configuration property "logs" has been deprecated, please rename to "log" for future compatibility


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot avatar Oct 23 '25 14:10 Copilot

hello @copilot ?

serhalp avatar Oct 23 '25 17:10 serhalp

there are unexpected changes in the package-lock file? undo that please

Reverted the unintended package-lock.json changes in commit c39a454.

Copilot avatar Oct 23 '25 17:10 Copilot

📊 Benchmark results

Comparing with c4ae5bb1169c121e7e9f6ae1419d7b9797c9fd27

  • Dependency count: 1,044 (no change)
  • Package size: 304 MB (no change)
  • Number of ts-expect-error directives: 378 (no change)

github-actions[bot] avatar Oct 29 '25 12:10 github-actions[bot]