Skip to content

build(deps): bump webbrowser from 0.5.5 to 0.8.0 - #121

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/webbrowser-0.8.0
Closed

build(deps): bump webbrowser from 0.5.5 to 0.8.0#121
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/webbrowser-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 12, 2022

Copy link
Copy Markdown

Bumps webbrowser from 0.5.5 to 0.8.0.

Release notes

Sourced from webbrowser's releases.

v0.8.0

Releasing v0.8.0 with the following changes:

Added

Changed

  • Updated all dependencies to latest versions

v0.7.1

Releasing v0.7.1 with the following changes:

Added

  • Introduce Browser::is_available() and Browser::exists(&self) to check availability of browsers without opening a URL. See #47

Changed

  • Modify BrowserOptions to be constructable only via the builder pattern, to prevent future API compatibility issues

v0.7.0

Releasing v0.7.0, with the following changes:

Added

  • @​Azorlogh introduced a way to provide a target hint to the browser via BrowserOptions::target_hint. See #45. This is currently honoured only in WASM

Changed

  • We've now shifted to a non-consuming builder pattern in BrowserOptions as part of supporting BrowserOptions::target_hint. This is a breaking change for current BrowserOptions users, but shifting to the builder pattern would help avoid future breakages, as more items get added.

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.8.0] - 2022-09-09

Added

Changed

  • Updated all dependencies to current versions

[0.7.1] - 2022-04-27

Added

  • Introduce Browser::is_available() and Browser::exists(&self) to check availability of browsers without opening a URL

Changed

  • Modify BrowserOptions to be constructable only via the builder pattern, to prevent future API compatibility issues

[0.7.0] - 2022-04-24

Added

Changed

  • Breaking API change for users of BrowserOptions. We've now shifted to a non-consuming builder pattern to avoid future breakages, as more items get added to BrowserOptions

[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
  • edf3814 Release 0.8.0
  • 7b4cf6e fix android tests
  • 7bad658 update changelog for 0.8.0
  • 6e86bf8 bump up version to 0.8.0 and update dependency versions
  • fdfef52 Run all matrix sequentially for Linux
  • 7a58fa6 make sure multiple windows build jobs do not conflict with each other
  • 7e64524 fix lint warning on nightly toolchain
  • 3b66da3 fix test status badge in doc
  • f6e0273 Include iOS tests (close #49)
  • 3ee22d3 Fix typos & missing imports
  • 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)

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.5.5 to 0.8.0.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md)
- [Commits](amodm/webbrowser-rs@v0.5.5...v0.8.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 added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 12, 2022
@dependabot @github

dependabot Bot commented on behalf of github Nov 7, 2022

Copy link
Copy Markdown
Author

Superseded by #145.

@dependabot dependabot Bot closed this Nov 7, 2022
@dependabot
dependabot Bot deleted the dependabot/cargo/webbrowser-0.8.0 branch November 7, 2022 14: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