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 the deps group with 8 updates #1774

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the deps group with 8 updates:

Package From To
pagy 9.3.2 9.3.3
store_model 4.1.0 4.2.0
aws-sdk-s3 1.175.0 1.176.0
googleauth 1.11.2 1.12.0
appsignal 4.2.0 4.2.1
lefthook 1.8.5 1.9.0
minitest 5.25.2 5.25.4
twilio-ruby 7.3.6 7.3.7

Updates pagy from 9.3.2 to 9.3.3

Release notes

Sourced from pagy's releases.

Version 9.3.3

✴ What's new in 9.0+ ✴

  • Wicked-fast Keyset Pagination for big data! It works with ActiveRecord::Relation and Sequel::Dataset sets.
  • More Playground Apps to showcase, clone and develop pagy APPs without any setup on your side
  • Lots of refactorings and optimizations
  • See the Changelog for possible breaking changes

Changes in 9.3.3

  • Add test for locales - to find problematic keys (#752)
  • Update locales: zh-CN, zh-HK, zh-TW (#751) (fix #608, fix #609, fix #610)
    • Remove :other from :aria_label key and code comment
    • Change :item_name which had :one_other keys to default to the :other key
    • Fix comment

CHANGELOG

Changelog

Sourced from pagy's changelog.

Version 9.3.3

  • Add test for locales - to find problematic keys (#752)
  • Update locales: zh-CN, zh-HK, zh-TW (#751) (fix #608, fix #609, fix #610)
    • Remove :other from :aria_label key and code comment
    • Change :item_name which had :one_other keys to default to the :other key
    • Fix comment
Commits

Updates store_model from 4.1.0 to 4.2.0

Changelog

Sourced from store_model's changelog.

Change log

5.0.0 (eventually)

Commits
  • 44dbc17 Bump version to 4.2.0
  • 55a553e Update CHANGELOG.md
  • 41b26fc Fix for AR association accepts_nested_attributes_for and a raise_if proc (#196)
  • 2a35d18 Update CHANGELOG.md
  • bec6015 fix accepts_nested_attributes_for triggering db connection in rails 7.2 (#194)
  • c39579b Fix typo in docs (#193)
  • 2fb8d4b Update CHANGELOG.md
  • 023c181 Add convenience methods to instantiate model from type (#192)
  • a1e1972 Update nested_models.md with workaround notes as per #187 (#190)
  • See full diff in compare view

Updates aws-sdk-s3 from 1.175.0 to 1.176.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.176.0 (2024-12-03)

  • Feature - Amazon S3 Metadata stores object metadata in read-only, fully managed Apache Iceberg metadata tables that you can query. You can create metadata table configurations for S3 general purpose buckets.
Commits

Updates googleauth from 1.11.2 to 1.12.0

Release notes

Sourced from googleauth's releases.

googleauth: v1.12.0

1.12.0 (2024-12-05)

Features

  • provided opt-in debug logging (#490)
Changelog

Sourced from googleauth's changelog.

1.12.0 (2024-12-05)

Features

  • provided opt-in debug logging (#490)
Commits
  • e16b972 chore(main): release googleauth 1.12.0 (#503)
  • 5f97a26 feat: provided opt-in debug logging (#490)
  • 075b59e tests: fix kokoro environment loading to get credentials from secret manager ...
  • 682d328 chore: Stop clobbering KOKORO_KEYSTORE_DIR (#501)
  • 546b06e chore: release configuration update (#500)
  • 0a750de chore: Update release config to use keystore for rubygems key and push docs t...
  • See full diff in compare view

Updates appsignal from 4.2.0 to 4.2.1

Changelog

Sourced from appsignal's changelog.

4.2.1

Published on 2024-12-04.

Changed

  • Minimize difference between Rack transaction duration and total child event durations. (patch 95c37802)
Commits

Updates lefthook from 1.8.5 to 1.9.0

Release notes

Sourced from lefthook's releases.

v1.9.0

Changelog

  • c1393d93f474dcbc171b7b27d99b67f947fbd5f8 chore!: replace viper with koanf (#813)
  • 9df624ccd340438fbac70a37d9b7ed94b6c34b23 chore: add minimum git version support warning (#886)
  • 4a2248d187cc970777dfef5885601f1f041bb519 ci: fix packages release (#881)
  • df484d9ebb2e0a48f7a80cc895faa0a37a3f1bda fix: reorder available hooks list (#884)
Changelog

Sourced from lefthook's changelog.

1.9.0 (2024-12-06)

Commits
  • 2077242 1.9.0: use different parsing tool koanf instead of viper, add git version war...
  • 9df624c chore: add minimum git version support warning (#886)
  • df484d9 fix: reorder available hooks list (#884)
  • a4ff6fa docs: correct typo in 'Scoop for Windows' section (#883)
  • c1393d9 chore!: replace viper with koanf (#813)
  • 4a2248d ci: fix packages release (#881)
  • See full diff in compare view

Updates minitest from 5.25.2 to 5.25.4

Changelog

Sourced from minitest's changelog.

=== 5.25.4 / 2024-12-03

  • 1 bug fix:

    • Fix for must_verify definition if only requiring minitest/mock (but why?).

=== 5.25.3 / 2024-12-03

  • 5 bug fixes:

    • Fixed assert_mock to fail instead of raise on unmet mock expectations.
    • Fixed assert_mock to take an optional message argument.
    • Fixed formatting of unmet mock expectation messages.
    • Fixed missing must_verify expectation to match assert_mock.
    • minitest/pride: Fixed to use true colors with *-direct terminals (bk2204)
Commits
  • d84437f prepped for release
  • 51cfac5 - Fix for must_verify definition if only requiring minitest/mock (but why?).
  • 704d310 prepped for release
  • 2d542ff - Fixed formatting of unmet mock expectation messages.
  • 212de90 - minitest/pride: Fixed to use true colors with *-direct terminals (bk2204)
  • See full diff in compare view

Updates twilio-ruby from 7.3.6 to 7.3.7

Release notes

Sourced from twilio-ruby's releases.

7.3.7

Release Notes

Api

  • Add optional parameter intelligence_service to transcription
  • Updated phone_number_sid to be populated for sip trunking terminating calls.

Numbers

  • Add Update Hosted Number Order V2 API endpoint
  • Update Port in docs

Twiml

  • Add optional parameter intelligence_service to <Transcription>
  • Add support for new <ConversationRelay> and <Assistant> noun
  • Add events attribute to <Dial> verb

Docs

Changelog

Sourced from twilio-ruby's changelog.

[2024-12-05] Version 7.3.7

Api

  • Add optional parameter intelligence_service to transcription
  • Updated phone_number_sid to be populated for sip trunking terminating calls.

Numbers

  • Add Update Hosted Number Order V2 API endpoint
  • Update Port in docs

Twiml

  • Add optional parameter intelligence_service to <Transcription>
  • Add support for new <ConversationRelay> and <Assistant> noun
  • Add events attribute to <Dial> verb
Commits
  • 9877912 Release 7.3.7
  • 59cb525 [Librarian] Regenerated @ 45fa5159053e1c1f62f6d613f3b67a9239b43a5f 2551818144...
  • See full diff in compare view

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

@dependabot dependabot bot added ruby Pull requests that update Ruby code 📦 Dependency Update Updating one or more dependencies labels Dec 9, 2024
Bumps the deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [pagy](https://github.com/ddnexus/pagy) | `9.3.2` | `9.3.3` |
| [store_model](https://github.com/DmitryTsepelev/store_model) | `4.1.0` | `4.2.0` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.175.0` | `1.176.0` |
| [googleauth](https://github.com/googleapis/google-auth-library-ruby) | `1.11.2` | `1.12.0` |
| [appsignal](https://github.com/appsignal/appsignal-ruby) | `4.2.0` | `4.2.1` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.8.5` | `1.9.0` |
| [minitest](https://github.com/minitest/minitest) | `5.25.2` | `5.25.4` |
| [twilio-ruby](https://github.com/twilio/twilio-ruby) | `7.3.6` | `7.3.7` |


Updates `pagy` from 9.3.2 to 9.3.3
- [Release notes](https://github.com/ddnexus/pagy/releases)
- [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md)
- [Commits](ddnexus/pagy@9.3.2...9.3.3)

Updates `store_model` from 4.1.0 to 4.2.0
- [Changelog](https://github.com/DmitryTsepelev/store_model/blob/master/CHANGELOG.md)
- [Commits](DmitryTsepelev/store_model@v4.1.0...v4.2.0)

Updates `aws-sdk-s3` from 1.175.0 to 1.176.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 `googleauth` from 1.11.2 to 1.12.0
- [Release notes](https://github.com/googleapis/google-auth-library-ruby/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-ruby/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-ruby@googleauth/v1.11.2...googleauth/v1.12.0)

Updates `appsignal` from 4.2.0 to 4.2.1
- [Changelog](https://github.com/appsignal/appsignal-ruby/blob/main/CHANGELOG.md)
- [Commits](appsignal/appsignal-ruby@v4.2.0...v4.2.1)

Updates `lefthook` from 1.8.5 to 1.9.0
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.8.5...v1.9.0)

Updates `minitest` from 5.25.2 to 5.25.4
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.25.2...v5.25.4)

Updates `twilio-ruby` from 7.3.6 to 7.3.7
- [Release notes](https://github.com/twilio/twilio-ruby/releases)
- [Changelog](https://github.com/twilio/twilio-ruby/blob/main/CHANGES.md)
- [Commits](twilio/twilio-ruby@7.3.6...7.3.7)

---
updated-dependencies:
- dependency-name: pagy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: store_model
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: googleauth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: appsignal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: twilio-ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/deps-bfc175ce1e branch from baaecbf to 51db8b9 Compare December 10, 2024 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 Dependency Update Updating one or more dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants