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

fix(deps): update dependency phpoffice/phpspreadsheet to v1.29.10 (v4) #159

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpoffice/phpspreadsheet 1.25.2 -> 1.29.10 age adoption passing confidence

Release Notes

PHPOffice/PhpSpreadsheet (phpoffice/phpspreadsheet)

v1.29.10

Compare Source

Changed
  • Allow version 1 and 2 of composer/pcre.
Fixed
  • Xls writer Parser Mishandling True/False Argument. Backport of PR #​4333
  • Xls writer Parser Parse By Character Not Byte. Backport of PR #​4344

v1.29.9

Compare Source

Fixed
  • Backported security patch for control characters in protocol.
  • Use Composer\Pcre in Xls/Parser. Partial backport of PR #​4203

v1.29.8

Compare Source

Deprecated
  • Worksheet::getHashCode is no longer needed.
Fixed
  • Backported security patch for Html navigation.
  • Change hash code for worksheet. Backport of PR #​4207
  • Retitling cloned worksheets. Backport of PR #​4302

v1.29.7

Compare Source

Deprecated
  • Drawing::setIsUrl is unneeded. The property is set when setPath determines whether path is a url.
Fixed
  • More context options may be needed for http(s) image. Backport of PR #​4276
  • Backported security patches for Samples.
  • Backported security patches for Html Writer.

v1.29.6

Compare Source

1.29.6 - 2024-12-08

Fixed
  • Fix Minor Break Handling Drawings. Backport of PR #​4244
  • Upgrade locked version of Tcpdf (security advisory).
  • Upgrade locked version of Dompdf (Php8.4 compatibility).
  • Remove unnecessary files from Composer package.

v1.29.5

Compare Source

1.29.5 - 2024-11-22

Changed
  • Settings::libXmlLoaderOptions is ignored. Backport of PR #​4233
Deprecated
  • Settings::setLibXmlLoaderOptions() and Settings::getLibXmlLoaderOptions() are no longer needed - no replacement.

v1.29.4

Compare Source

1.29.4 - 2024-11-10

Fixed
  • 1.29.3 omitted
  • Backported security patches.
  • Write ignoredErrors Tag Before Drawings. Backport of PR #​4212 intended for 3.4.0.
  • Changes to ROUNDDOWN/ROUNDUP/TRUNC. Backport of PR #​4214 intended for 3.4.0.
  • Replace str_starts_with in Drawing. Issue #​4215
Added
  • Method to Test Whether Csv Will Be Affected by Php9. Backport of PR #​4189 intended for 3.4.0.

v1.29.2

Compare Source

1.29.2 - 2024-09-29

Fixed
  • Backported security patches.
  • Support for Php8.4.
  • Change to Csv Reader (see below under Deprecated). Backport of PR #​4162 intended for 3.0.0. Issue #​4161
  • Tweaks to ROUNDUP, ROUNDDOWN, TRUNC, AMORDEGRC (results had been different under 8.4).
Changed
  • Images will not be added to spreadsheet if they cannot be validated as images.

v1.29.1: Security Patch

Compare Source

1.29.1 - 2024-09-03

Fixed

v1.29.0

Compare Source

Added
Changed
  • Xlsx Color schemes read in will be written out (previously Excel 2007-2010 Color scheme was always written); manipulation of those schemes before write, including restoring prior behavior, is provided PR #​3476
  • Memory and speed optimisations for Read Filters with Xlsx Files and Shared Formulae. PR #​3474
  • Allow CellRange and CellAddress objects for the range argument in the rangeToArray() method. PR #​3494
  • Stock charts will now read and reproduce upDownBars and subsidiary tags; these were previously ignored on read and hard-coded on write. PR #​3515
Deprecated
  • Nothing
Removed
  • Nothing
Fixed

v1.28.0

Compare Source

Added
  • Support for configuring a Chart Title's overlay PR #​3325
  • Wizards for defining Number Format masks for Numbers, Percentages, Scientific, Currency and Accounting PR #​3334
  • Support for fixed value divisor in fractional Number Format Masks PR #​3339
  • Allow More Fonts/Fontnames for Exact Width Calculation PR #​3326 Issue #​3190
  • Allow override of the Value Binder when setting a Cell value PR #​3361
Changed
  • Improved handling for @​ placeholder in Number Format Masks PR #​3344
  • Improved handling for ? placeholder in Number Format Masks PR #​3394
  • Improved support for locale settings and currency codes when matching formatted strings to numerics in the Calculation Engine PR #​3373 and PR #​3374
  • Improved support for locale settings and matching in the Advanced Value Binder PR #​3376
  • toFormattedString will now always return a string. This can affect the results of toArray, namedRangeToArray, and rangeToArray. PR #​3304
  • Value of constants FORMAT_CURRENCY_EUR and FORMAT_CURRENCY_USD is changed. Issue #​3577 PR #​3377
Deprecated
  • Rationalisation of Pre-defined Currency Format Masks PR #​3377
Removed
  • Nothing
Fixed

v1.27.1

Compare Source

Added
  • Nothing
Changed
  • Nothing
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • Fix Composer --dev dependency issue with dealerdirect/phpcodesniffer-composer-installer renaming their master branch to main

v1.27.0

Compare Source

Added
Changed
  • Nothing
Deprecated
  • Nothing
Removed
Fixed

v1.26.0

Compare Source

Added
  • Extended flag options for the Reader load() and Writer save() methods
  • Apply Row/Column limits (1048576 and XFD) in ReferenceHelper PR #​3213
  • Allow the creation of In-Memory Drawings from a string of binary image data, or from a stream. PR #​3157
  • Xlsx Reader support for Pivot Tables PR #​2829
  • Permit Date/Time Entered on Spreadsheet to be calculated as Float Issue #​1416 PR #​3121
Changed
  • Nothing
Deprecated
  • Direct update of Calculation::suppressFormulaErrors is replaced with setter.
  • Font public static variable defaultColumnWidths replaced with constant DEFAULT_COLUMN_WIDTHS.
  • ExcelError public static variable errorCodes replaced with constant ERROR_CODES.
  • NumberFormat constant FORMAT_DATE_YYYYMMDD2 replaced with existing identical FORMAT_DATE_YYYYMMDD.
Removed
  • Nothing
Fixed

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 becomes conflicted, 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.

@CybotTM CybotTM merged commit 78b105b into v4 Feb 27, 2025
@CybotTM CybotTM deleted the renovate/v4-phpoffice-phpspreadsheet-1.x-lockfile branch February 27, 2025 07:24
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