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

cargo: bump the cargo-dependencies group with 2 updates #3275

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps the cargo-dependencies group with 2 updates: minus and whoami.

Updates minus from 5.5.3 to 5.6.0

Changelog

Sourced from minus's changelog.

v5.6.0 [2024-03-05]

Fixed

  • cd2b92: Fixed bug where screen jumps to 2nd match when first match is present on the same line where upper mark is present
  • #120, #121: Fixed screen flickering on WSL/Windows Terminal
  • 3493e76d: Fixed weird search jumps due to updating upper_mark in incremental search

Performance

  • Include a bunch of changes targeting text appending.
  • Introduced minus_core::utils::digits which uses faster algorithm to calculate digits in line numbers
  • 67772fc: Improve performance by Only reformatting the entire text when linen numbers are turned on
  • Introduce caching for frequently used analysis about the data like like total line count, total row count, length of the longest line etc

Docs

Added

  • #114: Added follow mode
  • #65: Implement horizontal scrolling
  • #130: Added new APIs to the screen module.
  • 36da3ca6: Added add_key_events_checked and add_mouse_events_checked functions in HashedEventRegister to prevent accidentally overriding already present bindings.
  • #112: Added all the dependencies required to develop minus in the flake.nix file.

Removed

  • Removed the initial_formatted_lines and initial_upper_mark fields from IncrementalSearchOpts

Changed

  • #130: Merge the text module with screen module.
  • cb991f1ac8: Use a better colorscheme for the prompt
  • 4611a13: Use a Vec style type for lines_to_row_map field in PagerState which yields better performance

v5.5.1 [2023-12-05]

Fixed

  • Version information in README
  • Static mode specific functionality not working due to incorrect placing of RUNMODE setting code. (#110)

v5.5.0 [2023-11-27]

Fixed

  • Prompt status not being updated when a new search is activated. (#102)
  • Improved consistency of search highlighting.
  • Fix a panic when using delete key when defining keybindings using the new input mapping method.
  • Fix a bug where search character shown at prompt is / regardless of search direction.

Added

  • Added Pager::show_prompt() function to control whether to show prompt.
  • Introudce s state::SearchState type to hold data specific to seaching only.
  • Added a PagerState::search_state field to get the SearchState field.
  • Introduce a feature to disable minus's method of search highlighting and get exact/accurate highlighting of the search matches.
  • Added incremental searching support

... (truncated)

Commits
  • cdc4fc7 doc: Add keybindings for horizontal scrolling
  • 45454fe doc: write changelog for v5.6.0
  • 6689363 refactor: removed useless NoDraw field in ApppendStyle
  • d097b97 fix: Display not being updated for single row updates
  • 3a3304a doc: Update version info
  • 7b6076e fix(hashed_event_register): Wrong events registered in add_mouse_events_checked
  • 3bf5feb some readme love
  • 7e54a79 fix(screen): Breaking external API for num_lines function
  • 36da3ca feat(input/hashed_event_register): Add add_key_events_checked and add_mouse_e...
  • a69e4b8 fix(screen): clean_append value is negated
  • Additional commits viewable in compare view

Updates whoami from 1.5.0 to 1.5.1

Changelog

Sourced from whoami's changelog.

[1.5.1] - 2024-03-09

Fixed

  • Broken link in docs
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo-dependencies group with 2 updates: [minus](https://github.com/arijit79/minus) and [whoami](https://github.com/ardaku/whoami).


Updates `minus` from 5.5.3 to 5.6.0
- [Changelog](https://github.com/arijit79/minus/blob/main/CHANGELOG.md)
- [Commits](AMythicDev/minus@v5.5.3...v5.6.0)

Updates `whoami` from 1.5.0 to 1.5.1
- [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md)
- [Commits](ardaku/whoami@v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: minus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: whoami
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust labels Mar 11, 2024
@github-actions github-actions bot enabled auto-merge (rebase) March 11, 2024 15:43
@github-actions github-actions bot merged commit b665504 into main Mar 11, 2024
16 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/cargo-dependencies-bda5d6b2db branch March 11, 2024 15:55
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
Development

Successfully merging this pull request may close these issues.

1 participant