Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Updates the requirements on openspout/openspout to permit the latest version.

Release notes

Sourced from openspout/openspout's releases.

v5.0.0

Upgrading from 4.x to 5.0

It has been discovered that the operation of merging a cell's Style with a defined default row Style was very expensive: when writing tens of thousand row with hundreds of column, each with a different style and a custom default row style, just the style merging operation could take up to 80% of the overall spreadsheet creation. In v5 therefore you can have either a fallback row style when a Cell has none, or a custom style for the Cell. If you want for example zebra striping over a column of custom formatted cells, now you have to have 2 distinct styles and apply them manually in alternation to even and odd cells.

Moreover, to ensure deterministic outcomes, most of the classes you are dealing with are readonly now, so their properties can only be set once on the constructor, or with with*** methods that return a new instance of the object with just the new property overwritten.

What's Changed

Full Changelog: openspout/openspout@v4.32.0...v5.0.0

Commits
  • a27ee59 Drop default row style, make classes readonly where possible (#338)
  • c8e82aa Update actions/checkout action to v6 (#336)
  • ca60213 Update all non-major dependencies
  • 41f045c Improve the error message when failing to open a ZipArchive (#329)
  • 1183d28 Fix coding standards (#330)
  • 90dc2f7 feat: Add PHP 8.5 Support (#328)
  • b569ce8 Update dependency infection/infection to ^0.31.2
  • 729f996 Update dependency phpunit/phpunit to ^12.3.6
  • d9ace26 Update dependency phpunit/phpunit to ^12.3.5
  • 6fad365 Update dependency friendsofphp/php-cs-fixer to ^3.86.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [openspout/openspout](https://github.com/openspout/openspout) to permit the latest version.
- [Release notes](https://github.com/openspout/openspout/releases)
- [Commits](openspout/openspout@v4.30.0...v5.0.0)

---
updated-dependencies:
- dependency-name: openspout/openspout
  dependency-version: 5.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

Superseded by #13.

@dependabot dependabot bot closed this Dec 15, 2025
@dependabot dependabot bot deleted the dependabot/composer/openspout/openspout-tw-5.0 branch December 15, 2025 21:23
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.

1 participant