Skip to content

fix: revert: remove @aws-sdk, @azure packages#7101

Merged
louislam merged 2 commits intomasterfrom
louislam-patch-1
Mar 6, 2026
Merged

fix: revert: remove @aws-sdk, @azure packages#7101
louislam merged 2 commits intomasterfrom
louislam-patch-1

Conversation

@louislam
Copy link
Copy Markdown
Owner

@louislam louislam commented Mar 6, 2026

Summary

Fix #7097

Reason see: #7097 (comment)

Please follow this checklist to avoid unnecessary back and forth (click to expand)
  • ⚠️ If there are Breaking change (a fix or feature that alters existing functionality in a way that could cause issues) I have called them out
  • 🧠 I have disclosed any use of LLMs/AI in this contribution and reviewed all generated content.
    I understand that I am responsible for and able to explain every line of code I submit.
  • 🔍 Any UI changes adhere to visual style of this project.
  • 🛠️ I have self-reviewed and self-tested my code to ensure it works as expected.
  • 📝 I have commented my code, especially in hard-to-understand areas (e.g., using JSDoc for methods).
  • 🤖 I added or updated automated tests where appropriate.
  • 📄 Documentation updates are included (if applicable).
  • 🧰 Dependency updates are listed and explained.
  • ⚠️ CI passes and is green.

@louislam louislam added this to the 2.3.0 milestone Mar 6, 2026
Copilot AI review requested due to automatic review settings March 6, 2026 14:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses install/upgrade failures (Issue #7097) by removing dependency overrides that aliased certain transitive packages to useless-module, which can break npm’s resolution/parsing in some environments.

Changes:

  • Remove package.json overrides that replace @aws-sdk/credential-providers and some @azure/* packages with npm:useless-module@1.0.0.

@louislam louislam merged commit c80e3cf into master Mar 6, 2026
24 checks passed
@louislam louislam deleted the louislam-patch-1 branch March 6, 2026 14:21
@louislam louislam modified the milestones: 2.3.0, 2.2.1 Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error performing manual upgrade to version 2.2.0

2 participants