Skip to content

build(deps): bump open from 2.1.2 to 3.4.0 #162

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2023

Bumps open from 2.1.2 to 3.4.0.

Release notes

Sourced from open's releases.

v3.4.0

New Features

  • un-deprecate that_in_background(). In some configurations launchers may block, thus it's better to provide an easy mechanism to unblock an otherwise blocking call. This is alongside being able to use command() directly and simply spawn the command without waiting for it.
  • with_command() to obtain the command that opens a program with a given application.
  • improved error messages that will list the invoked command.
  • commands() function to obtain a list of launchers to open the given path. This allows async applications to control the application launch in an async way, for instance with tokio.

Other

  • improve documentation around how to use the library.

Commit Statistics

  • 10 commits contributed to the release.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

  • Uncategorized
    • Improve README (bfededa)
    • Improve documentation around how to use the library. (7e2a9c6)
    • Modernize generics of API using impl instead of 'the other way'. (cb322bf)
    • Thanks clippy (2f6fb47)
    • Un-deprecate that_in_background(). (adf99e9)
    • with_command() to obtain the command that opens a program with a given application. (66e0d7c)
    • Refactor (c2e0eb2)
    • Improved error messages that will list the invoked command. (a501d65)
    • commands() function to obtain a list of launchers to open the given path. (245c95e)
    • Remove dbg! statement (5644f17)

v3.2.0

New Features

  • upgrade windows-sys to more recent version.

... (truncated)

Changelog

Sourced from open's changelog.

3.4.0 (2023-03-06)

New Features

  • un-deprecate that_in_background(). In some configurations launchers may block, thus it's better to provide an easy mechanism to unblock an otherwise blocking call. This is alongside being able to use command() directly and simply spawn the command without waiting for it.
  • with_command() to obtain the command that opens a program with a given application.
  • improved error messages that will list the invoked command.
  • commands() function to obtain a list of launchers to open the given path. This allows async applications to control the application launch in an async way, for instance with tokio.

Other

  • improve documentation around how to use the library.

Commit Statistics

  • 10 commits contributed to the release.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

  • Uncategorized
    • Improve README (bfededa)
    • Improve documentation around how to use the library. (7e2a9c6)
    • Modernize generics of API using impl instead of 'the other way'. (cb322bf)
    • Thanks clippy (2f6fb47)
    • Un-deprecate that_in_background(). (adf99e9)
    • with_command() to obtain the command that opens a program with a given application. (66e0d7c)
    • Refactor (c2e0eb2)
    • Improved error messages that will list the invoked command. (a501d65)
    • commands() function to obtain a list of launchers to open the given path. (245c95e)
    • Remove dbg! statement (5644f17)

... (truncated)

Commits
  • 031c44b Release open v3.4.0
  • bfededa improve README
  • 7e2a9c6 doc: improve documentation around how to use the library.
  • cb322bf modernize generics of API using impl instead of 'the other way'.
  • 2f6fb47 thanks clippy
  • adf99e9 feat: un-deprecate that_in_background().
  • 66e0d7c feat: with_command() to obtain the command that opens a program with a give...
  • c2e0eb2 refactor
  • a501d65 feat: improved error messages that will list the invoked command.
  • 245c95e feat: commands() function to obtain a list of launchers to open the given p...
  • 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 [open](https://github.com/Byron/open-rs) from 2.1.2 to 3.4.0.
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](Byron/open-rs@v2.1.2...v3.4.0)

---
updated-dependencies:
- dependency-name: open
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2023

Superseded by #163.

@dependabot dependabot bot closed this Mar 13, 2023
@dependabot dependabot bot deleted the dependabot/cargo/open-3.4.0 branch March 13, 2023 00:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants