Bump braces, http-proxy-middleware and watchpack in /mobile/wechat_mpvue
Bumps braces to 3.0.3 and updates ancestor dependencies braces, http-proxy-middleware and watchpack. These dependencies need to be updated together.
Updates braces from 2.3.2 to 3.0.3
Changelog
Sourced from braces's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.[3.0.0] - 2018-04-08
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
- The undocumented
.makeRemethod was removedNon-breaking changes
- Caching was removed
Commits
- See full diff in compare view
Updates http-proxy-middleware from 0.18.0 to 3.0.0
Release notes
Sourced from http-proxy-middleware's releases.
v3.0.0
[BREAKING CHANGES]
Read the v3 in Discussions or MIGRATION.md to see what the breaking changes are and how you can migrate them.
What's Changed
- refactor: v3 by
@chimuraiin chimurai/http-proxy-middleware#766- ci: github-actions Node.js v18 by
@chimuraiin chimurai/http-proxy-middleware#770- fix(logger-plugin): fix next.js url logging (baseUrl not supported) by
@chimuraiin chimurai/http-proxy-middleware#771- test(mockttp): fix deprecated functions by
@chimuraiin chimurai/http-proxy-middleware#772- ci: remove unnecessary pre-build steps by
@chimuraiin chimurai/http-proxy-middleware#774- ci(package): build speed improvements by
@chimuraiin chimurai/http-proxy-middleware#776- docs(node17+): dns lookups localhost by
@davidmeirlevyin chimurai/http-proxy-middleware#783- ci(cspell): minor tweaks by
@chimuraiin chimurai/http-proxy-middleware#787- ci: add .gitpod.yml by
@chimuraiin chimurai/http-proxy-middleware#791- docs(shields.io): add logos to badges by
@chimuraiin chimurai/http-proxy-middleware#792- chore(dev-deps): bump jest to v28 by
@chimuraiin chimurai/http-proxy-middleware#817- ci(github-actions): drop node 12.x by
@chimuraiin chimurai/http-proxy-middleware#821- chore(dev-deps): bump jest to v29 by
@chimuraiin chimurai/http-proxy-middleware#825- chore(package): upgrade mockttp to 3.4.0 by
@chimuraiin chimurai/http-proxy-middleware#841- chore(package): update dev dependencies by
@chimuraiin chimurai/http-proxy-middleware#844- docs(README): fix github-actions workflow badge by
@chimuraiin chimurai/http-proxy-middleware#874- docs(README): fix badge links by
@chimuraiin chimurai/http-proxy-middleware#875- feat(typescript): type improvements by
@chimuraiin chimurai/http-proxy-middleware#882- docs(servers.md): next.js bodyParser usage by
@chimuraiin chimurai/http-proxy-middleware#886- docs: fix proxy events documentation by
@chimuraiin chimurai/http-proxy-middleware#887- chore(package.json): bump devDependencies by
@chimuraiin chimurai/http-proxy-middleware#888- docs: improve jsdoc for http-proxy options by
@chimuraiin chimurai/http-proxy-middleware#889- chore(package): v3.0.0-beta.1 by
@chimuraiin chimurai/http-proxy-middleware#890- docs(response-interceptor.md): improve example by
@bangank36in chimurai/http-proxy-middleware#891- refactor(legacy adapter): add MIGRATION.md deeplinks by
@chimuraiin chimurai/http-proxy-middleware#892- docs(README.md): add beta badge by
@chimuraiin chimurai/http-proxy-middleware#894- refactor: minor type improvements by
@chimuraiin chimurai/http-proxy-middleware#895- chore(deps): update to typescript v5 by
@chimuraiin chimurai/http-proxy-middleware#902- ci(github-actions): support node v20 by
@chimuraiin chimurai/http-proxy-middleware#903- chore(package): drop node 12 [BREAKING CHANGE] by
@chimuraiin chimurai/http-proxy-middleware#904- chore(package): bump dev dependencies by
@chimuraiin chimurai/http-proxy-middleware#905- ci(github-actions): minor improvements by
@chimuraiin chimurai/http-proxy-middleware#908- docs(proxy-events.md): fix example by
@pstephan9in chimurai/http-proxy-middleware#921- chore(package): bump prettier to v3 by
@chimuraiin chimurai/http-proxy-middleware#934- ci: drop node v14 and v16 by
@chimuraiin chimurai/http-proxy-middleware#936- chore(package): bump dev dependencies by
@chimuraiin chimurai/http-proxy-middleware#935- docs(README): fix snyk badge by
@chimuraiin chimurai/http-proxy-middleware#937- ci(github-actions): bump actions/checkout to v4 by
@chimuraiin chimurai/http-proxy-middleware#939- build(gitpod): remove deprecated config by
@chimuraiin chimurai/http-proxy-middleware#944- docs(nextjs): improve nextjs example by
@chimuraiin chimurai/http-proxy-middleware#945- test(types): contextual types by
@chimuraiin chimurai/http-proxy-middleware#946- ci(github-actions): update actions/setup-node to v4 by
@chimuraiin chimurai/http-proxy-middleware#951- docs: fix documentation for websockets by
@crooruhein chimurai/http-proxy-middleware#953- chore(package): bump dev dependencies by
@chimuraiin chimurai/http-proxy-middleware#977
... (truncated)
Changelog
Sourced from http-proxy-middleware's changelog.
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)
v2.0.5
- fix(error handler): add default handler to econnreset (#759)
v2.0.4
v2.0.3
- feat(package): optional
@types/expresspeer dependency (#707)v2.0.2
- chore(deps): update
@types/http-proxyto 1.17.8 (#701)- fix(fixRequestBody): fix request body for empty JSON object requests (#640) (mhassan1)
- fix(types): fix type regression (#700)
v2.0.1
... (truncated)
Commits
84bfa46chore(package): v3.0.0 (#947)19a3f00chore(package): bump dev dependencies (#977)e4932b3docs: fix documentation for websockets (#953)bd35b7bci(github-actions): update actions/setup-node to v4 (#951)82ad7c1test(types): contextual types (#946)a703969docs(nextjs): improve nextjs example (#945)d286ac8build(gitpod): remove deprecated config (#944)8d3e9bbci(github-actions): bump actions/checkout to v4 (#939)8294cdbdocs(README): fix snyk badge (#937)7a65719chore(package): bump dev dependencies (#935)- Additional commits viewable in compare view
Updates watchpack from 1.6.0 to 1.7.5
Release notes
Sourced from watchpack's releases.
v1.7.5
Bugfixes
- removed watchpack-chokidar2 notsup warning
v1.7.4
Bugfixes
- remove unneeded files from package
v1.7.3
Bugfixes
- force update to latest chokidar version for important bugfix (paulmillr/chokidar#1018)
v1.7.2
Features
- support chokidar 2 and 3 for node.js 6 - 14 support
v1.7.1
broken publish
v1.7.0
broken publish
v1.6.1
- force upgrade chokidar for security reasons
Commits
a31d9eb1.7.5269291eMerge pull request #180 from webpack/bugfix/engine-check2fb7652remove node engine check for chokidar 2f7ef8e01.7.49ce9da6remove subpackage from this package02762111.7.3333a112Merge pull request #166 from webpack/deps/upgrade-v1e86fd3cMerge pull request #168 from timneutkens/fix/use-latest-chokidar7ee98e2Use latest Chokidar version8edfd9aregenerate lockfile- 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.