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

chore(deps): Bump relative-path from 1.4.0 to 1.7.3 #70

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

Bumps relative-path from 1.4.0 to 1.7.3.

Release notes

Sourced from relative-path's releases.

1.6.0

Added

  • Added RelativePath::is_normalized to check for normalization (#28).
  • Added impl From<&RelativePath> for Box<RelativePath> (#26).
  • Added impl From<RelativePathBuf> for Box<RelativePath> (#26).
  • Added impl From<&RelativePath> for Arc<RelativePath> (#26).
  • Added impl From<RelativePathBuf> for Arc<RelativePath> (#26).
  • Added impl From<&RelativePath> for Rc<RelativePath> (#26).
  • Added impl From<RelativePathBuf> for Rc<RelativePath> (#26).

Fixed

  • Changed to_path and to_logical_path to treat empty paths better (#29).

#29: udoprog/relative-path#29 #28: udoprog/relative-path#28 #26: udoprog/relative-path#26

1.5.0

Added

  • Implement Extend and FromIterator for RelativePathBuf (#25).

#25: udoprog/relative-path#18

Changelog

Sourced from relative-path's changelog.

[1.7.3] - 2023-01-02

Changed

  • Fixed build badge in repo.

[1.7.1] - 2022-07-10

Changed

  • Updated documentation to be easier to follow.

[1.7.0] - 2022-03-22

Added

  • Added Clone implementation for Box<RelativePath> with RelativePathBuf::into_boxed_relative_path (#37).

#37: udoprog/relative-path#37

[1.6.1] - 2022-02-07

Changed

  • Updated documentation.

[1.6.0] - 2021-12-03

Added

  • Added RelativePath::is_normalized to check for normalization (#28).
  • Added impl From<&RelativePath> for Box<RelativePath> (#26).
  • Added impl From<RelativePathBuf> for Box<RelativePath> (#26).
  • Added impl From<&RelativePath> for Arc<RelativePath> (#26).
  • Added impl From<RelativePathBuf> for Arc<RelativePath> (#26).
  • Added impl From<&RelativePath> for Rc<RelativePath> (#26).
  • Added impl From<RelativePathBuf> for Rc<RelativePath> (#26).

Fixed

  • Changed to_path and to_logical_path to treat empty paths better (#29).

#29: udoprog/relative-path#29 #28: udoprog/relative-path#28 #26: udoprog/relative-path#26

[1.5.0] - 2021-07-29

Added

  • Implement Extend and FromIterator for RelativePathBuf (#25).

#25: udoprog/relative-path#25

Commits

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 [relative-path](https://github.com/udoprog/relative-path) from 1.4.0 to 1.7.3.
- [Release notes](https://github.com/udoprog/relative-path/releases)
- [Changelog](https://github.com/udoprog/relative-path/blob/main/CHANGELOG.md)
- [Commits](udoprog/relative-path@1.4.0...1.7.3)

---
updated-dependencies:
- dependency-name: relative-path
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2023
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
0 participants