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

Dependency package builtin-modules has a new version available #30559

Open
azure-sdk opened this issue Jul 29, 2024 · 0 comments
Open

Dependency package builtin-modules has a new version available #30559

azure-sdk opened this issue Jul 29, 2024 · 0 comments
Assignees
Labels
CJS Deprecation Issues related to modules moving from CJS to ESM dependency-upgrade-required

Comments

@azure-sdk
Copy link
Collaborator

We have identified a dependency on version 3.3.0 of builtin-modules. A new version (4.0.0) is available for upgrade.

Following are the steps to upgrade package dependency.

  1. Understand the breaking changes between the version being used and the version you want to upgrade to.

  2. Identify all packages that take a dependency on this package.

  3. Go to the root folder for each such package (/sdk/service-name/package-name) and update package.json to have the new version.

  4. Run rush update to ensure the new version is pulled in.

  5. Make relevant changes to absorb the breaking changes.

  6. Repeat steps 3 to 5 for each of the packages that have a dependency on this package.

@jeremymeng jeremymeng added the CJS Deprecation Issues related to modules moving from CJS to ESM label Jul 29, 2024
@jeremymeng jeremymeng self-assigned this Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CJS Deprecation Issues related to modules moving from CJS to ESM dependency-upgrade-required
Projects
None yet
Development

No branches or pull requests

2 participants