Closed dependabot[bot] closed 11 months ago
The Pull Request updates the Vite package from version 4.5.0 to 4.5.1 in the frontend-container
. The changelog indicates that this minor update includes a fix for an issue where the proxy HTML path should be encoded. This is likely a bug fix that addresses specific use cases where paths need to be correctly handled by the proxy feature in Vite.
No specific suggestions for improvements are necessary as this is a straightforward dependency update. However, it is always recommended to ensure that the update does not introduce any breaking changes or conflicts with other dependencies and to test the application thoroughly after the update to ensure everything works as expected.
Looks like vite is up-to-date now, so this is no longer needed.
Bumps vite from 4.5.0 to 4.5.1.
Changelog
Sourced from vite's changelog.
Commits
c075115
release: v4.5.141bb354
fix: backport #15223, proxy html path should be encoded (#15226)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show