carbon-design-system / ibm-products

A Carbon-powered React component library for IBM Products
https://carbon-for-ibm-products.netlify.app/
Apache License 2.0
84 stars 118 forks source link

chore: update dev dependencies #5228

Open matthewgallo opened 2 weeks ago

matthewgallo commented 2 weeks ago

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

netlify[bot] commented 2 weeks ago

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

Name Link
Latest commit 234981809e2579f8977d6d167ffcdde093905748
Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/664435032844fe0008fe9095
matthewgallo commented 2 weeks ago

Thanks for reviewing @kennylam! Some extra context, these PRs that upgrade dependencies are scheduled to open on the 1st and 15th of every month. It's opened by me because I was the last person to update the action that opens this PR 😄

kennylam commented 2 weeks ago

Ah, gotcha!