Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

build(deps): update rust crate confy to ^0.6.0#36

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/confy-0.x
Open

build(deps): update rust crate confy to ^0.6.0#36
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/confy-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 2, 2022

This PR contains the following updates:

Package Type Update Change
confy dependencies minor ^0.5.0 -> ^0.6.0

Release Notes

rust-cli/confy (confy)

v0.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: rust-cli/confy@v0.6.0...v0.6.1

v0.6.0

Compare Source

v0.6.0 is a breaking change due to updated dependencies.

CHANGELOG

3331a99 Updated Cargo.toml to 0.6.0 and reported breaking changes in the README as was done previously
87e29ce Merge pull request #​88 from daniestevez/update-dependencies
6d03bde update dependencies
d5abd6c Merge pull request #​83 from jreppnow/patch-1
de35749 use general error type for example in readme.md
700337e Merge pull request #​80 from RampedIndent/patch-3
f003b47 Update README.md to address #​61
ad0c862 Merge pull request #​79 from deg4uss3r/degausser/fix_lints
14906cd Update lints to work with Rust 1.67
d899afe Merge pull request #​78 from RampedIndent/patch-2
581cd78 Changed heading level
ae5ccc5 Update README.md

v0.5.1

Compare Source

CHANGELOG

0bfbff2 version bump to release confy
62fb7f0 bump Rust Edition to 2021
b91174c Changing naming for new test case
511c204 Adding test for ron deser
381b3ff Removing struct_names(true) from PrettyConfig
bfda062 Fixing cfg attribute feature check
a4716bb Adding oxford comma to error messages
fd39df8 Making minor improvement to README
e077f3c Improving description of feature flags in README
31192c9 Setting language edition back to 2018
e1085a3 Removing explicit returns
81d9e41 Changing serialization to use pretty format
f90c8ee Adding feature flag entry in README.md
2a7d7c0 Adding ron support
7521e99 Update directories: 2.0 -> 4.0
681d2d5 Remove section about directories
43e18fe start running check and tests on macOS and Windows in CI


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Nov 2, 2022
@renovate renovate Bot changed the title build(deps): update rust crate confy to ^0.5.1 Update Rust crate confy to ^0.5.1 Dec 17, 2022
@renovate renovate Bot changed the title Update Rust crate confy to ^0.5.1 build(deps): update rust crate confy to ^0.5.1 Dec 17, 2022
@renovate renovate Bot force-pushed the renovate/confy-0.x branch from b682408 to 9444526 Compare August 1, 2023 09:05
@renovate renovate Bot force-pushed the renovate/confy-0.x branch from 9444526 to 6036054 Compare January 12, 2024 02:05
@renovate renovate Bot changed the title build(deps): update rust crate confy to ^0.5.1 build(deps): update rust crate confy to ^0.6.0 Jan 12, 2024
@renovate renovate Bot force-pushed the renovate/confy-0.x branch from 6036054 to 0d2cd11 Compare March 2, 2024 11:16
@renovate renovate Bot changed the title build(deps): update rust crate confy to ^0.6.0 build(deps): update rust crate confy to ^0.6.1 Mar 2, 2024
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 2, 2024

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate Bot force-pushed the renovate/confy-0.x branch from 0d2cd11 to d6828ad Compare May 5, 2024 09:07
@renovate renovate Bot changed the title build(deps): update rust crate confy to ^0.6.1 build(deps): update rust crate confy to ^0.6.0 May 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants