Skip to content

Update dependency ci-logger to v5

GoldenBot requested to merge renovate/ci-logger-5.x into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
ci-logger (source) ^4.0.2 -> ^5.0.0 age adoption passing confidence

Release Notes

gitlab-ci-utils/ci-logger

v5.0.0

Compare Source

Changed
  • BREAKING: Capitalized the levels enumeration (now Levels) and values to better conform to convention. The values are now Levels.Info, Levels.Warn, Levels.Error. These must be updated in any place this enumeration is used or a TypeError will be thrown. The actual string values are still the same (info, warn, error), which is what log levels are validated against, so if those are used no changes are required. (#​32)
  • BREAKING: Added TypeScript type declarations. (#​24)
  • BREAKING: Deprecated support for Node 12 and 17 since end-of-life. Compatible with all current and LTS releases (^14.15.0 || ^16.13.0 || >=18.0.0). (#​28, #​29)
Fixed
  • Updated to latest dependencies
Miscellaneous
  • Added test coverage threshold requirements (#​31)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports