chore(deps): bump http-proxy-middleware from 2.0.7 to 3.0.3
Bumps http-proxy-middleware from 2.0.7 to 3.0.3.
Release notes
Sourced from http-proxy-middleware's releases.
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
What's Changed
- chore(vscode): fix eslint setting by
@chimuraiin chimurai/http-proxy-middleware#1030- refactor(dependency): replace is-plain-obj with is-plain-object by
@chimuraiin chimurai/http-proxy-middleware#1031- chore(package): upgrade to eslint v9 by
@chimuraiin chimurai/http-proxy-middleware#1032- chore(eslint): lint examples by
@chimuraiin chimurai/http-proxy-middleware#1033- fix(logger-plugin): handle undefined protocol and hostname by
@chimuraiin chimurai/http-proxy-middleware#1036- chore(package): release v3.0.2 by
@chimuraiin chimurai/http-proxy-middleware#1037Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v3.0.1...v3.0.2
v3.0.1
What's Changed
- docs(responseInterceptor): fix header manipulation example by
@mcgwizin chimurai/http-proxy-middleware#967- fix(type): fix RequestHandler return type by
@chimuraiin chimurai/http-proxy-middleware#980- chore(package): lockfile update by
@chimuraiin chimurai/http-proxy-middleware#981- chore(package): bump dev dependencies by
@chimuraiin chimurai/http-proxy-middleware#982- chore(package): yarn.lock update by
@chimuraiin chimurai/http-proxy-middleware#986- refactor(errors): improve pathFilter error message by
@chimuraiin chimurai/http-proxy-middleware#987- docs(MIGRATION.md): fix misspelled URLs by
@lpaoliniin chimurai/http-proxy-middleware#988- fix(logger-plugin): fix missing target port by
@chimuraiin chimurai/http-proxy-middleware#989- docs(websocket): improve example for online IDE by
@chimuraiin chimurai/http-proxy-middleware#990- ci(package): npm package provenance by
@chimuraiin chimurai/http-proxy-middleware#991- docs(examples): move example dependencies from root by
@chimuraiin chimurai/http-proxy-middleware#994- ci(github-actions): update to node v22 by
@chimuraiin chimurai/http-proxy-middleware#995- docs(examples): add vanilla http server example by
@chimuraiin chimurai/http-proxy-middleware#996- ci(github-actions): update cspell to v6 by
@chimuraiin chimurai/http-proxy-middleware#998- docs(examples): next.js by
@chimuraiin chimurai/http-proxy-middleware#999- fix(logger-plugin): log target port when router option is used by
@chimuraiin chimurai/http-proxy-middleware#1001- docs(example): fastify example by
@chimuraiin chimurai/http-proxy-middleware#1002- docs(README): express request and response generics example by
@chimuraiin chimurai/http-proxy-middleware#1006- chore(package): bump dependencies by
@chimuraiin chimurai/http-proxy-middleware#1008- refactor: fix circular dependencies by
@chimuraiin chimurai/http-proxy-middleware#1010- chore(package): update ip dev dependency by
@chimuraiin chimurai/http-proxy-middleware#1011- ci(github-actions): update to actions/cache@4 by
@chimuraiin chimurai/http-proxy-middleware#1013- fix(fix-request-body): support '+json' content-type suffix by
@howiezhaoin chimurai/http-proxy-middleware#1015- chore(package.json): fix repository.url by
@chimuraiin chimurai/http-proxy-middleware#1018- chore(package): update dependencies by
@chimuraiin chimurai/http-proxy-middleware#1019- chore(examples): update yarn.lock by
@chimuraiin chimurai/http-proxy-middleware#1020- chore(package): 3.0.1-beta.1 by
@chimuraiin chimurai/http-proxy-middleware#1022- chore(package.json): add type: commonjs by
@chimuraiin chimurai/http-proxy-middleware#1024
... (truncated)
Changelog
Sourced from http-proxy-middleware's changelog.
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)
- refactor(handlers): refactor to plugins [BREAKING CHANGE] (#745)
- feat(plugins): add support for plugins (#732)
- docs: fix v3 documentation
- fix: server mounting [BREAKING CHANGE] (#731)
- test(fixRequestBody): fix broken test
- refactor: use node http base types [BREAKING CHANGE] (#730) (special thanks:
@cdaringe&@devanshj)- feat(option): refactor context to pathFilter option [BREAKING CHANGE] (#722)
- feat: remove shorthand usage [BREAKING CHANGE] (#716)
v2.0.6
- fix(proxyReqWs): catch socket errors (#763)
... (truncated)
Commits
43f3883chore(package): v3.0.3 (#1044)788b21efix(pathFilter): handle errors (#1043)6fae40dchore(package): release v3.0.2 (#1037)36cd3a9fix(logger-plugin): handle undefined protocol and hostname (#1036)45364e4chore(eslint): lint examples (#1033)c2f912achore(package): upgrade to eslint v9 (#1032)51cd442refactor(dependency): replace is-plain-obj with is-plain-object (#1031)1b3817dchore(vscode): fix eslint setting (#1030)06ee905chore(package): release v3.0.1 (#1029)61d1933chore(yarn.lock): micromatch 4.0.8 (#1027)- 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)