chore(deps): update events requirement from ^1.0.2 to ^3.0.0
Updates the requirements on events to permit the latest version.
Release notes
Sourced from events's releases.
v3.0.0
This version drops support for IE8.
eventsno longer includes polyfills for ES5 features. If you need to support older environments, use an ES5 shim like es5-shim. Both the shim and sham versions of es5-shim are necessary.
- Update to events code from Node.js 10.x
- (semver major) Adds
off()method- Port more tests from Node.js
- Switch browser tests to airtap, making things more reliable
Changelog
Sourced from events's changelog.
3.0.0 (2018-05-25)
This version drops support for IE8.
eventsno longer includes polyfills for ES5 features. If you need to support older environments, use an ES5 shim like es5-shim. Both the shim and sham versions of es5-shim are necessary.
- Update to events code from Node.js 10.x
- (semver major) Adds
off()method- Port more tests from Node.js
- Switch browser tests to airtap, making things more reliable
2.1.0 (2018-05-25)
- add Emitter#rawListeners from Node.js v9.4
2.0.0 (2018-02-02)
- Update to events code from node.js 8.x
- Adds
prependListener()andprependOnceListener()- Adds
eventNames()method- (semver major) Unwrap
once()listeners inlisteners()- copy tests from node.js
Note that this version doubles the gzipped size, jumping from 1.1KB to 2.1KB, due to new methods and runtime performance improvements. Be aware of that when upgrading.
1.1.1 (2016-06-22)
- add more context to errors if they are not instanceof Error
1.1.0 (2015-09-29)
- add Emitter#listerCount (to match node v4 api)
1.0.2 (2014-08-28)
- remove un-reachable code
- update devDeps
1.0.1 / 2014-05-11
- check for console.trace before using it
1.0.0 / 2013-12-10
... (truncated)
- Update to latest events code from node.js 0.10
- copy tests from node.js
Commits
- See full diff 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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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 cancel mergewill cancel a previously requested merge@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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)
Finally, you can contact us by mentioning @dependabot.