Skip to content

Bump phlex from 2.1.2 to 2.4.1 in /gem#362

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/gem/phlex-2.4.1
Closed

Bump phlex from 2.1.2 to 2.4.1 in /gem#362
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/gem/phlex-2.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Bumps phlex from 2.1.2 to 2.4.1.

Release notes

Sourced from phlex's releases.

2.4.1

Fixes multiple XSS protection bypasses. GHSA-w67g-2h6v-vjgq

2.4.0

  • Removed support for inline and sidecar ERB templates
  • Fixed a rendering context bug
  • Added support for passing as attributes objects that respond to to_h
  • Added the foundations of a new compiler for HTML components — this will be completed and enabled in a subsequent release

2.4.0.beta2

This new beta brings significant improvements to the compiler as well as many bug fixes.

Please experiment with the new compiler.

Phlex::Compiler.compile(MyComponent)

Compiler Limitations

  • We don’t currently compile calls to super in methods that override HTML elements
  • We don’t currently compile anything to do with SVGs
  • We don’t detect if you redefine a method that we depended on during compilation and trigger a re-compilation

2.4.0.beta1

This beta release includes a new compiler for Phlex components. You can compile a component like this.

Phlex::Compiler.compile(Components::ExampleComponent)

2.3.2

Fixes multiple XSS protection bypasses. GHSA-w67g-2h6v-vjgq

2.3.1

Highlights

A new RubyLSP indexing enhancement for register_element provides auto-complete for your own custom elements.

Full Changelog: yippee-fun/phlex@2.3.0...2.3.1

2.3.0

Highlights

  • You can now pass Date and Time objects as HTML attributes.
  • Specific HTML attributes on specific HTML elements (e.g. img[srcset]) now generate comma-separated token lists when passed a Ruby Array. Previously they generated space-separated token lists.

What's Changed

... (truncated)

Commits

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 [phlex](https://github.com/phlex-ruby/phlex) from 2.1.2 to 2.4.1.
- [Release notes](https://github.com/phlex-ruby/phlex/releases)
- [Commits](yippee-fun/phlex@2.1.2...2.4.1)

---
updated-dependencies:
- dependency-name: phlex
  dependency-version: 2.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 May 7, 2026
@dependabot dependabot Bot requested a review from cirdes as a code owner May 7, 2026 02:48
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 7, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 7, 2026

Looks like phlex is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 7, 2026
@dependabot dependabot Bot deleted the dependabot/bundler/gem/phlex-2.4.1 branch May 7, 2026 03:34
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