-
Notifications
You must be signed in to change notification settings - Fork 176
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
Bump KDS to 4.5.0 #4705
Bump KDS to 4.5.0 #4705
Conversation
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.
Changes LGTM! Thanks @nucleogenesis. (Re-reviewing after spotting build failures..)
package.json
Outdated
@@ -130,5 +130,8 @@ | |||
"browserslist": [ | |||
"> 1%", | |||
"Firefox ESR" | |||
] | |||
], | |||
"volta": { |
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.
@nucleogenesis, Looks like this change is causing a build failure with the error
error Your lockfile needs to be updated, but yarn was run with
--frozen-lockfile
.
Maybe running yarn install
and committing the generated changes in the yarn.lock
could solve the issue?
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.
Hi @nucleogenesis, looks like we are having some build failures, please see my comment on added dependency.
3c5d740
to
4847969
Compare
volta
key and version in package.jsonvolta
key and version in package.json~
volta
key and version in package.json~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.
LGTM! Thanks @nucleogenesis
Summary
Description of the change(s) you made
I've found myself having tovolta pin node@16
a lot - any reason not to pin this?Reviewer guidance
This is for review once merged (as I understand we test this kind of stuff directly on the unstable server?)
Checkboxes
Check that the KDS update does not break checkboxes in general - can select things in Channel editor, clipboard, etc.
Dev Server Smoke test - any issues w/ pinning the volta version this way?