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 typo3fluid/fluid to v4 - autoclosed #262

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typo3fluid/fluid ^2.15 -> ^2.15 || ^4.0 age adoption passing confidence

Release Notes

TYPO3/Fluid (typo3fluid/fluid)

v4.0.0

Compare Source

Nearly eight years after the launch of Fluid v2, we are happy to release Fluid v4. For this major version we had one key goal in mind: no breaking changes to user-facing APIs, such as ViewHelpers or View classes. We are confident that we have achieved this goal.

In this release, we focused on improving code quality by introducing stricter type checks across most of the codebase. In addition, we have deprecated several outdated or suboptimal APIs – most notably, the renderStatic() method for ViewHelpers and the related traits. While these deprecated APIs remain functional in Fluid v4, they will be removed in the upcoming Fluid v5 release. We strongly encourage users to consult the deprecation log and update their code to ensure compatibility with future versions.

To make the upgrade process as seamless as possible, we've backported many of the new features to Fluid v2, ensuring that the migration path is largely backward-compatible.

Noteworthy features in v4 that could not be backported:

  • TYPO3/Fluid@faad81a <f:comment> now ignores Fluid syntax errors
  • TYPO3/Fluid@ba2c48b {true}, {false} and {null} are part of the language now and can be used in all templates
  • TYPO3/Fluid@4d5b0c9 AbstractTagBasedViewHelper now supports boolean tag arguments according to the HTML5 standard

A full list of breaking changes is available in the documentation.

New Contributors

Full Changelog: TYPO3/Fluid@2.15.0...4.0.0


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 Sep 11, 2024
Copy link
Contributor Author

renovate bot commented Sep 11, 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 typo3fluid/fluid:4.0.0 --with-dependencies --ignore-platform-req ext-intl --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires typo3fluid/fluid ^2.15 || ^4.0, found typo3fluid/fluid[2.15.0, 4.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - typo3/cms-core is locked to version v12.4.20 and an update of this package was not requested.
    - typo3/cms-core v12.4.20 requires typo3fluid/fluid ^2.9.2 -> found typo3fluid/fluid[2.9.2, ..., 2.15.0] but it conflicts with your temporary update constraint (typo3fluid/fluid:4.0.0).
  Problem 3
    - typo3/cms-core v12.4.20 requires typo3fluid/fluid ^2.9.2 -> found typo3fluid/fluid[2.9.2, ..., 2.15.0] but it conflicts with your temporary update constraint (typo3fluid/fluid:4.0.0).
    - typo3/testing-framework 8.2.1 requires typo3/cms-core 12.*.*@dev || 13.*.*@dev -> satisfiable by typo3/cms-core[v12.4.20].
    - typo3/testing-framework is locked to version 8.2.1 and an update of this package was not requested.

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 Sep 11, 2024

Code Climate has analyzed commit 14b7835 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 87.1% (0.0% change).

View more on Code Climate.

@coveralls
Copy link
Collaborator

coveralls commented Sep 11, 2024

Pull Request Test Coverage Report for Build 10896680558

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 87.159%

Totals Coverage Status
Change from base Build 10896675777: 0.0%
Covered Lines: 862
Relevant Lines: 989

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/typo3fluid-fluid-4.x branch 9 times, most recently from f490701 to 15b900e Compare September 16, 2024 21:18
| datasource | package          | from   | to    |
| ---------- | ---------------- | ------ | ----- |
| packagist  | typo3fluid/fluid | 2.15.0 | 4.0.0 |
@renovate renovate bot force-pushed the renovate/typo3fluid-fluid-4.x branch from 15b900e to 14b7835 Compare September 17, 2024 04:43
@renovate renovate bot changed the title [TASK] Update typo3fluid/fluid to v4 [TASK] Update typo3fluid/fluid to v4 - autoclosed Sep 17, 2024
@renovate renovate bot closed this Sep 17, 2024
@renovate renovate bot deleted the renovate/typo3fluid-fluid-4.x branch September 17, 2024 11:53
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