FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(deps): update dependency open to v8 by renovate[bot] · Pull Request #154 · sourcegraph/sourcegraph-vscode-DEPRECATED · GitHub

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
masterfrom
renovate/open-8.x
Open

fix(deps): update dependency open to v8#154
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/open-8.x

Conversation

renovate Bot commented Mar 2, 2021
edited
Loading

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
open ^7.4.2 -> ^8.4.0

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

sindresorhus/open

v8.4.0

Compare Source

v8.3.0

Compare Source

v8.2.1

Compare Source

v8.2.0

Compare Source

v8.1.0

Compare Source

v8.0.9

Compare Source

v8.0.8

Compare Source

  • WSL: Ignore commented mount point lines in wsl.conf (#​247) 5b3b01c

v8.0.7

Compare Source

v8.0.6

Compare Source

v8.0.5

Compare Source

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

Breaking
  • Require Node.js 12 cde5c79
  • Removed deprecated url option
  • The app option 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
  • Add open.apps constants, which lets easily open Chrome and Firefox without cross-platform issues

Configuration

📅 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.


  • If you want to rebase/retry this PR, click this checkbox.

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL