Skip to content

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
open ^6.0.0 -> ^10.0.0 age adoption passing confidence

Release Notes

sindresorhus/open (open)

v10.1.0

Compare Source

v10.0.4

Compare Source

  • Fix support for passing predefined app to openApp() (#​335) d9e7422

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

  • Add Windows environment variable fallback for some broken systems (#​328) 8e69be4

v10.0.0

Compare Source

Breaking

v9.1.0

Compare Source

v9.0.0

Compare Source

Breaking
  • Require Node.js 14 7f5995e
  • This package is now pure ESM. Please read this.
    • Please don't open issues regarding ESM / CommonJS.
  • open.openApp is now a named import: import {openApp} from 'open'
  • open.apps is now a named import: import {apps} from 'open'
Improvements
  • Add the ability to open default browser and default browser in private mode (#​294) 3b79981

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

v7.4.2

Compare Source

v7.4.1

Compare Source

v7.4.0

Compare Source

v7.3.1

Compare Source

  • Fix support for WSL when Windows isn't mounted in /mnt/ (#​210) a3bbadc

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

Configuration

📅 Schedule: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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-bot renovate-bot requested review from a team as code owners March 28, 2024 10:20
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 28, 2024
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Mar 28, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 28, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 28, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 29, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 29, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 29, 2024
@danielbankhead danielbankhead merged commit 16e5cae into googleapis:main Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants