build(deps): bump body-parser from 1.20.3 to 2.2.0
Bumps body-parser from 1.20.3 to 2.2.0.
Release notes
Sourced from body-parser's releases.
v2.2.0
What's Changed
- test: remove
--bailfrom test script by@Phillip9587in expressjs/body-parser#583- ci: separate lint step by
@Phillip9587in expressjs/body-parser#582- fix: remove skip of test by
@bjohansebasin expressjs/body-parser#589- ci: use
lcovonlyreporter for thetest-ciscript by@Phillip9587in expressjs/body-parser#584- docs: remove security file by
@bjohansebasin expressjs/body-parser#590- fix(docs): replace var with let or const in ReadMe by
@Binilkksin expressjs/body-parser#581- chore: update test dependencies by
@Phillip9587in expressjs/body-parser#585- dep: upgrade iconv-lite to ^0.6.3 by
@aqeelatin expressjs/body-parser#588- Refactor parameterCount to optimize performance by
@wojtekmajin expressjs/body-parser#591- refactor: normalize common options for all parsers by
@Phillip9587in expressjs/body-parser#551- refactor: cleanup parser options by
@Phillip9587in expressjs/body-parser#596- Release 2.2.0 by
@UlisesGasconin expressjs/body-parser#597New Contributors
@Binilkksmade their first contribution in expressjs/body-parser#581@aqeelatmade their first contribution in expressjs/body-parser#588@wojtekmajmade their first contribution in expressjs/body-parser#591Full Changelog: https://github.com/expressjs/body-parser/compare/v2.1.0...v2.2.0
v2.1.0
What's Changed
- fix: update package.json engines field to reflect minimum supported node version by
@Phillip9587in expressjs/body-parser#541- fix: remove brotli support check by
@Phillip9587in expressjs/body-parser#542- fix: remove unpipe package and use native unpipe method by
@Phillip9587in expressjs/body-parser#543- Remove unused devDependency
methodsby@Phillip9587in expressjs/body-parser#548- ci: updated github actions ci workflow by
@Phillip9587in expressjs/body-parser#546- Remove devDependency
safe-bufferby@Phillip9587in expressjs/body-parser#547- test: remove AsyncLocalStorage check by
@Phillip9587in expressjs/body-parser#549- perf: use the node require cache instead of custom caching by
@Phillip9587in expressjs/body-parser#562- ci: disable fail-fast in CI workflow by
@Phillip9587in expressjs/body-parser#565- chore(deps): update
type-isto v2.0.0 by@Phillip9587in expressjs/body-parser#571- refactor: prefix built-in node module imports by
@Phillip9587in expressjs/body-parser#573- fix: remove obsolete dependency
destroyby@Phillip9587in expressjs/body-parser#570- cleanup: remove obsolete test env file by
@Phillip9587in expressjs/body-parser#569- Refactor decompression stream creation to remove code duplication by
@Phillip9587in expressjs/body-parser#564- Add caret for body-parser dependencies by
@wesleytoddin expressjs/body-parser#577- ci: add CodeQL (SAST) by
@bjohansebasin expressjs/body-parser#559- chore(deps): update
debugto ^4.4.0 by@Phillip9587in expressjs/body-parser#579- Release v2.1.0 by
@wesleytoddin expressjs/body-parser#578Full Changelog: https://github.com/expressjs/body-parser/compare/2.0.1...v2.1.0
2.0.2
What's Changed
- fix: update package.json engines field to reflect minimum supported node version by
@Phillip9587in expressjs/body-parser#541- fix: remove brotli support check by
@Phillip9587in expressjs/body-parser#542
... (truncated)
Changelog
Sourced from body-parser's changelog.
2.2.0 / 2025-03-27
- refactor: normalize common options for all parsers
- deps:
- iconv-lite@^0.6.3
2.1.0 / 2025-02-10
- deps:
- type-is@^2.0.0
- debug@^4.4.0
- Removed destroy
- refactor: prefix built-in node module imports
- use the node require cache instead of custom caching
2.0.2 / 2024-10-31
- remove
unpipepackage and use nativeunpipe()method2.0.1 / 2024-09-10
- Restore expected behavior
extendedtofalse2.0.0 / 2024-09-10
- Propagate changes from 1.20.3
- add brotli support #406
- Breaking Change: Node.js 18 is the minimum supported version
2.0.0-beta.2 / 2023-02-23
This incorporates all changes after 1.19.1 up to 1.20.2.
- Remove deprecated
bodyParser()combination middleware- deps: [email protected]
- Add
DEBUG_HIDE_DATEenvironment variable- Change timer to per-namespace instead of global
- Change non-TTY date format
- Remove
DEBUG_FDenvironment variable support- Support 256 namespace colors
- deps: [email protected]
- Add encoding cp720
- Add encoding UTF-32
- deps: [email protected]
... (truncated)
Commits
0aa4e112.2.0 (#597)4d85c4crefactor: cleanup parser options (#596)d11899brefactor: normalize common options for all parsers (#551)f27f2ceperf: refactorparameterCountto optimize performance (#591)ccad155dep: upgrade [email protected] (#588)f75bd25chore: update test dependencies (#585)0f12509fix(docs): replace var with let or const in ReadMe (#581)5e6dd08fix(docs): remove security file (#590)d127b9cci: uselcovonlyreporter for thetest-ciscript (#584)d0bf2befix: remove skip of test (#589)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @typestack-ci.
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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot squash and merge
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
when can this be resolved/published?