Skip to content

[php] Upgrade livewire/livewire: 2.5.1 → 2.5.3 (patch)

Depfu Bot requested to merge depfu/update/composer/livewire/livewire-2.5.3 into main

Welcome to Depfu 👋

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!


Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

️ livewire/livewire (2.5.1 → 2.5.3) · Repo
Release Notes

2.5.3

Fixed

  • Fix Livewire not running in production (production JS minification) #3263

2.5.2

Added

  • Google Cloud Storage driver compatibility for temporary file uploads #3198
  • Add test flag to all commands #3207
  • Add route model binding missing function support #2955
  • Added echo channel type encryptedPrivate #2973

Fixed

  • IE11 compatibility - remove short arrow function in script tag #3173
  • Fix: non-typed initialized properties were not begin hydrated when setting value to null #3214
  • Fix CSP and Nonce issues #2969
  • Monkey patch setAttribute to allow @ symbols in attribute names (like morphdom adding @click) #3152

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 28 commits:

️ monolog/monolog (indirect, 2.2.0 → 2.3.0) · Repo · Changelog
Release Notes

2.3.0

  • Added a ton of PHPStan type annotations as well as type aliases on Monolog\Logger for Record, Level and LevelName that you can import (#1557)
  • Added ability to customize date format when using JsonFormatter (#1561)
  • Fixed FilterHandler not calling reset on its internal handler when reset() is called on it (#1531)
  • Fixed SyslogUdpHandler not setting the timezone correctly on DateTimeImmutable instances (#1540)
  • Fixed StreamHandler thread safety - chunk size set to 2GB now to avoid interlacing when doing concurrent writes (#1553)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 40 commits:

️ symfony/translation (indirect, 5.3.2 → 5.3.3) · Repo · Changelog
Commits

See the full diff on Github. The new version differs by 1 commit:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

Merge request reports