directory-connector icon indicating copy to clipboard operation
directory-connector copied to clipboard

[AC-2224] [deps]: Update open to v10

Open renovate[bot] opened this issue 1 year ago • 4 comments
trafficstars

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
open 8.4.2 -> 10.0.3 age adoption passing confidence

Release Notes

sindresorhus/open (open)

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

  • Add Windows environment variable fallback for some broken systems (#​328) 8e69be4

v10.0.0

Compare Source

Breaking

v9.1.0

Compare Source

v9.0.0

Compare Source

Breaking
  • Require Node.js 14 7f5995e
  • This package is now pure ESM. Please read this.
    • Please don't open issues regarding ESM / CommonJS.
  • open.openApp is now a named import: import {openApp} from 'open'
  • open.apps is now a named import: import {apps} from 'open'
Improvements
  • Add the ability to open default browser and default browser in private mode (#​294) 3b79981

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

AC-2224

renovate[bot] avatar Feb 17 '24 00:02 renovate[bot]

Internal tracking:

  • ID: AC-2224
  • Link: https://bitwarden.atlassian.net/browse/AC-2224

bitwarden-bot avatar Feb 17 '24 00:02 bitwarden-bot

Logo Checkmarx One – Scan Summary & Details9b982557-6307-4e0d-bc2e-afc2649201e3

No New Or Fixed Issues Found

bitwarden-bot avatar Feb 17 '24 00:02 bitwarden-bot

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar Feb 17 '24 01:02 renovate[bot]

I can't find a place where this package is used.

I've been using a dependency audit tool called depcheck, and it reports this package as being in use somewhere in the project. BUT I can't find it anywhere. Here are some notes:

  1. There are no import references found for this package doing a typical grep search
  2. The package, open, is a cli tool used for opening urls, files, etc. in non web-apps.
  3. There is a recommended alternative to open for electron on the package README
  4. Directory Connector doesn't open any urls, RIGHT? I might just be missing something here.
  5. The app loads and functions just fine without the package installed:
Screenshot 2024-02-16 at 8 09 25 PM

Seeking a second opinion on this one before merging to remove the package instead of updating it.

addisonbeck avatar Feb 17 '24 02:02 addisonbeck