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

[TASK] Update TYPO3 CMS to v13 (major) #158

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typo3/cms-core (source) ^11.5 || ^12.4 || ~13.0.0 -> ^11.5 || ^12.4 || ~13.0.0 || ~13.3.0 age adoption passing confidence
typo3/cms-extbase (source) ^11.5 || ^12.4 || ~13.0.0 -> ^11.5 || ^12.4 || ~13.0.0 || ~13.3.0 age adoption passing confidence
typo3/cms-frontend (source) ^11.5 || ^12.4 || ~13.0.0 -> ^11.5 || ^12.4 || ~13.0.0 || ~13.3.0 age adoption passing confidence

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Updates project dependencies label Apr 24, 2024
Copy link
Contributor Author

renovate bot commented Apr 24, 2024

⚠ Artifact update problem

Renovate failed to update an artifact 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 click 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: composer.lock
Command failed: composer update typo3/cms-core:13.1.0 typo3/cms-extbase:13.1.0 typo3/cms-frontend:13.1.0 --with-dependencies --ignore-platform-req ext-intl --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency psr/event-dispatcher is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/http-message is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency symfony/console is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires typo3/cms-core ^11.5 || ^12.4 || ~13.0.0 || ~13.1.0, found typo3/cms-core[v11.5.0, ..., v11.5.36, v12.4.0, ..., v12.4.14, v13.0.0, v13.0.1, v13.1.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires typo3/cms-extbase ^11.5 || ^12.4 || ~13.0.0 || ~13.1.0, found typo3/cms-extbase[v11.5.0, ..., v11.5.36, v12.4.0, ..., v12.4.14, v13.0.0, v13.0.1, v13.1.0] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - Root composer.json requires typo3/cms-frontend ^11.5 || ^12.4 || ~13.0.0 || ~13.1.0 -> satisfiable by typo3/cms-frontend[v13.1.0].
    - typo3/cms-frontend v13.1.0 requires typo3/cms-core 13.1.0 -> found typo3/cms-core[v13.1.0] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - brotkrueml/schema is locked to version v3.4.1 and an update of this package was not requested.
    - brotkrueml/schema v3.4.1 requires typo3/cms-core ^11.5.19 || ^12.4 || ^13.1 -> found typo3/cms-core[v11.5.19, ..., v11.5.36, v12.4.0, ..., v12.4.14, v13.1.0] but these were not loaded, likely because it conflicts with another require.
  Problem 5
    - saschaegerer/phpstan-typo3 is locked to version 1.10.0 and an update of this package was not requested.
    - saschaegerer/phpstan-typo3 1.10.0 requires typo3/cms-core ^10.4 || ^11.5 || ^12.4 || ^13.0 -> found typo3/cms-core[v10.4.0, ..., v10.4.37, v11.5.0, ..., v11.5.36, v12.4.0, ..., v12.4.14, v13.0.0, v13.0.1, v13.1.0] but these were not loaded, likely because it conflicts with another require.
  Problem 6
    - typo3/testing-framework is locked to version 8.0.9 and an update of this package was not requested.
    - typo3/testing-framework 8.0.9 requires typo3/cms-core 12.*.*@dev || 13.*.*@dev -> found typo3/cms-core[v12.0.0, ..., v12.4.14, v13.0.0, v13.0.1, v13.1.0] but these were not loaded, likely because it conflicts with another require.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Copy link

codeclimate bot commented Apr 24, 2024

Code Climate has analyzed commit 48d92cd and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 3.6% (0.0% change).

View more on Code Climate.

@coveralls
Copy link
Collaborator

coveralls commented Apr 24, 2024

Pull Request Test Coverage Report for Build 10904977637

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 3.61%

Totals Coverage Status
Change from base Build 10876436436: 0.0%
Covered Lines: 27
Relevant Lines: 748

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/major-typo3-cms branch 2 times, most recently from da1b40f to 4dd53c7 Compare April 29, 2024 03:41
@renovate renovate bot force-pushed the renovate/major-typo3-cms branch 2 times, most recently from 43a4f10 to 493af3c Compare May 13, 2024 03:11
Copy link
Contributor Author

renovate bot commented May 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact 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 click 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: composer.lock
Command failed: composer update typo3/cms-core:13.3.0 typo3/cms-extbase:13.3.0 typo3/cms-frontend:13.3.0 --with-dependencies --ignore-platform-req ext-intl --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency psr/event-dispatcher is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/http-message is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency symfony/console is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires typo3/cms-core ^11.5 || ^12.4 || ~13.0.0 || ~13.3.0, found typo3/cms-core[v11.5.0, ..., v11.5.39, v12.4.0, ..., v12.4.20, v13.0.0, v13.0.1, v13.3.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires typo3/cms-extbase ^11.5 || ^12.4 || ~13.0.0 || ~13.3.0, found typo3/cms-extbase[v11.5.0, ..., v11.5.39, v12.4.0, ..., v12.4.20, v13.0.0, v13.0.1, v13.3.0] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - Root composer.json requires typo3/cms-frontend ^11.5 || ^12.4 || ~13.0.0 || ~13.3.0 -> satisfiable by typo3/cms-frontend[v13.3.0].
    - typo3/cms-frontend v13.3.0 requires typo3/cms-core 13.3.0 -> found typo3/cms-core[v13.3.0] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - brotkrueml/schema is locked to version v3.6.1 and an update of this package was not requested.
    - brotkrueml/schema v3.6.1 requires typo3/cms-core ^11.5.19 || ^12.4 || ^13.2 -> found typo3/cms-core[v11.5.19, ..., v11.5.39, v12.4.0, ..., v12.4.20, v13.2.0, v13.2.1, v13.3.0] but these were not loaded, likely because it conflicts with another require.
  Problem 5
    - saschaegerer/phpstan-typo3 is locked to version 1.10.2 and an update of this package was not requested.
    - saschaegerer/phpstan-typo3 1.10.2 requires typo3/cms-core ^11.5 || ^12.4 || ^13.0 -> found typo3/cms-core[v11.5.0, ..., v11.5.39, v12.4.0, ..., v12.4.20, v13.0.0, ..., v13.3.0] but these were not loaded, likely because it conflicts with another require.
  Problem 6
    - typo3/testing-framework is locked to version 8.2.1 and an update of this package was not requested.
    - typo3/testing-framework 8.2.1 requires typo3/cms-core 12.*.*@dev || 13.*.*@dev -> found typo3/cms-core[v12.0.0, ..., v12.4.20, v13.0.0, ..., v13.3.0] but these were not loaded, likely because it conflicts with another require.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/major-typo3-cms branch 3 times, most recently from 553779d to ff9bcfa Compare May 27, 2024 04:31
@renovate renovate bot force-pushed the renovate/major-typo3-cms branch from ff9bcfa to 9b96a81 Compare June 3, 2024 03:44
@renovate renovate bot force-pushed the renovate/major-typo3-cms branch 8 times, most recently from 1df4f18 to e822d62 Compare June 17, 2024 09:07
@renovate renovate bot force-pushed the renovate/major-typo3-cms branch 2 times, most recently from 784d7ae to 92af2f4 Compare June 24, 2024 06:29
@renovate renovate bot force-pushed the renovate/major-typo3-cms branch 3 times, most recently from 28f9350 to 35d1afd Compare July 2, 2024 09:18
@renovate renovate bot force-pushed the renovate/major-typo3-cms branch 2 times, most recently from 238bc37 to 0fdb677 Compare July 15, 2024 03:06
@renovate renovate bot force-pushed the renovate/major-typo3-cms branch from 0fdb677 to 48c461b Compare July 18, 2024 11:51
@renovate renovate bot force-pushed the renovate/major-typo3-cms branch from 48c461b to 194f39d Compare July 22, 2024 03:34
@renovate renovate bot force-pushed the renovate/major-typo3-cms branch from 194f39d to d95a71b Compare July 29, 2024 04:54
@renovate renovate bot force-pushed the renovate/major-typo3-cms branch 2 times, most recently from 249fa0b to 50ad2c7 Compare August 28, 2024 07:36
@renovate renovate bot force-pushed the renovate/major-typo3-cms branch 2 times, most recently from 48dd24b to f27d769 Compare September 9, 2024 03:03
| datasource | package            | from    | to     |
| ---------- | ------------------ | ------- | ------ |
| packagist  | typo3/cms-core     | 12.4.20 | 13.3.0 |
| packagist  | typo3/cms-extbase  | 12.4.20 | 13.3.0 |
| packagist  | typo3/cms-frontend | 12.4.20 | 13.3.0 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants