Skip to content

[storage-common] Bump @azure/core-rest-pipeline to ^1.24.0#38848

Open
jeremymeng wants to merge 1 commit into
mainfrom
jeremymeng/shiny-tribble
Open

[storage-common] Bump @azure/core-rest-pipeline to ^1.24.0#38848
jeremymeng wants to merge 1 commit into
mainfrom
jeremymeng/shiny-tribble

Conversation

@jeremymeng
Copy link
Copy Markdown
Member

Packages impacted by this PR

  • @azure/storage-common

Issues associated with this PR

N/A

Describe the problem that is addressed by this PR

@azure/storage-common relies on the newly exported NodeBuffer type from @azure/core-rest-pipeline, which was introduced in v1.24.0. The declared minimum version (^1.19.1) was below that, so consumers installing storage-common without a matching transitive resolution could end up with an older core-rest-pipeline that does not export NodeBuffer. This raises the declared minimum to ^1.24.0 so the dependency contract matches what the code actually requires.

What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?

Bump the minimum compatible range in package.json to ^1.24.0. This is the standard semver-friendly way to express a new minimum requirement without forcing an exact version.

Are there test cases added in this PR? (If not, why?)

No. This is a dependency version range adjustment only; no behavior change in source.

Provide a list of related PRs (if any)

N/A

Command used to generate this PR:**(Applicable only to SDK release request PRs)

N/A

Checklists

  • Added impacted package name to the issue description
  • Does this PR needs any fixes in the SDK Generator?** (If so, create an Issue in the Autorest/typescript repository and link it here)
  • Added a changelog (if necessary)

storage-common depends on the new NodeBuffer type exported by @azure/core-rest-pipeline v1.24.0, so raise the minimum version range accordingly.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 5, 2026 19:33
@github-actions github-actions Bot added the Storage Storage Service (Queues, Blobs, Files) label Jun 5, 2026
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 updates the @azure/storage-common runtime dependency on @azure/core-rest-pipeline to ensure the declared minimum version matches the code’s requirement for the NodeBuffer type (exported starting in @azure/core-rest-pipeline@1.24.0).

Changes:

  • Bumped @azure/core-rest-pipeline dependency range from ^1.19.1 to ^1.24.0 in @azure/storage-common.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants