This repository was archived by the owner on Mar 10, 2022. It is now read-only.
Open
Conversation
41d3212 to
b6dc45b
Compare
18a965a to
451c2dc
Compare
63a94dd to
297c85f
Compare
0087a6a to
c83cf7a
Compare
40d97a9 to
aea616b
Compare
b3e27a6 to
b24d0de
Compare
967586d to
a6f7c58
Compare
5b6e853 to
6459d2f
Compare
6459d2f to
09e75e5
Compare
be6c551 to
08a2b56
Compare
54033f4 to
9aba46c
Compare
81c60fc to
125d191
Compare
ed6b031 to
00369a2
Compare
2ca8969 to
1d08fc7
Compare
dac700b to
8c7279b
Compare
8c7279b to
ee093c3
Compare
eb39070 to
69cb250
Compare
69cb250 to
b3c5c0c
Compare
0b367cd to
d3ad6bd
Compare
119ef6a to
872b607
Compare
bcdf698 to
8444f50
Compare
8444f50 to
9f568df
Compare
9f568df to
18d118f
Compare
18d118f to
51df458
Compare
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:
^7.4.2->^8.4.0Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
sindresorhus/open
v8.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 issuesConfiguration
📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.
🚦 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.