-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps)!: upgrade consola to v3 and minimum node version #128
Conversation
Bumped node in CI to 16. Maybe it will fix it. The package specifies 12.22.12 as minimum version in |
@@ -50,6 +50,6 @@ | |||
"webpack": "3 || 4 || 5" | |||
}, | |||
"engines": { | |||
"node": ">=v12.22.12" | |||
"node": ">=14.18.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(we might upgrade to higher version in next major, will have to check other deps)
@@ -1,5 +1,5 @@ | |||
import { consola } from '../utils/cli' | |||
import { Reporter } from 'src/types' | |||
import { Reporter } from '../types' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this change necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also this change doesn't affect compiled bundle, as far as I can tell, so IMO keeping this change is better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it is better (hate old me that didn't used relative haha) only preferred that if it was not part of this commit but also okay ππΌ
@rchl I might need to delay this release to next week as have some priorities. If it is a blocker for something, please mention. (and thanks for PR) |
No, not a blocker. Thanks. |
π Linked issue
nuxt/nuxt#24343
β Type of change
π Description
Addressing the nuxt/nuxt#24343 issue which is about outdated
consola
being used in a couple of Nuxt 2 packages.π Checklist