Skip to content

Conversation

aparnajyothi-y
Copy link
Contributor

Description:

This change eliminates the Node.js deprecation warning caused by the punycode module.

  • Replaced the affected dependency (uri-js) with a maintained alternative.

  • Upgraded transitive dependencies to versions.

  • Verified that builds and runtime behavior remain stable.

This update keeps the dependency tree aligned with current Node.js standards and removes unnecessary deprecation warnings.

Related issue:
#904

@aparnajyothi-y aparnajyothi-y requested a review from a team as a code owner September 16, 2025 07:23
@Copilot Copilot AI review requested due to automatic review settings September 16, 2025 07:23
Copy link

@Copilot 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 eliminates Node.js punycode deprecation warnings by replacing the problematic uri-js dependency with a maintained alternative and upgrading various transitive dependencies to their latest versions.

  • Replaced uri-js with uri-js-replace package using npm overrides
  • Upgraded multiple transitive dependencies including Azure SDK packages, protobuf libraries, and Node.js types
  • Updated corresponding license files to reflect new dependency versions and removals

Reviewed Changes

Copilot reviewed 41 out of 47 changed files in this pull request and generated no comments.

File Description
package.json Adds uri-js override and upgrades @actions/cache and @types/node versions
.licenses/npm/*.dep.yml Updates license files for upgraded dependencies and removes files for dependencies no longer used

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@asarkar
Copy link

asarkar commented Sep 20, 2025

This PR doesn't have any human reviewer, how's it going to ever get approved?

Copy link
Contributor

@salmanmkc salmanmkc left a comment

Choose a reason for hiding this comment

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

looks good

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.

3 participants