futurecoder
futurecoder copied to clipboard
Bump http-proxy-middleware in /frontend
Bumps and http-proxy-middleware. These dependencies needed to be updated together.
Updates http-proxy-middleware from 2.0.6 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
v3.0.3
What's Changed
- fix(pathFilter): handle errors by
@chimuraiin chimurai/http-proxy-middleware#1043- chore(package): v3.0.3 by
@chimuraiin chimurai/http-proxy-middleware#1044Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v3.0.2...v3.0.3
v3.0.2
... (truncated)
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)
v3.0.3
- fix(pathFilter): handle errors
v3.0.2
- refactor(dependency): replace is-plain-obj with is-plain-object (#1031)
- chore(package): upgrade to eslint v9 (#1032)
- fix(logger-plugin): handle undefined protocol and hostname (#1036)
v3.0.1
- fix(type): fix RequestHandler return type (#980)
- refactor(errors): improve pathFilter error message (#987)
- fix(logger-plugin): fix missing target port (#989)
- ci(package): npm package provenance (#991)
- fix(logger-plugin): log target port when router option is used (#1001)
- refactor: fix circular dependencies (#1010)
- fix(fix-request-body): support '+json' content-type suffix (#1015)
v3.0.0
This release contains some breaking changes.
Please read the V3 discussion https://github.com/chimurai/http-proxy-middleware/discussions/768 or follow the MIGRATION.md guide.
- feat(typescript): type improvements (#882)
- chore(deps): update micromatch to 4.0.5
- chore(package): bump devDependencies
- feat(legacyCreateProxyMiddleware): show migration tips (#756)
- feat(legacyCreateProxyMiddleware): adapter with v2 behavior (#754)
- docs(proxy events): fix new syntax (#753)
- feat(debug): improve troubleshooting (#752)
- test(path-rewriter): improve coverage (#751)
- feat(ejectPlugins): skip registering default plugins (#750)
- refactor: logging [BREAKING CHANGE] (#749)
... (truncated)
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 http-proxy-middleware from 1.0.6 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
v3.0.3
What's Changed
- fix(pathFilter): handle errors by
@chimuraiin chimurai/http-proxy-middleware#1043- chore(package): v3.0.3 by
@chimuraiin chimurai/http-proxy-middleware#1044Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v3.0.2...v3.0.3
v3.0.2
... (truncated)
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)
v3.0.3
- fix(pathFilter): handle errors
v3.0.2
- refactor(dependency): replace is-plain-obj with is-plain-object (#1031)
- chore(package): upgrade to eslint v9 (#1032)
- fix(logger-plugin): handle undefined protocol and hostname (#1036)
v3.0.1
- fix(type): fix RequestHandler return type (#980)
- refactor(errors): improve pathFilter error message (#987)
- fix(logger-plugin): fix missing target port (#989)
- ci(package): npm package provenance (#991)
- fix(logger-plugin): log target port when router option is used (#1001)
- refactor: fix circular dependencies (#1010)
- fix(fix-request-body): support '+json' content-type suffix (#1015)
v3.0.0
This release contains some breaking changes.
Please read the V3 discussion https://github.com/chimurai/http-proxy-middleware/discussions/768 or follow the MIGRATION.md guide.
- feat(typescript): type improvements (#882)
- chore(deps): update micromatch to 4.0.5
- chore(package): bump devDependencies
- feat(legacyCreateProxyMiddleware): show migration tips (#756)
- feat(legacyCreateProxyMiddleware): adapter with v2 behavior (#754)
- docs(proxy events): fix new syntax (#753)
- feat(debug): improve troubleshooting (#752)
- test(path-rewriter): improve coverage (#751)
- feat(ejectPlugins): skip registering default plugins (#750)
- refactor: logging [BREAKING CHANGE] (#749)
... (truncated)
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
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.