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 bundler group with 6 updates #854

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the bundler group with 6 updates:

Package From To
activerecord-postgis-adapter 10.0.0 10.0.1
aws-sdk-s3 1.170.1 1.172.0
pagy 9.2.2 9.3.1
pry 0.14.2 0.15.0
rubocop-performance 1.22.1 1.23.0
super_diff 0.13.0 0.14.0

Updates activerecord-postgis-adapter from 10.0.0 to 10.0.1

Changelog

Sourced from activerecord-postgis-adapter's changelog.

10.0.1 / 2024-11-15

  • Fix Quoting of RGeo objects (JamesChevalier) #417
  • Fix loading issue in multi-db environments (dorner) #418
Commits

Updates aws-sdk-s3 from 1.170.1 to 1.172.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.172.0 (2024-11-18)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.171.0 (2024-11-14)

  • Feature - This release updates the ListBuckets API Reference documentation in support of the new 10,000 general purpose bucket default quota on all AWS accounts. To increase your bucket quota from 10,000 to up to 1 million buckets, simply request a quota increase via Service Quotas.
Commits

Updates pagy from 9.2.2 to 9.3.1

Release notes

Sourced from pagy's releases.

Version 9.3.1

✴ 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.1

  • Added qualified column names to the keyset query

CHANGELOG

Version 9.3.0

✴ 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.0

  • Remove the :typecast_latest variable
  • Add the :jsonify_keyset_attributes variable to override the encoding (#749)

CHANGELOG

Changelog

Sourced from pagy's changelog.

Version 9.3.1

  • Added qualified column names to the keyset query

Version 9.3.0

  • Remove the :typecast_latest variable
  • Add the :jsonify_keyset_attributes variable to override the encoding (#749)
Commits
  • 0475ba4 Merge branch 'dev'
  • e76acc2 Version 9.3.1
  • 8b78339 Added qualified column names to the keyset query
  • 30d48c2 Improve comments and indentation [skip-log]
  • 079fe81 Merge branch 'dev'
  • 1b3db0f Version 9.3.0
  • 3837c60 Remove the :typecast_latest variable
  • 8a9ae6f Add the :jsonify_keyset_attributes variable to override the encoding (#749)
  • aa1f502 Update gems and javascript packages
  • 4031b98 Improve docs
  • Additional commits viewable in compare view

Updates pry from 0.14.2 to 0.15.0

Release notes

Sourced from pry's releases.

v0.15.0

From the CHANGELOG.md

v0.15.0

Features

  • Added support for Reline (#2298)
  • Added support for Ruby 3.3 (#2295)
  • Added Pry::Input::SimpleStdio for dumb terminals when Reline is in use (#2304)
  • Remove OpenStruct usage (#2307) (#2309)
  • Disable coloring of output when NO_COLOR is set. (#2323)
  • Add pry --no-multiline flag to keep single line prompt. (#2327)

Bug Fixes

  • Fix typos on docs and and comments (#2300) (#2301)
  • Fix 'calling clear method' on user code when defined in pry context. (#2291)
  • Fix arguments WatchExpression#add_expression (#2278)

Breaking changes

  • Remove support for deprecated Pry.config.prompt = [proc {}, proc {}] Use Pry::Prompt API instead (#2308)
  • Remove deprecated Pry.config.exception_whitelist. Use Pry.config.unrescued_exceptions instead. (#2326)
Changelog

Sourced from pry's changelog.

[v0.15.0][v0.15.0] (November 15, 2024)

Features

  • Added support for Reline (#2298)
  • Added support for Ruby 3.3 (#2295)
  • Added Pry::Input::SimpleStdio for dumb terminals when Reline is in use (#2304)
  • Remove OpenStruct usage (#2307) (#2309)
  • Disable coloring of output when NO_COLOR is set. (#2323)(pry/pry#2323))
  • Add pry --no-multiline flag to keep single line prompt. (#2327)

Bug Fixes

  • Fix typos on docs and and comments (#2300) (#2301)
  • Fix 'calling clear method' on user code when defined in pry context. (#2291)
  • Fix arguments WatchExpression#add_expression (#2278)

Breaking changes

  • Remove support for deprecated Pry.config.prompt = [proc {}, proc {}] Use Pry::Prompt API instead (#2308)
  • Remove deprecated Pry.config.exception_whitelist. Use Pry.config.unrescued_exceptions instead. (#2326)
Commits
  • 52d1489 Merge pull request #2330 from andrehjr/prep-for-v0.15.0
  • cd0eeec Prep for v0.15.0
  • 9ba4b32 Update CHANGELOG.md
  • a07eced Merge pull request #2327 from andrehjr/allow-pry-no-multiline-config
  • 0b01b5c Add --no-multiline options to disable multiline with Reline
  • c0639ae Merge pull request #2329 from andrehjr/fallback-to-method-source-for-older-prism
  • fe8e985 Fallback to Pry::Code.complete_expression? when prism is not available
  • 2615de7 Merge pull request #2326 from andrehjr/remove-deprecated-exception-whitelist
  • a92f8fa Update changelog
  • 4214909 Remove deprecated 'exception_whitelist' config.
  • Additional commits viewable in compare view

Updates rubocop-performance from 1.22.1 to 1.23.0

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance 1.23.0

New features

Changelog

Sourced from rubocop-performance's changelog.

1.23.0 (2024-11-14)

New features

Commits

Updates super_diff from 0.13.0 to 0.14.0

Release notes

Sourced from super_diff's releases.

0.14.0

What's Changed

Features

Other changes

  • Switch from Prettier to Rubocop. #269
  • Fix outdated reference in documentation. #270 by @​emmanuel-ferdman
  • Replace Zeus with forking strategy for tests. #271

New Contributors

Full Changelog: splitwise/super_diff@v0.13.0...v0.14.0

Changelog

Sourced from super_diff's changelog.

0.14.0 - 2024-11-15

Features

Other changes

  • Switch from Prettier to Rubocop. #269
  • Fix outdated reference in documentation. #270 by @​emmanuel-ferdman
  • Replace Zeus with forking strategy for tests. #271
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 will merge this PR once it's up-to-date and CI passes on it, as requested by @elken.


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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [activerecord-postgis-adapter](https://github.com/rgeo/activerecord-postgis-adapter) | `10.0.0` | `10.0.1` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.170.1` | `1.172.0` |
| [pagy](https://github.com/ddnexus/pagy) | `9.2.2` | `9.3.1` |
| [pry](https://github.com/pry/pry) | `0.14.2` | `0.15.0` |
| [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.22.1` | `1.23.0` |
| [super_diff](https://github.com/splitwise/super_diff) | `0.13.0` | `0.14.0` |


Updates `activerecord-postgis-adapter` from 10.0.0 to 10.0.1
- [Changelog](https://github.com/rgeo/activerecord-postgis-adapter/blob/master/History.md)
- [Commits](rgeo/activerecord-postgis-adapter@v10.0.0...v10.0.1)

Updates `aws-sdk-s3` from 1.170.1 to 1.172.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 `pagy` from 9.2.2 to 9.3.1
- [Release notes](https://github.com/ddnexus/pagy/releases)
- [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md)
- [Commits](ddnexus/pagy@9.2.2...9.3.1)

Updates `pry` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.14.2...v0.15.0)

Updates `rubocop-performance` from 1.22.1 to 1.23.0
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.22.1...v1.23.0)

Updates `super_diff` from 0.13.0 to 0.14.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.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: activerecord-postgis-adapter
  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: pagy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: pry
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: rubocop-performance
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 20, 2024 03:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 20, 2024
Copy link
Contributor

@elken elken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 20, 2024
@dependabot dependabot bot deleted the dependabot/bundler/bundler-d60a1c4a36 branch November 20, 2024 08:11
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