Skip to content
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

build(deps): update open requirement from 4.0.0 to 5.0.0 #52

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Updates the requirements on open to permit the latest version.

Release notes

Sourced from open's releases.

v5.0.0

Bug Fixes (BREAKING)

  • with() on windows to be able to lookup program in registry/PATH. The underlying invocation of with() changed slightly on windows to make it more useful as it can now find application names like chrome in the registry, but that change may also be breaking for some who previously worked around the previous behaviour.

    Please let us know if this truly works better, or if more changes are needed to launch something with a program on Windows.

    See Byron/open-rs#82 for details.

Commit Statistics

  • 4 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #80

Commit Details

  • #80
    • Fix open::with() on Windows. (5607cd6)
    • open application now reads OPEN_WITH environment variable to obtain the program to open with. (659b8a0)
  • Uncategorized
    • with() on windows to be able to lookup program in registry/PATH. (ddf4842)
    • Cleanup main program to support --with on all platforms. (b5528b6)
Changelog

Sourced from open's changelog.

5.0.0 (2023-06-25)

Bug Fixes (BREAKING)

  • with() on windows to be able to lookup program in registry/PATH. The underlying invocation of with() changed slightly on windows to make it more useful as it can now find application names like chrome in the registry, but that change may also be breaking for some who previously worked around the previous behaviour.

    Please let us know if this truly works better, or if more changes are needed to launch something with a program on Windows.

    See Byron/open-rs#82 for details.

Commit Statistics

  • 4 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #80

Commit Details

  • #80
    • Fix open::with() on Windows. (5607cd6)
    • open application now reads OPEN_WITH environment variable to obtain the program to open with. (659b8a0)
  • Uncategorized
    • with() on windows to be able to lookup program in registry/PATH. (ddf4842)
    • Cleanup main program to support --with on all platforms. (b5528b6)

4.2.0 (2023-06-21)

New Features

  • add that_detached() and with_detached() functions.

    They allow to open the program in a completely independent fashion so that it can out-live the program that spawned it.

Commit Statistics

  • 4 commits contributed to the release over the course of 1 calendar day.

... (truncated)

Commits
  • 92695f6 Release open v5.0.0
  • ddf4842 fix!: with() on windows to be able to lookup program in registry/PATH.
  • b5528b6 cleanup main program to support --with on all platforms.
  • 5607cd6 Fix open::with() on Windows. (#80)
  • 659b8a0 open application now reads OPEN_WITH environment variable to obtain the p...
  • b4592a4 Release open v4.2.0
  • 4ad428e prepare changelog prior to release
  • d21c48e Merge branch 'feat/detached-process'
  • 7ad9cb3 feat: add that_detached and with_detached
  • 8e47876 Release open v4.1.0
  • Additional commits viewable in compare view

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)

Updates the requirements on [open](https://github.com/Byron/open-rs) to permit the latest version.
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](Byron/open-rs@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: open
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 26, 2023
@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (a9e7e96) 56.09% compared to head (f93726c) 56.09%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #52   +/-   ##
=======================================
  Coverage   56.09%   56.09%           
=======================================
  Files          73       73           
  Lines        4514     4514           
=======================================
  Hits         2532     2532           
  Misses       1982     1982           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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