Update dependency ci-logger to v5
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
ci-logger (source) | ^4.0.2 -> ^5.0.0 |
Release Notes
gitlab-ci-utils/ci-logger
v5.0.0
Changed
- BREAKING: Capitalized the
levels
enumeration (nowLevels
) and values to better conform to convention. The values are nowLevels.Info
,Levels.Warn
,Levels.Error
. These must be updated in any place this enumeration is used or aTypeError
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
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.