-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
fixes #4178 #4179
fixes #4178 #4179
Conversation
Several internal module versions with deprecated warnings have been modernised. The associated 'unmet peer dependency' warning was also resolved by installing '@types/inquirer, @yeoman/types, mem-fs, webpack'.
The committers listed above are authorized under a signed CLA. |
Hi @stein2nd. Just a little hint from a friendly bot about the best practice when submitting pull requests:
You don't have to change it for this PR, just make sure to follow this hint the next time you submit a PR. |
"version": "3.0.7", | ||
"version": "3.0.8", |
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.
This should be updated only when the package is released.
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.
Remove this
"yeoman-environment": "^4.4.0", | ||
"yeoman-generator": "^7.2.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.
There are no breaking changes?
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.
I'd read the changelogs from yeoman and maybe even the source. From experience, their version updates have a lot of changes that might break our implementation
Several internal module versions with deprecated warnings have been modernised. The associated 'unmet peer dependency' warning was also resolved by installing '@types/inquirer, @yeoman/types, mem-fs, webpack'.
What kind of change does this PR introduce?
To resolve deprecated warnings.