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

(chore): Bump the composer group across 1 directory with 39 updates #24

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps the composer group with 14 updates in the / directory:

Package From To
spatie/laravel-package-tools 1.16.5 1.17.0
friendsofphp/php-cs-fixer 3.64.0 3.65.0
composer/ca-bundle 1.5.3 1.5.4
composer/class-map-generator 1.4.0 1.5.0
composer/composer 2.8.2 2.8.4
antecedent/patchwork 2.2.0 2.2.1
fakerphp/faker 1.23.1 1.24.1
jean85/pretty-package-versions 2.0.6 2.1.0
myclabs/deep-copy 1.12.0 1.12.1
orchestra/canvas 8.11.9 8.12.0
orchestra/workbench 8.11.0 8.15.0
php-stubs/wordpress-stubs 6.6.2 6.7.1
phpdocumentor/reflection-docblock 5.5.1 5.6.1
phpmyadmin/sql-parser 5.10.0 5.10.2

Updates spatie/laravel-package-tools from 1.16.5 to 1.17.0

Release notes

Sourced from spatie/laravel-package-tools's releases.

1.17.0

What's Changed

New Contributors

Full Changelog: spatie/laravel-package-tools@1.16.6...1.17.0

1.16.6

What's Changed

New Contributors

Full Changelog: spatie/laravel-package-tools@1.16.5...1.16.6

Changelog

Sourced from spatie/laravel-package-tools's changelog.

1.17.0 - 2024-12-09

What's Changed

New Contributors

Full Changelog: spatie/laravel-package-tools@1.16.6...1.17.0

1.16.6 - 2024-11-18

What's Changed

New Contributors

Full Changelog: spatie/laravel-package-tools@1.16.5...1.16.6

Commits

Updates friendsofphp/php-cs-fixer from 3.64.0 to 3.65.0

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v3.65.0 Persian Successor

What's Changed

