azure-sdk-for-js
azure-sdk-for-js copied to clipboard
Dependency package @typescript-eslint/typescript-estree has a new version available
We have identified a dependency on version 7.10.0 of @typescript-eslint/typescript-estree. A new version (7.14.1) 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.
Label prediction was below confidence level 0.6 for Model:ServiceLabels: 'Azure.Core:0.3751404,Service Bus:0.19223258,EngSys:0.036430296'
The problem with the linter packages is that they could have breaking changes between minor versions, which could be annoying to fix in automatic rush update --full PRs. Perhaps we could relax this upgrade requirement for linter packages? it is not super important to stay on latest and they shouldn't cause security vulnerabilities AFAICT. /cc @jeremymeng @xirzec
yeah, I am thinking about just parking these work items as lower priority and upgrade @typescript-eslint dependencies less frequently.