You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modernize: update to align with breaking changes to project package (17f5a93)
BREAKING CHANGES
modernize: the minimum required node version is now v22.21
modernize: valid visibility options have been changed from Public/Private to OSS/ISS/CS
modernize:scaffold, lift, and test now require a dependencies object as a second
argument with logger as the first required dependency to replace the previous direct dependency
on @travi/cli-messages