Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps phoenix_html from 4.2.1 to 4.3.0.

Changelog

Sourced from phoenix_html's changelog.

4.3.0 (2025-09-28)

  • Enhancements

    • Implement Phoenix.HTML.Safe for Duration
    • Add function head for argument names of normalize_value/2 to improve documentation
    • Allow custom tags in options_for_select
    • Allow datetime as form option values
  • Bug fixes

    • Avoid false positive warnings on Elixir v1.19
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 4.2.1 to 4.3.0.
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_html@v4.2.1...v4.3.0)

---
updated-dependencies:
- dependency-name: phoenix_html
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Sep 29, 2025
@codecov
Copy link

codecov bot commented Sep 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.73%. Comparing base (5bba323) to head (1ad792e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #455   +/-   ##
=======================================
  Coverage   89.73%   89.73%           
=======================================
  Files          37       37           
  Lines        1607     1607           
=======================================
  Hits         1442     1442           
  Misses        165      165           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Greptile Overview

Summary

This PR updates the phoenix_html dependency from version 4.2.1 to 4.3.0, which is a standard minor version bump automatically generated by Dependabot.

The new version brings several enhancements and bug fixes:

  • Implements Phoenix.HTML.Safe for Duration types
  • Adds support for custom tags in options_for_select
  • Allows datetime values as form options
  • Fixes false positive warnings on Elixir v1.19
  • Improves documentation with better argument names for normalize_value/2

The update is fully compatible with the existing version constraint ~> 4.1 specified in mix.exs and maintains backward compatibility. Only the mix.lock file is modified, with the package hash updated to reflect the new version.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Score reflects a straightforward dependency update with backward compatibility, no breaking changes, and successful dependabot automation
  • No files require special attention

Important Files Changed

File Analysis

Filename        Score        Overview
mix.lock 5/5 Updated phoenix_html dependency from 4.2.1 to 4.3.0 - minor version bump with enhancements and bug fixes

Sequence Diagram

sequenceDiagram
    participant Dependabot as Dependabot Bot
    participant Phoenix HTML as phoenix_html Package
    participant Mix Lock as mix.lock
    participant Application as Petal Components

    Dependabot->>Phoenix HTML: Check for new version
    Phoenix HTML-->>Dependabot: Version 4.3.0 available
    Dependabot->>Mix Lock: Update phoenix_html from 4.2.1 to 4.3.0
    Note over Mix Lock: Hash updated from 35279e2a39 to d3577a5df4b6
    Dependabot->>Application: Create PR with dependency update
    Note over Application: Compatible with existing constraint ~> 4.1
    Note over Phoenix HTML: New features: Duration support, custom tags, datetime values
Loading

No files reviewed, no comments

Edit Code Review Agent Settings | Greptile

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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant