Skip to content

Bump the azure-sdk group across 1 directory with 4 updates - #142

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/identity/credentials/azure-sdk-3db839eec5
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/identity/credentials/azure-sdk-3db839eec5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the azure-sdk group with 4 updates in the /samples/identity/credentials directory: @azure/identity, @azure/identity-broker, @azure/logger and @azure/storage-blob.

Updates @azure/identity from 4.13.1 to 4.13.3

Changelog

Sourced from @​azure/identity's changelog.

4.13.3 (2026-09-10)

Features Added

  • Bumped the minimum @azure/msal-node dependency to ^6.0.0 to provide Azure Arc user-assigned managed identity support. #39927

Bugs Fixed

  • Fixed AzurePipelinesCredential to include only relevant details in error messages and logs when the OIDC token request fails. #39774
  • Fixed InteractiveBrowserCredential failing to authenticate when the user's default browser is already running and only permits a single instance. The browser is no longer launched with newInstance, which on macOS passed open --new. #39814
  • Fixed an issue where DefaultAzureCredential does not pass constructor options to ManagedIdentityCredential when selected through AZURE_TOKEN_CREDENTIALS. #39927

Other Changes

  • Preserve caught errors as the cause when wrapping them. #39423

4.13.2 (2026-08-12)

Other Changes

  • Bumped the minimum @azure/msal-node dependency to ^5.1.5 so installs no longer resolve older 5.1.x versions that pull in the vulnerable uuid@8.3.0 transitive dependency. #39569
  • Replaced shell-based developer credential commands with safe, structured process execution. #39279
  • Migrated platform-specific module resolution to #platform/* imports. #38309

4.14.0-beta.5 (2026-08-12)

Other Changes

  • Bumped the minimum @azure/msal-node dependency to ^5.1.5 so installs no longer resolve older 5.1.x versions that pull in the vulnerable uuid@8.3.0 transitive dependency. #39425
  • Replaced shell-based developer credential commands with safe, structured process execution. #39279

4.14.0-beta.4 (2026-06-08)

Bugs Fixed

  • Fixed AzureDeveloperCliCredential to correctly parse error messages from Azure Developer CLI v1.23.7 and later, which previously caused raw JSON to surface in the credential error instead of the underlying error text. #38416
  • Fixed handleMsalError to preserve the original MSAL error via cause on AuthenticationRequiredError, allowing callers to access .claims on the underlying error. #38722

4.14.0-beta.3 (2026-04-08)

Other Changes

  • Reduced bundle size by optimizing imports from @azure/msal-node, e.g. achieving a ~61kb reduction (from 851kb to 790kb) when importing ClientCertificateCredential. #36942
  • Updated @azure/msal-node to ^5.1.0 and @azure/msal-browser to ^5.5.0. #37836
Commits
  • b9b7a5d [Identity] Azure Arc Support (#39927)
  • ce47dbc [ESLint] Restore no-useless-assignment recommended rule to error (#39784)
  • b87e82b [ESLint] Restore preserve-caught-error recommended rule to error (#39580)
  • 817a3a3 [identity] Don't force a new browser instance when opening the auth page (#39...
  • 85d4f76 [identity] Response format Azure Pipelines Credential (#39774)
  • 83f3dac Restore Identity 4.13.2 GA
  • fcb12a4 [identity] Don't force a new browser instance when opening the auth page (#39...
  • 96a244f [ESLint] Restore no-useless-assignment recommended rule to error (#39784)
  • 2e6883d [Identity] Unify changelog (#39816)
  • ae994a8 [identity] Response format Azure Pipelines Credential (#39774)
  • Additional commits viewable in compare view

Updates @azure/identity-broker from 1.4.0 to 1.4.2

Changelog

Sourced from @​azure/identity-broker's changelog.

1.4.2 (2026-09-15)

Other Changes

  • Updated @azure/msal-node to ^6.0.0. #39965

1.4.1 (2026-08-12)

Other Changes

  • Bumped the minimum @azure/msal-node dependency to ^5.1.5 so installs no longer resolve older 5.1.x versions that pull in the vulnerable uuid@8.3.0 transitive dependency. #39568
Commits

Updates @azure/logger from 1.3.0 to 1.4.0

Changelog

Sourced from @​azure/logger's changelog.

1.4.0 (2026-07-13)

Other Changes

  • Update engines to "node": ">=22.0.0". Please refer to our support policy for more information on our supported Node.js versions.
Commits
  • 853058b [core] Update release dates to for core packages (#39255)
  • 6b92869 [core] bump minor version for nodejs version v22 bump (#39171)
  • 3181ad2 [EngSys] Bump min-version to node 22 (#38887) NO_CI
  • 3de1abe Add imports field to all warp-built packages (#38391)
  • 430a0b5 feat(core/logger): migrate to #platform/* imports (#38210)
  • e8f0055 chore: Update registry for all package.json and adjust check rules (#38281)
  • c4de0e1 chore(core): add react-native and @​types/react devDependencies (#38135)
  • ca0618c chore(core): add per-platform tsconfig files in config/ directories (#38136)
  • 3e3da24 refactor(core): reorganize tests into public/internal/node/browser structure ...
  • 6a0d0d7 feat(warp): add extends support for config inheritance (#37937)
  • Additional commits viewable in compare view

Updates @azure/storage-blob from 12.32.0 to 12.33.0

Changelog

Sourced from @​azure/storage-blob's changelog.

12.33.0 (2026-06-24)

Features Added

  • Includes all features released in 12.33.0-beta.1.

12.33.0-beta.1 (2026-04-29)

Features Added

  • Added support for service version 2026-06-06.
  • Added support for Blob Smart Tier.
  • Added support for Directory-level SAS and User Delegation SAS.
Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/samples/identity/credentials/azure-sdk-3db839eec5 branch from 8b2a873 to 283b0dc Compare September 14, 2026 14:58
Bumps the azure-sdk group with 4 updates in the /samples/identity/credentials directory: [@azure/identity](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/identity/identity), [@azure/identity-broker](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/identity/identity-broker), [@azure/logger](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/core/logger) and [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/storage/storage-blob).


Updates `@azure/identity` from 4.13.1 to 4.13.3
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/@azure/identity_4.13.3/sdk/identity/identity/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/identity_4.13.3/sdk/identity/identity)

Updates `@azure/identity-broker` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/identity-broker_1.4.2/sdk/identity/identity-broker)

Updates `@azure/logger` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/logger/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/logger_1.4.0/sdk/core/logger)

Updates `@azure/storage-blob` from 12.32.0 to 12.33.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/storage-blob_12.33.0/sdk/storage/storage-blob)

---
updated-dependencies:
- dependency-name: "@azure/identity"
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure-sdk
- dependency-name: "@azure/identity-broker"
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure-sdk
- dependency-name: "@azure/logger"
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure-sdk
- dependency-name: "@azure/storage-blob"
  dependency-version: 12.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/samples/identity/credentials/azure-sdk-3db839eec5 branch from 283b0dc to d0bac43 Compare September 21, 2026 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants