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.08k stars 1.2k forks source link

[EngSys] Update dependencies to latest major version #9248

Closed mikeharder closed 3 years ago

mikeharder commented 4 years ago

Process

  1. rush unlink& git clean -xdf
  2. Edit common\config\rush\common-versions.json and set implicitlyPreferredVersions=true
  3. Edit rush.json and set strictPeerDependencies=false
  4. rush update --full
  5. Collect list of dependencies with newer major versions
  6. Revert changes to common-versions.json and rush.json
  7. Create one PR for each dependency which needs a major version update

Test dependencies not supporting Node 8

The following dependencies are used during tests and have dropped support for Node 8, but still seem to work when running tests on Node 8.

6/16/20

6/2/20

Pending Approval

Pending Validation

Requires Code Changes

Blocked

jeremymeng commented 3 years ago

Closing as we already have an Epic to track engsys improvements https://github.com/Azure/azure-sdk-for-js/issues/15971. I will create and add issues to that epic for new libs that have major version updates available.