browserify/browserify (browserify)
### [`v17.0.1`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1701)
[Compare Source](https://redirect.github.com/browserify/browserify/compare/v17.0.0...v17.0.1)
- Use `hasown` instead of `has`. ([4b1a5dc](https://redirect.github.com/browserify/browserify/commit/4b1a5dc0db56263b38dc98e155fb1908e810c1a9))
- Use `String.prototype.slice` instead of `String.prototype.substr`. ([#2036](https://redirect.github.com/browserify/browserify/pull/2036))
- Support relative paths in the `noParse` option. ([#2080](https://redirect.github.com/browserify/browserify/pull/2080))
### [`v17.0.0`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1700)
[Compare Source](https://redirect.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://redirect.github.com/browserify/browserify/pull/1839))
- Upgrade path-browserify to v1.x. ([#1838](https://redirect.github.com/browserify/browserify/pull/1838))
- Upgrade stream-browserify to v3.x. `require('stream')` now matches the Node.js 10+ API. ([#1970](https://redirect.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://redirect.github.com/browserify/browserify/pull/1700))
### [`v16.5.2`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1652)
[Compare Source](https://redirect.github.com/browserify/browserify/compare/v16.5.1...v16.5.2)
Upgrade browser-resolve to v2.
[https://github.com/browserify/browserify/pull/1973](https://redirect.github.com/browserify/browserify/pull/1973)
### [`v16.5.1`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1651)
[Compare Source](https://redirect.github.com/browserify/browserify/compare/v16.5.0...v16.5.1)
Remove deprecated `mkdirp` version in favour of `mkdirp-classic`.
https://github.com/browserify/browserify/commit/00c913fa345dbb7f612bdad6b4acc91c706e98b2
Pin dependencies for Node.js 0.8 support.
[https://github.com/browserify/browserify/pull/1939](https://redirect.github.com/browserify/browserify/pull/1939)
### [`v16.5.0`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1650)
[Compare Source](https://redirect.github.com/browserify/browserify/compare/v16.4.0...v16.5.0)
Support custom name for `"browser"` field resolution in `package.json` using the `browserField` option.
[https://github.com/browserify/browserify/pull/1918](https://redirect.github.com/browserify/browserify/pull/1918)
### [`v16.4.0`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1640)
[Compare Source](https://redirect.github.com/browserify/browserify/compare/v16.3.0...v16.4.0)
Upgrade stream-http to v3. This version drops support for IE10 and below.
[https://github.com/browserify/browserify/pull/1916](https://redirect.github.com/browserify/browserify/pull/1916)
### [`v16.3.0`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1630)
[Compare Source](https://redirect.github.com/browserify/browserify/compare/v16.2.3...v16.3.0)
add empty stub for the `http2` builtin module.
[https://github.com/browserify/browserify/pull/1913](https://redirect.github.com/browserify/browserify/pull/1913)
update license text to remove references to code that is no longer included.
[https://github.com/browserify/browserify/pull/1906](https://redirect.github.com/browserify/browserify/pull/1906)
add more tests for folder resolution.
[https://github.com/browserify/browserify/pull/1139](https://redirect.github.com/browserify/browserify/pull/1139)
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 PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
16.2.3
->17.0.1
^16.2.3
->^17.0.0
Release Notes
browserify/browserify (browserify)
### [`v17.0.1`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1701) [Compare Source](https://redirect.github.com/browserify/browserify/compare/v17.0.0...v17.0.1) - Use `hasown` instead of `has`. ([4b1a5dc](https://redirect.github.com/browserify/browserify/commit/4b1a5dc0db56263b38dc98e155fb1908e810c1a9)) - Use `String.prototype.slice` instead of `String.prototype.substr`. ([#2036](https://redirect.github.com/browserify/browserify/pull/2036)) - Support relative paths in the `noParse` option. ([#2080](https://redirect.github.com/browserify/browserify/pull/2080)) ### [`v17.0.0`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1700) [Compare Source](https://redirect.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://redirect.github.com/browserify/browserify/pull/1839)) - Upgrade path-browserify to v1.x. ([#1838](https://redirect.github.com/browserify/browserify/pull/1838)) - Upgrade stream-browserify to v3.x. `require('stream')` now matches the Node.js 10+ API. ([#1970](https://redirect.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://redirect.github.com/browserify/browserify/pull/1700)) ### [`v16.5.2`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1652) [Compare Source](https://redirect.github.com/browserify/browserify/compare/v16.5.1...v16.5.2) Upgrade browser-resolve to v2. [https://github.com/browserify/browserify/pull/1973](https://redirect.github.com/browserify/browserify/pull/1973) ### [`v16.5.1`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1651) [Compare Source](https://redirect.github.com/browserify/browserify/compare/v16.5.0...v16.5.1) Remove deprecated `mkdirp` version in favour of `mkdirp-classic`. https://github.com/browserify/browserify/commit/00c913fa345dbb7f612bdad6b4acc91c706e98b2 Pin dependencies for Node.js 0.8 support. [https://github.com/browserify/browserify/pull/1939](https://redirect.github.com/browserify/browserify/pull/1939) ### [`v16.5.0`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1650) [Compare Source](https://redirect.github.com/browserify/browserify/compare/v16.4.0...v16.5.0) Support custom name for `"browser"` field resolution in `package.json` using the `browserField` option. [https://github.com/browserify/browserify/pull/1918](https://redirect.github.com/browserify/browserify/pull/1918) ### [`v16.4.0`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1640) [Compare Source](https://redirect.github.com/browserify/browserify/compare/v16.3.0...v16.4.0) Upgrade stream-http to v3. This version drops support for IE10 and below. [https://github.com/browserify/browserify/pull/1916](https://redirect.github.com/browserify/browserify/pull/1916) ### [`v16.3.0`](https://redirect.github.com/browserify/browserify/blob/HEAD/changelog.markdown#1630) [Compare Source](https://redirect.github.com/browserify/browserify/compare/v16.2.3...v16.3.0) add empty stub for the `http2` builtin module. [https://github.com/browserify/browserify/pull/1913](https://redirect.github.com/browserify/browserify/pull/1913) update license text to remove references to code that is no longer included. [https://github.com/browserify/browserify/pull/1906](https://redirect.github.com/browserify/browserify/pull/1906) add more tests for folder resolution. [https://github.com/browserify/browserify/pull/1139](https://redirect.github.com/browserify/browserify/pull/1139)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 PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.