Closed renovate-bot closed 3 years ago
:exclamation: No coverage uploaded for pull request base (
main@7b62155
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #57 +/- ##
=======================================
Coverage ? 84.61%
=======================================
Files ? 3
Lines ? 156
Branches ? 16
=======================================
Hits ? 132
Misses ? 24
Partials ? 0
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7b62155...e471938. Read the comment docs.
Requires dropping Node 10
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 8.x
releases. But if you manually upgrade to 8.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
^7.0.3
->^8.0.0
Release Notes
sindresorhus/open
### [`v8.0.7`](https://togithub.com/sindresorhus/open/releases/v8.0.7) [Compare Source](https://togithub.com/sindresorhus/open/compare/v8.0.6...v8.0.7) - Fix multiple apps support for `open.apps` ([#245](https://togithub.com/sindresorhus/open/issues/245)) [`b75ebaa`](https://togithub.com/sindresorhus/open/commit/b75ebaa) ### [`v8.0.6`](https://togithub.com/sindresorhus/open/releases/v8.0.6) [Compare Source](https://togithub.com/sindresorhus/open/compare/v8.0.5...v8.0.6) - Fix getting WSL mount point on Windows ([#243](https://togithub.com/sindresorhus/open/issues/243)) [`4ab321b`](https://togithub.com/sindresorhus/open/commit/4ab321b) ### [`v8.0.5`](https://togithub.com/sindresorhus/open/releases/v8.0.5) [Compare Source](https://togithub.com/sindresorhus/open/compare/v8.0.4...v8.0.5) - Fix `chrome` app on macOS ([#240](https://togithub.com/sindresorhus/open/issues/240)) [`87f3d7a`](https://togithub.com/sindresorhus/open/commit/87f3d7a) ### [`v8.0.4`](https://togithub.com/sindresorhus/open/releases/v8.0.4) [Compare Source](https://togithub.com/sindresorhus/open/compare/v8.0.3...v8.0.4) - Fix the `app.argument` option ([#237](https://togithub.com/sindresorhus/open/issues/237)) [`e127ae8`](https://togithub.com/sindresorhus/open/commit/e127ae8) ### [`v8.0.3`](https://togithub.com/sindresorhus/open/releases/v8.0.3) [Compare Source](https://togithub.com/sindresorhus/open/compare/v8.0.2...v8.0.3) - Hide PowerShell window on Windows ([#235](https://togithub.com/sindresorhus/open/issues/235)) [`53faf7f`](https://togithub.com/sindresorhus/open/commit/53faf7f) ### [`v8.0.2`](https://togithub.com/sindresorhus/open/releases/v8.0.2) [Compare Source](https://togithub.com/sindresorhus/open/compare/v8.0.1...v8.0.2) - Fix a regression in v8.0.0 ([#232](https://togithub.com/sindresorhus/open/issues/232)) [`26ee3d2`](https://togithub.com/sindresorhus/open/commit/26ee3d2) ### [`v8.0.1`](https://togithub.com/sindresorhus/open/releases/v8.0.1) [Compare Source](https://togithub.com/sindresorhus/open/compare/v8.0.0...v8.0.1) - Fix Node.js 12 compatibility ([#229](https://togithub.com/sindresorhus/open/issues/229)) [`71777b1`](https://togithub.com/sindresorhus/open/commit/71777b1) ### [`v8.0.0`](https://togithub.com/sindresorhus/open/releases/v8.0.0) [Compare Source](https://togithub.com/sindresorhus/open/compare/v7.4.2...v8.0.0) ##### Breaking - Require Node.js 12 [`cde5c79`](https://togithub.com/sindresorhus/open/commit/cde5c79) - Removed deprecated `url` option - The `app` option now accepts an object instead of a string/array: ```diff await open('https://sindresorhus.com', { - app: 'firefox' + app: {name: 'firefox'} }); ``` ```diff await open('https://sindresorhus.com', { - app: ['chrome', '--incognito'] + app: {name: 'google chrome', arguments: '--incognito'} }); ``` ##### Improvements - Add [`open.apps`](https://togithub.com/sindresorhus/open#openapps) constants, which lets easily open Chrome and Firefox without cross-platform issuesConfiguration
:date: Schedule: "after 9am and before 3pm" (UTC).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
:no_bell: 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.