-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 eslint-config-prettier has a new version available #19180
Labels
Client
This issue points to a problem in the data-plane of the library.
dependency-upgrade-required
EngSys
This issue is impacting the engineering system.
Comments
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Dec 10, 2021
This was referenced Dec 13, 2021
jeremymeng
added
Client
This issue points to a problem in the data-plane of the library.
EngSys
This issue is impacting the engineering system.
labels
Dec 13, 2021
ghost
removed
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Dec 13, 2021
jeremymeng
added
the
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
label
Dec 14, 2021
azure-sdk
removed
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
EngSys
This issue is impacting the engineering system.
Client
This issue points to a problem in the data-plane of the library.
eslint plugin
labels
Feb 7, 2022
jeremymeng
added
the
Client
This issue points to a problem in the data-plane of the library.
label
Mar 9, 2022
upgrade to ^8.0.0 in PR #21733 |
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-js
that referenced
this issue
May 25, 2022
Fix lro in disable and enable cdn https (Azure#19180) * Fix lro in disable and enable cdn https * Update the examples * Update the examples * Update the examples * Update the examples Co-authored-by: Chenglong Liu <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Client
This issue points to a problem in the data-plane of the library.
dependency-upgrade-required
EngSys
This issue is impacting the engineering system.
We have identified a dependency on version 7.2.0 of eslint-config-prettier. A new version (8.5.0) is available for upgrade.
Following are the steps to upgrade package dependency.
Understand the breaking changes between the version being used and the version you want to upgrade to.
Identify all packages that take a dependency on this package.
Go to the root folder for each such package (/sdk/service-name/package-name) and update package.json to have the new version.
Run rush update to ensure the new version is pulled in.
Make relevant changes to absorb the breaking changes.
Repeat steps 3 to 5 for each of the packages that have a dependency on this package.
The text was updated successfully, but these errors were encountered: