chore: update dependencies and remove deprecated package

- Removed `@azure/ms-rest-js` dependency to fix Node.js 24+ punycode deprecation warning.
  - The `TransferProgressEvent` type is now imported from `@azure/core-rest-pipeline`.
- Updated `package.json` to reflect the new dependency.
- Updated tests to import `TransferProgressEvent` from the new package.
- Updated `package-lock.json` to remove `@azure/ms-rest-js` and include `@azure/core-rest-pipeline`.
- Bumped versions of several dependencies including `@azure/storage-blob` and `@azure/storage-common`.
This commit is contained in:
Salman Muin Kayser Chishti
2025-12-10 11:04:34 +00:00
parent b0464628c0
commit 45ec4a2087
6 changed files with 45 additions and 476 deletions
+3
View File
@@ -2,6 +2,9 @@
### 5.0.0
- Remove `@azure/ms-rest-js` dependency to fix Node.js 24+ punycode deprecation warning
- The `TransferProgressEvent` type is now imported from `@azure/core-rest-pipeline` instead of `@azure/ms-rest-js`
- This fixes: `(node:2110) [DEP0040] DeprecationWarning: The punycode module is deprecated`
- Bump `@actions/core` from `^1.11.1` to `^2.0.0`
- Bump `@actions/exec` from `^1.0.1` to `^2.0.0`
- Bump `@actions/glob` from `^0.1.0` to `^0.5.0`