Skip to content

chore(deps): mise à jour des dépendances mineures#2202

Merged
Mopolo merged 3 commits intoafup:masterfrom
BySplashGm:feat/dependency-updates-minor
Apr 26, 2026
Merged

chore(deps): mise à jour des dépendances mineures#2202
Mopolo merged 3 commits intoafup:masterfrom
BySplashGm:feat/dependency-updates-minor

Conversation

@BySplashGm
Copy link
Copy Markdown
Contributor

@BySplashGm BySplashGm commented Apr 24, 2026

Description

Mise à jour de toutes les dépendances mineures/patch référencées dans #2195.

Cette PR ne ferme pas l'issue — les mises à jour majeures (Symfony 8, webpack 5, jQuery 4, etc.) restent en attente.

PHP (Composer)

  • Symfony 7.3.*7.4.* (tous les packages)
  • symfony/monolog-bundle ^3.1^3.11
  • twig/* ^3.21^3.24
  • doctrine/dbal 4.3.44.4.3, doctrine/orm 3.6.03.6.3
  • phpstan/phpstan 2.1.312.1.51 + plugins
  • friendsofphp/php-cs-fixer 3.883.95
  • rector/rector 2.22.4, behat/behat 3.293.31
  • phpunit/phpunit 11.5.4211.5.55
  • phpmailer/phpmailer 6.106.12
  • phpoffice/phpspreadsheet 1.30.01.30.4
  • smarty/smarty 5.65.8
  • pear/pear v1.10.9v1.10.18 (repository custom)
  • znk3r/html_common v2.0.0v2.0.1 (repository custom)
  • ~100 autres dépendances transitives mises à jour

Docker

  • nginx 1.25.41.29.7 (compose.yml)

npm

  • sass ^1.0^1.99.0
  • tarteaucitronjs ^1.19^1.32.0
  • tablefilter ^0.5^0.7.0

Issue associée

#2195

Notes

Les régressions PHPStan et CS Fixer liées aux nouvelles versions des outils ont été corrigées dans le second commit.

L'échec des tests fonctionnels est pré-existant sur master (introduit par 7d3af6d, sans lien avec cette PR), en revanche la limite de mémoire semblait dépasser parfois j'ai donc augmenté la limite de 128M à 256M.

- Symfony 7.3.* -> 7.4.* (all packages)
- symfony/monolog-bundle ^3.1 -> ^3.11
- twig/* ^3.21 -> ^3.24
- doctrine/dbal 4.3.4 -> 4.4.3, doctrine/orm 3.6.0 -> 3.6.3
- phpstan/phpstan 2.1.31 -> 2.1.51 + plugins
- friendsofphp/php-cs-fixer 3.88 -> 3.95
- rector/rector 2.2 -> 2.4, behat/behat 3.29 -> 3.31
- phpunit/phpunit 11.5.42 -> 11.5.55
- phpmailer/phpmailer 6.10 -> 6.12
- smarty/smarty 5.6 -> 5.8, pimple/pimple 3.5 -> 3.6
- pear/pear v1.10.9 -> v1.10.18 (custom repository)
- znk3r/html_common v2.0.0 -> v2.0.1 (custom repository)
- nginx 1.25.4 -> 1.29.7 (compose.yml)
- sass ^1.0 -> ^1.99.0 (npm)
- tarteaucitronjs ^1.19 -> ^1.32.0 (npm)
- tablefilter ^0.5 -> ^0.7.0 (npm)
- CS Fixer 3.95: auto-fix function_declaration, braces_position,
  multiline_promoted_properties and single_line_empty_body rules
- PHPStan 2.1.51: remove redundant ?? null on non-nullable properties
  in CompanyMemberInvitation
- PHPStan 2.1.51: remove redundant null guard in TicketType
  (exception already thrown upstream if event_id is null)
$filteredEventTickets[] = $eventTicket;
}

if ($options['event_id'] !== null) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cette condition est aussi ligne 45, est-ce qu'il ne faudrait pas l'enlever aussi ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

je pense pas car à la ligne 45 elle sert à éviter d'appeler $this->eventRepository->get(null). La ligne 91 était une redondance car il y a une exception vers la ligne 50 qui garanti que c'est pas null

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah oui je n'avais pas vu ! Autant pour moi :)

@Mopolo Mopolo merged commit 3bf1991 into afup:master Apr 26, 2026
11 of 12 checks passed
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.

2 participants