-
Notifications
You must be signed in to change notification settings - Fork 144
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
build(deps): update dev dependencies #6913
base: main
Are you sure you want to change the base?
Conversation
👷 Deploy Preview for carbon-for-ibm-products processing.
|
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6913 +/- ##
==========================================
- Coverage 81.57% 81.55% -0.02%
==========================================
Files 403 403
Lines 13050 13050
Branches 4297 4297
==========================================
- Hits 10645 10643 -2
- Misses 2405 2407 +2
|
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.
woah a dev update that didn't cause the repo to explode?! i can hardly believe it
packages/ibm-products/package.json
Outdated
"@ibm/telemetry-js": "^1.8.0", | ||
"framer-motion": "^6.5.1 < 7", | ||
"@ibm/telemetry-js": "^1.9.1", | ||
"framer-motion": "^12", |
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'll just need to manually downgrade this again
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.
blah good call! i need to remember that one.
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.
@davidmenendez let’s just add it to the upgrade exclusions1 until we fully remove framer-motion
.
Edited with the correct package.json
😅
This PR was automatically generated to update versions of dev dependencies to their latest versions. This helps ensure we get fixes and improvements in a timely fashion and reduces the impact of updating the versions that can arise if versions are allowed to become stale for an extended period.
What did you change?
This action ran
yarn upgrade:automatic
to updatepackage.json
files to request the latest versions of each package. Certain critical packages are intentionally excluded.This action also deleted the
yarn.lock
file in order to recreate it with the latest matching versions of secondary dependencies.This PR includes the various
package.json
that pull our dependencies forward to the latest versions, theyarn.lock
update that maps required versions to the actual versions to be used, and updates the offline mirror.How did you test and verify your work?
This PR should not normally significantly affect the build outputs or runtime packages. Ensure that
yarn ci-check
runs cleanly and all tests pass (done automatically as part of the PR checks).