Skip to content

Bump avo from 3.30.3 to 4.0.25 - #136

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/avo-4.0.25
Open

Bump avo from 3.30.3 to 4.0.25#136
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/avo-4.0.25

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps avo from 3.30.3 to 4.0.25.

Release notes

Sourced from avo's releases.

Release v4.0.25

Release notes

For more information and the release video check out the full release page

🎸 Features

🐛 Bug Fixes

Release v4.0.24

Release notes

For more information and the release video check out the full release page

🎸 Features

Release v4.0.23

Release notes

For more information and the release video check out the full release page

🎸 Features

🐛 Bug Fixes

  • fix(assets): let the host app's Tailwind build win avo/application.css under Sprockets @​Paul-Bob (#4679)

Release v4.0.22

Release notes

For more information and the release video check out the full release page

🐛 Bug Fixes

💡 Refactor

... (truncated)

Commits
  • 646b190 Bump avo to v4.0.25
  • b1b917f List the assistant's Cmd/Ctrl+J shortcut in the shortcuts modal (#4688)
  • a47016b fix(panel): space sibling cards inside a panel body (#4686)
  • 48370b3 fix: attach and detach a record on a has_one :through association (#4678)
  • 2c8fdc6 Add footer slot to DropdownComponent (#4682)
  • 357770d Bump avo to v4.0.24
  • 00686a6 Inline search for popover dropdowns (#4680)
  • 5dd8c97 Bump avo to v4.0.23
  • f294cbf fix(assets): let the host app's Tailwind build win avo/application.css under ...
  • f2d5230 docs: recommend an engine initializer for register_configuration (#4677)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [avo](https://github.com/avo-hq/avo) from 3.30.3 to 4.0.25.
- [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.30.3...v4.0.25)

---
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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 3, 2026

@superagent-security superagent-security Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Superagent found 1 supply chain issue(s)

Comment thread Gemfile.lock
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.8.2)
yaml (0.4.0)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1: yaml@0.4.0 has metadata typosquatting risk

This package closely resembles the following package names, and might be a typosquatting attempt: yajl-ruby, ruby-saml, haml. Rules: typosquatting

Review yaml@0.4.0 before merging. Remove or replace it if this behavior is unexpected.

AI prompt
Check if this security scanner issue is valid. If so, understand the root cause and fix it. If appropriate, update or add tests. Keep the change focused and preserve intended behavior.

<file name="Gemfile.lock">
<violation number="1" location="Gemfile.lock:519">
<priority>P1</priority>
<title>yaml@0.4.0 has metadata typosquatting risk</title>
<evidence>This package closely resembles the following package names, and might be a typosquatting attempt: yajl-ruby, ruby-saml, haml. Rules: typosquatting

Dependency path: Gemfile.lock → yaml</evidence>
<recommendation>Review yaml@0.4.0 before merging. Remove or replace it if this behavior is unexpected.</recommendation>
</violation>
</file>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 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".

Comment thread Gemfile.lock
nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4)
pagy (9.3.4)
pagy (43.6.1)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge 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 👍 / 👎.

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.

0 participants