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

Bump fasterer from 0.10.1 to 0.11.0 #93

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps fasterer from 0.10.1 to 0.11.0.

Changelog

Sourced from fasterer's changelog.

0.11.0

  • There have been multiple issues filed with the colorize gem, such as licencing, gem versions etc. Due to the easy implementation, fasterer will now leverage an internal implementation of this so we don't need to get issues tracked bc of colorize. There might be other issues that arise (perhaps somebody leveraging Windows might have issues), but that's okay, we'll solve it.

  • There has been a [bug report #102](DamirSvrtan/fasterer#102) that the Redis #keys method shouldn't trigger Hash#each_key recommendation. It's not possible to detect that what is the receiver of the keys method call, but the keys method called on the Hash doesn't accept arguments while the redis one does. So not an ideal solution, but should fix any issues for now.

Commits
  • 9ebf505 Bump version to 0.11.0
  • 346e79c Merge pull request #106 from DamirSvrtan/replace-colorize
  • 4152d09 Replace colorize with a simple internal implementation
  • 3bc3392 Merge pull request #105 from DamirSvrtan/fix-redis-keys-triggering-each-key-r...
  • 91c4519 Remove Github Actions for Ruby 2.4 as well due to issues with builds
  • 007fc93 Fix merge conflict for Ruby version for Github Actions
  • cc736a6 Redis keys method should not trigger the each key recommendation
  • e6e2f62 Merge pull request #101 from petergoldstein/feature/add_ruby_3_2_to_ci
  • 0a0dbba Add Ruby 3.2 to CI
  • See full diff 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 [fasterer](https://github.com/DamirSvrtan/fasterer) from 0.10.1 to 0.11.0.
- [Changelog](https://github.com/DamirSvrtan/fasterer/blob/master/CHANGELOG.md)
- [Commits](DamirSvrtan/fasterer@v0.10.1...v0.11.0)

---
updated-dependencies:
- dependency-name: fasterer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 20, 2023
Copy link
Contributor

sweep-ai bot commented Nov 20, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

@hlascelles hlascelles merged commit 4c70bdf into master Feb 27, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/fasterer-0.11.0 branch February 27, 2024 19:02
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