-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore(deps): update webbrowser requirement from 0.8.10 to 1.0.0 #962
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the requirements on [webbrowser](https://github.com/amodm/webbrowser-rs) to permit the latest version. - [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.8.10...v1.0.0) --- updated-dependencies: - dependency-name: webbrowser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Apr 22, 2024
aborgna-q
approved these changes
Apr 23, 2024
doug-q
pushed a commit
that referenced
this pull request
Apr 24, 2024
Updates the requirements on [webbrowser](https://github.com/amodm/webbrowser-rs) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/releases">webbrowser's releases</a>.</em></p> <blockquote> <h2>v1.0.0</h2> <p>Releasing v1.0.0 with the following changes:</p> <h3>Added</h3> <ul> <li>Move to 1.0 🎉 ! MSRV has now been defined too.</li> </ul> <h3>Fixed</h3> <ul> <li>Unix: default to standard unix implementation, instead of whitelisting each flavour of unix</li> <li>WASM: return an error on dry_run if window object isn't available</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md">webbrowser's changelog</a>.</em></p> <blockquote> <h2>[1.0.0] - 2024-04-20 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Added</h3> <ul> <li>Move to 1.0! MSRV has now been defined too.</li> </ul> <h3>Fixed</h3> <ul> <li>Unix: default to standard unix implementation, instead of whitelisting each flavour of unix</li> <li>WASM: return an error on dry_run if window object isn't available</li> </ul> <h2>[0.8.15] - 2024-04-10 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Fixed</h3> <ul> <li>Fix crash on iOS. See <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/83">#83</a> and <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/84">#84</a></li> </ul> <h2>[0.8.14] - 2024-04-06 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Added</h3> <ul> <li>Illumos: experimental support. See PR <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/82">#82</a></li> </ul> <h3>Fixed</h3> <ul> <li>Previously configured MSRV was stale (i.e. wouldn't have compiled), and has been modified to 1.60. This is being treated as bug, and as such not requiring a major release.</li> </ul> <h2>[0.8.13] - 2024-03-05 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Added</h3> <ul> <li>AIX: experimental support. See PR <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/79">#79</a></li> </ul> <h2>[0.8.12] - 2023-10-11 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Fixed</h3> <ul> <li>Linux: fix message about BROWSER env variable. See PR <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/76">#76</a></li> </ul> <h2>[0.8.11] - 2023-08-17 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Fixed</h3> <ul> <li>WSL: handle <code>&</code> in URL correctly in WSL environment. See issue <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/73">#73</a> and PR <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/74">#74</a></li> </ul> <h2>[0.8.10] - 2023-04-12 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Changed</h3> <ul> <li>Linux: move to <code>home</code> as a dependency, instead of <code>dirs</code></li> </ul> <h2>[0.8.9] - 2023-04-12 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Added</h3> <ul> <li>Linux: add support for running under Flatpak sandboxes. See issue <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/67">#67</a> and PR <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/70">#70</a></li> </ul> <h3>Fixed</h3> <ul> <li>Windows: fix a bug where browser command parsing failed. See issue <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/68">#68</a> and PR <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/69">#69</a></li> </ul> <h2>[0.8.8] - 2023-01-30 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Changed</h3> <ul> <li>Android: bumped <code>jni</code> dependency version to <code>0.21</code></li> </ul> <h2>[0.8.7] - 2023-01-30 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Fixed</h3> <ul> <li>Fixes a bug on WSL, when <code>xdg-settings</code> executes successfully but returns no default browser name. Thanks to <a href="https://github.com/krsh732"><code>@krsh732</code></a>. See <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/64">#64</a>.</li> </ul> <h2>[0.8.6] - 2023-01-26 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/amodm/webbrowser-rs/commit/a16d6aea41451f3852d081a5f75ed69a71711ef4"><code>a16d6ae</code></a> Release v1.0.0 [skip ci]</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/fec67c3f355c34567908e83048ebb65ce3a4b918"><code>fec67c3</code></a> wasm: fix lint #build-wasm</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/2b6ce33ff1b40a7ad9326d109adf5f0520e1d157"><code>2b6ce33</code></a> move to default whitelisting of unix family, instead of breaking compilation ...</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/0558cd8c1e32a09f66bb840f2dbe0420c1be8394"><code>0558cd8</code></a> ios: during testing, crash out early if build fails</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/1a21e23e5083673d56fb9a6a716517ef9b8e3540"><code>1a21e23</code></a> ios: remove stale dev team id from project file</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/483e473857ff35c437529c3f72c539e62378747b"><code>483e473</code></a> wasm: return error for dry_run if we do not have window</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/0a55fdff848c0127979c3594d178535040ac3e39"><code>0a55fdf</code></a> wasm: use target_family instead of target_arch to determine wasm implementation</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/2f1f0e6deba0af59ea94a440b6be3cfc30c73fb9"><code>2f1f0e6</code></a> include tvos as the api is the same as ios</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/12704dbc31e2088c5db32ccbf92c61ded0d8baaf"><code>12704db</code></a> Release v0.8.15 [skip ci]</li> <li><a href="https://github.com/amodm/webbrowser-rs/commit/0d54886ffdb0371713353bf7a7fe889caecc0b81"><code>0d54886</code></a> Merge branch 'extrawurst-fix-ios-crash'. See PR <a href="https://redirect.github.com/amodm/webbrowser-rs/issues/84">#84</a></li> <li>Additional commits viewable in <a href="https://github.com/amodm/webbrowser-rs/compare/v0.8.10...v1.0.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on webbrowser to permit the latest version.
Release notes
Sourced from webbrowser's releases.
Changelog
Sourced from webbrowser's changelog.
... (truncated)
Commits
a16d6ae
Release v1.0.0 [skip ci]fec67c3
wasm: fix lint #build-wasm2b6ce33
move to default whitelisting of unix family, instead of breaking compilation ...0558cd8
ios: during testing, crash out early if build fails1a21e23
ios: remove stale dev team id from project file483e473
wasm: return error for dry_run if we do not have window0a55fdf
wasm: use target_family instead of target_arch to determine wasm implementation2f1f0e6
include tvos as the api is the same as ios12704db
Release v0.8.15 [skip ci]0d54886
Merge branch 'extrawurst-fix-ios-crash'. See PR #84Dependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)