nucleos / NucleosDompdfBundle

📜 This bundle provides a wrapper for using dompdf inside symfony.
https://nucleos.rocks
MIT License
40 stars 12 forks source link

Update dependency psalm/plugin-symfony to v4 #532

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
psalm/plugin-symfony require-dev major ^3.0 -> ^4.0

Release Notes

psalm/psalm-plugin-symfony ### [`v4.0.0`](https://togithub.com/psalm/psalm-plugin-symfony/releases/tag/v4.0.0) [Compare Source](https://togithub.com/psalm/psalm-plugin-symfony/compare/v3.1.10...v4.0.0) #### What's Changed - Support PHP 8.1 & drop PHP 7.3 by [@​seferov](https://togithub.com/seferov) in [https://github.com/psalm/psalm-plugin-symfony/pull/279](https://togithub.com/psalm/psalm-plugin-symfony/pull/279) - \[serializer] fix serializer for Symfony 6 by [@​seferov](https://togithub.com/seferov) in [https://github.com/psalm/psalm-plugin-symfony/pull/282](https://togithub.com/psalm/psalm-plugin-symfony/pull/282) - \[doctrine] fix repository crash when variable classname is used ([#​280](https://togithub.com/psalm/psalm-plugin-symfony/issues/280)) by [@​seferov](https://togithub.com/seferov) in [https://github.com/psalm/psalm-plugin-symfony/pull/283](https://togithub.com/psalm/psalm-plugin-symfony/pull/283) **Full Changelog**: https://github.com/psalm/psalm-plugin-symfony/compare/v3.1.9...v4.0.0 ### [`v3.1.10`](https://togithub.com/psalm/psalm-plugin-symfony/releases/tag/v3.1.10) [Compare Source](https://togithub.com/psalm/psalm-plugin-symfony/compare/v3.1.9...v3.1.10) #### What's Changed - \[doctrine] fix repository crash when variable classname is used by [@​seferov](https://togithub.com/seferov) in [https://github.com/psalm/psalm-plugin-symfony/pull/280](https://togithub.com/psalm/psalm-plugin-symfony/pull/280) **Full Changelog**: https://github.com/psalm/psalm-plugin-symfony/compare/v3.1.9...v3.1.10 ### [`v3.1.9`](https://togithub.com/psalm/psalm-plugin-symfony/releases/tag/v3.1.9) [Compare Source](https://togithub.com/psalm/psalm-plugin-symfony/compare/v3.1.8...v3.1.9) #### What's Changed - \[container] support custom service id on service subscriber by [@​seferov](https://togithub.com/seferov) in [https://github.com/psalm/psalm-plugin-symfony/pull/276](https://togithub.com/psalm/psalm-plugin-symfony/pull/276) - \[test] fix failing test cases by [@​seferov](https://togithub.com/seferov) in [https://github.com/psalm/psalm-plugin-symfony/pull/275](https://togithub.com/psalm/psalm-plugin-symfony/pull/275) - Update README.md by [@​bdaler](https://togithub.com/bdaler) in [https://github.com/psalm/psalm-plugin-symfony/pull/273](https://togithub.com/psalm/psalm-plugin-symfony/pull/273) #### New Contributors - [@​bdaler](https://togithub.com/bdaler) made their first contribution in [https://github.com/psalm/psalm-plugin-symfony/pull/273](https://togithub.com/psalm/psalm-plugin-symfony/pull/273) **Full Changelog**: https://github.com/psalm/psalm-plugin-symfony/compare/v3.1.8...v3.1.9 ### [`v3.1.8`](https://togithub.com/psalm/psalm-plugin-symfony/releases/tag/v3.1.8) [Compare Source](https://togithub.com/psalm/psalm-plugin-symfony/compare/v3.1.7...v3.1.8) #### What's Changed - \[DI] skip checking naming convention for env var parameters by [@​seferov](https://togithub.com/seferov) in [https://github.com/psalm/psalm-plugin-symfony/pull/265](https://togithub.com/psalm/psalm-plugin-symfony/pull/265) - \[console] fix false positive - console argument value when using ternary by [@​seferov](https://togithub.com/seferov) in [https://github.com/psalm/psalm-plugin-symfony/pull/267](https://togithub.com/psalm/psalm-plugin-symfony/pull/267) - \[http foundation] mark bags getters as mutation free by [@​fluffycondor](https://togithub.com/fluffycondor) in [https://github.com/psalm/psalm-plugin-symfony/pull/268](https://togithub.com/psalm/psalm-plugin-symfony/pull/268) #### New Contributors - [@​fluffycondor](https://togithub.com/fluffycondor) made their first contribution in [https://github.com/psalm/psalm-plugin-symfony/pull/268](https://togithub.com/psalm/psalm-plugin-symfony/pull/268) **Full Changelog**: https://github.com/psalm/psalm-plugin-symfony/compare/v3.1.7...v3.1.8 ### [`v3.1.7`](https://togithub.com/psalm/psalm-plugin-symfony/releases/tag/v3.1.7) [Compare Source](https://togithub.com/psalm/psalm-plugin-symfony/compare/v3.1.6...v3.1.7) #### What's Changed - Fix compatibility with Sf6.1 by [@​VincentLanglet](https://togithub.com/VincentLanglet) in [https://github.com/psalm/psalm-plugin-symfony/pull/263](https://togithub.com/psalm/psalm-plugin-symfony/pull/263) - Fix container reference by [@​ddeboer](https://togithub.com/ddeboer) in [https://github.com/psalm/psalm-plugin-symfony/pull/262](https://togithub.com/psalm/psalm-plugin-symfony/pull/262) **Full Changelog**: https://github.com/psalm/psalm-plugin-symfony/compare/v3.1.6...v3.1.7 ### [`v3.1.6`](https://togithub.com/psalm/psalm-plugin-symfony/releases/tag/v3.1.6) [Compare Source](https://togithub.com/psalm/psalm-plugin-symfony/compare/v3.1.5...v3.1.6) #### What's Changed - Support TestContainer directly by [@​ddeboer](https://togithub.com/ddeboer) in [https://github.com/psalm/psalm-plugin-symfony/pull/255](https://togithub.com/psalm/psalm-plugin-symfony/pull/255) - Improve statusTexts variable type in the Response stub by [@​sidz](https://togithub.com/sidz) in [https://github.com/psalm/psalm-plugin-symfony/pull/258](https://togithub.com/psalm/psalm-plugin-symfony/pull/258) - Do not distribute specific CI workflows, tests and analyzer configs by [@​sidz](https://togithub.com/sidz) in [https://github.com/psalm/psalm-plugin-symfony/pull/259](https://togithub.com/psalm/psalm-plugin-symfony/pull/259) #### New Contributors - [@​ddeboer](https://togithub.com/ddeboer) made their first contribution in [https://github.com/psalm/psalm-plugin-symfony/pull/255](https://togithub.com/psalm/psalm-plugin-symfony/pull/255) - [@​sidz](https://togithub.com/sidz) made their first contribution in [https://github.com/psalm/psalm-plugin-symfony/pull/258](https://togithub.com/psalm/psalm-plugin-symfony/pull/258) **Full Changelog**: https://github.com/psalm/psalm-plugin-symfony/compare/v3.1.5...v3.1.6

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.



This PR has been generated by Mend Renovate. View repository job log here.