Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency easycorp/easyadmin-bundle to v4.19.0 #5382

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
easycorp/easyadmin-bundle 4.13.6 -> 4.19.0 age adoption passing confidence

Release Notes

EasyCorp/EasyAdminBundle (easycorp/easyadmin-bundle)

v4.19.0: 4.19.0

Compare Source

New Features

[1593cc4] Allow to compute action label dynamically with a callable (@​hhamon)
[2307da5] Upgrade WebpackEncore version (@​javiereguiluz)
[f63b8a9] Update minimum Twig requirement to 3.15 (@​javiereguiluz)

Bug Fixes

[29f2267] Allow use of ux-icons in form fields (@​andersonamuller)
[6ea974b] Fix create form when entity id not set (@​alexndlm)
[452ddec] Some fixes related to pretty URLs (@​javiereguiluz)

v4.18.0: 4.18.0

Compare Source

New features

[92b3d9f] Revert FontAwesome icons changes introduced in version 4.16.0 (@​javiereguiluz)

Bug fixes

[360984e] Fix reset filter link (@​fracsi)
[4e772c0] Fix defaults icons in AbstractDashboard (@​SebastienXD)
[4b41dd2] Misc. doc fixes (@​simondaigre)

v4.17.0: 4.17.0

Compare Source

This release contains a potentially (small) BC break. When using pretty URLs, the generated URLs used underscores and they now use dashes and snake case. For example, before an URL could be /admin/blog_post/batchDelete and now it's /admin/blog-post/batch-delete

The route names remain the same (e.g. admin_blog_post_batch_delete) and you probably always generate URLs using the route name, so this BC break won't impact you.

New features

[f9a223a] Use kernel.build_dir instead of kernel.cache_dir for cached contents (@​alexndlm)
[aee6650] Use kekab-case instead of snake_case for Pretty URL route paths (@​simondaigre)

Bug fixes

[0e4544f] Fix some CSS styles (@​kteterycz)
[2982a8c] Fix some internal icons name (@​JorickPepin)

v4.16.2: 4.16.2

Compare Source

Bug fixes

