Skip to content

chore(deps): bump the cache-minor-patch group across 1 directory with 5 updates#2428

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/cache/cache-minor-patch-65e4e4e2cb
Open

chore(deps): bump the cache-minor-patch group across 1 directory with 5 updates#2428
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/cache/cache-minor-patch-65e4e4e2cb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the cache-minor-patch group with 5 updates in the /packages/cache directory:

Package From To
@actions/glob 0.6.1 0.7.0
@azure/core-rest-pipeline 1.23.0 1.24.0
@azure/storage-blob 12.31.0 12.32.0
semver 7.7.4 7.8.3
@types/node 25.6.0 25.9.2

Updates @actions/glob from 0.6.1 to 0.7.0

Changelog

Sourced from @​actions/glob's changelog.

0.7.0

  • Bump minimatch from ^3.0.4 to ^10.2.5 #2355
  • Bump undici from 6.23.0 to 6.24.0 #2345
  • Bump brace-expansion in /packages/glob #2369
Commits

Updates @azure/core-rest-pipeline from 1.23.0 to 1.24.0

Changelog

Sourced from @​azure/core-rest-pipeline's changelog.

1.24.0 (2026-06-05)

Features Added

Commits
  • 2d3b618 [core-rest-pipeline] prepare for june 2026 release (#38847)
  • 4765ec8 fix: consolidate duplicate changelog sections for core-rest-pipeline and core...
  • e8f0055 chore: Update registry for all package.json and adjust check rules (#38281)
  • 8d8b5b5 feat(core/core-rest-pipeline): migrate to #platform/* imports (#38205)
  • ef31af4 Improve test coverage to ~100% for @​azure/core-rest-pipeline (#38180)
  • 8edb91b chore(core): remove dead code, unnecessary casts, and redundant async (#38149)
  • 38b6a92 fix(core): handle Uint8Array subarrays correctly in createFile and encodeByte...
  • 686b9db chore(core): improve cross-platform test compatibility (#38145)
  • c4de0e1 chore(core): add react-native and @​types/react devDependencies (#38135)
  • ca0618c chore(core): add per-platform tsconfig files in config/ directories (#38136)
  • Additional commits viewable in compare view

Updates @azure/storage-blob from 12.31.0 to 12.32.0

Changelog

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

12.32.0 (2026-05-22)

Features Added

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

12.32.0-beta.1 (2026-03-05)

Features Added

  • Added support for service version 2026-04-06.
  • Added support for Content Validation via Structured Message.
  • Added support for Delete Blob Conditional Tier.
  • Added support for Server-side Encryption Rekeying.
  • Added cross-tenant support for Principal-Bound User Delegation SAS.
  • Added support for Dynamic User Delegation SAS.
Commits
  • d740d83 Resolve interface comments (#38702)
  • ff9fc24 Update package version for stg101 (#38623)
  • 603366d [storage] update streamToBuffer helpers to handle chunks correctly (#38465)
  • 3de1abe Add imports field to all warp-built packages (#38391)
  • 0aa0f0f Add react-native devDependency to packages with RN targets (#38392)
  • e8f0055 chore: Update registry for all package.json and adjust check rules (#38281)
  • 8226e6f [test] Fix swapped assertion arguments across test files (#37972)
  • 65c0ccc feat(warp): explicit CJS via moduleType, esbuild ESM→CJS transform (#37893)
  • 7b9b6aa Storage/content checksum (#37208)
  • 460a94d [warp] Migrate storage packages to warp with type-compatible browser … (#37443)
  • Additional commits viewable in compare view

Updates semver from 7.7.4 to 7.8.3

Release notes

Sourced from semver's releases.

v7.8.3

7.8.3 (2026-06-08)

Bug Fixes

Chores

v7.8.2

7.8.2 (2026-06-04)

Bug Fixes

v7.8.1

7.8.1 (2026-05-21)

Bug Fixes

v7.8.0

7.8.0 (2026-05-08)

Features

Bug Fixes

Documentation

Chores

Changelog

Sourced from semver's changelog.

7.8.3 (2026-06-08)

Bug Fixes

Chores

7.8.2 (2026-06-04)

Bug Fixes

7.8.1 (2026-05-21)

Bug Fixes

7.8.0 (2026-05-08)

Features

Bug Fixes

Documentation

Chores

Commits

Updates @types/node from 25.6.0 to 25.9.2

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 8, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 8, 2026 18:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 8, 2026
… 5 updates

Bumps the cache-minor-patch group with 5 updates in the /packages/cache directory:

| Package | From | To |
| --- | --- | --- |
| [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) | `0.6.1` | `0.7.0` |
| [@azure/core-rest-pipeline](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/core/core-rest-pipeline) | `1.23.0` | `1.24.0` |
| [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/storage/storage-blob) | `12.31.0` | `12.32.0` |
| [semver](https://github.com/npm/node-semver) | `7.7.4` | `7.8.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `25.9.2` |



Updates `@actions/glob` from 0.6.1 to 0.7.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob)

Updates `@azure/core-rest-pipeline` from 1.23.0 to 1.24.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/core-rest-pipeline/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/core-rest-pipeline_1.24.0/sdk/core/core-rest-pipeline)

Updates `@azure/storage-blob` from 12.31.0 to 12.32.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.32.0/sdk/storage/storage-blob)

Updates `semver` from 7.7.4 to 7.8.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.4...v7.8.3)

Updates `@types/node` from 25.6.0 to 25.9.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@actions/glob"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cache-minor-patch
- dependency-name: "@azure/core-rest-pipeline"
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cache-minor-patch
- dependency-name: "@azure/storage-blob"
  dependency-version: 12.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cache-minor-patch
- dependency-name: "@types/node"
  dependency-version: 25.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cache-minor-patch
- dependency-name: semver
  dependency-version: 7.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cache-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/cache/cache-minor-patch-65e4e4e2cb branch from f5ea7e9 to c3ae093 Compare June 9, 2026 18:34
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants