Update body-parser 1.19.1 → 1.20.2 (minor) #223
+572
−63
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ body-parser (1.19.1 → 1.20.2) · Repo · Changelog
Release Notes
1.20.2
1.20.1 (from changelog)
1.20.0
1.19.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 72 commits:
1.20.2
Fix strict json error message on Node.js 19+
deps: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
deps: content-type@~1.0.5
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
docs: switch badges to badgen
build: [email protected]
build: actions/download-artifact@v3
build: use $GITHUB_OUTPUT for environment list
build: actions/upload-artifact@v3
build: actions/checkout@v3
build: [email protected]
1.20.1
build: [email protected]
build: [email protected]
build: [email protected]
perf: remove unnecessary object clone
build: [email protected]
build: [email protected]
build: [email protected]
deps: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
docs: fix typo in readme
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: support Node.js 18.x
1.20.0
docs: update CI badge link
docs: add security policy
deps: [email protected]
build: [email protected]
build: [email protected]
Fix internal error when inflated body exceeds limit
Fix error message for json parse whitespace in strict
lint: remove deprecated String.prototype.substr
deps: [email protected]
deps: [email protected]
deps: [email protected]
deps: [email protected]
build: [email protected]
build: [email protected]
tests: assert err.type on most tests
1.19.2
deps: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: fix code coverage aggregate upload
build: [email protected]
build: [email protected]
build: [email protected]
deps: [email protected]
build: [email protected]
tests: add limit + inflate tests
deps: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
Release Notes
3.1.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
Release 3.1.2
build: [email protected]
build: [email protected]
Fix return value for un-parsable strings
build: [email protected]
Release Notes
1.0.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 74 commits:
1.0.5
build: [email protected]
build: add version script for npm version releases
build: [email protected]
build: [email protected]
lint: apply standard 15 style
perf: skip value escaping when unnecessary
tests: fix deep-equal assertions
lint: remove deprecated String.prototype.substr
build: support Node.js 19.x
build: [email protected]
build: [email protected]
build: [email protected]
lint: apply standard 14 style
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: support Node.js 18.x
build: support Node.js 17.x
lint: apply standard 13 style
build: [email protected]
build: [email protected]
build: [email protected]
build: support Node.js 16.x
build: support Node.js 15.x
build: [email protected]
build: [email protected]
build: [email protected]
build: support Node.js 14.x
build: support Node.js 13.x
build: support Node.js 12.x
build: [email protected]
build: support Node.js 11.x
build: [email protected]
build: [email protected]
build: use GitHub Actions instead of Travis CI
build: use nyc for coverage testing
build: speed up logic in Travis CI build steps
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: restructure Travis CI build steps
build: migrate to Travis CI trusty image
build: [email protected]
build: [email protected]
lint: apply standard 12 style
tests: use strict equality
tests: replace deprecated assert.deepEqual with deep-equal
docs: switch badges to badgen
build: support Node.js 10.x
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: use yaml eslint configuration
build: [email protected]
build: [email protected]
build: [email protected]
doc: fix some formatting
lint: apply standard 10 style
build: support Node.js 9.x
build: [email protected]
build: [email protected]
Commits
See the full diff on Github. The new version differs by 26 commits:
v1.1.2
[meta] add `auto-changelog`
[Robustness] remove runtime dependency on all builtins except `.apply`
[Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape`
[meta] add `funding` field; create FUNDING.yml
[Tests] use `aud` instead of `npm audit`
[meta] update `.gitignore`
[Tests] switch to nyc for coverage
[meta] add `safe-publish-latest`
[Dev Deps] update `@ljharb/eslint-config`, `tape`
[actions] fix permissions
Revert "Point to the correct file"
Merge pull request #16 from svedova/patch-1
Point to the correct file
[readme] update badges
[meta] use `npmignore` to autogenerate an npmignore file
[Tests] migrate tests to Github Actions
[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`
[meta] create SECURITY.md
[Tests] fix eslint errors from #15
[Dev Deps] update `@ljharb/eslint‑config`, `eslint`, `tape`
[Tests] up to `node` `v11.10`, `v10.15`, `v9.11`, `v8.15`, `v6.16`, `v4.9`; use `nvm install-latest-npm`; run audit script in tests
[Tests] add `npm run audit`
[Tests] remove `jscs`
[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `covert`, `tape`
Docs: enable badges; update wording
Release Notes
1.13.2 (from changelog)
1.13.1 (from changelog)
1.13.0 (from changelog)
1.12.3 (from changelog)
1.12.2 (from changelog)
1.12.1 (from changelog)
1.12.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 45 commits:
v1.13.2
[readme] update badges
[Dev Deps] update `@ljharb/eslint-config`, `tape`
[Fix] Don't throw when `global` is not defined
[Dev Deps] update `globalthis`
[Dev Deps] update `error-cause`
[Dev Deps] update `error-cause`, `has-tostringtag`, `tape`
[meta] add missing `engines.node`
[Dev Deps] update `npmignore`
[Dev Deps] update `mock-property`
[Dev Deps] update `tape`
v1.13.1
[Fix] in IE 8, global can !== window despite them being prototypes of each other
v1.13.0
[Dev Deps] update `error-cause`
[Dev Deps] temporarily remove `aud` due to breaking change in transitive deps
[New] add special handling for the global object
[Dev Deps] pin `glob`, since v10.3.8+ requires a broken `jackspeak`
[Dev Deps] update `mock-property`, `tape`
[Dev Deps] update `tape`
[Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6
[Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape`
v1.12.3
[Fix] in eg FF 24, collections lack forEach
[Dev Deps] update `@ljharb/eslint-config`, `aud`, `error-cause`
[Dev Deps] update `aud`, `es-value-fixtures`, `tape`
[actions] update rebase action to use reusable workflow
[Tests] add `@pkgjs/support` to `postlint`
v1.12.2
[meta] add support info
[Fix] ignore `cause` in node v16.9 and v16.10 where it has a bug
[Fix] use `util.inspect` for a custom inspection symbol method
v1.12.1
[Fix] properly handle callable regexes in older engines
[meta] use `npmignore` to autogenerate an npmignore file
[Dev Deps] update `@ljharb/eslint-config`, `error-cause`, `es-value-fixtures`, `functions-have-names`, `tape`
[Tests] use `mock-property`
[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape`
v1.12.0
[meta] fix auto-changelog settings
[New] ensure an Error’s `cause` is displayed
[Dev Deps] update `eslint`, `@ljharb/eslint-config`
[Robustness] cache more prototype methods
[New] add `numericSeparator` boolean option
[Robustness] cache `RegExp.prototype.test`
Release Notes
2.5.2 (from changelog)
2.5.1 (from changelog)
2.5.0 (from changelog)
2.4.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 59 commits:
2.5.2
tests: add test for http2 stream api
Fix error message for non-stream argument
docs: update CI badge
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: actions/download-artifact@v3
build: use $GITHUB_OUTPUT for environment list
build: actions/upload-artifact@v3
build: actions/checkout@v3
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: support Node.js 19.x
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
lint: apply standard 15 style
build: [email protected]
build: [email protected]
build: [email protected]
build: support Node.js 18.x
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
2.5.1
docs: update copyright
Fix error on early async hooks implementations
build: [email protected]
build: [email protected]
2.5.0
docs: add security policy
Prevent hanging when stream is not readable
Prevent loss of async hooks context
build: publish merged coverage report
deps: [email protected]
2.4.3
build: [email protected]
deps: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
build: [email protected]
docs: update readme regarding stop behavior
build: [email protected]
build: [email protected]
🆕 call-bind (added, 1.0.7)
🆕 define-data-property (added, 1.1.4)
🆕 es-define-property (added, 1.0.0)
🆕 es-errors (added, 1.3.0)
🆕 get-intrinsic (added, 1.2.4)
🆕 gopd (added, 1.0.1)
🆕 has-property-descriptors (added, 1.0.2)
🆕 has-proto (added, 1.0.3)
🆕 has-symbols (added, 1.0.3)
🆕 hasown (added, 2.0.2)
🆕 set-function-length (added, 1.2.2)
🆕 side-channel (added, 1.0.6)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands