Bump browserify from 14.5.0 to 17.0.0
Bumps browserify from 14.5.0 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').oncecan be used to react to an event being emitted withasync/awaitsyntax. (#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.promisifyandutil.callbackifyare finally available by default in browserify. (#1844)- Add JSON syntax checking. Syntax errors in
.jsonfiles will now fail to bundle. (#1700)v16.5.1
Remove deprecated
mkdirpversion in favour ofmkdirp-classic.https://github.com/browserify/browserify/commit/00c913fa345dbb7f612bdad6b4acc91c706e98b2
Pin dependencies for Node.js 0.8 support.
v16.5.0
Support custom name for
"browser"field resolution inpackage.jsonusing thebrowserFieldoption.v16.4.0
Upgrade stream-http to v3. This version drops support for IE10 and below.
v16.3.0
add empty stub for the
http2builtin module.update license text to remove references to code that is no longer included.
add more tests for folder resolution.
v16.2.3
add empty stub for the
inspectorbuiltin module.change the "browser" field link to the browser-field-spec repo instead of the old gist.
... (truncated)
Changelog
Sourced from browserify's changelog.
17.0.0
- Upgrade events to v3.x. EventEmitter instances now have an
off()method.require('events').oncecan be used to react to an event being emitted withasync/awaitsyntax. (#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.promisifyandutil.callbackifyare finally available by default in browserify. (#1844)- Add JSON syntax checking. Syntax errors in
.jsonfiles will now fail to bundle. (#1700)16.5.2
Upgrade browser-resolve to v2.
16.5.1
Remove deprecated
mkdirpversion in favour ofmkdirp-classic.https://github.com/browserify/browserify/commit/00c913fa345dbb7f612bdad6b4acc91c706e98b2
Pin dependencies for Node.js 0.8 support.
16.5.0
Support custom name for
"browser"field resolution inpackage.jsonusing thebrowserFieldoption.16.4.0
Upgrade stream-http to v3. This version drops support for IE10 and below.
16.3.0
add empty stub for the
http2builtin module.update license text to remove references to code that is no longer included.
add more tests for folder resolution.
16.2.3
... (truncated)
Commits
7b14fb117.0.0c1523e2Merge pull request #1970 from browserify/streams326665c0bump readable-stream984ffc6Merge pull request #1982 from browserify/fix-cie34ed8cskip crypto tests in old node.js190491aupdate min insert-module-globals version5113ea3Merge tag 'v16.5.2' into masterc94b4d516.5.2678d650Merge pull request #1973 from browserify/browser-resolve-2fc324b5update browser-resolve to v2- 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 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) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill 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)