directory-connector
directory-connector copied to clipboard
[AC-2224] [deps]: Update open to v10
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| open | 8.4.2 -> 10.0.3 |
Release Notes
sindresorhus/open (open)
v10.0.3
v10.0.2
- Fix Linux compatibility
798cd93
v10.0.1
v10.0.0
Breaking
- Require Node.js 18
5628dc8
v9.1.0
- Update dependencies
46adf0b
v9.0.0
Breaking
- Require Node.js 14
7f5995e - This package is now pure ESM. Please read this.
- Please don't open issues regarding ESM / CommonJS.
open.openAppis now a named import:import {openApp} from 'open'open.appsis now a named import:import {apps} from 'open'
Improvements
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.
Internal tracking:
- ID: AC-2224
- Link: https://bitwarden.atlassian.net/browse/AC-2224
Checkmarx One – Scan Summary & Details – 9b982557-6307-4e0d-bc2e-afc2649201e3
No New Or Fixed Issues Found
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.
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:
- There are no import references found for this package doing a typical grep search
- The package,
open, is a cli tool used for opening urls, files, etc. in non web-apps. - There is a recommended alternative to
openfor electron on the package README - Directory Connector doesn't open any urls, RIGHT? I might just be missing something here.
- The app loads and functions just fine without the package installed:
Seeking a second opinion on this one before merging to remove the package instead of updating it.