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

Build(deps): Bump tty-screen from 0.8.1 to 0.8.2 #47

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps tty-screen from 0.8.1 to 0.8.2.

Changelog

Sourced from tty-screen's changelog.

[v0.8.2] - 2023-12-17

Changed

  • Change the ioctl system call support check to use the output method
  • Change size from ioctl to extract window buffer format and length to constants
  • Change size from ioctl to allocate and read window buffer with fewer objects
  • Change size detection from tput to check TTY on the output method
  • Change size detection from stty to check TTY on the output method
  • Change size detection from the environment variables to use the env method
  • Change size from the ansicon environment variable to use the env method
  • Change size from ansicon to use regexp last match to lookup pattern matches
  • Change size from ansicon to allocate window dimensions with fewer objects

Fixed

  • Fix ioctl call test to stub terminal size encoding for big-endian systems
  • Fix to skip terminal size detection from readline on non-TTY output
  • Fix size detection from IO to skip loading io-console on non-TTY output
  • Fix size detection from tput to check for non-zero columns instead of lines
  • Fix JRuby and Windows system detection to check Ruby configuration only once
Commits
  • 5826c29 Add release date to the changelog
  • da74d36 Change to bump the version up
  • 5ac4d5d Change gemspec to update the description
  • 2aae5fc Change the readme to improve code snippets, descriptions and formatting
  • 54c9770 Add rspec style rules to the rubocop configuration
  • ae714d3 Add rake style rules to the rubocop configuration
  • 7a3c76e Add performance rules to the rubocop configuration
  • cf93ebd Change simplecov configuration to enable branch coverage
  • 1a79294 Change Gemfile to update coveralls_reborn and simplecov dependencies
  • 06044ad Change Gemfile to remove redundant JRuby check
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [tty-screen](https://github.com/piotrmurach/tty-screen) from 0.8.1 to 0.8.2.
- [Changelog](https://github.com/piotrmurach/tty-screen/blob/master/CHANGELOG.md)
- [Commits](piotrmurach/tty-screen@v0.8.1...v0.8.2)

---
updated-dependencies:
- dependency-name: tty-screen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
@dependabot dependabot bot requested a review from seawolf January 1, 2024 22:26
@seawolf
Copy link
Owner

seawolf commented Jan 2, 2024

@dependabot merge

@dependabot dependabot bot merged commit 94925a0 into main Jan 2, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/tty-screen-0.8.2 branch January 2, 2024 10:19
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