Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the ruby-deps group with 3 updates: pagy, commonmarker and faker.

Updates pagy from 43.2.6 to 43.2.8

Release notes

Sourced from pagy's releases.

Version 43.2.8

Changes in 43.2.8

  • Add fallback to 'en' for unknown locale. Implement #868.
  • Fix resolve_page with empty page in classes with non-integer page. Close #863
  • Simplify keyset syntax

CHANGELOG

Version 43

We needed a leap version to unequivocally signal that it's not just a major version: it's a complete redesign of the legacy code at all levels, usage and API included.

Why 43? Because it's exactly one step beyond "The answer to the ultimate question of life, the Universe, and everything." 😉

Improvements

This version introduces several enhancements, such as new :countish and :keynav_js paginators and improved automation and configuration processes, reducing setup requirements by 99%. The update also includes a simpler API and new interactive development tools, making it a comprehensive upgrade from previous versions.

  • New :countish Paginator
    • Faster than OFFSET and supporting the full UI
  • New Keynav Pagination
    • The pagy-exclusive technique using the fastest keyset pagination alongside all frontend helpers.
  • New interactive dev-tools
    • New PagyWand to integrate the pagy CSS with your app themes.
    • New Pagy AI available right inside your own app.
  • Intelligent automation
  • Simpler API
    • You solely need the pagy method and the @​pagy instance to paginate any collection and use any navigation tag and helper.
    • Methods are autoloaded only if used, and consume no memory otherwise.
    • Methods have narrower scopes and can be overridden without deep knowledge.
  • New documentation
    • Very concise, straightforward, and easy to navigate and understand.

Upgrade to 43

See the Upgrade Guide

... (truncated)

Changelog

Sourced from pagy's changelog.

Version 43.2.8

  • Add fallback to 'en' for unknown locale. Implement #868.
  • Fix resolve_page with empty page in classes with non-integer page. Close #863
  • Simplify keyset syntax

Version 43.2.7

  • Add a hint predicate for DB optimizers, to multi-column keysets
  • Improve code readability and style
  • Refactor anchor tag helpers
Commits
  • 53f6bbb Merge branch 'dev'
  • 11473ac Version 43.2.8
  • 344b319 💎 Add fallback to 'en' for unknown locale. Implement #868.
  • e32bd01 💎 Fix resolve_page with empty page in classes with non-integer page.
  • 48b6cc9 💎 Simplify keyset syntax
  • 4b12b01 Fix typos in documentation (#865)
  • 68c88af Merge branch 'dev'
  • 3ce9b7b Version 43.2.7
  • 283ad4d 💎 Add a hint predicate for DB optimizers, to multi-column keysets
  • eb7607d 💎 Improve code readability and style
  • Additional commits viewable in compare view

Updates commonmarker from 2.6.1 to 2.6.3

Release notes

Sourced from commonmarker's releases.

v2.6.3

What's Changed

New Contributors

Full Changelog: gjtorikian/commonmarker@v2.6.2...v2.6.3

v2.6.2

What's Changed

Full Changelog: gjtorikian/commonmarker@v2.6.1...v2.6.2

Changelog

Sourced from commonmarker's changelog.

[v2.6.3] - 23-01-2026

What's Changed

New Contributors

Full Changelog: gjtorikian/commonmarker@v2.6.2...v2.6.3

[v2.6.2] - 19-01-2026

What's Changed

Full Changelog: gjtorikian/commonmarker@v2.6.1...v2.6.2

Commits
  • f601d86 Merge pull request #439 from gjtorikian/release/v2.6.3
  • 297d0a0 [skip test] update changelog
  • 8a6afa9 Merge pull request #437 from JunichiIto/move-ignore_setext-option
  • 82a4893 bump for bugfix
  • 806eff3 add ignore_setext test
  • 904da8d Move ignore_setext to parse options
  • a494f9c Remove benchmark/progit submodule and ignore the directory
  • 461221f Remove orphaned submodule entry for benchmark/progit
  • dde8f17 Merge pull request #436 from gjtorikian/release/v2.6.2
  • 1797843 [skip test] update changelog
  • Additional commits viewable in compare view

Updates faker from 3.5.3 to 3.6.0

Release notes

Sourced from faker's releases.

v3.6.0

v3.6.0 (2026-01-21)

First release of the new year!

This version comes with some performance improvements (speeds faker load time by 17%!) and removal of deprecated generators.

It also drops support to Ruby's EOL 3.0. The minimum supported Ruby version is 3.1.

Drops support for Ruby 3.0

Removes deprecated generators

  • Faker::Twitter and Faker::BossaNova have been removed. Please use the new generators Faker::X and Faker::Music::BossaNova and check the new docs for more details in faker-ruby/faker#3190

Improvements and bug fixes

Update development dependencies

New Contributors

Full Changelog: faker-ruby/faker@v3.5.3...v3.6.0

Changelog

Sourced from faker's changelog.

v3.6.0 (2026-01-21)

First release of the new year!

This version comes with some performance improvements (speeds faker load time by 17%!) and removal of deprecated generators.

It also drops support to Ruby's EOL 3.0. The minimum supported Ruby version is 3.1.

Drops support for Ruby 3.0

Removes deprecated generators

  • Faker::Twitter and Faker::BossaNova have been removed. Please use the new generators Faker::X and Faker::Music::BossaNova and check the new docs for more details in faker-ruby/faker#3190

Improvements and bug fixes

Update development dependencies

New Contributors

Full Changelog: faker-ruby/faker@v3.5.3...v3.6.0


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 ruby-deps group with 3 updates: [pagy](https://github.com/ddnexus/pagy), [commonmarker](https://github.com/gjtorikian/commonmarker) and [faker](https://github.com/faker-ruby/faker).


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

Updates `commonmarker` from 2.6.1 to 2.6.3
- [Release notes](https://github.com/gjtorikian/commonmarker/releases)
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md)
- [Commits](gjtorikian/commonmarker@v2.6.1...v2.6.3)

Updates `faker` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v3.5.3...v3.6.0)

---
updated-dependencies:
- dependency-name: pagy
  dependency-version: 43.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: commonmarker
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: faker
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant