Bump avo from 3.32.1 to 4.1.10 - #136
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3ee650d188
ℹ️ 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.19.4-x86_64-linux-gnu) | ||
| racc (~> 1.4) | ||
| pagy (9.3.4) | ||
| pagy (43.6.1) |
There was a problem hiding this comment.
Migrate Pagy callers before forcing v43
This lockfile pulls in Pagy 43 through Avo 4, but the app still has the pre-43 Pagy integration: config/initializers/pagy.rb:155 actively requires the discontinued pagy/extras/trim, the paginated controllers still include Pagy::Backend, and app/helpers/application_helper.rb:2 includes Pagy::Frontend / calls pagy_url_for. Pagy 43 removed extras and replaced the old Backend/Frontend API with Pagy::Method, so after this bundle update the app can fail during initialization or when hitting the article/FAQ/stocks pagination routes. Please migrate those usages or keep Pagy below 43 before landing the Avo bump.
Useful? React with 👍 / 👎.
Bumps [avo](https://github.com/avo-hq/avo) from 3.32.1 to 4.1.10. - [Release notes](https://github.com/avo-hq/avo/releases) - [Changelog](https://github.com/avo-hq/avo/blob/main/RELEASE.MD) - [Commits](avo-hq/avo@v3.32.1...v4.1.10) --- updated-dependencies: - dependency-name: avo dependency-version: 4.0.25 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
3ee650d to
2e462bc
Compare
Bumps avo from 3.32.1 to 4.1.10.
Release notes
Sourced from avo's releases.
... (truncated)
Commits
778f609Bump avo to v4.1.10c7e9979Unify WYSIWYG and code fields behind a collapsable show wrapper (#4724)6e0762cUpdate plugin_manager comment for the Avo::Ai rename (#4723)db12ebcBump avo to v4.1.9b0133ebDon't treat globally-mixed-in methods as config namespace collisions (#4721)6650bbbBump avo to v4.1.831a499aDefault use_browser_timezone off in the test environment (#4720)d0ee02eSpell the gem's constant Avo::AI in the register_configuration example (#4719)9e9dd8dchore: bin/dev picks the next free port when 3030 is taken (#4718)440d658feat(home): redesign the getting started welcome screen (#4659)