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

Update dependency doctrine/doctrine-orm-module to v4 #87

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 7, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
doctrine/doctrine-orm-module (source) require major ^1.1.5 -> 4.0.2
doctrine/doctrine-orm-module (source) require major ^2.0 -> 4.0.2

Release Notes

doctrine/DoctrineORMModule

v4.0.2

Compare Source

Release Notes for 4.0.2

4.0.x bugfix release (patch)

Changed
  • DoctrinePaginator now implements JsonSerializable which it didn't before to solve a caching issue
4.0.2
  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v4.0.1

Compare Source

Fixed
  • Removed integer constant for proxy generation. While this seems like the correct use of the constant, historically this module has maintained a true/false value for generate_proxies. While this excludes the other non-1 or 0 values for generating proxies, keeping the true/false values is forward looking: "ORM is eventually going to use ProxyManager to generate proxies, which again only understands two options, not everything else" - alcaeus
  • psalm flagged a ParamNameMismatch from the inherited factories. Changed to match ancestor.
  • Updated docs from Zend to Lamians
  • Updated doctrine-project.json to show 4.0.x as the maintained branch
Removed
  • Maintenance of 3.x branches has been retired

v4.0.0

Compare Source

A new major version was necessary because support for form annotation has been removed so PHP 8.0 can be supported.

Added
  • Support for PHP 8.0
Removed

v3.2.2

Compare Source

Added
  • Support for psalm @​ level 7

v3.2.1

Compare Source

Changed
  • Prevent E_USER_DEPRECATED error when creating RunSqlCommand

v3.2.0

Compare Source

Added
  • Allow migrations DependencyFactory from config
Changed
  • Doctrine 2 and future versions will be referred to as just Doctrine

v3.1.3

Compare Source

Changed
  • Doctrine 2 and future versions will be referred to as just Doctrine

v3.1.2

Compare Source

Added
  • Enable support for doctrine/persistence 2.0 or 1.3

v3.1.1

Compare Source

Fixed
  • The doctrine/migrations module defaults the organize_migrations configuration values $this->migrationsAreOrganizedByYear and $this->migrationsAreOrganizedByYearAndMonth to false which puts all migrations into a single directory. If the organize_migrations is set to year or year_and_month it cannot be unset to false. So, this module has removed organize_migrations from the default orm_config migrations configuration.

v3.1.0

Compare Source

Added
  • Support for Migrations ^3.0
Removed
  • Support for Migrations 1 and 2

v3.0.9

Compare Source

Added
  • Enable support for doctrine/persistence 2.0 or 1.3

v3.0.8

Compare Source

Fixed
  • v3.0.7 introduced the ability to have migrations for multiple object managers. This change overlooked the case where a developer did not install the optional doctrine/migrations repository and caused an error when trying to load the module. This release adds specific unit tests for optional dependencies and fixes the break in v3.0.7.

v3.0.7

Compare Source

Added
  • Support for multiple migrations configurations. For the life of this module support for migrations has been limited to doctrine.entitymanager.orm_default. With this release you can create migrations configurations for multiple object managers. You are however limited to only one configuration per object manager.

v3.0.6

Compare Source

Added
  • Doctrine Coding Standard has been applied
  • doctrine-project.json added to project
Changed
  • Enable support for Doctrine 2.0
  • Avoid recent versions of doctrine/migrations
  • Minimum doctrine/persistence changed to 1.3
Fixed
  • Namespace for MappingDriverChain corrected #​625

v3.0.5

Compare Source

Fixed
  • Newer Doctrine coding standard flagged nesting of control structures per method as small as possible.
Removed
  • Added conflict to composer.json for doctrine/migrations >= 3.0

v3.0.4

Compare Source

Changed
  • Use CodeCov instead of Scrutinizer

v3.0.3

Compare Source

Fixed
  • module.config.php referenced DoctrineObject through DoctrineModule. Fixed to use Doctrine\Laminas\Hydrator\DoctrineObject
Other
  • A fix to functional testing of command line migration command used in Travis testing.

v3.0.2

Compare Source

Fixed
  • Fix old Zend Developer Tools CSS class names

v3.0.1

Compare Source

Fixed
  • Add return type hint to MappingCollectorFactory::getOptionsClass for compability with DoctrineModule.

v3.0.0

Compare Source

This release is in support of Laminas. The whole project has been reworked to be compatible with the Doctrine coding standard and all Zend libraries have been migrated to Laminas.

v2.1.7

Compare Source

Added

  • Enable use savepoints in configuration

v2.1.6

Compare Source

Changed

  • Support for Symfony Console 5.0

v2.1.5

Compare Source

Added

  • ConfigProvider added to composer.json
  • Run CLI commands on Travis builds
  • Fix output writer for doctrine-migrations v2 integration

v2.1.4

Compare Source

Changed

  • Moved documentation from .md to .rst
  • Lightly edited documentation

v2.1.3

Compare Source

Added

v2.1.2

Compare Source

Fixed

ZendDeveloperToolbar support has been corrected and enhanced. See #​563, #​552

