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 app_platform #126

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
doctrine/doctrine-bundle (source) 2.13.0 -> 2.13.1 age adoption passing confidence
doctrine/orm (source) 3.2.3 -> 3.3.0 age adoption passing confidence
easycorp/easyadmin-bundle v4.12.0 -> v4.15.0 age adoption passing confidence
symfony/browser-kit (source) v6.4.8 -> v6.4.13 age adoption passing confidence
symfony/console (source) v6.4.12 -> v6.4.15 age adoption passing confidence
symfony/css-selector (source) v6.4.8 -> v6.4.13 age adoption passing confidence
symfony/dotenv (source) v6.4.12 -> v6.4.13 age adoption passing confidence
symfony/framework-bundle (source) v6.4.12 -> v6.4.13 age adoption passing confidence
symfony/phpunit-bridge (source) v6.4.11 -> v6.4.13 age adoption passing confidence
symfony/proxy-manager-bridge (source) v6.4.8 -> v6.4.13 age adoption passing confidence
symfony/security-bundle (source) v6.4.11 -> v6.4.13 age adoption passing confidence
symfony/stopwatch (source) v6.4.8 -> v6.4.13 age adoption passing confidence
symfony/twig-bundle (source) v6.4.12 -> v6.4.13 age adoption passing confidence
symfony/validator (source) v6.4.12 -> v6.4.15 age adoption passing confidence
symfony/web-profiler-bundle (source) v6.4.11 -> v6.4.14 age adoption passing confidence
symfony/yaml (source) v6.4.12 -> v6.4.13 age adoption passing confidence

Release Notes

doctrine/DoctrineBundle (doctrine/doctrine-bundle)

v2.13.1

Compare Source

doctrine/orm (doctrine/orm)

v3.3.0

Compare Source

Release Notes for 3.3.0

Feature release (minor)

3.3.0
  • Total issues resolved: 0
  • Total pull requests resolved: 12
  • Total contributors: 8
New Features
Improvements
Deprecations
Documentation
Static Analysis
EasyCorp/EasyAdminBundle (easycorp/easyadmin-bundle)

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) 🎉🎉🎉

v4.13.6: 4.13.6

Compare Source

Bug fixes

[988b9b4] Fix ImageField design in dark mode (@​VibroMatvey)
[1b65db1] Fix the highlighter so that it doesn't crash on REGEX symbols anymore (@​kees-hoogerheide-teampeak)

v4.13.5: 4.13.5

Compare Source

Bug fixes

[f9d0d8e] Fix entryToStringMethod when form_parent(form).vars.ea_vars is empty (Jean-Pascal Devierne)

v4.13.4: 4.13.4

Compare Source

New features

[0df1187] Allow to set HTML attributes in fields on index and detail pages, not only on form pages (@​KDederichs)
[f907d7a] Allow to customize the string representation of Collection field entries (@​roromix)

Bug fixes

[cfb7348] Replace unsafe guessClientExtension() method with guessExtension() (@​alshenetsky)
[304ebb1] Fix for linking from Edit/Detail to Index pages (@​bytes-commerce)
[f85f23d] Fix some Twig deprecations in the form theme (@​javiereguiluz)
[82d4947] Check if button parameters are present when submitting forms (@​KDederichs)
[beeb804] Fix empty query term conditions (@​guillaume-sainthillier)
[f9923f4] Prevent a crash when loading filters (@​pkly)
[bdda011] Misc doc fixes and improvements (@​FerJoTello)

v4.13.3: 4.13.3

Compare Source

Bug fixes

[70ee97e] Fix highlight text color in select autocomplete results (@​javiereguiluz)
[072b023] Fix modal header layout issue due to Bootstrap 5.3.3 changes (@​tpatartmajeur)
[659566c] Fix ControllerResolver::getController return value check (@​fracsi)

v4.13.2: 4.13.2

Compare Source

Bug fixes

[bc2791a] Add a missing web asset file for the code editor field (@​javiereguiluz)

v4.13.1: 4.13.1

Compare Source

Bug fixes

[63ae735] Fix the check about the existence of the ea variable in Twig templates (@​fracsi)

v4.13.0: 4.13.0

Compare Source

This release contains an important bug fix contributed by Nicolas that allows EasyAdmin to run successfully with FrankenPHP, Swoole, etc.

New features

