-
Notifications
You must be signed in to change notification settings - Fork 20
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: update dependencies to latest versions across multiple packages #2266
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.
Looks good to me.
- Reviewed code
- Checked out and reviewed package updates
…-upgrade-npm-packages
…orce ci to run rust tests)
Codecov ReportAll modified and coverable lines are covered by tests ✅ 🚀 New features to boost your workflow:
|
runtime/frequency/src/lib.rs
Outdated
@@ -401,7 +401,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { | |||
spec_name: create_runtime_str!("frequency"), | |||
impl_name: create_runtime_str!("frequency"), | |||
authoring_version: 1, | |||
spec_version: 141, | |||
spec_version: 143, |
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 don't think we need to update the chain spec version if all we updated was the JS packages, do we?
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.
No we don't, I was checking the rust pipeline in CI to compare against local issues.
I will remove the spec bump.
…ation (force ci to run rust tests)" This reverts commit 3621b30.
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.
🚀
Goal
The goal of this PR is to update the npm packages in the various js directories.
Closes #2262
Discussion
ncu
to update all the packages to the latest version.Checklist