ziti-sdk-js
ziti-sdk-js 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').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)
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)
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 master8742ec5Merge pull request #1844 from browserify/util-113d05c3aMerge pull request #1930 from browserify/new-shasum9aaa22dshasum → 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 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)
