Skip to content

chore(deps): update dependency browserify-istanbul to v3#59

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/browserify-istanbul-3.x
Open

chore(deps): update dependency browserify-istanbul to v3#59
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/browserify-istanbul-3.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Sep 5, 2024

This PR contains the following updates:

Package Change Age Confidence
browserify-istanbul ^2.0.0^3.0.0 age confidence

Release Notes

devongovett/browserify-istanbul (browserify-istanbul)

v3.0.1: Updated readme + .travis.ci

Compare Source

  • Removed istanbul from the readme as default install step
  • Dropped old version of node from the TravisCI manifest

v3.0.0: ES2016

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


Note

Low Risk
Low risk dependency bump limited to the dev/test toolchain; main runtime code is untouched. Risk is mainly around potential changes in browser test coverage instrumentation behavior.

Overview
Updates the dev dependency browserify-istanbul from ^2.0.0 to ^3.0.0 and refreshes yarn.lock accordingly, pulling in the new istanbul-lib-instrument-based dependency tree.

This change only affects the browserify-based coverage instrumentation used in the test/build tooling, not the library’s runtime behavior.

Reviewed by Cursor Bugbot for commit 9fa0c97. Bugbot is set up for automated code reviews on this repo. Configure here.

@cypress-app-bot
Copy link
Copy Markdown

See the guidelines for reviewing dependency updates for info on how to review dependency update PRs.

@renovate renovate Bot changed the title chore(deps): update dependency browserify-istanbul to v3 chore(deps): update dependency browserify-istanbul to v3 - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate renovate Bot deleted the renovate/browserify-istanbul-3.x branch December 8, 2024 18:27
@renovate renovate Bot changed the title chore(deps): update dependency browserify-istanbul to v3 - autoclosed chore(deps): update dependency browserify-istanbul to v3 Dec 9, 2024
@renovate renovate Bot reopened this Dec 9, 2024
@renovate renovate Bot force-pushed the renovate/browserify-istanbul-3.x branch from a03e1eb to 5e3b7b5 Compare December 9, 2024 02:52
@renovate renovate Bot force-pushed the renovate/browserify-istanbul-3.x branch from 5e3b7b5 to fb024f6 Compare August 10, 2025 15:12
@renovate renovate Bot force-pushed the renovate/browserify-istanbul-3.x branch from fb024f6 to a17f624 Compare November 11, 2025 00:46
@renovate renovate Bot force-pushed the renovate/browserify-istanbul-3.x branch 2 times, most recently from 48bb88d to e8785a6 Compare January 8, 2026 20:36
@renovate renovate Bot force-pushed the renovate/browserify-istanbul-3.x branch from e8785a6 to beec2f1 Compare January 23, 2026 19:42
@renovate renovate Bot force-pushed the renovate/browserify-istanbul-3.x branch from beec2f1 to 9a127a7 Compare February 12, 2026 11:14
@renovate renovate Bot force-pushed the renovate/browserify-istanbul-3.x branch from 9a127a7 to fab9c2b Compare April 8, 2026 20:54
@renovate renovate Bot force-pushed the renovate/browserify-istanbul-3.x branch from fab9c2b to 9fa0c97 Compare April 30, 2026 17:18
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 9fa0c97. Configure here.

Comment thread yarn.lock
lodash@^4.17.4:
version "4.18.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate lodash resolution creates unnecessary second copy

Low Severity

The lockfile introduces a separate lodash@^4.17.4 entry resolving to 4.18.1, while the existing entry for other ^4.x ranges already resolves to 4.17.21. Since 4.17.21 satisfies ^4.17.4, these entries could be deduplicated. Instead, two different versions of lodash will be installed simultaneously, increasing node_modules size and causing the new babel 6.x transitive dependencies to use a different lodash version than the rest of the project.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9fa0c97. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant