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 tins from 1.33.0 to 1.34.0 #842

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps tins from 1.33.0 to 1.34.0.

Changelog

Sourced from tins's changelog.

2024-09-30 v1.34.0

Changes in 1.34.0

  • Secure write functionality updated
    • Added support for Pathname objects in secure_write
    • Updated File.new call to use to_s method on filename
    • New test case added for secure_write with Pathname object
  • Refactor version comparisons in various modules
    • Added Tins::StringVersion.compare method to compare Ruby versions with operators.
    • Replaced direct version comparisons with compare method in multiple modules.
  • Deprecate deep_const_get and const_defined_in? methods
    • Add deprecation notice for const_defined_in? for ruby >= 1.8
    • Add deprecation notice for deep_const_get method with a new method name const_get for ruby >= 2.0
  • Refactor deprecation logic and tests
    • Update Tins::Deprecate#deprecate method to allow for optional new_method parameter.
    • Modify tests/deprecate_test.rb to test deprecated methods with and without messages.
  • Prepare count_by method for deprecation
    • Suggest using count with block instead in newer Rubies
  • Prepare uniq_by / uniq_by! method for deprecation
    • Suggest using uniq / uniq! with block instead in newer Rubies
Commits
  • b79102c Start changes
  • d5d0c4b Bump version to 1.34.0
  • 84cdfb0 Secure write functionality updated
  • 75e921d Refactor version comparisons in various modules
  • 4490404 Deprecate deep_const_get and const_defined_in? methods
  • dcbdc3d Refactor deprecation logic and tests
  • adbb8e7 Prepare count_by method for deprecation
  • 766528a Prepare uniq_by / uniq_by! method for deprecation
  • e0dffa6 Update utility config file and Rakefile
  • a612aae Add deprecation warning functionality to Tins library.
  • 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)

@dependabot dependabot bot force-pushed the dependabot/bundler/tins-1.34.0 branch from 38bee16 to c181973 Compare October 1, 2024 21:22
Bumps [tins](https://github.com/flori/tins) from 1.33.0 to 1.34.0.
- [Changelog](https://github.com/flori/tins/blob/master/CHANGES.md)
- [Commits](flori/tins@v1.33.0...v1.34.0)

---
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.34.0 branch from c181973 to b0bfda8 Compare October 2, 2024 14:08
@michaelabon michaelabon merged commit 82b58df into main Oct 2, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/bundler/tins-1.34.0 branch October 2, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant