This repository was archived by the owner on Mar 10, 2022. It is now read-only.
fix(deps): update dependency open to v8#154
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
2 times, most recently
from
March 3, 2021 09:51
41d3212 to
b6dc45b
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
4 times, most recently
from
March 10, 2021 01:19
18a965a to
451c2dc
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
3 times, most recently
from
March 25, 2021 14:05
63a94dd to
297c85f
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
5 times, most recently
from
April 5, 2021 21:16
0087a6a to
c83cf7a
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
2 times, most recently
from
April 20, 2021 18:24
40d97a9 to
aea616b
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
3 times, most recently
from
May 1, 2021 11:09
b3e27a6 to
b24d0de
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
3 times, most recently
from
May 8, 2021 04:50
967586d to
a6f7c58
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
2 times, most recently
from
May 22, 2021 08:58
5b6e853 to
6459d2f
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
from
May 24, 2021 15:18
6459d2f to
09e75e5
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
3 times, most recently
from
June 1, 2021 11:40
be6c551 to
08a2b56
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
from
June 8, 2021 01:10
54033f4 to
9aba46c
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
2 times, most recently
from
June 20, 2021 17:48
81c60fc to
125d191
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
3 times, most recently
from
July 7, 2021 19:47
ed6b031 to
00369a2
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
6 times, most recently
from
August 4, 2021 19:27
2ca8969 to
1d08fc7
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
2 times, most recently
from
September 7, 2021 08:56
dac700b to
8c7279b
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
from
September 15, 2021 23:32
8c7279b to
ee093c3
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
4 times, most recently
from
October 7, 2021 16:42
eb39070 to
69cb250
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
from
October 24, 2021 08:52
69cb250 to
b3c5c0c
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
2 times, most recently
from
November 1, 2021 09:43
0b367cd to
d3ad6bd
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
2 times, most recently
from
December 7, 2021 13:26
119ef6a to
872b607
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
2 times, most recently
from
January 5, 2022 00:04
bcdf698 to
8444f50
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
from
February 1, 2022 11:54
8444f50 to
9f568df
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
from
March 1, 2022 13:08
9f568df to
18d118f
Compare
renovate
Bot
force-pushed
the
renovate/open-8.x
branch
from
March 7, 2022 20:28
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.