Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump tins from 1.34.0 to 1.36.1 #849

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps tins from 1.34.0 to 1.36.1.

Changelog

Sourced from tins's changelog.

2024-10-11 v1.36.1

  • Fixed a typo in the code

2024-10-11 v1.36.0

Significant Changes

  • Refactor bfs method in hash_bfs.rb:
    • Rename include_nodes variable to visit_internal
    • Update test cases in hash_bfs_test.rb to use new method signature
    • Update method signature and docstring to reflect new behavior
  • Update hash conversion logic:
    • Rename method parameter from v to object
    • Use object instead of v consistently throughout the method
    • Add documentation for new method name and behavior

2024-10-10 v1.35.0

New Features

  • Implemented breadth-first search in hashes using the Tins::HashBFS module.
    • Added tests for the Tins::HashBFS module.

Refactoring and Cleanup

  • Reformatted code.
  • Removed TODO note from the TODO file.
  • Cleaned up test requirements:
    • Added require 'tins' to tests/test_helper.rb.
    • Removed unnecessary require 'tins' lines from test files.
  • Refactored BASE16 constants and alphabet:
    • Added BASE16_LOWERCASE_ALPHABET constant.
    • Added BASE16_UPPERCASE_ALPHABET constant.

Tool Updates

  • Updated bundler command to use full index:
    • Added --full-index flag to bundle install.
    • Replaced bundle update with bundle install --full-index.
Commits

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 [tins](https://github.com/flori/tins) from 1.34.0 to 1.36.1.
- [Changelog](https://github.com/flori/tins/blob/master/CHANGES.md)
- [Commits](flori/tins@v1.34.0...v1.36.1)

---
updated-dependencies:
- dependency-name: tins
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/tins-1.36.1 branch from bb00455 to 30e802c Compare October 16, 2024 03:22
@michaelabon michaelabon merged commit e9bea84 into main Oct 16, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/bundler/tins-1.36.1 branch October 16, 2024 03:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant