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

chore: update dev dependencies #5513

Closed
wants to merge 4 commits into from
Closed

Conversation

matthewgallo
Copy link
Member

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).

@matthewgallo matthewgallo requested a review from a team as a code owner June 15, 2024 04:07
@matthewgallo matthewgallo requested review from emyarod and amal-k-joy and removed request for a team June 15, 2024 04:07
Copy link

netlify bot commented Jun 15, 2024

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

Name Link
🔨 Latest commit 40b1f12
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/6671531dcd6e550008f6dd89
😎 Deploy Preview https://deploy-preview-5513--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
Contributor

@amal-k-joy amal-k-joy left a comment

Choose a reason for hiding this comment

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

@matthewgallo @elycheea

  • Downgraded eslint, stylelint, prettier
    To upgarde eslint beyond 9, significant changes in the configuration are required. Recommend to create a task for this.
    https://eslint.org/docs/latest/use/configure/migration-guide

  • CSS changes to update depreciated sass syntax
    https://sass-lang.com/documentation/breaking-changes/css-function-mixin/
    (Note : lint rule function-no-unknown was failing and had to disable it)

  • CSS lint fixes

  • Update changes as per latest change-case package : Renamed paramCase to kebabCase

  • Test case failure fix : exitBeforeEnter changed to mode="wait"

  • Downgrade @carbon/react to exact 1.55.0 to avoid test case failures. Created this issue to track this. Recommend to create a task to track the update to this package as significant test case changes may require.

@elycheea elycheea closed this Jul 10, 2024
@elycheea elycheea deleted the update-packages-3gefjv4 branch November 25, 2024 14:26
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.

4 participants