This repository was archived by the owner on Nov 20, 2025. It is now read-only.
fix(deps): update dependency open to v10#1782
Merged
danielbankhead merged 2 commits intogoogleapis:mainfrom Mar 29, 2024
Merged
fix(deps): update dependency open to v10#1782danielbankhead merged 2 commits intogoogleapis:mainfrom
danielbankhead merged 2 commits intogoogleapis:mainfrom
Conversation
danielbankhead
approved these changes
Mar 29, 2024
This was referenced Jun 7, 2024
This was referenced Sep 17, 2024
This was referenced Sep 26, 2024
This was referenced Oct 3, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.0.0->^10.0.0Release Notes
sindresorhus/open (open)
v10.1.0Compare Source
xdg-opento 1.2.1 (#338)c702c66v10.0.4Compare Source
openApp()(#335)d9e7422v10.0.3Compare Source
targetoption on macOS (#332)b597decv10.0.2Compare Source
798cd93v10.0.1Compare Source
8e69be4v10.0.0Compare Source
Breaking
5628dc8v9.1.0Compare Source
46adf0bv9.0.0Compare Source
Breaking
7f5995eopen.openAppis now a named import:import {openApp} from 'open'open.appsis now a named import:import {apps} from 'open'Improvements
3b79981v8.4.2Compare Source
51fae87v8.4.1Compare Source
allowNonzeroExitCodeoption (#296)051edcaappargument with WSL (#295)4cf1a6dv8.4.0Compare Source
b58fb1fv8.3.0Compare Source
openAppmethod (#263)1acc682v8.2.1Compare Source
492445av8.2.0Compare Source
newInstanceoption for macOS (#253)5e663d6v8.1.0Compare Source
open.apps.edge(#252)aff3e84v8.0.9Compare Source
1ee638cv8.0.8Compare Source
5b3b01cv8.0.7Compare Source
open.apps(#245)b75ebaav8.0.6Compare Source
4ab321bv8.0.5Compare Source
chromeapp on macOS (#240)87f3d7av8.0.4Compare Source
app.argumentoption (#237)e127ae8v8.0.3Compare Source
53faf7fv8.0.2Compare Source
26ee3d2v8.0.1Compare Source
71777b1v8.0.0Compare Source
Breaking
cde5c79urloptionappoption now accepts an object instead of a string/array:await open('https://sindresorhus.com', { - app: 'firefox' + app: {name: 'firefox'} });await open('https://sindresorhus.com', { - app: ['chrome', '--incognito'] + app: {name: 'google chrome', arguments: '--incognito'} });Improvements
open.appsconstants, which lets easily open Chrome and Firefox without cross-platform issuesv7.4.2Compare Source
f4df68av7.4.1Compare Source
db8eb8f36e9964v7.4.0Compare Source
wslu(#217)315a480v7.3.1Compare Source
/mnt/(#210)a3bbadcv7.3.0Compare Source
be0f794v7.2.1Compare Source
appoption on Windows (#191)9bcd285v7.2.0Compare Source
f7ca0d3v7.1.0Compare Source
allowNonzeroExitCodeoption (#176)e009765v7.0.4Compare Source
48b6d0ev7.0.3Compare Source
1e716b8appoption on Windows (#172)30f4abev7.0.2Compare Source
2c1647dv7.0.1Compare Source
417c326d8a508bv7.0.0Compare Source
Breaking
7ef15d2If you use
openwith URLs, you'll want to use the new{url: true}option.Read more.
Enhancements
12333bfConfiguration
📅 Schedule: Branch creation - "after 9am and before 3pm" (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.
This PR has been generated by Mend Renovate. View repository job log here.