-
Notifications
You must be signed in to change notification settings - Fork 44
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
Upgrade minor and patch devDependencies
#2623
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…n `components` `dependencies`
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.
Seems good, just one question about ember-flight-icons
"@babel/plugin-transform-typescript": "^7.23.6", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@babel/runtime": "^7.17.0", | ||
"@babel/core": "^7.26.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.
Should we be upgrading things in ember-flight-icons? isn't it deprecated?
📌 Summary
If merged, this PR upgrades all
devDependencies
to the latest minor / patch version usingyarn upgrade-interactive
.🛠️ Detailed description
These are upgrades for our tooling dependencies and do not require releases for our packages.
The intent is to merge this PR following the upgrade to Ember in #2618
🔗 External links
Jira ticket: HDS-4250
👀 Component checklist
💬 Please consider using conventional comments when reviewing this PR.