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.20.3 #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.20.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

EasyCorp/EasyAdminBundle (easycorp/easyadmin-bundle)

v4.20.3: 4.20.3

Compare Source

Bug fixes

[f5c6c43] Fix pretty URLs when using multiple dashboards (@​javiereguiluz)

v4.20.2: 4.20.2

Compare Source

Bug fixes

[5cb5534] Fix menu item highlighting when using submenus (@​javiereguiluz)

v4.20.1: 4.20.1

Compare Source

New features

[d82326c] Change the default theme to "auto" instead of "light" (@​javiereguiluz)

Bug fixes

[cb9cc4e] Fix the handling of the icon using JavaScript in the slug field (@​javiereguiluz)
[f7c0915] Fix menu item matcher when using pretty URLs and submenus (Valentin Karnauhov)
[ee475fb] Fix the design of the collapsed main menu (@​javiereguiluz)
[03f593a] Update the Webpack Encore configuration (@​javiereguiluz)
[b0a4d08] Update setup docs for developers not using Symfony Flex (@​javiereguiluz)

v4.20.0: 4.20.0

Compare Source

New features

[9082c1e] Add new propertySuffix to allow customizing form tabs/fieldsets/columns/rows using Symfony forms (@​WedgeSama)
[41c158c] Add a new Twig component to render flags in the country field (@​javiereguiluz)

Bug fixes

[cd931e9] Fix action callables (@​javiereguiluz)

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 2 times, most recently 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
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch from f4a9feb to 741c1a1 Compare December 4, 2024 20:19
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.19.0 fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch from 741c1a1 to 3b0d013 Compare December 6, 2024 10:52
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.0 fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.1 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch from 3b0d013 to 0d832ab Compare December 7, 2024 16:54
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.1 fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.1 - autoclosed Dec 7, 2024
@renovate renovate bot closed this Dec 7, 2024
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.1 - autoclosed fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.1 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch 2 times, most recently from 0d832ab to 440d9df Compare December 9, 2024 19:35
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.1 fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.2 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch 4 times, most recently from 838911f to a677a36 Compare December 12, 2024 10:07
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.2 fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.3 Dec 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.3 fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.3 - autoclosed Dec 13, 2024
@renovate renovate bot closed this Dec 13, 2024
@renovate renovate bot changed the title fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.3 - autoclosed fix(deps): update dependency easycorp/easyadmin-bundle to v4.20.3 Dec 14, 2024
@renovate renovate bot reopened this Dec 14, 2024
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch 4 times, most recently from bc2058e to e73b4c9 Compare December 19, 2024 10:12
@renovate renovate bot force-pushed the renovate/easycorp-easyadmin-bundle-4.x-lockfile branch from e73b4c9 to a071ac4 Compare December 19, 2024 17:22
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