Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the composer group with 1 update in the /AuthModule directory: laravel/framework.

Updates laravel/framework from 11.10.0 to 11.37.0

Release notes

Sourced from laravel/framework's releases.

v11.37.0

v11.36.1

v11.36.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v11.37.0 - 2025-01-02

v11.36.1 - 2024-12-17

v11.36.0 - 2024-12-17

... (truncated)

Commits
  • 6cb103d Update version to v11.37.0
  • b88ed46 [11.x] adding tests for null & * key given in data_get (#54059)
  • bb89cc5 Adding tests for Overlapping Routes (#54050)
  • 16c01c2 [11.x] Allow using Illuminate\Support\Uri on testing HTTP Requests (#54038)
  • 720b685 Quick doc fix (#54040)
  • 8f6a9b0 Apply fixes from StyleCI
  • 0222c3e [11.x] add assertFailedWith to InteractsWithQueue trait (#53980)
  • 8636996 re-refresh database if transaction has been committed (#53997)
  • f826d0f Added new Eloquent methods: whereDoesntHaveRelation, `orWhereDoesntHaveRela...
  • 6c9e29f 11.x improve resend transport response handling - fix (#54006)
  • 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.5.0 to 3.8.4

Release notes

Sourced from nesbot/carbon's releases.

3.8.4

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

Summary:

  • Validate locale earlier
Commits
  • 129700e Validate locale earlier
  • f01cfa9 Merge pull request #3125 from briannesbitt/issue/3037-add-psalm-config
  • b81878c Add Psalm config
  • 28fe8d6 Merge pull request #3122 from koprivan/fix-month-names
  • ef30374 add months_standalone and regexp to sk.php
  • 593d8f9 add missing regexp to cs.php
  • 121d9ac Merge pull request #3120 from briannesbitt/job/update-sponsors
  • 66b1be9 Update sponsors
  • b40b832 Merge pull request #3118 from briannesbitt/job/update-sponsors
  • 7f26853 Update sponsors
  • Additional commits viewable in compare view

Updates symfony/http-foundation from 7.1.1 to 7.2.2

Release notes

Sourced from symfony/http-foundation's releases.

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.10

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

v7.1.9

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

v7.1.8

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

  • no significant changes

v7.1.7

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

... (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
  • 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
  • 40e6615 bug #58862 [Notifier] Fix GoIpTransport (nicolas-grekas)
  • d2737ec Merge branch '5.4' into 6.4
  • 897e8a2 [HttpFoundation] Revert risk change
  • 69094c8 [Notifier] Fix GoIpTransport
  • Additional commits viewable in compare view

Updates symfony/process from 7.1.1 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)

v7.1.3

Changelog (symfony/process@v7.1.2...v7.1.3)

  • no significant changes
Commits
  • d34b22b Merge branch '7.1' into 7.2
  • 4278337 Merge branch '6.4' into 7.1
  • 3cb242f Merge branch '5.4' into 6.4
  • 5d1662f normalize paths to avoid failures if a path is referenced by different names
  • 37f5c1f Merge branch '7.1' into 7.2
  • 9b8a40b Merge branch '6.4' into 7.1
  • 25214ad Merge branch '5.4' into 6.4
  • 0190687 [Process] Fix test
  • f2f5bb9 Merge branch '7.1' into 7.2
  • 66716d3 Merge branch '6.4' into 7.1
  • 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 <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.

Bumps the composer group with 1 update in the /AuthModule directory: [laravel/framework](https://github.com/laravel/framework).


Updates `laravel/framework` from 11.10.0 to 11.37.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v11.10.0...v11.37.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.5.0 to 3.8.4
- [Release notes](https://github.com/CarbonPHP/carbon/releases)
- [Commits](CarbonPHP/carbon@3.5.0...3.8.4)

Updates `symfony/http-foundation` from 7.1.1 to 7.2.2
- [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.1.1...v7.2.2)

Updates `symfony/process` from 7.1.1 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.1.1...v7.2.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: indirect
  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: symfony/http-foundation
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/process
  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 Jan 13, 2025
@RealZone22 RealZone22 merged commit f42ea44 into v3 Jan 14, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/composer/AuthModule/composer-2a20c86b0f branch January 14, 2025 09:28
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

None yet

Development

Successfully merging this pull request may close these issues.

2 participants