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

Updated #751

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Updated #751

wants to merge 12 commits into from

Commits on Jan 8, 2024

  1. Update TreeNodePropertiesTrait.php

    Add missing ``parentNodePath`` property in TreeNodePropertiesTrait as it's used in TreeNodeMethodsTrait to fix the following deprecation (raised starting from PHP 8.2):
    
    Creation of dynamic property PTC\NoventoBundle\Entity\Menu::$parentNodePath is deprecated
    raziel057 authored and ternel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ecaa8dd View commit details
    Browse the repository at this point in the history
  2. Fix SF63 deprecations (doctrine subscriber deprecated)

    tlallement authored and ternel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3bbecc2 View commit details
    Browse the repository at this point in the history
  3. Update tests.yaml

    raziel057 authored and ternel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f98b9b5 View commit details
    Browse the repository at this point in the history
  4. Update linter.yaml

    raziel057 authored and ternel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    99393ac View commit details
    Browse the repository at this point in the history
  5. Update code_checks.yaml

    raziel057 authored and ternel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    09bdf01 View commit details
    Browse the repository at this point in the history
  6. Update composer.json

    Update rector/rector to fix error when running ``vendor/bin/rector process --dry-run --ansi``
    
    PHP Fatal error:  Uncaught _PHPStan_9a6ded56a\Nette\InvalidArgumentException: Missing parameter 'deprecationRulesInstalled'.
    raziel057 authored and ternel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    642160e View commit details
    Browse the repository at this point in the history
  7. Update rector.php

    Remove missing NetteSetList
    
    [ERROR] Class "Rector\Nette\Set\NetteSetList" not found
    raziel057 authored and ternel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4cef745 View commit details
    Browse the repository at this point in the history
  8. Fix SF63 deprecations (security)

    tlallement authored and ternel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b971bbb View commit details
    Browse the repository at this point in the history
  9. CS Fixes

    tlallement authored and ternel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    049a849 View commit details
    Browse the repository at this point in the history
  10. Fix tests

    tlallement authored and ternel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d384f15 View commit details
    Browse the repository at this point in the history
  11. Fix deprecations for Doctrine ORM 3

    tlallement authored and ternel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    87c4df6 View commit details
    Browse the repository at this point in the history
  12. Fixed referencedColumnName value to be able to use values with Embedd…

    …ed attributes
    krixer authored and ternel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6171a43 View commit details
    Browse the repository at this point in the history