... (truncated)

Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v3.65.0

  • feat: Ability to set upper limit when using CPU auto-detection (#8280)
  • feat: create @PHP82Migration:risky ruleset (#8277)
  • feat: Impl. TypeExpression::mapTypes() (#8077)
  • feat: Parse array/generic/nullable type into inner expression (#8106)
  • feat: phpdoc_to_property_type - handle virtual types and null initialization, enable in php-highest CI job (#8283)
  • feat: Store PHPDoc offset in DataProviderAnalysis (#8226)
  • feat: Support for complex PHPDoc types in fully_qualified_strict_types (#8085)
  • fix: check for priority tests correctly (#8221)
  • fix: Do not mark with @coversNothing if CoversMethod/CoversFunction attribute is used (#8268)
  • fix: enum-case mistaken for const invocation (#8190)
  • fix: fix typing of few properties wrongly typed as non-nullable (#8285)
  • fix: fix typing property wrongly typed as non-nullable (#8290)
  • fix: MethodChainingIndentationFixer does not fix indentation of last chained property (#8080)
  • fix: NoSuperfluousPhpdocTagsFixer - Remove superfluous phpdoc of parameter with attribute (#8237)
  • fix: parsing mixed & and | in TypeExpression (#8210)
  • fix: proper base class used for AbstractDoctrineAnnotationFixer templates generation (#8291)
  • fix: Properly recognise constants in foreach loops (#8203)
  • fix: Tokens::overrideRange() block cache pruning (#8240)
  • fix: BlankLineAfterOpeningTagFixer - add blank line in file starting with multi-line comment (#8256)
  • fix: MultilineWhitespaceBeforeSemicolonsFixer - do not produce syntax error when there is a meaningful token after semicolon (#8230)
  • fix: NullableTypeDeclarationFixer - do not break syntax when there is no space before ? (#8224)
  • fix: PhpUnitDataProvider(.+)Fixer - do not omit when there is an attribute between PHPDoc and test method (#8185)
  • fix: PhpUnitDataProviderNameFixer - for an attribute between PHPDoc and test method (#8217)
  • chore: add todo for PHP v8 (#8274)
  • chore: auto-fallback to sequential runner if single CPU would handle it (#8154)
  • chore: block changing tokens collection size using PhpCsFixer\Tokenizer\Tokens::setSize (#8257)
  • chore: bump dev-tools (#8286)
  • chore: bump PHPStan (#8245)
  • chore: Cheaper file check first (#8252)
  • chore: ConfigInterface - better types (#8244)
  • chore: do not call Tokens::setSize in GroupImportFixer (#8253)
  • chore: do not use Reflection*::setAccessible (#8264)
  • chore: fix priority tests (#8223)
  • chore: Fix typos in AbstractFixerTestCase (#8247)
  • chore: GithubClient - make URL injectable (#8272)
  • chore: Implement PHPStan Preg::match() extensions (#8103)
  • chore: mark remaining Analysis as @internal (#8284)
  • chore: PHPStan - upgrade to v2 (#8288)
  • chore: reduce amount of class mutable properties (#8281)
  • chore: remove from priority tests exceptions tests that are not actually exceptions (#8222)
  • chore: remove incorrect priority tests (#8231)
  • chore: remove not needed PHP version requirements in descriptions (#8265)
  • chore: remove unnecessary methods (#8200)
  • chore: tests/Tokenizer/Transformer - better typehinting (#8243)
  • chore: Token - remove 'changed' property (#8273)
  • chore: Token::getContent() phpdoc return type (#8236)
  • chore: update dev dependencies in root (#8289)

... (truncated)

Commits
  • 79d4f3e prepared the 3.65.0 release
  • 700668e chore: mark remaining Analysis as @internal (#8284)
  • 163a7ed refactor: use arrow functions in more places (#8294)
  • 42f3692 feat: Ability to set upper limit when using CPU auto-detection (#8280)
  • effd9a3 refactor: Rename newly introduced option (#8293)
  • 0adec43 chore: PHPStan - upgrade to v2 (#8288)
  • 52dc062 feat: phpdoc_to_property_type - handle virtual types and null initialization,...
  • ccad080 chore: update dev dependencies in root (#8289)
  • e37cb56 fix: proper base class used for AbstractDoctrineAnnotationFixer templates gen...
  • 17dfe25 fix: fix typing property wrongly typed as non-nullable (#8290)
  • Additional commits viewable in compare view

Updates composer/ca-bundle from 1.5.3 to 1.5.4

Release notes

Sourced from composer/ca-bundle's releases.

1.5.4

What's Changed

Full Changelog: composer/ca-bundle@1.5.3...1.5.4

Commits

Updates composer/class-map-generator from 1.4.0 to 1.5.0

Release notes

Sourced from composer/class-map-generator's releases.

1.5.0

What's Changed

Full Changelog: composer/class-map-generator@1.4.0...1.5.0

Commits

Updates composer/composer from 2.8.2 to 2.8.4

Release notes

Sourced from composer/composer's releases.

2.8.4

  • Fixed exit code of the audit command not being meaningful (now 1 for vulnerabilities and 2 for abandoned, 3 for both) (#12203)
  • Fixed issue on plugin upgrade when it defines multiple classes (#12226)
  • Fixed duplicate errors appearing in the output depending on php settings (#12214)
  • Fixed InstalledVersions returning duplicate data in some instances (#12225)
  • Fixed installed.php sorting to be deterministic (#12197)
  • Fixed bump-after-update failing when using inline constraints (#12223)
  • Fixed create-project command to now disable symlinking when used with a path repo as argument (#12222)
  • Fixed validate --no-check-publish to hide publish errors entirely as they are irrelevant (#12196)
  • Fixed audit command returning a failing code when composer audit fails as this should not trigger build failures, but running audit as standard part of your build is probably a terrible idea anyway (#12196)
  • Fixed curl usage to disable multiplexing on broken versions when proxies are in use (#12207)

Full Changelog: composer/composer@2.8.3...2.8.4

2.8.3

  • Fixed windows handling of process discovery (#12180)
  • Fixed react/promise requirement to allow 2.x installs again (#12188)
  • Fixed some issues when lock:false is set in require and bump commands

Full Changelog: composer/composer@2.8.2...2.8.3

Changelog

Sourced from composer/composer's changelog.

[2.8.4] 2024-12-11

  • Fixed exit code of the audit command not being meaningful (now 1 for vulnerabilities and 2 for abandoned, 3 for both) (#12203)
  • Fixed issue on plugin upgrade when it defines multiple classes (#12226)
  • Fixed duplicate errors appearing in the output depending on php settings (#12214)
  • Fixed InstalledVersions returning duplicate data in some instances (#12225)
  • Fixed installed.php sorting to be deterministic (#12197)
  • Fixed bump-after-update failing when using inline constraints (#12223)
  • Fixed create-project command to now disable symlinking when used with a path repo as argument (#12222)
  • Fixed validate --no-check-publish to hide publish errors entirely as they are irrelevant (#12196)
  • Fixed audit command returning a failing code when composer audit fails as this should not trigger build failures, but running audit as standard part of your build is probably a terrible idea anyway (#12196)
  • Fixed curl usage to disable multiplexing on broken versions when proxies are in use (#12207)

[2.8.3] 2024-11-17

  • Fixed windows handling of process discovery (#12180)
  • Fixed react/promise requirement to allow 2.x installs again (#12188)
  • Fixed some issues when lock:false is set in require and bump commands
Commits
  • 112e37d Release 2.8.4
  • 1175bf5 Update changelog
  • 6e0cb6c Fix tests
  • 8eedfd0 Hide publish errors entirely with --no-check-publish instead of downgrading t...
  • 99430ca Avoid returning failing status code if the composer audit fails in diagnose c...
  • ace7a3f Update deps
  • 144e8f8 Fix create-project when passed with a path repo to disable symlinks by default
  • 6a9336f Merge pull request #12233 from Seldaek/fix_duplicates
  • 45436c0 Fixed InstalledVersions returning duplicates in some instances
  • a383632 Merge pull request #12230 from Seldaek/duplicate_errors
  • Additional commits viewable in compare view

Updates composer/pcre from 3.3.1 to 3.3.2

Release notes

Sourced from composer/pcre's releases.

3.3.2

What's Changed

Full Changelog: composer/pcre@3.3.1...3.3.2

Commits

Updates laravel/framework from 10.48.22 to 10.48.25

Release notes

Sourced from laravel/framework's releases.

v10.48.25

v10.48.24

No release notes provided.

v10.48.23

Commits

Updates laravel/serializable-closure from 1.3.5 to 1.3.7

Release notes

Sourced from laravel/serializable-closure's releases.

v1.3.7

v1.3.6

Changelog

Sourced from laravel/serializable-closure's changelog.

Release Notes

Unreleased

v2.0.0 - 2024-11-19

v1.3.6 - 2024-11-11

Commits

Updates league/commonmark from 2.5.3 to 2.6.0

Release notes

Sourced from league/commonmark's releases.

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
Changelog

Sourced from league/commonmark's changelog.

[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
Commits
  • d150f91 Prepare to release 2.6.0
  • 2f1e520 Merge commit from fork
  • d777db8 Add pathological test for deeply-nested blocks
  • 92dbad9 Flag this as a security release
  • 8b9d95e Fix pathological test suite failing not loading extensions in CI
  • 5156796 Add max_delimiters_per_line config option
  • 5ce491f Optimize repeated parsing of links without closing brace
  • 540d850 Fix quadratic complexity parsing long backtick code spans with no matching cl...
  • e1cfa8d Use recursive lookup as a last resort to avoid throwing
  • b61bbd4 Use delimiter position to optimize processing
  • Additional commits viewable in compare view

Updates monolog/monolog from 3.7.0 to 3.8.1

Release notes

Sourced from monolog/monolog's releases.

3.8.1

  • Deprecated Monolog\DateTimeImmutable in favor of Monolog\JsonSerializableDateTimeImmutable (#1928)
  • Fixed gelf keys not being valid when context/extra data keys have spaces in them (#1927)
  • Fixed empty lines appearing in the stack traces when a custom formatter returned null (#1925)

Full Changelog: Seldaek/monolog@3.8.0...3.8.1

3.8.0

  • Added $fileOpenMode param to StreamHandler to define a custom fopen mode to open the log file (#1913)
  • Fixed PHP 8.4 deprecation notices (#1903)
  • Added ability to extend/override IntrospectionProcessor (#1899)
  • Added $timeout param to ProcessHandler to configure the stream_select() timeout to avoid blocking too long (default is 1.0 sec) (#1916)
  • Fixed JsonFormatter batch handling to normalize records individually to make sure they look the same as if they were handled one by one - this leads to JsonFormatter::normalizeRecord now possibly returning stdClass instances instead of [] for empty context/extra data which may cause issues if you extend normalizeRecord, see Seldaek/monolog#1906 (#1906)
  • Fixed StreamHandler handling of write failures so that it now closes/reopens the stream and retries the write once before failing (#1882)
  • Fixed StreamHandler error handler causing issues if a stream handler triggers an error (#1866)
  • Fixed StreamHandler::reset not closing the stream, so that it would fail to write in some cases with long running processes (#1862)
  • Fixed RotatingFileHandler issue where rotation does not happen in some long running processes (#1905)
  • Fixed JsonFormatter handling of incomplete classes (#1834)
  • Fixed RotatingFileHandler bug where rotation could sometimes not happen correctly (#1905)

Full Changelog: Seldaek/monolog@3.7.0...3.8.0

Changelog

Sourced from monolog/monolog's changelog.

3.8.1 (2024-12-05)

  • Deprecated Monolog\DateTimeImmutable in favor of Monolog\JsonSerializableDateTimeImmutable (#1928)
  • Fixed gelf keys not being valid when context/extra data keys have spaces in them (#1927)
  • Fixed empty lines appearing in the stack traces when a custom formatter returned null (#1925)

3.8.0 (2024-11-12)

  • Added $fileOpenMode param to StreamHandler to define a custom fopen mode to open the log file (#1913)
  • Fixed PHP 8.4 deprecation notices (#1903)
  • Added ability to extend/override IntrospectionProcessor (#1899)
  • Added $timeout param to ProcessHandler to configure the stream_select() timeout to avoid blocking too long (default is 1.0 sec) (#1916)
  • Fixed JsonFormatter batch handling to normalize records individually to make sure they look the same as if they were handled one by one (#1906)
  • Fixed StreamHandler handling of write failures so that it now closes/reopens the stream and retries the write once before failing (#1882)
  • Fixed StreamHandler error handler causing issues if a stream handler triggers an error (#1866)
  • Fixed StreamHandler::reset not closing the stream, so that it would fail to write in some cases with long running processes (#1862)
  • Fixed RotatingFileHandler issue where rotation does not happen in some long running processes (#1905)
  • Fixed JsonFormatter handling of incomplete classes (#1834)
  • Fixed RotatingFileHandler bug where rotation could sometimes not happen correctly (#1905)
Commits
  • aef6ee7 Update changelog
  • 0745038 Remove empty lines if a custom stack trace parser returns null, fixes #1925
  • 5958473 Fix gelf formatter keys to strip invalid characters, fixes #1927
  • a258e4f Deprecate DateTimeImmutable (#1928)
  • e940004 Fix normalizeException types, fixes #1924
  • 32e515f Merge branch '2.x'
  • 5cf826f Update changelog
  • 7729f32 Merge branch '2.x'
  • d2d0341 Fix patch
  • d57089b Fix RotatingFileHandler bug where rotation could sometimes not happen correct...
  • Additional commits viewable in

Bumps the composer group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [spatie/laravel-package-tools](https://github.com/spatie/laravel-package-tools) | `1.16.5` | `1.17.0` |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.64.0` | `3.65.0` |
| [composer/ca-bundle](https://github.com/composer/ca-bundle) | `1.5.3` | `1.5.4` |
| [composer/class-map-generator](https://github.com/composer/class-map-generator) | `1.4.0` | `1.5.0` |
| [composer/composer](https://github.com/composer/composer) | `2.8.2` | `2.8.4` |
| [antecedent/patchwork](https://github.com/antecedent/patchwork) | `2.2.0` | `2.2.1` |
| [fakerphp/faker](https://github.com/FakerPHP/Faker) | `1.23.1` | `1.24.1` |
| [jean85/pretty-package-versions](https://github.com/Jean85/pretty-package-versions) | `2.0.6` | `2.1.0` |
| [myclabs/deep-copy](https://github.com/myclabs/DeepCopy) | `1.12.0` | `1.12.1` |
| [orchestra/canvas](https://github.com/orchestral/canvas) | `8.11.9` | `8.12.0` |
| [orchestra/workbench](https://github.com/orchestral/workbench) | `8.11.0` | `8.15.0` |
| [php-stubs/wordpress-stubs](https://github.com/php-stubs/wordpress-stubs) | `6.6.2` | `6.7.1` |
| [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) | `5.5.1` | `5.6.1` |
| [phpmyadmin/sql-parser](https://github.com/phpmyadmin/sql-parser) | `5.10.0` | `5.10.2` |



Updates `spatie/laravel-package-tools` from 1.16.5 to 1.17.0
- [Release notes](https://github.com/spatie/laravel-package-tools/releases)
- [Changelog](https://github.com/spatie/laravel-package-tools/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-package-tools@1.16.5...1.17.0)

Updates `friendsofphp/php-cs-fixer` from 3.64.0 to 3.65.0
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.64.0...v3.65.0)

Updates `composer/ca-bundle` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/composer/ca-bundle/releases)
- [Commits](composer/ca-bundle@1.5.3...1.5.4)

Updates `composer/class-map-generator` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/composer/class-map-generator/releases)
- [Commits](composer/class-map-generator@1.4.0...1.5.0)

Updates `composer/composer` from 2.8.2 to 2.8.4
- [Release notes](https://github.com/composer/composer/releases)
- [Changelog](https://github.com/composer/composer/blob/main/CHANGELOG.md)
- [Commits](composer/composer@2.8.2...2.8.4)

Updates `composer/pcre` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/composer/pcre/releases)
- [Commits](composer/pcre@3.3.1...3.3.2)

Updates `laravel/framework` from 10.48.22 to 10.48.25
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.48.22...v10.48.25)

Updates `laravel/serializable-closure` from 1.3.5 to 1.3.7
- [Release notes](https://github.com/laravel/serializable-closure/releases)
- [Changelog](https://github.com/laravel/serializable-closure/blob/2.x/CHANGELOG.md)
- [Commits](laravel/serializable-closure@v1.3.5...v1.3.7)

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

Updates `monolog/monolog` from 3.7.0 to 3.8.1
- [Release notes](https://github.com/Seldaek/monolog/releases)
- [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md)
- [Commits](Seldaek/monolog@3.7.0...3.8.1)

Updates `nunomaduro/termwind` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/nunomaduro/termwind/releases)
- [Changelog](https://github.com/nunomaduro/termwind/blob/2.x/CHANGELOG.md)
- [Commits](nunomaduro/termwind@v1.16.0...v1.17.0)

Updates `symfony/console` from 6.4.14 to 6.4.15
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.2/CHANGELOG.md)
- [Commits](symfony/console@v6.4.14...v6.4.15)

Updates `symfony/deprecation-contracts` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/symfony/deprecation-contracts/releases)
- [Changelog](https://github.com/symfony/deprecation-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/deprecation-contracts@v3.5.0...v3.5.1)

Updates `symfony/event-dispatcher-contracts` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/symfony/event-dispatcher-contracts/releases)
- [Changelog](https://github.com/symfony/event-dispatcher-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/event-dispatcher-contracts@v3.5.0...v3.5.1)

Updates `symfony/http-foundation` from 6.4.14 to 6.4.16
- [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@v6.4.14...v6.4.16)

Updates `symfony/http-kernel` from 6.4.14 to 6.4.16
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/7.2/CHANGELOG.md)
- [Commits](symfony/http-kernel@v6.4.14...v6.4.16)

Updates `symfony/process` from 6.4.14 to 6.4.15
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.2/CHANGELOG.md)
- [Commits](symfony/process@v6.4.14...v6.4.15)

Updates `symfony/routing` from 6.4.13 to 6.4.16
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/7.2/CHANGELOG.md)
- [Commits](symfony/routing@v6.4.13...v6.4.16)

Updates `symfony/service-contracts` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/symfony/service-contracts/releases)
- [Changelog](https://github.com/symfony/service-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/service-contracts@v3.5.0...v3.5.1)

Updates `symfony/string` from 6.4.13 to 6.4.15
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.2/CHANGELOG.md)
- [Commits](symfony/string@v6.4.13...v6.4.15)

Updates `symfony/translation-contracts` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/symfony/translation-contracts/releases)
- [Changelog](https://github.com/symfony/translation-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/translation-contracts@v3.5.0...v3.5.1)

Updates `symfony/var-dumper` from 6.4.14 to 6.4.15
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/7.2/CHANGELOG.md)
- [Commits](symfony/var-dumper@v6.4.14...v6.4.15)

Updates `voku/portable-ascii` from 2.0.1 to 2.0.3
- [Changelog](https://github.com/voku/portable-ascii/blob/master/CHANGELOG.md)
- [Commits](voku/portable-ascii@2.0.1...2.0.3)

Updates `antecedent/patchwork` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/antecedent/patchwork/releases)
- [Commits](antecedent/patchwork@2.2.0...2.2.1)

Updates `doctrine/deprecations` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/doctrine/deprecations/releases)
- [Commits](doctrine/deprecations@1.1.3...1.1.4)

Updates `fakerphp/faker` from 1.23.1 to 1.24.1
- [Release notes](https://github.com/FakerPHP/Faker/releases)
- [Changelog](https://github.com/FakerPHP/Faker/blob/v1.24.1/CHANGELOG.md)
- [Commits](FakerPHP/Faker@v1.23.1...v1.24.1)

Updates `jean85/pretty-package-versions` from 2.0.6 to 2.1.0
- [Release notes](https://github.com/Jean85/pretty-package-versions/releases)
- [Changelog](https://github.com/Jean85/pretty-package-versions/blob/2.x/CHANGELOG.md)
- [Commits](Jean85/pretty-package-versions@2.0.6...2.1.0)

Updates `myclabs/deep-copy` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/myclabs/DeepCopy/releases)
- [Commits](myclabs/DeepCopy@1.12.0...1.12.1)

Updates `orchestra/canvas` from 8.11.9 to 8.12.0
- [Release notes](https://github.com/orchestral/canvas/releases)
- [Commits](orchestral/canvas@v8.11.9...v8.12.0)

Updates `orchestra/testbench-core` from 8.28.5 to 8.31.0
- [Release notes](https://github.com/orchestral/testbench-core/releases)
- [Changelog](https://github.com/orchestral/testbench-core/blob/9.x/CHANGELOG-8.x.md)
- [Commits](orchestral/testbench-core@v8.28.5...v8.31.0)

Updates `orchestra/workbench` from 8.11.0 to 8.15.0
- [Release notes](https://github.com/orchestral/workbench/releases)
- [Changelog](https://github.com/orchestral/workbench/blob/9.x/CHANGELOG-8.x.md)
- [Commits](orchestral/workbench@v8.11.0...v8.15.0)

Updates `php-stubs/wordpress-stubs` from 6.6.2 to 6.7.1
- [Release notes](https://github.com/php-stubs/wordpress-stubs/releases)
- [Commits](php-stubs/wordpress-stubs@v6.6.2...v6.7.1)

Updates `phpdocumentor/reflection-docblock` from 5.5.1 to 5.6.1
- [Release notes](https://github.com/phpDocumentor/ReflectionDocBlock/releases)
- [Commits](phpDocumentor/ReflectionDocBlock@5.5.1...5.6.1)

Updates `phpdocumentor/type-resolver` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/phpDocumentor/TypeResolver/releases)
- [Commits](phpDocumentor/TypeResolver@1.9.0...1.10.0)

Updates `phpmyadmin/sql-parser` from 5.10.0 to 5.10.2
- [Release notes](https://github.com/phpmyadmin/sql-parser/releases)
- [Changelog](https://github.com/phpmyadmin/sql-parser/blob/master/CHANGELOG.md)
- [Commits](phpmyadmin/sql-parser@5.10.0...5.10.2)

Updates `phpstan/phpdoc-parser` from 1.33.0 to 2.0.0
- [Release notes](https://github.com/phpstan/phpdoc-parser/releases)
- [Commits](phpstan/phpdoc-parser@1.33.0...2.0.0)

Updates `phpstan/phpstan` from 1.12.8 to 1.12.12
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.12.8...1.12.12)

Updates `psy/psysh` from 0.12.4 to 0.12.7
- [Release notes](https://github.com/bobthecow/psysh/releases)
- [Commits](bobthecow/psysh@v0.12.4...v0.12.7)

Updates `symfony/options-resolver` from 6.4.13 to 6.4.16
- [Release notes](https://github.com/symfony/options-resolver/releases)
- [Changelog](https://github.com/symfony/options-resolver/blob/7.2/CHANGELOG.md)
- [Commits](symfony/options-resolver@v6.4.13...v6.4.16)

---
updated-dependencies:
- dependency-name: spatie/laravel-package-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: composer/ca-bundle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: composer/class-map-generator
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: composer/composer
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: composer/pcre
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: laravel/framework
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: laravel/serializable-closure
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: league/commonmark
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: monolog/monolog
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: nunomaduro/termwind
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/console
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/deprecation-contracts
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/event-dispatcher-contracts
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/http-foundation
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/http-kernel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/process
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/routing
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/service-contracts
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/string
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/translation-contracts
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/var-dumper
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: voku/portable-ascii
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: antecedent/patchwork
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: doctrine/deprecations
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: fakerphp/faker
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: jean85/pretty-package-versions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: myclabs/deep-copy
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: orchestra/canvas
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: orchestra/testbench-core
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: orchestra/workbench
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: php-stubs/wordpress-stubs
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpdocumentor/reflection-docblock
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpdocumentor/type-resolver
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpmyadmin/sql-parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: phpstan/phpdoc-parser
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: composer
- dependency-name: phpstan/phpstan
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: psy/psysh
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/options-resolver
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 Dec 17, 2024
@yard-bot
Copy link

@dependabot merge

Copy link

Composer package changes
Prod Packages Operation Base Target
composer/ca-bundle Upgraded 1.5.3 1.5.4
composer/class-map-generator Upgraded 1.4.0 1.5.0
composer/composer Upgraded 2.8.2 2.8.4
composer/pcre Upgraded 3.3.1 3.3.2
laravel/framework Upgraded v10.48.22 v10.48.25
laravel/serializable-closure Upgraded v1.3.5 v1.3.7
league/commonmark Upgraded 2.5.3 2.6.0
monolog/monolog Upgraded 3.7.0 3.8.1
nunomaduro/termwind Upgraded v1.16.0 v1.17.0
spatie/laravel-package-tools Upgraded 1.16.5 1.17.0
symfony/console Upgraded v6.4.14 v6.4.15
symfony/deprecation-contracts Upgraded v3.5.0 v3.5.1
symfony/event-dispatcher-contracts Upgraded v3.5.0 v3.5.1
symfony/http-foundation Upgraded v6.4.14 v6.4.16
symfony/http-kernel Upgraded v6.4.14 v6.4.16
symfony/process Upgraded v6.4.14 v6.4.15
symfony/routing Upgraded v6.4.13 v6.4.16
symfony/service-contracts Upgraded v3.5.0 v3.5.1
symfony/string Upgraded v6.4.13 v6.4.15
symfony/translation-contracts Upgraded v3.5.0 v3.5.1
symfony/var-dumper Upgraded v6.4.14 v6.4.15
voku/portable-ascii Upgraded 2.0.1 2.0.3
Dev Packages Operation Base Target
antecedent/patchwork Upgraded 2.2.0 2.2.1
doctrine/deprecations Upgraded 1.1.3 1.1.4
fakerphp/faker Upgraded v1.23.1 v1.24.1
friendsofphp/php-cs-fixer Upgraded v3.64.0 v3.65.0
jean85/pretty-package-versions Upgraded 2.0.6 2.1.0
myclabs/deep-copy Upgraded 1.12.0 1.12.1
orchestra/canvas Upgraded v8.11.9 v8.12.0
orchestra/testbench-core Upgraded v8.28.5 v8.31.0
orchestra/workbench Upgraded v8.11.0 v8.15.0
php-stubs/wordpress-stubs Upgraded v6.6.2 v6.7.1
phpdocumentor/reflection-docblock Upgraded 5.5.1 5.6.1
phpdocumentor/type-resolver Upgraded 1.9.0 1.10.0
phpmyadmin/sql-parser Upgraded 5.10.0 5.10.2
phpstan/phpdoc-parser Upgraded 1.33.0 2.0.0
phpstan/phpstan Upgraded 1.12.8 1.12.12
psy/psysh Upgraded v0.12.4 v0.12.7
symfony/options-resolver Upgraded v6.4.13 v6.4.16
guzzlehttp/psr7 Removed 2.7.0 -
php-di/invoker Removed 2.3.4 -
php-di/php-di Removed 7.0.7 -
psr/http-factory Removed 1.1.0 -
psr/http-message Removed 2.0 -
ralouphie/getallheaders Removed 3.0.3 -
rector/rector Removed 1.2.10 -
spatie/backtrace Removed 1.6.2 -
spatie/laravel-ray Removed 1.37.1 -
spatie/macroable Removed 2.0.0 -
spatie/ray Removed 1.41.2 -
symfony/polyfill-iconv Removed v1.31.0 -
zbateson/mail-mime-parser Removed 3.0.3 -
zbateson/mb-wrapper Removed 2.0.0 -
zbateson/stream-decorators Removed 2.1.1 -

Copy link

github-actions bot commented Dec 17, 2024

Coverage report for commit: ce8258c
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ████████░░░░░░░░░░░░░░░ │ 25.0%
 100% │ ███████████████████████ │ 75.0%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 92.04% | Methods: 95.45%
FilesLinesMethodsBranches
src/Console
   UserRolesCommand.php100.00%100.00%100.00%
src/Facades
   UserRoles.php100.00%100.00%100.00%
src
   UserRoles.php90.53%94.12%100.00%
   UserRolesServiceProvider.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@dependabot dependabot bot merged commit 220c6fb into main Dec 17, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/composer/composer-607973d4ad branch December 17, 2024 09:14
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 release root
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant