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 the bundler group with 12 updates #7566

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps the bundler group with 12 updates:

Package From To
net-imap 0.5.4 0.5.5
aws-sdk-s3 1.176.1 1.177.0
erb_lint 0.7.0 0.8.0
super_diff 0.14.0 0.15.0
aws-partitions 1.1029.0 1.1033.0
connection_pool 2.4.1 2.5.0
guard 2.19.0 2.19.1
highline 3.1.1 3.1.2
loofah 2.23.1 2.24.0
rack-session 2.0.0 2.1.0
rubyzip 2.3.2 2.4.1
websocket-driver 0.7.6 0.7.7

Updates net-imap from 0.5.4 to 0.5.5

Release notes

Sourced from net-imap's releases.

v0.5.5

What's Changed

Breaking Changes

  • 🐛💥 Remove accidental Data#attributes method by @​nevans in ruby/net-imap#371 For ruby 3.2 and above, this PR is not a breaking change, and it fixes a YAML serialization bug. Net::IMAP::Data#attributes was only available in ruby 3.1, with net-imap v0.5.2 - v0.5.4. It can be replaced by #to_h.

Added

Documentation

New Contributors

Full Changelog: ruby/net-imap@v0.5.4...v0.5.5

Commits
  • e4ef3eb 🔖 Bump version to 0.5.5
  • 70742e8 📚💄 Update rdoc attribute heading styles
  • 61c35f7 📚 Update Config#responses_without_block rdoc
  • 69b240f 📚 Fix rdoc heading levels
  • fe87d46 📚 Add RFC9051 link to README
  • 1e4e296 📚 Add rdoc for FetchStruct#attr
  • 475c5fc 📚 Update StatusData rdoc
  • 8ae8882 📚 Update Namespace, Namespaces rdoc
  • 87879d6 📚 Update MailboxACLItem rdoc
  • 62c91dc 📚 Update MailboxQuota, MailboxQuotaRoot rdoc
  • Additional commits viewable in compare view

Updates aws-sdk-s3 from 1.176.1 to 1.177.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.177.0 (2025-01-03)

  • Feature - This change is only for updating the model regexp of CopySource which is not for validation but only for documentation and user guide change.
Commits

Updates erb_lint from 0.7.0 to 0.8.0

Release notes

Sourced from erb_lint's releases.

v0.8.0

What's Changed

New Contributors

Full Changelog: Shopify/erb_lint@v0.7.0...v0.8.0

Commits

Updates super_diff from 0.14.0 to 0.15.0

Changelog

Sourced from super_diff's changelog.

0.15.0 - 2025-01-06

Features

  • Implement RSpec 3.13.0+ compatibility. #258

Other changes

Commits

Updates aws-partitions from 1.1029.0 to 1.1033.0

Changelog

Sourced from aws-partitions's changelog.

1.1033.0 (2025-01-07)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1032.0 (2025-01-06)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1031.0 (2025-01-03)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1030.0 (2025-01-02)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
Commits

Updates connection_pool from 2.4.1 to 2.5.0

Changelog

Sourced from connection_pool's changelog.

2.5.0

  • Reap idle connections #187
idle_timeout = 60
pool = ConnectionPool.new ...
pool.reap(idle_timeout, &:close)
  • ConnectionPool#idle returns the count of connections not in use #187
Commits

Updates guard from 2.19.0 to 2.19.1

Release notes

Sourced from guard's releases.

v2.19.1

🏠 Housekeeping

Commits

Updates highline from 3.1.1 to 3.1.2

Changelog

Sourced from highline's changelog.

3.1.2 / 2025-01-05

Commits
  • 0321f84 Merge pull request #279 from JEG2/upgrade_ruby_341
  • 296bc23 Update Changelog.md
  • a428bbb Turn if-else to case-when (rubocop)
  • dfab07c Add base64 gem to Gemfile
  • cc067cc Update Rubocop Ruby version target
  • 452d813 Add Ruby 3.4 to GitHub Actions matrix
  • 79d60b1 Fix for frozen string literal on test/test_helper.rb
  • 7c42ad1 Fix for frozen string literal on lib/highline.rb
  • 182bfc1 Fix for frozen string literal on lib/highline/menu.rb
  • b7ddfc3 Merge pull request #278 from davidjkling/master
  • Additional commits viewable in compare view

