Simplify.Web
Simplify.Web copied to clipboard
Bump http-proxy-middleware and @angular-devkit/build-angular in /src/SampleApps/SampleApp.Angular/ClientApp
Bumps http-proxy-middleware to 3.0.5 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates http-proxy-middleware from 3.0.3 to 3.0.5
Release notes
Sourced from http-proxy-middleware's releases.
v3.0.5
What's Changed
- fix(fixRequestBody): check readableLength by
@chimuraiin chimurai/http-proxy-middleware#1096- chore(package): v3.0.5 by
@chimuraiin chimurai/http-proxy-middleware#1098Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v3.0.4...v3.0.5
v3.0.4
What's Changed
- chore(package): bump dev dependencies by
@chimuraiin chimurai/http-proxy-middleware#1045- chore(package): update yarn.lock by
@chimuraiin chimurai/http-proxy-middleware#1046- docs(readme): fix example code syntax error by
@17hzin chimurai/http-proxy-middleware#1014- chore(package): bump express to v4.21.1 by
@chimuraiin chimurai/http-proxy-middleware#1047- chore(examples): update yarn.lock by
@chimuraiin chimurai/http-proxy-middleware#1048- chore(package): bump dev deps by
@chimuraiin chimurai/http-proxy-middleware#1059- chore(package): bump dev dependencies by
@chimuraiin chimurai/http-proxy-middleware#1060- chore(package): bump dev dependencies by
@chimuraiin chimurai/http-proxy-middleware#1074- ci(github-actions): pipeline improvements by
@chimuraiin chimurai/http-proxy-middleware#1082- feat(types): export Plugin type by
@oktapodiain chimurai/http-proxy-middleware#1071- fix(fixRequestBody): support multipart/form-data by
@JS-markin chimurai/http-proxy-middleware#896- chore(package.json): bump dev deps by
@chimuraiin chimurai/http-proxy-middleware#1083- ci(package): patch http-proxy by
@chimuraiin chimurai/http-proxy-middleware#1084- ci(pkg-pr-new): publish package for testing purposes by
@chimuraiin chimurai/http-proxy-middleware#1085- build(patch-package): run patch-package in 'development' only by
@chimuraiin chimurai/http-proxy-middleware#1086- chore(examples): update next deps by
@chimuraiin chimurai/http-proxy-middleware#1087- ci(github-actions): update spellcheck config by
@chimuraiin chimurai/http-proxy-middleware#1088- fix(websocket): handle errors in handleUpgrade by
@nwalters512in chimurai/http-proxy-middleware#823- fix(fixRequestBody): prevent multiple .write() calls by
@chimuraiin chimurai/http-proxy-middleware#1089- fix(fixRequestBody): handle invalid request by
@chimuraiin chimurai/http-proxy-middleware#1092- docs(CHANGELOG): update changelog by
@chimuraiin chimurai/http-proxy-middleware#1093- chore(package): v3.0.4 by
@chimuraiin chimurai/http-proxy-middleware#1095New Contributors
@17hzmade their first contribution in chimurai/http-proxy-middleware#1014@oktapodiamade their first contribution in chimurai/http-proxy-middleware#1071@JS-markmade their first contribution in chimurai/http-proxy-middleware#896@nwalters512made their first contribution in chimurai/http-proxy-middleware#823Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v3.0.3...v3.0.4
Changelog
Sourced from http-proxy-middleware's changelog.
v3.0.5
- fix(fixRequestBody): check readableLength (#1096)
v3.0.4
- fix(fixRequestBody): handle invalid request (#1092)
- fix(fixRequestBody): prevent multiple .write() calls (#1089)
- fix(websocket): handle errors in handleUpgrade (#823)
- ci(package): patch http-proxy (#1084)
- fix(fixRequestBody): support multipart/form-data (#896)
- feat(types): export Plugin type (#1071)
Commits
d3851edchore(package): v3.0.5 (#1098)1bdccbefix(fixRequestBody): check readableLength (#1096)01934d3chore(package): v3.0.4 (#1095)3364c0adocs(CHANGELOG): update changelog (#1093)bd3c124fix(fixRequestBody): handle invalid request (#1092)0209760fix(fixRequestBody): prevent multiple .write() calls (#1089)fd0f568fix(websocket): handle errors in handleUpgrade (#823)e94087eci(github-actions): update spellcheck config (#1088)397748achore(examples): update next deps (#1087)6fb6032build(patch-package): run patch-package in 'development' only (#1086)- Additional commits viewable in compare view
Updates @angular-devkit/build-angular from 18.2.15 to 18.2.19
Release notes
Sourced from @angular-devkit/build-angular's releases.
18.2.19
@angular-devkit/build-angular
Commit Description update http-proxy-middleware to v3.0.5 18.2.18
@angular/build
Commit Description update vite to 5.4.17 18.2.17
@angular/build
Commit Description update vite to 5.4.16 due to a security issues 18.2.16
@angular-devkit/build-angular
Commit Description remove @vitejs/plugin-basic-sslfrom dependencies
@angular/build
Commit Description update vite to 5.4.15
Changelog
Sourced from @angular-devkit/build-angular's changelog.
18.2.19 (2025-04-23)
@angular-devkit/build-angular
Commit Type Description 01cc617bc fix update http-proxy-middleware to v3.0.5 20.0.0-next.6 (2025-04-16)
@schematics/angular
Commit Type Description d6f594fe0 feat generate applications using TypeScript project references 8654b3fea fix application migration should migrate karma builder package be6f13ec1 fix remove setting files tsconfig field with SSR/Server generation
@angular/build
Commit Type Description d5a409a79 fix include modulevalue check when adding custom conditions95d16dc52 fix pass preserveSymlinksoption to Karma esbuild builder3d997feb6 fix prevent nested CSS in components 6e6315d72 fix properly resolve transitive external dependencies in vite-dev-server 19.2.8 (2025-04-16)
@angular/build
Commit Type Description 4a8a4a083 fix include modulevalue check when adding custom conditions00cd0d123 fix prevent nested CSS in components a297c4153 fix properly resolve transitive external dependencies in vite-dev-server 8ab033e8e fix update vite to 6.2.6
... (truncated)
Commits
cfb0a4frelease: cut the v18.2.19 release01cc617fix(@angular-devkit/build-angular): update http-proxy-middleware to v3.0.52b1dc21release: cut the v18.2.18 release5dae85aci: update angular dev-infra actions4245ca7fix(@angular/build): update vite to 5.4.17303bee9release: cut the v18.2.17 release247cefffix(@angular/build): update vite to 5.4.16 due to a security issuese4b6363release: cut the v18.2.16 release9c2904dfix(@angular/build): update vite to 5.4.154267a80fix(@angular-devkit/build-angular): remove@vitejs/plugin-basic-sslfrom de...- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.