Skip to content
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 #6703

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

carbon-automation[bot]
Copy link
Contributor

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 update package.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, the yarn.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).

@carbon-automation carbon-automation bot requested a review from a team as a code owner January 15, 2025 04:07
@carbon-automation carbon-automation bot requested review from davidmenendez and amal-k-joy and removed request for a team January 15, 2025 04:07
Copy link

netlify bot commented Jan 15, 2025

Deploy Preview for carbon-for-ibm-products ready!

Name Link
🔨 Latest commit d8f8b02
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/67927716ad33da0008ba8f75
😎 Deploy Preview https://deploy-preview-6703--carbon-for-ibm-products.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 15, 2025

Deploy Preview for ibm-products-web-components failed. Why did it fail? →

Name Link
🔨 Latest commit d8f8b02
🔍 Latest deploy log https://app.netlify.com/sites/ibm-products-web-components/deploys/67927716e43782000881ddf0

Copy link

codecov bot commented Jan 15, 2025

Codecov Report

Attention: Patch coverage is 74.10714% with 29 lines in your changes missing coverage. Please review.

Project coverage is 81.21%. Comparing base (0a7b0fd) to head (d8f8b02).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6703      +/-   ##
==========================================
+ Coverage   81.18%   81.21%   +0.02%     
==========================================
  Files         398      398              
  Lines       12955    12970      +15     
  Branches     4282     4276       -6     
==========================================
+ Hits        10518    10534      +16     
+ Misses       2437     2436       -1     
Components Coverage Δ
ibm-products ∅ <ø> (∅)
ibm-products-web-components ∅ <ø> (∅)

davidmenendez
davidmenendez previously approved these changes Jan 15, 2025
package.json Outdated
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"cspell": "^8.17.2",
"eslint": "^9.18.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're going to need to downgrade back to ^8.56.0 until we investigate carbon-design-system/carbon#18305 more

@davidmenendez
Copy link
Contributor

build failing. i'll take a look 👀

@matthewgallo
Copy link
Member

We're also going to need to import the JSX type from react, based on this, might have to be made in a few places. I did this in a few places for the React 19 PR, I'll try to find the commit for reference.

@matthewgallo
Copy link
Member

698cc9e

@davidmenendez
Copy link
Contributor

this particular update is proving to be quite a difficult one...

@davidmenendez
Copy link
Contributor

everything appears to be working with the exception of the web components tests failing. @matthewgallo any ideas there? the error messaging may indicate that the playwright dependencies may just need to be updated?

Screenshot 2025-01-22 at 1 26 08 PM

@davidmenendez
Copy link
Contributor

AVT tests seem to be failing intermittently for me locally. i think we should address fixing the tests separately in order to get this in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants