Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps the composer group with 2 updates in the /backend directory: laravel/framework and phpoffice/phpspreadsheet.

Updates laravel/framework from 11.0.8 to 11.31.0

Release notes

Sourced from laravel/framework's releases.

v11.31.0

v11.30.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v11.31.0 - 2024-11-12

v11.30.0 - 2024-10-30

... (truncated)

Commits
  • 365090e Update version to v11.31.0
  • 7cee134 Merge remote-tracking branch 'origin/11.x' into 11.x
  • 6d53774 Merge branch 'env-check' into 11.x
  • 4cd413b [11.x] Skip the number of connections transacting while testing to run callba...
  • 4500be3 Update facade docblocks
  • 7784219 [11.x] Add ability to dynamically build cache repositories on-demand using `C...
  • ecf67a6 Update facade docblocks
  • fc04bbf [11.x] Add DB::build method (#53464)
  • b86bf27 feat: use assertTrue and assertFalse method, instead of using assertEquals (#...
  • 378bd56 Prevent overwriting Link headers in AddLinkHeadersForPreloadedAssets middlewa...
  • Additional commits viewable in compare view

Updates league/commonmark from 2.4.2 to 2.6.1

Release notes

Sourced from league/commonmark's releases.

2.6.1

Fixed

  • Rendered list items should only add newlines around block-level children (#1059, #1061)

Full Changelog: thephpleague/commonmark@2.6.0...2.6.1

2.6.0

This is a security release to address potential denial of service attacks when parsing specially crafted, malicious input from untrusted sources (like user input). See GHSA-c2pc-g5qf-rfrf for more details.

Added

  • Added max_delimiters_per_line config option to prevent denial of service attacks when parsing malicious input
  • Added table/max_autocompleted_cells config option to prevent denial of service attacks when parsing large tables
  • The AttributesExtension now supports attributes without values (#985, #986)
  • The AutolinkExtension exposes two new configuration options to override the default behavior (#969, #987):
    • autolink/allowed_protocols - an array of protocols to allow autolinking for
    • autolink/default_protocol - the default protocol to use when none is specified
  • Added RegexHelper::isWhitespace() method to check if a given character is an ASCII whitespace character
  • Added CacheableDelimiterProcessorInterface to ensure linear complexity for dynamic delimiter processing
  • Added Bracket delimiter type to optimize bracket parsing

Changed

  • [ and ] are no longer added as Delimiter objects on the stack; a new Bracket type with its own stack is used instead
  • UrlAutolinkParser no longer parses URLs with more than 127 subdomains
  • Expanded reference links can no longer exceed 100kb, or the size of the input document (whichever is greater)
  • Delimiters should always provide a non-null value via DelimiterInterface::getIndex()
    • We'll attempt to infer the index based on surrounding delimiters where possible
  • The DelimiterStack now accepts integer positions for any $stackBottom argument
  • Several small performance optimizations

2.5.3

Changed

  • Made compatible with CommonMark spec 0.31.1, including:
    • Remove source, add search to list of recognized block tags

Full Changelog: thephpleague/commonmark@2.5.2...2.5.3

2.5.2

Changed

  • Boolean attributes now require an explicit true value (#1040)

Fixed

  • Fixed regression where text could be misinterpreted as an attribute (#1040)

... (truncated)

Changelog

Sourced from league/commonmark's changelog.

[2.6.1] - 2024-12-29

Fixed

  • Rendered list items should only add newlines around block-level children (#1059, #1061)

[2.6.0] - 2024-12-07

This is a security release to address potential denial of service attacks when parsing specially crafted, malicious input from untrusted sources (like user input).

Added

  • Added max_delimiters_per_line config option to prevent denial of service attacks when parsing malicious input
  • Added table/max_autocompleted_cells config option to prevent denial of service attacks when parsing large tables
  • The AttributesExtension now supports attributes without values (#985, #986)
  • The AutolinkExtension exposes two new configuration options to override the default behavior (#969, #987):
    • autolink/allowed_protocols - an array of protocols to allow autolinking for
    • autolink/default_protocol - the default protocol to use when none is specified
  • Added RegexHelper::isWhitespace() method to check if a given character is an ASCII whitespace character
  • Added CacheableDelimiterProcessorInterface to ensure linear complexity for dynamic delimiter processing
  • Added Bracket delimiter type to optimize bracket parsing

Changed

  • [ and ] are no longer added as Delimiter objects on the stack; a new Bracket type with its own stack is used instead
  • UrlAutolinkParser no longer parses URLs with more than 127 subdomains
  • Expanded reference links can no longer exceed 100kb, or the size of the input document (whichever is greater)
  • Delimiters should always provide a non-null value via DelimiterInterface::getIndex()
    • We'll attempt to infer the index based on surrounding delimiters where possible
  • The DelimiterStack now accepts integer positions for any $stackBottom argument
  • Several small performance optimizations

[2.5.3] - 2024-08-16

Changed

  • Made compatible with CommonMark spec 0.31.1, including:
    • Remove source, add search to list of recognized block tags

[2.5.2] - 2024-08-14

Changed

  • Boolean attributes now require an explicit true value (#1040)

Fixed

  • Fixed regression where text could be misinterpreted as an attribute (#1040)

... (truncated)

Commits
  • d990688 Prepare to release 2.6.1
  • a35bdc9 Always compare just the HTML
  • 81d3ba2 Test against PHP 8.4 (stable) and 8.5 (nightly)
  • ab3f3ae Merge pull request #1061 from thephpleague/fix-list-item-newlines
  • 73e129e Rendered list items should only add newlines around block-level children
  • 6294d44 Update actions/checkout action to v4 (#1057)
  • b561666 Increase margin of error for CI
  • 1f90197 Fix missing configs when running in CI
  • f6d41f9 Run pathological tests on PHP 8.4
  • 69c4140 Fix pathological test config reader
  • Additional commits viewable in compare view

Updates nesbot/carbon from 3.1.1 to 3.8.6

Release notes

Sourced from nesbot/carbon's releases.

3.8.6

Complete commits list: CarbonPHP/carbon@3.8.5...3.8.6

Summary:

3.8.5

Complete commits list: CarbonPHP/carbon@3.8.4...3.8.5

Summary:

New Contributors

3.8.4

Complete commits list: CarbonPHP/carbon@3.8.3...3.8.4

Summary:

  • Validate locale earlier
Commits
  • ff2f20c Merge pull request #3155 from briannesbitt/feature/laravel-13-testing
  • c60bfa8 Test Laravel ongoing v13
  • f5f85e9 Update custom sponsors data
  • d379666 Make all data from sponsors overridable on demand
  • a90545c Merge pull request #21 from roxblnfk/update-readme-links
  • 82d243e Fix a link
  • 4beb587 Update links in readme
  • 64e72b2 Merge pull request #3152 from briannesbitt/fix/issue-3151-tk-day-names
  • 489cfd8 Fix Turkmen week day name order
  • 0ab0ec1 Merge branch 'master' of github.com:kylekatarnls/Carbon
  • Additional commits viewable in compare view

Updates phpoffice/phpspreadsheet from 1.29.0 to 1.29.10

Release notes

Sourced from phpoffice/phpspreadsheet's releases.

1.29.10

Changed

  • Allow version 1 and 2 of composer/pcre.

Fixed

1.29.9

Fixed

1.29.8

Deprecated

  • Worksheet::getHashCode is no longer needed.

Fixed

1.29.7

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](PHPOffice/PhpSpreadsheet#4276)
  • Backported security patches for Samples.
  • Backported security patches for Html Writer.

1.29.6 - 2024-12-08

Fixed

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

1.29.5 - 2024-11-22

Changed

... (truncated)

Changelog

Sourced from phpoffice/phpspreadsheet's changelog.

2025-02-07 - 1.29.10

Changed

  • Allow version 1 and 2 of composer/pcre.

Fixed

2025-01-26 - 1.29.9

Fixed

2025-01-11 - 1.29.8

Deprecated

  • Worksheet::getHashCode is no longer needed.

Fixed

2024-12-26 - 1.29.7

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](PHPOffice/PhpSpreadsheet#4276)
  • Backported security patches for Samples.
  • Backported security patches for Html Writer.

1.29.6 - 2024-12-08

Fixed

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

... (truncated)

Commits

Updates symfony/http-foundation from 7.0.4 to 7.2.3

Release notes

Sourced from symfony/http-foundation's releases.

v7.2.3

Changelog (symfony/http-foundation@v7.2.2...v7.2.3)

v7.2.2

Changelog (symfony/http-foundation@v7.2.1...v7.2.2)

v7.2.0

Changelog (symfony/http-foundation@v7.2.0-RC1...v7.2.0)

v7.2.0-RC1

Changelog (symfony/http-foundation@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/http-foundation@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (symfony/http-foundation@v7.1.6...v7.2.0-BETA1)

v7.1.11

Changelog (symfony/http-foundation@v7.1.10...v7.1.11)

v7.1.10

Changelog (symfony/http-foundation@v7.1.9...v7.1.10)

v7.1.9

Changelog (symfony/http-foundation@v7.1.8...v7.1.9)

... (truncated)

Changelog

Sourced from symfony/http-foundation's changelog.

CHANGELOG

7.2

  • Add optional $requests parameter to RequestStack::__construct()
  • Add optional $v4Bytes and $v6Bytes parameters to IpUtils::anonymize()
  • Add PRIVATE_SUBNETS as a shortcut for private IP address ranges to Request::setTrustedProxies()
  • Deprecate passing referer_check, use_only_cookies, use_trans_sid, trans_sid_hosts, trans_sid_tags, sid_bits_per_character and sid_length options to NativeSessionStorage

7.1

  • Add optional $expirationParameter argument to UriSigner::__construct()
  • Add optional $expiration argument to UriSigner::sign()
  • Rename $parameter argument of UriSigner::__construct() to $hashParameter
  • Add UploadedFile::getClientOriginalPath()
  • Add QueryParameterRequestMatcher
  • Add HeaderRequestMatcher
  • Add support for \SplTempFileObject in BinaryFileResponse
  • Add verbose argument to response test constraints

7.0

  • Calling ParameterBag::filter() throws an UnexpectedValueException on invalid value, unless flag FILTER_NULL_ON_FAILURE is set
  • Calling ParameterBag::getInt() and ParameterBag::getBool() throws an UnexpectedValueException on invalid value
  • Remove classes RequestMatcher and ExpressionRequestMatcher
  • Remove Request::getContentType(), use Request::getContentTypeFormat() instead
  • Throw an InvalidArgumentException when calling Request::create() with a malformed URI
  • Require explicit argument when calling JsonResponse::setCallback(), Response::setExpires/setLastModified/setEtag(), MockArraySessionStorage/NativeSessionStorage::setMetadataBag(), NativeSessionStorage::setSaveHandler()
  • Add argument $statusCode to Response::sendHeaders() and StreamedResponse::sendHeaders()

6.4

  • Make HeaderBag::getDate(), Response::getDate(), getExpires() and getLastModified() return a DateTimeImmutable
  • Support root-level Generator in StreamedJsonResponse
  • Add UriSigner from the HttpKernel component
  • Add partitioned flag to Cookie (CHIPS Cookie)
  • Add argument bool $flush = true to Response::send()
  • Make MongoDbSessionHandler instantiable with the mongodb extension directly

6.3

  • Calling ParameterBag::getDigit(), getAlnum(), getAlpha() on an array throws a UnexpectedValueException instead of a TypeError
  • Add ParameterBag::getString() to convert a parameter into string and throw an exception if the value is invalid
  • Add ParameterBag::getEnum()

... (truncated)

Commits
  • ee1b504 Merge branch '7.1' into 7.2
  • 7ced01a Merge branch '6.4' into 7.1
  • d0492d6 [HttpFoundation][FrameworkBundle] Reset Request's formats using the service r...
  • e8fdc47 [HttpFoundation] Fixed IpUtils::anonymize exception when using IPv6 link-lo...
  • 62d1a43 Merge branch '7.1' into 7.2
  • b5567e7 [HttpFoundation] Avoid mime type guess with temp files in BinaryFileResponse
  • e88a66c Merge branch '7.1' into 7.2
  • 8276584 Merge branch '6.4' into 7.1
  • 431771b Merge branch '5.4' into 6.4
  • 3f38b8a [HttpFoundation] Fix test
  • Additional commits viewable in compare view

Updates symfony/process from 7.0.4 to 7.2.0

Release notes

Sourced from symfony/process's releases.

v7.2.0

Changelog (symfony/process@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/process@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (symfony/process@v7.1.6...v7.2.0-BETA1)

v7.1.8

Changelog (symfony/process@v7.1.7...v7.1.8)

  • no significant changes

v7.1.7

Changelog (symfony/process@v7.1.6...v7.1.7)

v7.1.6

Changelog (symfony/process@v7.1.5...v7.1.6)

  • no significant changes

v7.1.5

Changelog (symfony/process@v7.1.4...v7.1.5)

Bumps the composer group with 2 updates in the /backend directory: [laravel/framework](https://github.com/laravel/framework) and [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet).


Updates `laravel/framework` from 11.0.8 to 11.31.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v11.0.8...v11.31.0)

Updates `league/commonmark` from 2.4.2 to 2.6.1
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.6/CHANGELOG.md)
- [Commits](thephpleague/commonmark@2.4.2...2.6.1)

Updates `nesbot/carbon` from 3.1.1 to 3.8.6
- [Release notes](https://github.com/CarbonPHP/carbon/releases)
- [Commits](CarbonPHP/carbon@3.1.1...3.8.6)

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

Updates `symfony/http-foundation` from 7.0.4 to 7.2.3
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/7.2/CHANGELOG.md)
- [Commits](symfony/http-foundation@v7.0.4...v7.2.3)

Updates `symfony/process` from 7.0.4 to 7.2.0
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.2/CHANGELOG.md)
- [Commits](symfony/process@v7.0.4...v7.2.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: league/commonmark
  dependency-type: indirect
  dependency-group: composer
- dependency-name: nesbot/carbon
  dependency-type: indirect
  dependency-group: composer
- dependency-name: phpoffice/phpspreadsheet
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/http-foundation
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/process
  dependency-type: indirect
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 24, 2025
@imantsk imantsk merged commit 040e70c into develop Feb 24, 2025
5 of 6 checks passed
@imantsk imantsk deleted the dependabot/composer/backend/composer-e09490418f branch February 24, 2025 08:44
@github-actions github-actions bot locked and limited conversation to collaborators Feb 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant