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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Coverage remained the same at 80.769% when pulling 7379799a669886c9ccfead46718b458f5e6ee10b on depfu/update/npm/unexpected-stream-4.0.0 into f6ae1d0379b727f6eaf44a46b85145dbe116ad5d on master.
Coverage remained the same at 80.769% when pulling 7379799a669886c9ccfead46718b458f5e6ee10b on depfu/update/npm/unexpected-stream-4.0.0 into f6ae1d0379b727f6eaf44a46b85145dbe116ad5d on master.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ unexpected-stream (^3.0.0 → ^4.0.0) · Repo
Commits
See the full diff on Github. The new version differs by 18 commits:
4.0.0
Drop node.js 9, add 10 and 12
Drop node.js 6 support so we can use the new eslint-plugin-node (semver-major)
Merge remote-tracking branch 'origin/depfu/update/npm/eslint-plugin-node-9.0.1'
Tests & docs: Stop relying on the exact output of a gzip stream
Update unexpected to ^11.5.0, adjust expected error messages involving Buffers
Update eslint-plugin-node to version 9.0.1
Disable node/no-deprecated-api rule in a construct that uses the new API if available
Run prettier on ci
prettier --write '**/*.js'
eslint --fix .
Update linting setup
Add site-build and coverage to .prettierignore
prettier --write '**/*.js'
for transform in arrow arrow-return let obj-shorthand obj-method ; do for dir in lib test; do lebab --transform $transform --replace $dir; done ; done
Use a WeakMap for storing the chunks from already consumed streams
Merge pull request #17 from unexpectedjs/depfu/update/npm/nyc-14.0.0
Update nyc to version 14.0.0
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