-
Notifications
You must be signed in to change notification settings - Fork 142
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 to Carbon 11 compatible versions to latest #6634
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ 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 #6634 +/- ##
==========================================
- Coverage 80.78% 80.76% -0.02%
==========================================
Files 396 396
Lines 12893 12893
Branches 4274 4274
==========================================
- Hits 10415 10413 -2
- Misses 2478 2480 +2
|
ref #6187 |
may be related to existing eslint upgrade issue ^ |
an issue has been opened in core to address carbon-design-system/carbon#18305 |
This PR was automatically generated to update Carbon 11 compatible versions on a regular basis. This is not intended to create any breaking changes, and will be reflected as a minor version bump for affected packages. NB we'll run all tests and do visual verifications, but there is always the opportunity for unexpected regressions. If you're using one of the packages in a stable or production context you may want to check this before taking the next minor version, and do let us know ASAP if you see anything problematic.
The goal is to update to the latest Carbon 11 compatible versions each Friday, to ensure we remain up-to-date with the latest changes (often published on Thursdays) and to ensure interoperability with other packages that also depend on Carbon. We will normally update all other dependencies at the same time to their latest versions, except for specific cases where we have found the updates to be problematic or require further work before they can be used. By using the latest stable version of each dependency we ensure we get fixes and improvements in a timely fashion and reduce 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:carbon
to upgrade all carbon-related packages to the latest versions.This PR includes the various
package.json
that pull our dependencies forward to the latest versions, and updates the offline mirror.How did you test and verify your work?
This PR should not be merged until the following checks have been made:
yarn ci-check
runs cleanly and all tests pass (done automatically as part of the PR checks).