Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency open to v8 - abandoned #1767

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
open ^7.4.2 -> ^8.0.0 age adoption passing confidence

Release Notes

sindresorhus/open

v8.4.2

Compare Source

v8.4.1

Compare Source

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: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/open-8.x branch 2 times, most recently from c33ee98 to d4980a4 Compare March 3, 2021 09:08
@renovate renovate bot force-pushed the renovate/open-8.x branch 2 times, most recently from aeb1b00 to 07f0202 Compare March 21, 2021 17:09
@renovate renovate bot force-pushed the renovate/open-8.x branch 2 times, most recently from 763c16d to 3cd01e5 Compare May 22, 2021 09:38
@renovate renovate bot changed the title fix(deps): update dependency open to v8 fix(deps): update dependency open to v8 - abandoned Mar 24, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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

Successfully merging this pull request may close these issues.

None yet

1 participant