livewire-dropzone
livewire-dropzone copied to clipboard
chore(deps): bump livewire/livewire from 3.5.0 to 3.5.2
Bumps livewire/livewire from 3.5.0 to 3.5.2.
Release notes
Sourced from livewire/livewire's releases.
v3.5.2
What's Changed
- Fix image upload extension validation by
@calebporzio
in livewire/livewire#8624- Add new line for closing bracket in HandlesStreaming by
@hegedustibor
in livewire/livewire#8587- Fix info on alpine page in the documentation by
@realmocaccino
in livewire/livewire#8577- update custom asset url docs by
@zsp03
in livewire/livewire#8579- Fix typo in method name in SupportEvents by
@hegedustibor
in livewire/livewire#8588- Fix: Persistent middlewares not redirecting on subsequent requests by
@Ing-LuisGuerrero
in livewire/livewire#8592- Revert "update custom asset url docs" by
@calebporzio
in livewire/livewire#8594- Fix passing null to parse_url() deprecation error by
@ziming
in livewire/livewire#8596- Do nothing when href doesn't exist by
@danie-ramdhani
in livewire/livewire#8622- Fix facade actingAs return type docblock by
@santigarcor
in livewire/livewire#8616- Fix crc32(): Passing null deprecation by
@ziming
in livewire/livewire#8625- HandleRequests: use empty array as default value to avoid error in foreach by
@Jonnx
in livewire/livewire#8511New Contributors
@hegedustibor
made their first contribution in livewire/livewire#8587@realmocaccino
made their first contribution in livewire/livewire#8577@zsp03
made their first contribution in livewire/livewire#8579@Ing-LuisGuerrero
made their first contribution in livewire/livewire#8592@santigarcor
made their first contribution in livewire/livewire#8616@Jonnx
made their first contribution in livewire/livewire#8511Full Changelog: https://github.com/livewire/livewire/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Use
assertSnapshotSetStrict()
in internal tests by@PerryvanderMeer
in livewire/livewire#8467assertSnapshotSetStrict()
for decimal casted attributes by@PerryvanderMeer
in livewire/livewire#8468assertSnapshotSetStrict()
for zero-fractions by@PerryvanderMeer
in livewire/livewire#8469- Bump
actions/cache
to v4 by@PerryvanderMeer
in livewire/livewire#8470- Fix flaky test for cancelling uploads by
@PerryvanderMeer
in livewire/livewire#8471- Fix typed nullable properties in forms by
@PerryvanderMeer
in livewire/livewire#8474- Added ->pull() and ->resetExcept() support to the form object by
@nielseulink
in livewire/livewire#8481- Cleanup render methods in internal tests by
@PerryvanderMeer
in livewire/livewire#8482- Fix view components with parameters as
Layout
by@PerryvanderMeer
in livewire/livewire#8480- Docs: Fix broken links by
@PerryvanderMeer
in livewire/livewire#8485- Docs: Fix numbered list by
@PerryvanderMeer
in livewire/livewire#8484- Remove unused imports by
@PerryvanderMeer
in livewire/livewire#8486- Fix case mismatches by
@PerryvanderMeer
in livewire/livewire#8487- Replace unnecessary double quotes by
@PerryvanderMeer
in livewire/livewire#8489- Cleanup render methods in new form object tests by
@nielseulink
in livewire/livewire#8490- Fix script re-evaluation on browser back by
@tlaverdure
in livewire/livewire#8496- Bugfix/url attribute existence by
@samlev
in livewire/livewire#8527- Fix Test: Enhance Wait for Preview in Test by
@Lucasczm
in livewire/livewire#8535- [Bugfix] #[Url(except: 'value')] properly gets cleared when that value was not the initial value by
@samlev
in livewire/livewire#8528- Fix typo in documentation, naviation -> navigation by
@virgildotcodes
in livewire/livewire#8547- fix: Livewire published script load on Laravel Vapor by
@percymamedy
in livewire/livewire#8554- Add test method for asserting partial match in redirect path by
@mokhosh
in livewire/livewire#8573
... (truncated)
Commits
636725c
HandleRequests: use empty array as default value to avoid error in foreach (#...0828297
Fix crc32(): Passing null deprecation (#8625)70503b7
Fix image upload extension validation (#8624)14e1eac
Fix facade actingAs return type docblock (#8616)287d3b9
Do nothing when href doesn't exist (#8622)168bdca
Revert "Fix file upload image extension validation vulnerability"c298442
Fix file upload image extension validation vulnerabilityc61a138
Fix passing null to parse_url() deprecation error (#8596)58fef84
Revert "update custom asset url docs" (#8594)fe963dc
Fix: Persistent middlewares not redirecting on subsequent requests (#8592)- 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) You can disable automated security fix PRs for this repo from the Security Alerts page.