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 with async/await syntax. (#1839)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [browserify](https://github.com/browserify/browserify) | devDependencies | major | [`^16.5.0` -> `^17.0.0`](https://renovatebot.com/diffs/npm/browserify/16.5.2/17.0.0) |
---
### Release Notes
<details>
<summary>browserify/browserify (browserify)</summary>
### [`v17.0.0`](https://github.com/browserify/browserify/blob/HEAD/changelog.markdown#1700)
[Compare Source](https://github.com/browserify/browserify/compare/v16.5.2...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 with `async`/`await` syntax. ([#​1839](https://github.com/browserify/browserify/pull/1839))
- Upgrade path-browserify to v1.x. ([#​1838](https://github.com/browserify/browserify/pull/1838))
- Upgrade stream-browserify to v3.x. `require('stream')` now matches the Node.js 10+ API. ([#​1970](https://github.com/browserify/browserify/pull/1970))
- Upgrade util to v0.12. Most notably, `util.promisify` and `util.callbackify` are finally available by default in browserify. ([#​1844](https://gihub.com/browserify/browserify/pull/1844))
- Add JSON syntax checking. Syntax errors in `.json` files will now fail to bundle. ([#​1700](https://github.com/browserify/browserify/pull/1700))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this MR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box
---
This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIxMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This MR contains the following updates:
^16.5.0->^17.0.0Release Notes
browserify/browserify (browserify)
v17.0.0Compare Source
off()method.require('events').oncecan be used to react to an event being emitted withasync/awaitsyntax. (#1839)require('stream')now matches the Node.js 10+ API. (#1970)util.promisifyandutil.callbackifyare finally available by default in browserify. (#1844).jsonfiles will now fail to bundle. (#1700)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this MR and you won't be reminded about this update again.
This MR has been generated by Renovate Bot.
mentioned in commit
1950c08a41