build: fix Verdaccio deprecation warning by renaming logs to log
- [x] Update Verdaccio configuration to use
loginstead of deprecatedlogsproperty - [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.
hello @copilot ?
there are unexpected changes in the package-lock file? undo that please
Reverted the unintended package-lock.json changes in commit c39a454.
📊 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)