Skip to content

chore(deps): bump webbrowser from 0.5.5 to 0.6.0 #147

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2022

Bumps webbrowser from 0.5.5 to 0.6.0.

Release notes

Sourced from webbrowser's releases.

v0.6.0

Releasing v0.6.0, with the following changes:

Changed

  • Define consistent non-blocking behaviour on all UNIX platforms. Now, unless it's specifically a text browser (like lynx etc.), we make sure that the browser is launched in a non-blocking way. See #18 and amodm/webbrowser-rs@614cacf
  • Define default behaviour on all UNIX platforms to make sure that stdout/stderr are suppressed. See #20 and amodm/webbrowser-rs@ecfbf66
  • (Low probability) breaking change: All public functions now return a Result<()>. As almost all the uses of this library do a .is_ok() or equivalent, there should not be any breaks, but please report a bug if you do. See #42 and #43
  • @​VZout modified Android implementation to use JNI instead of am start because of permission issues in more recent Android.
  • Define consistent behaviour for non-ascii URLs, where they're now encoded automatically before being invoked. See #34 and amodm/webbrowser-rs@11789dd
  • Richer set of underlying commands used for UNIX to cater to different scenarios at runtime. See amodm/webbrowser-rs@d09eeae

Fixed

  • On WASM, by default URLs are opened with a target of _blank. See #39. Thanks to @​vbeffa for pointing out the issue.
  • @​tokusumi fixed #41 where addition of open command (done for Haiku) was breaking things in some places.
Changelog

Sourced from webbrowser's changelog.

[0.6.0] - 2022-02-19

Changed

  • Define consistent non-blocking behaviour on all UNIX platforms. Now, unless it's specifically a text browser (like lynx etc.), we make sure that the browser is launched in a non-blocking way. See #18 and amodm/webbrowser-rs@614cacf
  • Define default behaviour on all UNIX platforms to make sure that stdout/stderr are suppressed. See #20 and amodm/webbrowser-rs@ecfbf66
  • (Low probability) breaking change: All public functions now return a Result<()>. As almost all the uses of this library do a .is_ok() or equivalent, there should not be any breaks, but please report a bug if you do. See #42 and #43
  • @​VZout modified Android implementation to use JNI instead of am start because of permission issues in more recent Android.
  • Define consistent behaviour for non-ascii URLs, where they're now encoded automatically before being invoked. See #34 and amodm/webbrowser-rs@11789dd
  • Richer set of underlying commands used for UNIX to cater to different scenarios at runtime. See amodm/webbrowser-rs@d09eeae

Fixed

  • On WASM, by default URLs are opened with a target of _blank. See #39. Thanks to @​vbeffa for pointing out the issue.
  • @​tokusumi fixed #41 where addition of open command (done for Haiku) was breaking things in some places.
Commits
  • 9bfab72 Release notes for 0.6.0
  • 947991f github actions for release process
  • e6ac2a3 update dependency versions
  • 937afdb [skip ci] macos tests for utf-8 URLs is now addressed, so no need for a mention
  • ae436ff fix lint for macos
  • a800e53 conditional compilation for debugging macos tests
  • ecfbf66 Document consistent behaviour, and provide way of overriding suppression of o...
  • bd8809a run tests for linux using curl
  • 696dd54 handle haiku explicitly under unix
  • 11789dd fix handling of unicode characters in URL
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 25, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/webbrowser-0.6.0 branch from c379609 to 2c6d11f Compare March 5, 2022 08:11
Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.5.5 to 0.6.0.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/master/CHANGELOG.md)
- [Commits](amodm/webbrowser-rs@v0.5.5...v0.6.0)

---
updated-dependencies:
- dependency-name: webbrowser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/webbrowser-0.6.0 branch from 2c6d11f to a7388f1 Compare March 5, 2022 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants