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 with 8 updates #26

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the composer group with 8 updates:

Package From To
spatie/laravel-package-tools 1.17.0 1.18.0
friendsofphp/php-cs-fixer 3.65.0 3.66.0
egulias/email-validator 4.0.2 4.0.3
league/commonmark 2.6.0 2.6.1
nesbot/carbon 2.72.5 2.72.6
nikic/php-parser 5.3.1 5.4.0
orchestra/testbench-core 8.31.1 8.32.0
orchestra/workbench 8.15.2 8.17.0

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

Release notes

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

1.18.0

What's Changed

New Contributors

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

Changelog

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

1.18.0 - 2024-12-30

What's Changed

New Contributors

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

Commits

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

Release notes

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

v3.66.0

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.65.0...v3.66.0

Changelog

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

Changelog for v3.66.0

  • feat: Tokenizer - initial support for PHP 8.4 property hooks (#8312)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - cover PHPUnit v11.5 methods (#8314)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - make sure all static protected methods are handled (#8327)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - support createStub (#8319)
  • feat: UseArrowFunctionsFixer - support multiline statements (#8311)
  • fix: NullableTypeDeclarationFixer - do not break multi-line declaration (#8331)
  • test: CiConfigurationTest - drop not needed condition, logic is checked in upcoming assertion (#8303)
  • chore: add more typehints (#8325)
  • chore: DotsOutput - more const, better typing (#8318)
  • chore: mark classes as readonly (#8275)
  • chore: more const, better typing (#8320)
  • chore: temporarily prevent symfony/process 7.2+ (#8322)
  • chore: Tokens - simplify (un)registerFoundToken types (#8328)
  • chore: upgrade PHPStan (#8321)
  • chore: BraceTransformer - don't touch curly index braces since 8.4, as it's not a valid syntax anymore (#8313)
  • CI: enable phpdoc_to_property_type on php-lowest (#8324)
  • Create SECURITY.md
  • docs: Tokens - fix docs (#8332)
Commits
  • 5f5f2a1 prepared the 3.66.0 release
  • 2f346f3 fix: NullableTypeDeclarationFixer - do not break multi-line declaration (#8...
  • ae2b729 docs: Tokens - fix docs (#8332)
  • 32bd8ca chore: BraceTransformer - don't touch curly index braces since 8.4, as it's...
  • a3dc062 chore: Tokens - simplify (un)registerFoundToken types (#8328)
  • bb7775b chore: mark classes as readonly (#8275)
  • 65976d4 feat: PhpUnitTestCaseStaticMethodCallsFixer - make sure all static protecte...
  • 176b3bd feat: PhpUnitTestCaseStaticMethodCallsFixer - support createStub (#8319)
  • 3e0003d CI: enable phpdoc_to_property_type on php-lowest (#8324)
  • 7045be8 chore: add more typehints (#8325)
  • Additional commits viewable in compare view

Updates egulias/email-validator from 4.0.2 to 4.0.3

Release notes

Sourced from egulias/email-validator's releases.

Code style and CI/CD updates

What's Changed

New Contributors

Full Changelog: egulias/EmailValidator@4.0.2...4.0.3

Commits

Updates league/commonmark from 2.6.0 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

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)
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
  • See full diff in compare view

Updates nesbot/carbon from 2.72.5 to 2.72.6

Release notes

Sourced from nesbot/carbon's releases.

2.72.6

Complete commits list: briannesbitt/Carbon@2.72.5...2.72.6

Summary:

  • Validate locale earlier
Commits
  • 1e9d506 Validate locale earlier
  • 4df0fdd Merge pull request #3035 from briannesbitt/fix/better-reflection-compatibility
  • 4c9c39b Exclude ondrejmirtes/better-reflection 6
  • See full diff in compare view

Updates nikic/php-parser from 5.3.1 to 5.4.0

Release notes

Sourced from nikic/php-parser's releases.

PHP-Parser 5.4.0

Added

  • Added Property::isAbstract() and Property::isFinal() methods.
  • Added PropertyHook::isFinal() method.
  • Emit an error if property hook is used on declaration with multiple properties.

Fixed

  • Make legacy class aliases compatible with classmap-authoritative autoloader.
  • Param::isPromoted() and Param::isPublic() now returns true for parameters that have property hooks but no explicit visibility modifier.
  • PropertyHook::getStmts() now correctly desugars short set hooks. set => $value will be expanded to set { $this->propertyName = $value; }. This requires the propertyName attribute on the hook to be set, which is now also set by the parser. If the attribute is not set, getStmts() will throw an error for short set hooks, as it is not possible to produce a correct desugaring.
Changelog

Sourced from nikic/php-parser's changelog.

Version 5.4.0 (2024-12-30)

Added

  • Added Property::isAbstract() and Property::isFinal() methods.
  • Added PropertyHook::isFinal() method.
  • Emit an error if property hook is used on declaration with multiple properties.

Fixed

  • Make legacy class aliases compatible with classmap-authoritative autoloader.
  • Param::isPromoted() and Param::isPublic() now returns true for parameters that have property hooks but no explicit visibility modifier.
  • PropertyHook::getStmts() now correctly desugars short set hooks. set => $value will be expanded to set { $this->propertyName = $value; }. This requires the propertyName attribute on the hook to be set, which is now also set by the parser. If the attribute is not set, getStmts() will throw an error for short set hooks, as it is not possible to produce a correct desugaring.
Commits
  • 447a020 Release PHP-Parser 5.4.0
  • 45f70ed Simplify NodeTraverser->traverseNode()
  • 74a3618 Simplify NodeTraverser->traverseArray()
  • 6478c5a Fix PropertyHook::getStmts() for set hook
  • 8bb4159 Fix cs
  • 48fd76e Make PropertyHook::getStmts() less incorrect
  • d20a197 Emit error - Multiple properties cannot share the same hooks
  • 62dee28 Rename ParserAbstract method checkPropertyHookList to checkEmptyPropertyHookList
  • b396e9e Add missing newline after usage message
  • f212bb7 Add PropertyHook::isFinal() helper method with tests
  • Additional commits viewable in compare view

Updates orchestra/testbench-core from 8.31.1 to 8.32.0

Release notes

Sourced from orchestra/testbench-core's releases.

v8.32.0

Added

  • Add ability to symlink directory in from skeleton to package.

Changes

  • Use realpath() on vendor:publish output.
Changelog

Sourced from orchestra/testbench-core's changelog.

8.32.0

Released: 2024-12-24

Added

  • Add ability to symlink directory in from skeleton to package.

Changes

  • Use realpath() on vendor:publish output.
Commits
  • d4d27fb Release 8.32.0
  • f1d7113 Merge branch '7.x' into 8.x
  • 8a95e11 Release 7.51.0
  • 289b75a [7.x] Use realpath() on vendor:publish output (#284)
  • e53b376 Merge branch '7.x' into 8.x
  • 386d4a2 Merge branch '8.31.x' into 8.x
  • f5ce246 Merge branch '7.50.x' into 7.x
  • adc1d1a [8.x] Adds ability to symlink directory in from skeleton to package (#282)
  • e1566df [7.x] Adds ability to symlink directory in from skeleton to package (#281)
  • eeb561b wip
  • Additional commits viewable in compare view

Updates orchestra/workbench from 8.15.2 to 8.17.0

Release notes

Sourced from orchestra/workbench's releases.

v8.17.0

Added

  • Add Orchestra\Workbench\Actions\ReplaceNamespaces action class.
  • Utilise @no-named-arguments PHP docblock.

Changes

  • Update testbench.yaml stub file.

v8.16.0

Added

  • Add Orchestra\Workbench\StubRegistrar::replaceInFile() method.

Changes

  • Allow to send options to Orchestra\Workbench\Recipes\Command.
Changelog

Sourced from orchestra/workbench's changelog.

8.17.0

Released: 2024-12-24

Added

  • Add Orchestra\Workbench\Actions\ReplaceNamespaces action class.
  • Utilise @no-named-arguments PHP docblock.

Changes

  • Update testbench.yaml stub file.

8.16.0

Released: 2024-12-24

Added

  • Add Orchestra\Workbench\StubRegistrar::replaceInFile() method.

Changes

  • Allow to send options to Orchestra\Workbench\Recipes\Command.
Commits

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 will merge this PR once CI passes on it, as requested by @yard-bot.


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

Bumps the composer group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [spatie/laravel-package-tools](https://github.com/spatie/laravel-package-tools) | `1.17.0` | `1.18.0` |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.65.0` | `3.66.0` |
| [egulias/email-validator](https://github.com/egulias/EmailValidator) | `4.0.2` | `4.0.3` |
| [league/commonmark](https://github.com/thephpleague/commonmark) | `2.6.0` | `2.6.1` |
| [nesbot/carbon](https://github.com/briannesbitt/Carbon) | `2.72.5` | `2.72.6` |
| [nikic/php-parser](https://github.com/nikic/PHP-Parser) | `5.3.1` | `5.4.0` |
| [orchestra/testbench-core](https://github.com/orchestral/testbench-core) | `8.31.1` | `8.32.0` |
| [orchestra/workbench](https://github.com/orchestral/workbench) | `8.15.2` | `8.17.0` |


Updates `spatie/laravel-package-tools` from 1.17.0 to 1.18.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.17.0...1.18.0)

Updates `friendsofphp/php-cs-fixer` from 3.65.0 to 3.66.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.65.0...v3.66.0)

Updates `egulias/email-validator` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/egulias/EmailValidator/releases)
- [Commits](egulias/EmailValidator@4.0.2...4.0.3)

Updates `league/commonmark` from 2.6.0 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.6.0...2.6.1)

Updates `nesbot/carbon` from 2.72.5 to 2.72.6
- [Release notes](https://github.com/briannesbitt/Carbon/releases)
- [Commits](briannesbitt/Carbon@2.72.5...2.72.6)

Updates `nikic/php-parser` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/nikic/PHP-Parser/releases)
- [Changelog](https://github.com/nikic/PHP-Parser/blob/master/CHANGELOG.md)
- [Commits](nikic/PHP-Parser@v5.3.1...v5.4.0)

Updates `orchestra/testbench-core` from 8.31.1 to 8.32.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.31.1...v8.32.0)

Updates `orchestra/workbench` from 8.15.2 to 8.17.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.15.2...v8.17.0)

---
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: egulias/email-validator
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: league/commonmark
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: nesbot/carbon
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: nikic/php-parser
  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
...

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 30, 2024
@yard-bot
Copy link

@dependabot merge

Copy link

Composer package changes
Prod Packages Operation Base Target
egulias/email-validator Upgraded 4.0.2 4.0.3
league/commonmark Upgraded 2.6.0 2.6.1
nesbot/carbon Upgraded 2.72.5 2.72.6
spatie/laravel-package-tools Upgraded 1.17.0 1.18.0
Dev Packages Operation Base Target
friendsofphp/php-cs-fixer Upgraded v3.65.0 v3.66.0
nikic/php-parser Upgraded v5.3.1 v5.4.0
orchestra/testbench-core Upgraded v8.31.1 v8.32.0
orchestra/workbench Upgraded v8.15.2 v8.17.0

Copy link

Coverage report for commit: f104ce4
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

1 similar comment
Copy link

Coverage report for commit: f104ce4
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 c11177b into main Dec 30, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/composer/composer-457a6f7e33 branch December 30, 2024 15:20
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