rabin-wasm
rabin-wasm copied to clipboard
chore(deps-dev): bump browserify from 16.5.2 to 17.0.0
Bumps browserify from 16.5.2 to 17.0.0.
Release notes
Sourced from browserify's releases.
v17.0.0
- Upgrade events to v3.x. EventEmitter instances now have an
off()
method.require('events').once
can be used to react to an event being emitted withasync
/await
syntax. (#1839)- Upgrade path-browserify to v1.x. (#1838)
- Upgrade stream-browserify to v3.x.
require('stream')
now matches the Node.js 10+ API. (#1970)- Upgrade util to v0.12. Most notably,
util.promisify
andutil.callbackify
are finally available by default in browserify. (#1844)- Add JSON syntax checking. Syntax errors in
.json
files will now fail to bundle. (#1700)
Changelog
Sourced from browserify's changelog.
17.0.0
- Upgrade events to v3.x. EventEmitter instances now have an
off()
method.require('events').once
can be used to react to an event being emitted withasync
/await
syntax. (#1839)- Upgrade path-browserify to v1.x. (#1838)
- Upgrade stream-browserify to v3.x.
require('stream')
now matches the Node.js 10+ API. (#1970)- Upgrade util to v0.12. Most notably,
util.promisify
andutil.callbackify
are finally available by default in browserify. (#1844)- Add JSON syntax checking. Syntax errors in
.json
files will now fail to bundle. (#1700)
Commits
7b14fb1
17.0.0c1523e2
Merge pull request #1970 from browserify/streams326665c0
bump readable-stream984ffc6
Merge pull request #1982 from browserify/fix-cie34ed8c
skip crypto tests in old node.js190491a
update min insert-module-globals version5113ea3
Merge tag 'v16.5.2' into master8742ec5
Merge pull request #1844 from browserify/util-113d05c3a
Merge pull request #1930 from browserify/new-shasum9aaa22d
shasum → shasum-object- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)