Updates loofah from 2.23.1 to 2.24.0

Release notes

Sourced from loofah's releases.

2.24.0 / 2024-12-24

Added

Improved

  • Built-in scrubber :targetblank now skips a tags whose href attribute is an anchor link. Previously, all a tags were modified to have target='_blank'. #291 @​fnando

New Contributors

Full Changelog: flavorjones/loofah@v2.23.1...v2.24.0

Changelog

Sourced from loofah's changelog.

2.24.0 / 2024-12-24

Added

Improved

  • Built-in scrubber :targetblank now skips a tags whose href attribute is an anchor link. Previously, all a tags were modified to have target='_blank'. #291 @​fnando
Commits
  • 8599060 version bump to v2.24.0
  • 2abdafc Merge pull request #284 from josecolella/jc-th-add-breakpoint-scrubber
  • 4d94183 Drop newlines from the double-breakpoint test
  • 4b339a5 docs: Update documentation
  • 9da4c19 feat: Add implementation for method
  • be68124 initial scaffold
  • c949968 test: Get basic test case for scrubber
  • 868a852 Merge pull request #291 from fnando/anchors-target-blank
  • 527bc58 Skip target attribute on links with anchors.
  • 7627aca Merge pull request #292 from flavorjones/flavorjones-bump-ci-versions-202412
  • Additional commits viewable in compare view

Updates rack-session from 2.0.0 to 2.1.0

Release notes

Sourced from rack-session's releases.

v2.1.0

Full Changelog: rack/rack-session@v2.0.0...v2.1.0

Changelog

Sourced from rack-session's changelog.

v2.1.0

  • Improved compatibility with Ruby 3.3+ and Rack 3+.
  • Add support for cookie option partitioned.
  • Introduce assume_ssl option to allow secure session cookies through insecure proxy.
