Update openspout/openspout requirement from ^4.30 to ^5.2 #41

Merged
RealZone22 merged 1 commit from dependabot/composer/openspout/openspout-tw-5.2 into main 2026-01-14 22:43:16 +01:00
RealZone22 commented 2025-12-22 22:24:20 +01:00 (Migrated from git.cyanfox.de)

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

Release notes

Sourced from openspout/openspout's releases.

v5.2.0

What's Changed

Full Changelog: https://github.com/openspout/openspout/compare/v5.1.1...v5.2.0

Commits
  • 22ba807 Add withers to Cell abstract class (#351)
  • b4a7c4b Update dependency friendsofphp/php-cs-fixer to ^3.92.3
  • 0508f97 Update dependency friendsofphp/php-cs-fixer to ^3.92.2
  • b02a6e6 Ensure associative arrays are accepted by Row named constructors (#346)
  • 3c0c879 Update dependency friendsofphp/php-cs-fixer to ^3.92.1
  • c5a02c1 Update dependency phpunit/phpunit to ^12.5.4
  • 62e7680 Update dependency friendsofphp/php-cs-fixer to ^3.92.0
  • 712cfe5 Row: ensure associative arrays are accepted by named constructors (#343)
  • fd282ff Add Withers to Common/Entity classes (#340)
  • 80371cd Add Row::fromValuesWithStyle helper (#342)
  • 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. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openspout/openspout/releases">openspout/openspout's releases</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <h2>What's Changed</h2> <ul> <li>Add <code>with</code>ers to <code>Cell</code> abstract class by <a href="https://github.com/uncaught"><code>@​uncaught</code></a> in <a href="https://redirect.github.com/openspout/openspout/pull/351">openspout/openspout#351</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openspout/openspout/compare/v5.1.1...v5.2.0">https://github.com/openspout/openspout/compare/v5.1.1...v5.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openspout/openspout/commit/22ba807c918484efc27e80d67d30c36ac28ff8dc"><code>22ba807</code></a> Add <code>with</code>ers to <code>Cell</code> abstract class (<a href="https://redirect.github.com/openspout/openspout/issues/351">#351</a>)</li> <li><a href="https://github.com/openspout/openspout/commit/b4a7c4b7fe3c597139eaa4074a0984f1ce54894c"><code>b4a7c4b</code></a> Update dependency friendsofphp/php-cs-fixer to ^3.92.3</li> <li><a href="https://github.com/openspout/openspout/commit/0508f97796763d77c9ff3b6503213e4a069679f0"><code>0508f97</code></a> Update dependency friendsofphp/php-cs-fixer to ^3.92.2</li> <li><a href="https://github.com/openspout/openspout/commit/b02a6e64de649ef0f160e25c79fac95801ce5de6"><code>b02a6e6</code></a> Ensure associative arrays are accepted by <code>Row</code> named constructors (<a href="https://redirect.github.com/openspout/openspout/issues/346">#346</a>)</li> <li><a href="https://github.com/openspout/openspout/commit/3c0c879efbfe49bd1de0e9e72861cca25b28c299"><code>3c0c879</code></a> Update dependency friendsofphp/php-cs-fixer to ^3.92.1</li> <li><a href="https://github.com/openspout/openspout/commit/c5a02c1a154ac195653984875a8936a2a98a4c6b"><code>c5a02c1</code></a> Update dependency phpunit/phpunit to ^12.5.4</li> <li><a href="https://github.com/openspout/openspout/commit/62e76809655e00e41b1e1c7224d1eae3f2a268a4"><code>62e7680</code></a> Update dependency friendsofphp/php-cs-fixer to ^3.92.0</li> <li><a href="https://github.com/openspout/openspout/commit/712cfe507f4c90767f4cda21947f6bca4539b7e3"><code>712cfe5</code></a> Row: ensure associative arrays are accepted by named constructors (<a href="https://redirect.github.com/openspout/openspout/issues/343">#343</a>)</li> <li><a href="https://github.com/openspout/openspout/commit/fd282ff41e687b1f3551913a70a4b4e18aa2b7b6"><code>fd282ff</code></a> Add Withers to Common/Entity classes (<a href="https://redirect.github.com/openspout/openspout/issues/340">#340</a>)</li> <li><a href="https://github.com/openspout/openspout/commit/80371cdad22297c5e46dc497a4cf66bdcd89b755"><code>80371cd</code></a> Add Row::fromValuesWithStyle helper (<a href="https://redirect.github.com/openspout/openspout/issues/342">#342</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openspout/openspout/compare/v4.30.0...v5.2.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
RealZone22 commented 2025-12-22 22:24:21 +01:00 (Migrated from git.cyanfox.de)

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.

### 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`.
RealZone22 commented 2025-12-22 22:24:23 +01:00 (Migrated from git.cyanfox.de)

mentioned in merge request !13

mentioned in merge request !13
RealZone22 commented 2026-01-14 22:43:16 +01:00 (Migrated from git.cyanfox.de)

Merged by: RealZone22 at 2026-01-14 21:43:16 UTC

*Merged by: RealZone22 at 2026-01-14 21:43:16 UTC*
RealZone22 (Migrated from git.cyanfox.de) merged commit into main 2026-01-14 22:43:16 +01:00
RealZone22 (Migrated from git.cyanfox.de) closed this pull request 2026-01-14 22:43:17 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
RealZone22/PenguTables!41
No description provided.