Conversation
Bumps [pagy](https://github.com/ddnexus/pagy) from 9.3.4 to 43.2.9. - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/docs/CHANGELOG.md) - [Commits](ddnexus/pagy@9.3.4...43.2.9) --- updated-dependencies: - dependency-name: pagy dependency-version: 43.2.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b3152ae1d9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| nokogiri (1.18.10-x86_64-linux-gnu) | ||
| racc (~> 1.4) | ||
| pagy (9.3.4) | ||
| pagy (43.2.9) |
There was a problem hiding this comment.
Migrate pagy integration before bumping to v43
This change upgrades Pagy across a breaking API boundary (9.3.4 → 43.2.9) without any corresponding migration of the app’s Pagy usage: the initializer is still the old template (config/initializers/pagy.rb is marked 8.4.4) and controllers still pass legacy options like items: (e.g., app/controllers/articles_controller.rb:19, app/controllers/faqs_controller.rb:27). Pagy 43 requires upgrade-guide changes, so shipping this lockfile alone can break pagination endpoints at runtime even though dependency resolution succeeds.
Useful? React with 👍 / 👎.
Bumps pagy from 9.3.4 to 43.2.9.
Release notes
Sourced from pagy's releases.
... (truncated)
Changelog
Sourced from pagy's changelog.
... (truncated)
Commits
f3e40b2Merge branch 'dev'531125bVersion 43.2.9988f406Fix NoMethodError with tampered params (#872)53f6bbbMerge branch 'dev'11473acVersion 43.2.8344b319💎 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 syntax4b12b01Fix typos in documentation (#865)68c88afMerge branch 'dev'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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)