Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
2.02k stars 1.19k forks source link

Dependency package @typescript-eslint/parser has a new version available #22700

Open azure-sdk opened 2 years ago

azure-sdk commented 2 years ago

We have identified a dependency on version 7.16.1 of @typescript-eslint/parser. A new version (8.1.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.

azure-sdk commented 2 years ago

Label prediction was below confidence level 0.6 for Model:ServiceLabels: 'Azure.Core:0.3230474,Service Bus:0.18756206,EngSys:0.045930713'

jeremymeng commented 1 year ago

Need node16+ now https://github.com/typescript-eslint/typescript-eslint/issues/7284