Bump browserify from 16.5.2 to 17.0.0 #71

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/develop/browserify-17.0.0 into develop 2020-10-12 17:52:11 +02:00
dependabot-preview[bot] commented 2020-10-12 06:55:24 +02:00 (Migrated from github.com)

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').once can be used to react to an event being emitted with async/await syntax. (#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.promisify and util.callbackify are finally available by default in browserify. (#1844)
  • Add JSON syntax checking. Syntax errors in .json files 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').once can be used to react to an event being emitted with async/await syntax. (#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.promisify and util.callbackify are finally available by default in browserify. (#1844)
  • Add JSON syntax checking. Syntax errors in .json files will now fail to bundle. (#1700)
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will 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)
Bumps [browserify](https://github.com/browserify/browserify) from 16.5.2 to 17.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/browserify/browserify/releases">browserify's releases</a>.</em></p> <blockquote> <h2>v17.0.0</h2> <ul> <li>Upgrade events to v3.x. EventEmitter instances now have an <code>off()</code> method. <code>require('events').once</code> can be used to react to an event being emitted with <code>async</code>/<code>await</code> syntax. (<a href="https://github-redirect.dependabot.com/browserify/browserify/pull/1839">#1839</a>)</li> <li>Upgrade path-browserify to v1.x. (<a href="https://github-redirect.dependabot.com/browserify/browserify/pull/1838">#1838</a>)</li> <li>Upgrade stream-browserify to v3.x. <code>require('stream')</code> now matches the Node.js 10+ API. (<a href="https://github-redirect.dependabot.com/browserify/browserify/pull/1970">#1970</a>)</li> <li>Upgrade util to v0.12. Most notably, <code>util.promisify</code> and <code>util.callbackify</code> are finally available by default in browserify. (<a href="https://gihub.com/browserify/browserify/pull/1844">#1844</a>)</li> <li>Add JSON syntax checking. Syntax errors in <code>.json</code> files will now fail to bundle. (<a href="https://github-redirect.dependabot.com/browserify/browserify/pull/1700">#1700</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/browserify/browserify/blob/master/changelog.markdown">browserify's changelog</a>.</em></p> <blockquote> <h1>17.0.0</h1> <ul> <li>Upgrade events to v3.x. EventEmitter instances now have an <code>off()</code> method. <code>require('events').once</code> can be used to react to an event being emitted with <code>async</code>/<code>await</code> syntax. (<a href="https://github-redirect.dependabot.com/browserify/browserify/pull/1839">#1839</a>)</li> <li>Upgrade path-browserify to v1.x. (<a href="https://github-redirect.dependabot.com/browserify/browserify/pull/1838">#1838</a>)</li> <li>Upgrade stream-browserify to v3.x. <code>require('stream')</code> now matches the Node.js 10+ API. (<a href="https://github-redirect.dependabot.com/browserify/browserify/pull/1970">#1970</a>)</li> <li>Upgrade util to v0.12. Most notably, <code>util.promisify</code> and <code>util.callbackify</code> are finally available by default in browserify. (<a href="https://gihub.com/browserify/browserify/pull/1844">#1844</a>)</li> <li>Add JSON syntax checking. Syntax errors in <code>.json</code> files will now fail to bundle. (<a href="https://github-redirect.dependabot.com/browserify/browserify/pull/1700">#1700</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/browserify/browserify/commit/7b14fb1c92b31e4f469d71d97e0c370d65f2e058"><code>7b14fb1</code></a> 17.0.0</li> <li><a href="https://github.com/browserify/browserify/commit/c1523e283dd765639565b47c3bae0d00e9fbf03f"><code>c1523e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/browserify/browserify/issues/1970">#1970</a> from browserify/streams3</li> <li><a href="https://github.com/browserify/browserify/commit/26665c02996383f03561957218d99de6962cdd4b"><code>26665c0</code></a> bump readable-stream</li> <li><a href="https://github.com/browserify/browserify/commit/984ffc612b27a4dcfc1a2b28488fbd7bd09150c4"><code>984ffc6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/browserify/browserify/issues/1982">#1982</a> from browserify/fix-ci</li> <li><a href="https://github.com/browserify/browserify/commit/e34ed8cf7de0a20f16a5bb4dd720bef1e4c54403"><code>e34ed8c</code></a> skip crypto tests in old node.js</li> <li><a href="https://github.com/browserify/browserify/commit/190491a6a81b221d7cbe16f8818a7272b49864d0"><code>190491a</code></a> update min insert-module-globals version</li> <li><a href="https://github.com/browserify/browserify/commit/5113ea39833a0d6eed3ae3dadddb770efb0cf364"><code>5113ea3</code></a> Merge tag 'v16.5.2' into master</li> <li><a href="https://github.com/browserify/browserify/commit/8742ec5e83744776a3b2222c8e5a8f21f3d8db6d"><code>8742ec5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/browserify/browserify/issues/1844">#1844</a> from browserify/util-11</li> <li><a href="https://github.com/browserify/browserify/commit/3d05c3afef1bbe0396093909ba93919dd1369338"><code>3d05c3a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/browserify/browserify/issues/1930">#1930</a> from browserify/new-shasum</li> <li><a href="https://github.com/browserify/browserify/commit/9aaa22d454729d808ad81795f3268bfb04e43efc"><code>9aaa22d</code></a> shasum → shasum-object</li> <li>Additional commits viewable in <a href="https://github.com/browserify/browserify/compare/v16.5.2...v17.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=browserify&package-manager=npm_and_yarn&previous-version=16.5.2&new-version=17.0.0)](https://dependabot.com/compatibility-score/?dependency-name=browserify&package-manager=npm_and_yarn&previous-version=16.5.2&new-version=17.0.0) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will 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](https://app.dependabot.com): - 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) </details>
Serraniel (Migrated from github.com) approved these changes 2020-10-12 17:51:21 +02:00
Serraniel (Migrated from github.com) left a comment

Changelog does not mention any breaking changes so I'll merge

Changelog does not mention any breaking changes so I'll merge
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#71
No description provided.