[e6719e7] Fix typo in the name of an internal icon (@​WedgeSama)
[bb47199] Fix menu item matcher when using pretty URLs (#javiereguiluz)
[fdbf0f9] Replace sr-only CSS class with visually-hidden (@​JorickPepin)
[b333d63] Fix icon sets in documentation (@​JorickPepin)
[cc2540a] Misc tweaks related to icons (@​javiereguiluz)
[8cea287] Fix AdminDashboard attribute routes type (@​JorickPepin)
[d5ca738] Use PHP 8.4 as the baseline PHP version in CI tests (@​javiereguiluz)

v4.16.1: 4.16.1

Compare Source

Bug fixes

[dc4bc4c] Fix an edge-case when using pretty URLs (@​javiereguiluz)

v4.16.0: 4.16.0

Compare Source

New features

[f2fc65b] Allow to use different icon sets in the backend (@​javiereguiluz)
[8d38f85] Split ea_form_fieldset_open_row form theme block (@​WedgeSama)

Bug fixes

[6a613a5] Use image_uri for the lightbox thumbnail when using VichUploader bundle (@​guillaume-sainthillier)
[440980e] Fix misc deprecations (@​javiereguiluz)

v4.15.1: 4.15.1

Compare Source

New features

[37fe99c] Make constructors expect Interfaces for final classes (@​bytes-commerce)

Bug fixes

[f5c8249] Fix the admin generator commands (@​javiereguiluz)
[f0751d0] Fix return of context provider to return the context interface (@​andersonamuller)

v4.15.0: 4.15.0

Compare Source

New features

[bc45f2f] Bump PHP requirements to PHP 8.1 (needed to use Twig Components) (@​javiereguiluz)
[e7141eb] Use the modern bundle structure for config, templates, translations and public assets (@​javiereguiluz)
[567ae61] Use logical CSS properties to improve RTL/LTR support (@​javiereguiluz)

Bug fixes

[ce98597] Allow to stop entity deletion in batch delete via events (Elliot Bruneel)
[9f0626e] Fix the design of errored form fields (@​javiereguiluz)
[171aae9] Trim trailing slash from pretty index route path (@​pavol-tuka)
[d849b1e] Fix menu item matcher with pretty URLs enabled (@​zorn-v)
[3fd4515] Correctly extract the entityID for the title when using pretty URLs (@​jbtronics)

v4.14.5: 4.14.5

Compare Source

Bug fixes

[3eacbb1] Fix an issue when generating pretty URLs for the dashboard (@​javiereguiluz)

v4.14.4: 4.14.4

Compare Source

Bug fixes

[deb8919] Fix filters when using pretty URLs (@​javiereguiluz)

v4.14.3: 4.14.3

Compare Source

Bug fixes

[a8d66aa] Fix performance issue when using pretty URLs (@​javiereguiluz)

v4.14.2: 4.14.2

Compare Source

Bug fixes

[71d8ba8] Improve the detection of pretty URLs usage (@​javiereguiluz)
[06b33bb] Add .ddev directory to .gitattributes (@​IndraGunawan)

v4.14.1: 4.14.1

Compare Source

New features

[fe40488] Allow AdminCrud and AdminAction attributes to be used without parameter names (@​Lustmored)

Bug fixes

[9e0ef39] Fix next page URL (@​danut007ro)
[e1025aa] Fix the priority/order of the generated routes (@​javiereguiluz)
[a305b2b] Fix version where pretty admin URLs were added (@​fabpot)
[cafdaec] Fix an issue when accessing a variable in a Twig template (@​javiereguiluz)

v4.14.0: 4.14.0

Compare Source

New features

[7cd1489] Add support for pretty URLs (@​javiereguiluz) 🎉🎉🎉


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch 2 times, most recently from 802e730 to 6cb19e5 Compare November 4, 2024 20:34
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.14.0 fix(deps): update dependency easycorp/easyadmin-bundle to v4.14.1 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch from 6cb19e5 to ec366be Compare November 6, 2024 15:21
@Guite Guite added this to the 4.0.0 milestone Nov 6, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch 3 times, most recently from 73617c5 to fdc02c7 Compare November 6, 2024 19:46
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.14.1 fix(deps): update dependency easycorp/easyadmin-bundle to v4.14.2 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch from fdc02c7 to 41c5687 Compare November 7, 2024 06:07
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.14.2 fix(deps): update dependency easycorp/easyadmin-bundle to v4.14.3 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch from 41c5687 to 1aa5abc Compare November 7, 2024 09:53
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.14.3 fix(deps): update dependency easycorp/easyadmin-bundle to v4.14.4 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch 2 times, most recently from 46e9a04 to 604371f Compare November 8, 2024 07:17
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.14.4 fix(deps): update dependency easycorp/easyadmin-bundle to v4.14.5 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch 4 times, most recently from 27c0b71 to 0bf442f Compare November 15, 2024 07:39
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch 4 times, most recently from 32a7f16 to 2026faa Compare November 18, 2024 16:42
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.14.5 fix(deps): update dependency easycorp/easyadmin-bundle to v4.15.0 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch from 2026faa to 72cb08c Compare November 19, 2024 22:04
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.15.0 fix(deps): update dependency easycorp/easyadmin-bundle to v4.15.1 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch 2 times, most recently from d11ae31 to e1e3c2f Compare November 25, 2024 19:18
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.15.1 fix(deps): update dependency easycorp/easyadmin-bundle to v4.16.1 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch from e1e3c2f to a7e423e Compare November 26, 2024 15:52
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.16.1 fix(deps): update dependency easycorp/easyadmin-bundle to v4.16.2 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch 4 times, most recently from 55c0608 to 6fedb02 Compare November 27, 2024 22:28
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.16.2 fix(deps): update dependency easycorp/easyadmin-bundle to v4.17.0 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch from 6fedb02 to dbc7845 Compare November 28, 2024 21:38
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.17.0 fix(deps): update dependency easycorp/easyadmin-bundle to v4.18.0 Nov 28, 2024
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.18.0 fix(deps): update dependency easycorp/easyadmin-bundle to v4.18.0 - autoclosed Nov 29, 2024
@renovate renovate bot closed this Nov 29, 2024
@renovate renovate bot deleted the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch November 29, 2024 03:13
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.18.0 - autoclosed fix(deps): update dependency easycorp/easyadmin-bundle to v4.18.0 Nov 29, 2024
@renovate renovate bot reopened this Nov 29, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch 3 times, most recently from 9266a20 to 58e7b9a Compare November 29, 2024 10:33
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch from 9288c99 to f4a9feb Compare December 4, 2024 06:51
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.18.0 fix(deps): update dependency easycorp/easyadmin-bundle to v4.19.0 Dec 4, 2024
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.

1 participant