Aggregate ready dependency updates#519
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Bumps [immutable](https://github.com/immutable-js/immutable-js) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/immutable-js/immutable-js/releases) - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md) - [Commits](immutable-js/immutable-js@v5.1.4...v5.1.5) --- updated-dependencies: - dependency-name: immutable dependency-version: 5.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…5.1.5 into bulkDepUpdates Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Aggregates a set of dependency updates (NuGet + npm/pnpm) onto a branch that includes the pnpm workspace migration, primarily to pick up security and routine version bumps while keeping CI green.
Changes:
- Bumped npm/pnpm dependencies in
src/servicebroker-npm/package.json(immutable, @types/node, prettier, typescript-eslint, nerdbank-gitversioning). - Updated pnpm workspace/lock overrides for security-related packages (@babel/core, immutable, picomatch@4).
- Updated NuGet central package version for
Microsoft.Testing.Extensions.CodeCoverageinDirectory.Packages.props.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/servicebroker-npm/pnpm-workspace.yaml | Updates pnpm overrides to newer (incl. security) versions. |
| src/servicebroker-npm/pnpm-lock.yaml | Updates portions of the pnpm lockfile for overridden dependencies. |
| src/servicebroker-npm/package.json | Bumps runtime/dev dependencies for the servicebroker npm package. |
| Directory.Packages.props | Bumps centrally-managed NuGet package version for code coverage extension. |
Files not reviewed (1)
- src/servicebroker-npm/pnpm-lock.yaml: Generated file
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
RyanToth3
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
origin/mainintobulkDepUpdatesto pick up the pnpm migration.Included PRs
Deferred PRs
These deferred updates were removed from this aggregate PR because Azure's required supply-chain policy currently rejects them as newer than the configured minimum release age.
Validation
dotnet build -c Releasedotnet test --no-build -c Release -- --filter-not-trait "FailsInCloudTest=true"corepack pnpm --dir src/servicebroker-npm install --frozen-lockfile --registry https://registry.npmjs.org/corepack pnpm --dir src/servicebroker-npm build