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

build(deps): update rust crate terminal_size to ^0.4.0#42

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 5, 2022

This PR contains the following updates:

Package Type Update Change
terminal_size dependencies minor ^0.2.1 -> ^0.4.0

Release Notes

eminence/terminal-size (terminal_size)

v0.4.0

Compare Source

Breaking changes

The big change in this release is the API change in #​66:

  • If you were using the terminal_size_using_fd or terminal_size_using_handle functions, these are now deprecated and unsafe. Instead you should use the terminal_size_of function, which does the same thing but is safer.

What's Changed

New Contributors

Full Changelog: eminence/terminal-size@v0.3.0...v0.4.0

v0.3.0

Compare Source

What's Changed

Full Changelog: eminence/terminal-size@v0.2.6...v0.3.0

v0.2.6

Compare Source

v0.2.5

What's Changed

Full Changelog: eminence/terminal-size@v0.2.3...v0.2.5

(Note v0.2.4 was published and then immediately yanked due to an operator error. So v0.2.5 is the next version after v0.2.3)

v0.2.3

Compare Source

What's Changed

Full Changelog: eminence/terminal-size@v0.2.2...v0.2.3

v0.2.2

Compare Source

New features

Internal changes

Full Changelog: eminence/terminal-size@v0.2.1...v0.2.2


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 5, 2022
@renovate renovate Bot force-pushed the renovate/terminal_size-0.x branch from 3d3b2b4 to 4f0eec8 Compare November 29, 2022 05:59
@renovate renovate Bot changed the title build(deps): update rust crate terminal_size to ^0.2.2 build(deps): update rust crate terminal_size to ^0.2.3 Nov 29, 2022
@renovate renovate Bot changed the title build(deps): update rust crate terminal_size to ^0.2.3 Update Rust crate terminal_size to ^0.2.3 Dec 17, 2022
@renovate renovate Bot changed the title Update Rust crate terminal_size to ^0.2.3 build(deps): update rust crate terminal_size to ^0.2.3 Dec 17, 2022
@renovate renovate Bot force-pushed the renovate/terminal_size-0.x branch from 4f0eec8 to b1a2dab Compare March 16, 2023 10:08
@renovate renovate Bot changed the title build(deps): update rust crate terminal_size to ^0.2.3 build(deps): update rust crate terminal_size to ^0.2.5 Mar 16, 2023
@renovate renovate Bot changed the title build(deps): update rust crate terminal_size to ^0.2.5 build(deps): update rust crate terminal_size to ^0.2.6 Apr 3, 2023
@renovate renovate Bot force-pushed the renovate/terminal_size-0.x branch from b1a2dab to a944957 Compare April 3, 2023 16:29
@renovate renovate Bot force-pushed the renovate/terminal_size-0.x branch from a944957 to 80b5396 Compare August 1, 2023 09:07
@renovate renovate Bot changed the title build(deps): update rust crate terminal_size to ^0.2.6 build(deps): update rust crate terminal_size to ^0.3.0 Sep 15, 2023
@renovate renovate Bot force-pushed the renovate/terminal_size-0.x branch from 80b5396 to 6fe7894 Compare September 15, 2023 03:45
@renovate renovate Bot force-pushed the renovate/terminal_size-0.x branch from 6fe7894 to 5a5182a Compare September 25, 2024 04:58
@renovate renovate Bot changed the title build(deps): update rust crate terminal_size to ^0.3.0 build(deps): update rust crate terminal_size to ^0.4.0 Sep 25, 2024
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Sep 25, 2024

Important

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.


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>, please review it.
    -- 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    -- @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.
    -- @coderabbitai help me debug CodeRabbit configuration file.

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 using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration 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.

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