Commits
  • 8a02143 Bump minor version.
  • 67c1237 Add release notes.
  • 77c56db Rack 3 compatibility.
  • 1a10ce8 Test on Ruby v3.4.
  • 06b63f5 Bump actions/checkout from 3 to 4 (#47)
  • 9818179 Opt-in for MFA requirement (#45)
  • 9ad38c0 Test and set Ruby v2.5 as minimum. (#46)
  • 4af6114 Add cookie option "partitioned" to DEFAULT_OPTIONS and documentation of class...
  • abb6b62 Introduce assume_ssl option to allow secure session cookies through insecur...
  • 178daa3 Bump actions/checkout from 3 to 4 (#37)
  • Additional commits viewable in compare view

Updates rubyzip from 2.3.2 to 2.4.1

Changelog

Sourced from rubyzip's changelog.

2.4.1 (2025-01-05)

This is a re-release of version 2.4 with a full version number string. We need to move to version 2.4.1 due to the canonical version number 2.4 now being taken in Rubygems.

Tooling:

  • Opt-in for MFA requirement explicitly on 2.4 branch.

2.4 (2025-01-04) - Yanked

Yanked due to incorrect version number format (2.4 vs 2.4.0).

  • Ensure compatibility with --enable-frozen-string-literal.
  • Ensure File.open_buffer doesn't rewrite unchanged data. This is a backport of the fix on the 3.x branch.
  • Enable use of the version 3 calling style (mainly named parameters) wherever possible, while retaining version 2.x compatibility.
  • Add (switchable) warning messages to methods that are changed or removed in version 3.x.

Tooling:

  • Switch to using GitHub Actions (from Travis).
  • Update Rubocop versions and configuration.
  • Update actions with latest rubies.
Commits
  • 6c4b7a9 Move to version 2.4.1 due to clash with 2.4.
  • 3b4c2bf Opt-in for MFA requirement explicitly on 2.4
  • e3eb624 Make sure version number is 2.4.0.
  • c09352b Bump version and Changelog for release.
  • 71bb069 Update actions with latest rubies.
  • bb06f99 Update actions dependencies.
  • 3d95a82 Update earliest Ruby version for MacOS builds in CI.
  • 56954b0 Suppress "literal string will be frozen in the future" warning
  • 6ff40f7 Fix setting and restoring RUBYZIP_V3_API_WARN in tests.
  • e05dc9b Improve version 3 API messages.
  • Additional commits viewable in compare view

Updates websocket-driver from 0.7.6 to 0.7.7

Changelog

Sourced from websocket-driver's changelog.

0.7.7 / 2025-01-04

  • Add base64 gem to the dependencies to support Ruby 3.4
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 bundler group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [net-imap](https://github.com/ruby/net-imap) | `0.5.4` | `0.5.5` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.176.1` | `1.177.0` |
| [erb_lint](https://github.com/Shopify/erb-lint) | `0.7.0` | `0.8.0` |
| [super_diff](https://github.com/splitwise/super_diff) | `0.14.0` | `0.15.0` |
| [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.1029.0` | `1.1033.0` |
| [connection_pool](https://github.com/mperham/connection_pool) | `2.4.1` | `2.5.0` |
| [guard](https://github.com/guard/guard) | `2.19.0` | `2.19.1` |
| [highline](https://github.com/JEG2/highline) | `3.1.1` | `3.1.2` |
| [loofah](https://github.com/flavorjones/loofah) | `2.23.1` | `2.24.0` |
| [rack-session](https://github.com/rack/rack-session) | `2.0.0` | `2.1.0` |
| [rubyzip](https://github.com/rubyzip/rubyzip) | `2.3.2` | `2.4.1` |
| [websocket-driver](https://github.com/faye/websocket-driver-ruby) | `0.7.6` | `0.7.7` |


Updates `net-imap` from 0.5.4 to 0.5.5
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.5.4...v0.5.5)

Updates `aws-sdk-s3` from 1.176.1 to 1.177.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `erb_lint` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/Shopify/erb-lint/releases)
- [Commits](Shopify/erb_lint@v0.7.0...v0.8.0)

Updates `super_diff` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/splitwise/super_diff/releases)
- [Changelog](https://github.com/splitwise/super_diff/blob/main/CHANGELOG.md)
- [Commits](splitwise/super_diff@v0.14.0...v0.15.0)

Updates `aws-partitions` from 1.1029.0 to 1.1033.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `connection_pool` from 2.4.1 to 2.5.0
- [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md)
- [Commits](mperham/connection_pool@v2.4.1...v2.5.0)

Updates `guard` from 2.19.0 to 2.19.1
- [Release notes](https://github.com/guard/guard/releases)
- [Commits](guard/guard@v2.19.0...v2.19.1)

Updates `highline` from 3.1.1 to 3.1.2
- [Changelog](https://github.com/JEG2/highline/blob/master/Changelog.md)
- [Commits](JEG2/highline@v3.1.1...v3.1.2)

Updates `loofah` from 2.23.1 to 2.24.0
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md)
- [Commits](flavorjones/loofah@v2.23.1...v2.24.0)

Updates `rack-session` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/rack/rack-session/releases)
- [Changelog](https://github.com/rack/rack-session/blob/v2.1.0/releases.md)
- [Commits](rack/rack-session@v2.0.0...v2.1.0)

Updates `rubyzip` from 2.3.2 to 2.4.1
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](rubyzip/rubyzip@v2.3.2...v2.4.1)

Updates `websocket-driver` from 0.7.6 to 0.7.7
- [Changelog](https://github.com/faye/websocket-driver-ruby/blob/main/CHANGELOG.md)
- [Commits](faye/websocket-driver-ruby@0.7.6...0.7.7)

---
updated-dependencies:
- dependency-name: net-imap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: erb_lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: super_diff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: aws-partitions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: connection_pool
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: guard
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: highline
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: loofah
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: rack-session
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: rubyzip
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: websocket-driver
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 7, 2025 21:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 7, 2025
Copy link

sonarqubecloud bot commented Jan 7, 2025

@colinbruce colinbruce merged commit 445f975 into main Jan 8, 2025
17 checks passed
@colinbruce colinbruce deleted the dependabot/bundler/bundler-af7e95091f branch January 8, 2025 07:23
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant