laravel-form-components
laravel-form-components copied to clipboard
Composer: Update livewire/livewire requirement from ^2.8 to ^3.5
Updates the requirements on livewire/livewire to permit the latest version.
Release notes
Sourced from livewire/livewire's releases.
v3.5.0
What's Changed
- Remove redundant alias of Rule by
@alsterholmin livewire/livewire#8402- Fix - Compile assets by
@lguichardin livewire/livewire#8401- Fix Issue where S3 Cleanup Command Overwrites Existing Rules by
@iAmKevinMcKeein livewire/livewire#8392- Add dark tailwind classes to pagination views by
@Alexxlmlin livewire/livewire#8406- Add
assertRedirectToRouteto testing docs by@PerryvanderMeerin livewire/livewire#8420- Update pagination Tailwind classes to match Laravel by
@Alexxlmlin livewire/livewire#8409- Added automated step of changing the namespace used in v2 for Livewire\TemporaryUploadedFile in the upgrade command by
@irfanm96in livewire/livewire#8459- Use
assertSetStrict()in tests by@PerryvanderMeerin livewire/livewire#8457- Enhance docs for dynamic components by
@legechain livewire/livewire#8461- Add
assertSnapshotSetStrict()andassertSnapshotNotSetStrict()by@PerryvanderMeerin livewire/livewire#8465- Fix resetting forms properties via
$this->reset('form.title')by@PerryvanderMeerin livewire/livewire#8464- Fix routes with
scopeBindings()by@PerryvanderMeerin livewire/livewire#8460assertSetStrict()for decimal casted attributes by@PerryvanderMeerin livewire/livewire#8463- Adding
wire:replaceby@samlevin livewire/livewire#8403New Contributors
@alsterholmmade their first contribution in livewire/livewire#8402@Alexxlmlmade their first contribution in livewire/livewire#8406@irfanm96made their first contribution in livewire/livewire#8459@legechamade their first contribution in livewire/livewire#8461Full Changelog: https://github.com/livewire/livewire/compare/v3.4.12...v3.4.13
Commits
72e9008bump alpine version to 3.14.005fbe4eAddingwire:replace(#8403)21dca89assertSetStrict()for decimal casted attributes (#8463)dab565bFix routes withscopeBindings()(#8460)e45ca9cFix resetting forms properties via$this->reset('form.title')(#8464)dff4518AddassertSnapshotSetStrict()andassertSnapshotNotSetStrict()(#8465)c6aa113Enhance docs for dynamic components (#8461)36eb529UseassertSetStrict()in tests (#8457)2f40ba8Added automated step of changing the namespace used in v2 for Livewire\Tempor...fdddb53Update pagination Tailwind classes to match Laravel (#8409)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)