Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Updates the requirements on livewire/livewire to permit the latest version.

Release notes

Sourced from livewire/livewire's releases.

v4.1.0

Breaking Change

wire:model modifiers .blur, .change, and .enter now control client-side sync timing. To restore the previous behaviour, add .live before the modifier:

<input wire:model.live.blur="title">

See the https://livewire.laravel.com/docs/4.x/upgrading for details.

What's Changed

Full Changelog: livewire/livewire@v4.0.3...v4.1.0

Commits
  • 4ae4ee1 Merge pull request #9838 from livewire/josh/island-comment
  • 5def1bb Merge pull request #9840 from livewire/josh/checksum-rate-limit
  • 7178d51 Set rate limit flag after check completes
  • 13efd1a Only check checksum rate limit once per request
  • aa083f6 Merge pull request #9839 from livewire/josh/fix-mechanisms-tests
  • deeb062 Fix ChecksumRateLimitUnitTest to register component and release token
  • c5ce96b Move mechanism tests to co-located structure
  • 3bbf96b Extract comment handling into dedicated methods
  • cf435ee Fix @island directives inside Blade comments being processed
  • f1a47fd wip
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [livewire/livewire](https://github.com/livewire/livewire) to permit the latest version.
- [Release notes](https://github.com/livewire/livewire/releases)
- [Commits](livewire/livewire@v3.6.0...v4.1.0)

---
updated-dependencies:
- dependency-name: livewire/livewire
  dependency-version: 4.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants