Roger-luo / Ion

Ion - a CLI toolbox for Julia developers
https://rogerluo.dev/Ion/
MIT License
64 stars 3 forks source link

build(deps): update open requirement from 3.2.0 to 4.0.0 #42

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on open to permit the latest version.

Release notes

Sourced from open's releases.

v4.0.0

Bug Fixes

New Features (BREAKING)

  • set minimal required Rust version of 1.62. This version is motivated only when compiling on windows (but we can't differentiate that) due to the recent addition of CommandExt::raw_arg().

    This might be a breaking change as previously there was no minimal supported Rust version.

Commit Statistics

  • 4 commits contributed to the release.
  • 3 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Windows URL encoding for multiple query params (9ceb0a4)
    • Refactor (9a1178a)
    • Set minimal required Rust version of 1.62. (0cd6f98)
    • Fix Windows URL encoding for multiple query params (e4856ac)
Changelog

Sourced from open's changelog.

4.0.0 (2023-03-10)

Bug Fixes

New Features (BREAKING)

  • set minimal required Rust version of 1.62. This version is motivated only when compiling on windows (but we can't differentiate that) due to the recent addition of CommandExt::raw_arg().

    This might be a breaking change as previously there was no minimal supported Rust version.

Commit Statistics

  • 4 commits contributed to the release.
  • 3 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Windows URL encoding for multiple query params (9ceb0a4)
    • Refactor (9a1178a)
    • Set minimal required Rust version of 1.62. (0cd6f98)
    • Fix Windows URL encoding for multiple query params (e4856ac)

3.4.0 (2023-03-06)

... (truncated)

Commits
  • f36f37a Release open v4.0.0
  • 9ceb0a4 fix: Windows URL encoding for multiple query params
  • 9a1178a refactor
  • 0cd6f98 feat!: set minimal required Rust version of 1.62.
  • e4856ac Fix Windows URL encoding for multiple query params
  • 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
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (02470ae) 56.37% compared to head (c28e98e) 56.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #42 +/- ## ======================================= Coverage 56.37% 56.37% ======================================= Files 73 73 Lines 4452 4452 ======================================= Hits 2510 2510 Misses 1942 1942 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rogerluo). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rogerluo)

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