v2.1.1

Compare Source

Fixed

Updated requirement for doctrine-module to 2.1.3 due to a fix for PHP 7.2 in zend-framework/zend-form required by that module.

v2.1.0

Compare Source

Added
  • Support for PHP 7.2
Changed
Deprecated
Removed
Fixed

v1.1.8

Compare Source

Fixed

Support for ZendDeveloperTools corrected.

v1.1.7

Compare Source

Added

Use for null coalesce operator.

Deprecated

Nothing.

Removed

Listener/PostCliLoadListener, factory, and config.

Fixed

Use init() event on the module to configure CLI.

v1.1.6

Compare Source

Added

  • Console routes use a listener
  • Support for PHPUnit 6.5
  • Support for Symfony 4
  • Custom template support for migrations

Deprecated

Nothing.

Removed

  • Support for PHP < 7.1

Fixed

  • Documentation for multiple object managers

Configuration

📅 Schedule: 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 these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate
Copy link
Author

renovate bot commented Sep 7, 2021

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: userdemo/composer.lock
Command failed: docker run --rm --name=renovate_php --label=renovate_child -v "/mnt/renovate/gh/olegkrivtsov/using-zf3-book-samples":"/mnt/renovate/gh/olegkrivtsov/using-zf3-book-samples" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -w "/mnt/renovate/gh/olegkrivtsov/using-zf3-book-samples/userdemo" docker.io/renovate/php:7.4.24 bash -l -c "install-tool composer 1.10.23 && composer update doctrine/doctrine-orm-module --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Dependency "zendframework/zend-mvc" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "zendframework/zend-authentication" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "zendframework/zend-mvc" is also a root requirement, but is not explicitly allowed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - doctrine/migrations v1.5.0 conflicts with doctrine/doctrine-orm-module[4.0.2].
    - doctrine/doctrine-orm-module 4.0.2 conflicts with doctrine/migrations[v1.5.0].
    - Installation request for doctrine/doctrine-orm-module 4.0.2 -> satisfiable by doctrine/doctrine-orm-module[4.0.2].
    - Installation request for doctrine/migrations (locked at v1.5.0, required as ^1.5) -> satisfiable by doctrine/migrations[v1.5.0].


File name: roledemo/composer.lock
Command failed: docker run --rm --name=renovate_php --label=renovate_child -v "/mnt/renovate/gh/olegkrivtsov/using-zf3-book-samples":"/mnt/renovate/gh/olegkrivtsov/using-zf3-book-samples" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -w "/mnt/renovate/gh/olegkrivtsov/using-zf3-book-samples/roledemo" docker.io/renovate/php:7.4.24 bash -l -c "install-tool composer 1.10.23 && composer update doctrine/doctrine-orm-module --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Key zendframework/zend-captcha is a duplicate in ./composer.json at line 29
Key zendframework/zend-captcha is a duplicate in ./composer.json at line 29
Dependency "zendframework/zend-mvc" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "zendframework/zend-authentication" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "zendframework/zend-cache" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "zendframework/zend-mvc" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "zendframework/zend-authentication" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "zendframework/zend-cache" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "zendframework/zend-mvc" is also a root requirement, but is not explicitly allowed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - doctrine/doctrine-orm-module 4.0.2 conflicts with doctrine/migrations[v1.8.1].
    - doctrine/doctrine-orm-module 4.0.2 conflicts with doctrine/migrations[v1.8.1].
    - Installation request for doctrine/doctrine-orm-module 4.0.2 -> satisfiable by doctrine/doctrine-orm-module[4.0.2].
    - Installation request for doctrine/migrations (locked at v1.8.1, required as ^1.5) -> satisfiable by doctrine/migrations[v1.8.1].


File name: blog/composer.lock
Command failed: docker run --rm --name=renovate_php --label=renovate_child -v "/mnt/renovate/gh/olegkrivtsov/using-zf3-book-samples":"/mnt/renovate/gh/olegkrivtsov/using-zf3-book-samples" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -w "/mnt/renovate/gh/olegkrivtsov/using-zf3-book-samples/blog" docker.io/renovate/php:7.4.24 bash -l -c "install-tool composer 1.10.23 && composer update doctrine/doctrine-orm-module --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Dependency "zendframework/zend-mvc" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "zendframework/zend-mvc" is also a root requirement, but is not explicitly allowed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - doctrine/migrations v1.8.1 conflicts with doctrine/doctrine-orm-module[4.0.2].
    - doctrine/doctrine-orm-module 4.0.2 conflicts with doctrine/migrations[v1.8.1].
    - Installation request for doctrine/doctrine-orm-module 4.0.2 -> satisfiable by doctrine/doctrine-orm-module[4.0.2].
    - Installation request for doctrine/migrations (locked at v1.8.1, required as ^1.8) -> satisfiable by doctrine/migrations[v1.8.1].


@renovate renovate bot force-pushed the renovate/doctrine-doctrine-orm-module-4.x branch from 750fa01 to 71055f8 Compare October 20, 2021 06:34
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.

None yet

1 participant