Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

chore(deps): update dependency open to v8 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
open ^0.0.5 -> ^8.0.8 age adoption passing confidence

Release Notes

sindresorhus/open

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

v7.4.2

Compare Source

v7.4.1

Compare Source

v7.4.0

Compare Source

v7.3.1

Compare Source

v7.3.0

Compare Source

  • Support WSL configuration where Windows paths are not in PATH (#​195) be0f794

v7.2.1

Compare Source

v7.2.0

Compare Source

  • Use PowerShell on Windows for improved reliability (#​188) f7ca0d3

v7.1.0

Compare Source

v7.0.4

Compare Source

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

Breaking
  • Correctly handle URL and path escaping on Windows (#​146) 7ef15d2
    If you use open with URLs, you'll want to use the new {url: true} option.
    Read more.
Enhancements

v6.4.0

Compare Source

v6.3.0

Compare Source

  • Use the system xdg-open on Linux when open is bundled/packaged (#​134) c69fd06

v6.2.0

Compare Source

v6.1.0

Compare Source

v6.0.0

Breaking:

  • Rename the package from opn to open (See the readme for more info) eca88d8
  • Make the wait option false by default da2d663
  • Require Node.js 8 5c525b5

Enhancements:

  • Add support for Windows apps referenced by their WSL paths (#​118) b30220c

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 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, check this box.

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant