Skip to content

build(deps): bump the composer group across 3 directories with 4 updates#2446

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/composer-15643a9020
Open

build(deps): bump the composer group across 3 directories with 4 updates#2446
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/composer-15643a9020

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the composer group with 1 update in the / directory: phpoffice/phpspreadsheet.
Bumps the composer group with 1 update in the /fuw/app directory: yiisoft/yii2-gii.
Bumps the composer group with 2 updates in the /gigadb/app/tools/readme-generator directory: phpunit/phpunit and symfony/process.

Updates phpoffice/phpspreadsheet from 1.29.10 to 1.30.0

Release notes

Sourced from phpoffice/phpspreadsheet's releases.

1.30.0

Breaking Changes

  • Images will be loaded from an external source (e.g. http://example.com/img.png) only if the reader is explicitly set to allow it via $reader->setAllowExternalImages(true). We do not believe that loading of external images is a widely used feature. This is a necessary change for security purposes. It unfortunately breaks Semantic Versioning for reasons described above; there is no way to start a new major version for this branch.

1.29.12

Added

  • Add to all readers the option to allow or forbid fetching external images. This is unconditionally allowed now. The default will be set to "allow", so no code changes are necessary. However, we are giving consideration to changing the default.[PR #4545](PHPOffice/PhpSpreadsheet#4545)

1.29.11

Changed

  • Allow php-cs-fixer to Handle Implicit Backslashes.

Added

Fixed

Changelog

Sourced from phpoffice/phpspreadsheet's changelog.

2025-08-10 - 1.30.0

Breaking Changes

  • Images will be loaded from an external source (e.g. http://example.com/img.png) only if the reader is explicitly set to allow it via $reader->setAllowExternalImages(true). We do not believe that loading of external images is a widely used feature. This is a necessary change for security purposes. It unfortunately breaks Semantic Versioning for reasons described above; there is no way to start a new major version for this branch.

2025-07-23 - 1.29.12

Added

  • Add to all readers the option to allow or forbid fetching external images. This is unconditionally allowed now. The default will be set to "allow", so no code changes are necessary. However, we are giving consideration to changing the default.[PR #4545](PHPOffice/PhpSpreadsheet#4545)

2025-06-22 - 1.29.11

Changed

  • Allow php-cs-fixer to Handle Implicit Backslashes.

Added

Fixed

Commits
  • 2f39286 Prepare Changelog for New Release
  • c2cd0e6 Breaking Change When Loading External Images
  • 5e3a6a8 Changelog Update Semantic Versioning Statement
  • 7c06eed All Readers - Allow or Forbid Fetching of External Images Release129 (#4545)
  • 05b6c43 Allow Xlsx Reader to Specify ParseHuge Release1291 (#4515)
  • b94b4e9 Removing Columns/Rows Containing Merged Cells (#4473)
  • ffbbf61 Allow Spreadsheet Serialization Branch release129 (#4405)
  • 7628348 Allow php-cs-fixer to Handle Implicit Backslashes
  • 8f4c541 Fix TEXT and TIMEVALUE Functions 1.29 Branch (#4352)
  • 9924c6c Update content-hash (composer update --lock)
  • See full diff in compare view

Updates yiisoft/yii2-gii from 2.1.4 to 2.2.5

Changelog

Sourced from yiisoft/yii2-gii's changelog.

2.2.5 September 04, 2022

  • Ehn #489: Added support for the ::class constant in model generator via the useClassConstant setting (rhertogh)
  • Bug #500: Fix missing namespace in CRUD index template (mohamed-nazim)
  • Bug #502: Setting skipOnEmpty to fix "trim(): Passing null to parameter" in generators/model/Generator.php (rhertogh)

2.2.4 December 30, 2021

  • Bug #467: Fix view generators/crud/default/controller (WinterSilence, cjrf)
  • Bug #476: Fix stucking datalist options in form generator (WinterSilence)
  • Bug #484: Add parent's labels and hints, fix rule for attribute moduleClass in module generator (WinterSilence)
  • Bug #486: Update assets/js/bs4-native.min.js to the latest version (WinterSilence)
  • Bug #488: Fix ActionColumn::$urlCreator in index template of CRUD generator (WinterSilence)
  • Enh #485: Add validation rules for enableI18N and messageCategory to Generator (WinterSilence)

2.2.3 August 09, 2021

  • Enh #453: Allow CRUD to work with non-RDBMS ARs (WinterSilence)
  • Enh #458: Add CIDR support for allowedIPs (rhertogh)
  • Enh #462: Add support for viewing file differences on the CLI (rhertogh)

2.2.2 May 06, 2021

  • Bug #433: Fix insufficient category validation (samdark)
  • Bug #439: Replace client-side generation of model class name with an AJAX request and a serverside implementation to take options into account (WinterSilence)
  • Enh #444: Updated reserved keywords in generator (WinterSilence)
  • Enh #450: Add behaviors merging, pagination example, sorting example, loading defaults for a model to CRUD controller (WinterSilence)

2.2.1 May 02, 2020

  • Bug #428: Permit the usage of anonymous generators using dependency injection (aguevaraIL)

2.2.0 March 24, 2020

  • Enh #424: Added support for via() junction relations in model generator (rhertogh)
Commits
  • e2f2dcf release version 2.2.5
  • 298b8b4 Fix #500: Fix missing namespace in CRUD index template
  • b786bbb Merge pull request #504 from rhertogh/patch-3
  • 1b270f8 Update CHANGELOG.md for #502
  • 832d266 Fix #489: Added support for the ::class constant in model generator via the...
  • 4f24ccc Normalize PhpDoc types in CRUD generator (#503)
  • d348dfe Added skipOnEmpty for trim filter in generators/model/Generator.php (#502)
  • 2fa057d docs: correct Syntax for phpDoc (#495)
  • 1749e22 prepare for next release
  • 80893fc release version 2.2.4
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 9.5.28 to 9.6.33

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 9.6.33

Changed

  • To prevent Poisoned Pipeline Execution (PPE) attacks using prepared .coverage files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 9.6.32

Changed

  • PHPUnit\Framework\MockObject exceptions are now subtypes of PHPUnit\Exception

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 9.6.31

  • No changes; phpunit.phar rebuilt with PHP 8.4 to work around PHP-Scoper issue #1139

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 9.6.30

Changed

  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[9.6.33] - 2026-01-27

Changed

  • To prevent Poisoned Pipeline Execution (PPE) attacks using prepared .coverage files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs

[9.6.32] - 2026-01-24

Changed

  • PHPUnit\Framework\MockObject exceptions are now subtypes of PHPUnit\Exception

[9.6.31] - 2025-12-06

  • No changes; phpunit.phar rebuilt with PHP 8.4 to work around PHP-Scoper issue #1139

[9.6.30] - 2025-12-01

Changed

  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6

[9.6.29] - 2025-09-24

  • No changes; phpunit.phar rebuilt with updated dependencies

[9.6.28] - 2025-09-23

  • No changes; phpunit.phar rebuilt with updated dependencies

[9.6.27] - 2025-09-14

Changed

  • #6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

[9.6.26] - 2025-09-11

Changed

  • Implement __serialize() in addition to __sleep() (which will be deprecated in PHP 8.5)

[9.6.25] - 2025-08-20

Changed

  • Do not configure report_memleaks setting (which will be deprecated in PHP 8.5) for PHPT processes

[9.6.24] - 2025-08-10

... (truncated)

Commits
  • fea0625 Prepare release
  • 1a677f6 Merge branch '8.5' into 9.6
  • 1015741 Prepare release
  • 1cce5f3 Merge branch '8.5' into 9.6
  • 3141742 Do not run PHPT test when its temporary file for code coverage information ex...
  • 0b3170a We do not need to unserialize() objects here
  • 261086a Extract method
  • fdd6b86 Fix CS/WS issue
  • 492ee10 Prepare release
  • 81edce2 Merge branch '8.5' into 9.6
  • Additional commits viewable in compare view

Updates symfony/process from 5.4.47 to 5.4.51

Release notes

Sourced from symfony/process's releases.

v5.4.51

Changelog (symfony/process@v5.4.50...v5.4.51)

Commits

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the composer group with 1 update in the / directory: [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet).
Bumps the composer group with 1 update in the /fuw/app directory: [yiisoft/yii2-gii](https://github.com/yiisoft/yii2-gii).
Bumps the composer group with 2 updates in the /gigadb/app/tools/readme-generator directory: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [symfony/process](https://github.com/symfony/process).


Updates `phpoffice/phpspreadsheet` from 1.29.10 to 1.30.0
- [Release notes](https://github.com/PHPOffice/PhpSpreadsheet/releases)
- [Changelog](https://github.com/PHPOffice/PhpSpreadsheet/blob/1.30.0/CHANGELOG.md)
- [Commits](PHPOffice/PhpSpreadsheet@1.29.10...1.30.0)

Updates `yiisoft/yii2-gii` from 2.1.4 to 2.2.5
- [Changelog](https://github.com/yiisoft/yii2-gii/blob/master/CHANGELOG.md)
- [Commits](yiisoft/yii2-gii@2.1.4...2.2.5)

Updates `phpunit/phpunit` from 9.5.28 to 9.6.33
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.33/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@9.5.28...9.6.33)

Updates `symfony/process` from 5.4.47 to 5.4.51
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/8.1/CHANGELOG.md)
- [Commits](symfony/process@v5.4.47...v5.4.51)

---
updated-dependencies:
- dependency-name: phpoffice/phpspreadsheet
  dependency-version: 1.30.0
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: yiisoft/yii2-gii
  dependency-version: 2.2.5
  dependency-type: direct:development
  dependency-group: composer
- dependency-name: phpunit/phpunit
  dependency-version: 9.6.33
  dependency-type: direct:development
  dependency-group: composer
- dependency-name: symfony/process
  dependency-version: 5.4.51
  dependency-type: indirect
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 19, 2026
@dependabot
dependabot Bot requested review from kencho51, pli888 and rija as code owners March 19, 2026 16:55
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 19, 2026
@dependabot dependabot Bot added the php Pull requests that update Php code label Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

Development

Successfully merging this pull request may close these issues.

0 participants