[PR #272] [MERGED] Bump browserify from 14.5.0 to 16.2.3 #1480

Closed
opened 2026-02-25 22:40:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/272
Author: @dependabot-preview[bot]
Created: 4/26/2019
Status: Merged
Merged: 4/26/2019
Merged by: @marcelklehr

Base: developHead: dependabot/npm_and_yarn/browserify-16.2.3


📝 Commits (1)

  • 4583b18 Bump browserify from 14.5.0 to 16.2.3

📊 Changes

2 files changed (+192 additions, -195 deletions)

View changed files

📝 package-lock.json (+191 -194)
📝 package.json (+1 -1)

📄 Description

Bumps browserify from 14.5.0 to 16.2.3.

Release notes

Sourced from browserify's releases.

v16.2.3

add empty stub for the inspector builtin module.

#1854

change the "browser" field link to the browser-field-spec repo instead of the old gist.

#1845

v16.2.2

Remove some extraneous files from the published package.

v16.2.1

Fix relative --external paths on Windows. (@​Shingyx)

#1704

Fix tests to work on Windows, and add Appveyor CI for Windows testing.

#1819

v16.2.0

update the browser versions of vm-browserify and string_decoder.

string_decoder updates to the Node 8+ API.
vm-browserify replaces an unlicensed dependency by an MIT one.

#1829

v16.1.1

add empty stub for the perf_hooks builtin module.

#1815

v16.1.0

add bare and node options to the API, same as the --bare and --node CLI arguments.

#1804

v16.0.0

... (truncated)
Changelog

Sourced from browserify's changelog.

16.2.3

add empty stub for the inspector builtin module.

#1854

change the "browser" field link to the browser-field-spec repo instead of the old gist.

#1845

16.2.2

Remove some extraneous files from the published package.

16.2.1

Fix relative --external paths on Windows.

#1704

Fix tests to work on Windows, and add Appveyor CI for Windows testing.

#1819

16.2.0

update the browser versions of vm-browserify and string_decoder.

string_decoder updates to the Node 8+ API.
vm-browserify replaces an unlicensed dependency by an MIT one.

#1829

16.1.1

add empty stub for the perf_hooks builtin module.

#1815

16.1.0

add bare and node options to the API, same as the --bare and --node CLI arguments.

#1804

16.0.0

add --preserve-symlinks option from Node 6.3

#1742

... (truncated)
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.


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 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 ignore this [patch|minor|major] version will 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 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)
  • 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/272 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/26/2019 **Status:** ✅ Merged **Merged:** 4/26/2019 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/browserify-16.2.3` --- ### 📝 Commits (1) - [`4583b18`](https://github.com/floccusaddon/floccus/commit/4583b18b6cf48019eca8eaeaa1f19eaf4259e4b2) Bump browserify from 14.5.0 to 16.2.3 ### 📊 Changes **2 files changed** (+192 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+191 -194) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [browserify](https://github.com/browserify/browserify) from 14.5.0 to 16.2.3. <details> <summary>Release notes</summary> *Sourced from [browserify's releases](https://github.com/browserify/browserify/releases).* > ## v16.2.3 > > > add empty stub for the `inspector` builtin module. > > [#1854](https://github-redirect.dependabot.com/browserify/browserify/pull/1854) > > change the "browser" field link to the browser-field-spec repo instead of the old gist. > > [#1845](https://github-redirect.dependabot.com/browserify/browserify/pull/1845) > > ## v16.2.2 > > > Remove some extraneous files from the published package. > > ## v16.2.1 > > > Fix relative `--external` paths on Windows. ([@&#8203;Shingyx](https://github.com/Shingyx)) > > [#1704](https://github-redirect.dependabot.com/browserify/browserify/pull/1704) > > Fix tests to work on Windows, and add Appveyor CI for Windows testing. > > [#1819](https://github-redirect.dependabot.com/browserify/browserify/pull/1819) > > ## v16.2.0 > > update the browser versions of `vm-browserify` and `string_decoder`. > > `string_decoder` updates to the Node 8+ API. > `vm-browserify` replaces an unlicensed dependency by an MIT one. > > [#1829](https://github-redirect.dependabot.com/browserify/browserify/pull/1829) > > ## v16.1.1 > > > add empty stub for the `perf_hooks` builtin module. > > [#1815](https://github-redirect.dependabot.com/browserify/browserify/pull/1815) > > ## v16.1.0 > > add `bare` and `node` options to the API, same as the `--bare` and `--node` CLI arguments. > > [#1804](https://github-redirect.dependabot.com/browserify/browserify/pull/1804) > > ## v16.0.0 ></tr></table> ... (truncated) </details> <details> <summary>Changelog</summary> *Sourced from [browserify's changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown).* > # 16.2.3 > > add empty stub for the `inspector` builtin module. > > [#1854](https://github-redirect.dependabot.com/browserify/browserify/pull/1854) > > change the "browser" field link to the browser-field-spec repo instead of the old gist. > > [#1845](https://github-redirect.dependabot.com/browserify/browserify/pull/1845) > > # 16.2.2 > > Remove some extraneous files from the published package. > > # 16.2.1 > > Fix relative `--external` paths on Windows. > > [#1704](https://github-redirect.dependabot.com/browserify/browserify/pull/1704) > > Fix tests to work on Windows, and add Appveyor CI for Windows testing. > > [#1819](https://github-redirect.dependabot.com/browserify/browserify/pull/1819) > > # 16.2.0 > > update the browser versions of `vm-browserify` and `string_decoder`. > > `string_decoder` updates to the Node 8+ API. > `vm-browserify` replaces an unlicensed dependency by an MIT one. > > [#1829](https://github-redirect.dependabot.com/browserify/browserify/pull/1829) > > # 16.1.1 > > add empty stub for the `perf_hooks` builtin module. > > [#1815](https://github-redirect.dependabot.com/browserify/browserify/pull/1815) > > # 16.1.0 > > add `bare` and `node` options to the API, same as the `--bare` and `--node` CLI arguments. > > [#1804](https://github-redirect.dependabot.com/browserify/browserify/pull/1804) > > # 16.0.0 > > add `--preserve-symlinks` option from Node 6.3 > > [#1742](https://github-redirect.dependabot.com/browserify/browserify/pull/1742) ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`cfd3af2`](https://github.com/browserify/browserify/commit/cfd3af23f6383bb5899dbb5e39beb7834b042d85) 16.2.3 - [`ae01d90`](https://github.com/browserify/browserify/commit/ae01d90900b21719e9fef7bedfc4db55ea22b71a) Merge pull request [#1854](https://github-redirect.dependabot.com/browserify/browserify/issues/1854) from mohd-akram/add-inspector-builtin - [`b1e61aa`](https://github.com/browserify/browserify/commit/b1e61aa6cdfd273835a22ff4fd060d6092dba18d) Add inspector builtin - [`4190ed5`](https://github.com/browserify/browserify/commit/4190ed509f46a17b2071af2c58cea505e41f43b4) Merge pull request [#1845](https://github-redirect.dependabot.com/browserify/browserify/issues/1845) from farzonl/patch-1 - [`32d0a05`](https://github.com/browserify/browserify/commit/32d0a054275cd0f3cf8d138d78d24e2014ed3721) fix ReadME link. - [`fc30e50`](https://github.com/browserify/browserify/commit/fc30e509953bc75f77d0bc18070598ce71996479) 16.2.2 - [`36d7c9a`](https://github.com/browserify/browserify/commit/36d7c9aa88a82473df80dc82a1dfa5a0ef996baa) 16.2.1 - [`e34599a`](https://github.com/browserify/browserify/commit/e34599a04d5a803318e3fd09961dde92e60dcbd3) Merge pull request [#1819](https://github-redirect.dependabot.com/browserify/browserify/issues/1819) from goto-bus-stop/appveyor - [`8e7cb87`](https://github.com/browserify/browserify/commit/8e7cb8737d0c5d89266ac6fc42f8e6086659957b) Skip flaky test on Windows w old Node - [`3703154`](https://github.com/browserify/browserify/commit/370315469bac31b54c2a17afe2b25dae7208d603) Disable invalid json chars test in node 10 - Additional commits viewable in [compare view](https://github.com/browserify/browserify/compare/14.5.0...v16.2.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=browserify&package-manager=npm_and_yarn&previous-version=14.5.0&new-version=16.2.3)](https://dependabot.com/compatibility-score.html?dependency-name=browserify&package-manager=npm_and_yarn&previous-version=14.5.0&new-version=16.2.3) 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) --- **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](https://app.dependabot.com). <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 ignore this [patch|minor|major] version` will 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 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) - 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. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:40:21 +03:00
Sign in to join this conversation.
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
starred/floccus#1480
No description provided.