.Net: Remove esbuild and bump @vitejs/plugin-react and vite in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client#14069
Open
dependabot[bot] wants to merge 5 commits into
Open
Conversation
Removes [esbuild](https://github.com/evanw/esbuild). It's no longer used after updating ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together. Removes `esbuild` Updates `@vitejs/plugin-react` from 4.3.4 to 6.0.2 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.2/packages/plugin-react) Updates `vite` from 6.4.1 to 8.0.16 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite) --- updated-dependencies: - dependency-name: esbuild dependency-version: dependency-type: indirect - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.2 dependency-type: direct:development - dependency-name: vite dependency-version: 8.0.16 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Collaborator
|
@copilot: fix the CI/CD failures |
Contributor
Fixed in |
Copilot
AI
changed the title
.Net: Bump esbuild, @vitejs/plugin-react and vite in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client
.Net: Bump esbuild, @vitejs/plugin-react and vite in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client and fix CI restore failure
Jun 17, 2026
moonbox3
approved these changes
Jun 17, 2026
westey-m
approved these changes
Jun 17, 2026
Collaborator
|
@copilot: resolve the merge conflicts with main, preserve the dependency bumps in this PR, and rerun/fix CI/CD if needed. |
Contributor
Resolved in |
Copilot
AI
changed the title
.Net: Bump esbuild, @vitejs/plugin-react and vite in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client and fix CI restore failure
.Net: Remove esbuild and bump @vitejs/plugin-react and vite in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client
Jun 17, 2026
…/ProcessWithCloudEvents/ProcessWithCloudEvents.Client/multi-5ea19b96cb
westey-m
approved these changes
Jun 17, 2026
moonbox3
approved these changes
Jun 17, 2026
Collaborator
|
@copilot resolve conflicts |
Contributor
Resolved in |
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.
Motivation and Context
This PR updates the frontend dependencies in
/dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Clientand refreshes the generated lockfiles after merging with the latestmainbranch so the dependency update remains buildable.Description
Removes esbuild. It is no longer used after updating @vitejs/plugin-react and vite together.
Removes
esbuildUpdates
@vitejs/plugin-reactfrom 4.3.4 to 6.0.2Updates
vitefrom 6.4.1 to 8.0.16Refreshes
package-lock.jsonandyarn.lockafter merging withmainto preserve the dependency bumps and resolve lockfile conflicts against the latest base branch.Contribution Checklist