[c90cfb1] Make the "ea" global variable dynamic (@​nicolas-grekas)
[4828f9d] Pass the entity FQCN to all action voters (@​javiereguiluz)
[90a247b] Add tests for PHP 8.4 (@​Chris53897)

Bug fixes

[c895eac] Fix search with nested properties (@​tpatartmajeur)
[8db2456] Fix user menu styles when user is impersonated (@​kteterycz)
[735ed80] Fix image overflow on detail page (@​Seb33300)
[83d806a] Improve the paginator design in responsive mode (@​javiereguiluz)
[4925c6f][c50e2bf] Fix Route attribute namespace in dashboard template (@​thomas-l)
[1e59fd1][1faae84] Misc. doc fixes (@​JorickPepin, @​javiereguiluz)

symfony/browser-kit (symfony/browser-kit)

v6.4.13

Compare Source

Changelog (symfony/browser-kit@v6.4.12...v6.4.13)

symfony/console (symfony/console)

v6.4.15

Compare Source

Changelog (symfony/console@v6.4.14...v6.4.15)

  • no significant changes

v6.4.14

Compare Source

Changelog (symfony/console@v6.4.13...v6.4.14)

v6.4.13

Compare Source

Changelog (symfony/console@v6.4.12...v6.4.13)

symfony/css-selector (symfony/css-selector)

v6.4.13

Compare Source

symfony/dotenv (symfony/dotenv)

v6.4.13

Compare Source

symfony/framework-bundle (symfony/framework-bundle)

v6.4.13

Compare Source

Changelog (symfony/framework-bundle@v6.4.12...v6.4.13)

symfony/phpunit-bridge (symfony/phpunit-bridge)

v6.4.13

Compare Source

symfony/proxy-manager-bridge (symfony/proxy-manager-bridge)

v6.4.13

Compare Source

Changelog (symfony/proxy-manager-bridge@v6.4.12...v6.4.13)

  • no significant changes
symfony/security-bundle (symfony/security-bundle)

v6.4.13

Compare Source

Changelog (symfony/security-bundle@v6.4.12...v6.4.13)

  • no significant changes
symfony/stopwatch (symfony/stopwatch)

v6.4.13

Compare Source

Changelog (symfony/stopwatch@v6.4.12...v6.4.13)

  • no significant changes
symfony/twig-bundle (symfony/twig-bundle)

v6.4.13

Compare Source

Changelog (symfony/twig-bundle@v6.4.12...v6.4.13)

  • no significant changes
symfony/validator (symfony/validator)

v6.4.15

Compare Source

Changelog (symfony/validator@v6.4.14...v6.4.15)

  • no significant changes

v6.4.14

Compare Source

Changelog (symfony/validator@v6.4.13...v6.4.14)

  • no significant changes

v6.4.13

Compare Source

Changelog (symfony/validator@v6.4.12...v6.4.13)

symfony/web-profiler-bundle (symfony/web-profiler-bundle)

v6.4.14

Compare Source

Changelog (symfony/web-profiler-bundle@v6.4.13...v6.4.14)

v6.4.13

Compare Source

Changelog (symfony/web-profiler-bundle@v6.4.12...v6.4.13)

  • no significant changes
symfony/yaml (symfony/yaml)

v6.4.13

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changed the title fix(deps): update dependency doctrine/orm to v3.3.0 fix(deps): update app_platform Oct 13, 2024
@renovate renovate bot force-pushed the renovate/app_platform branch 3 times, most recently from 606df4d to 159e9e9 Compare October 16, 2024 18:28
@renovate renovate bot changed the title fix(deps): update app_platform fix(deps): update dependency doctrine/orm to v3.3.0 Oct 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency doctrine/orm to v3.3.0 fix(deps): update app_platform Oct 18, 2024
@renovate renovate bot changed the title fix(deps): update app_platform fix(deps): update dependency doctrine/orm to v3.3.0 Oct 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency doctrine/orm to v3.3.0 fix(deps): update app_platform Oct 22, 2024
@renovate renovate bot force-pushed the renovate/app_platform branch 2 times, most recently from 60ce3a9 to bc90b48 Compare October 27, 2024 16:41
@renovate renovate bot force-pushed the renovate/app_platform branch 10 times, most recently from 35d7bf0 to 906b082 Compare November 8, 2024 18:40
@renovate renovate bot force-pushed the renovate/app_platform branch 2 times, most recently from ba3ff43 to 82a271b Compare November 18, 2024 16:25
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.

0 participants