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

Bump the all group with 4 updates #125

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 4 updates: php-tuf/composer-stager, symfony/console, phpro/grumphp-shim and squizlabs/php_codesniffer.

Updates php-tuf/composer-stager from 2.0.0-rc6 to 2.0.0

Release notes

Sourced from php-tuf/composer-stager's releases.

v2.0.0

What's Changed

New Features

... (truncated)

Commits
  • abaf3e2 Merge branch 'release/2.0.0'
  • 01dbb74 Bump the all group across 1 directory with 5 updates (#405)
  • 1ea2e2b Add extra dev dependencies back as a separate "package" (#404)
  • 181e051 Fix a stale link in the README. [skip ci]
  • 2637de9 Nope. PhpStorm will never be happy. [skip ci]
  • d9c23f5 Accept PhpStorm's automatic change to .idea/composer-stager.iml. [skip ci]
  • 1e640e1 Remove custom "keep diagrams in sync" PHPStan rules. They have caching issues.
  • 01a4193 Apply Rector fixes.
  • f7f3e7c Update PhpStorm code styles for JSON. [skip ci]
  • f8e5a5c Remove .idea/php.xml. [skip ci]
  • Additional commits viewable in compare view

Updates symfony/console from 7.2.0 to 7.2.1

Release notes

Sourced from symfony/console's releases.

v7.2.1

Changelog (symfony/console@v7.2.0...v7.2.1)

Commits

Updates phpro/grumphp-shim from 2.9.0 to 2.10.0

Release notes

Sourced from phpro/grumphp-shim's releases.

Version2.10.0

https://github.com/phpro/grumphp/releases/edit/v2.10.0

Full Changelog: phpro/grumphp-shim@v2.9.0...v2.10.0

Commits

Updates squizlabs/php_codesniffer from 3.11.1 to 3.11.2

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.11.2 - 2024-12-11

Changed

  • Generators/HTML + Markdown: the output will now be empty (no page header/footer) when there are no docs to display. #687
    • This is in line with the Text Generator which already didn't produce output if there are no docs.
    • Thanks to Juliette Reinders Folmer for the patch.
  • Generators/HTML: only display a Table of Contents when there is more than one sniff with documentation. #697
  • Generators/HTML: improved handling of line breaks in <standard> blocks. #723
  • Generators/Markdown: improved compatibility with the variety of available markdown parsers. #722
  • Generators/Markdown: improved handling of line breaks in <standard> blocks. #737
    • This prevents additional paragraphs from being displayed as code blocks.
    • Thanks to Juliette Reinders Folmer for the patch.
  • Generic.NamingConventions.UpperCaseConstantName: the exact token containing the non-uppercase constant name will now be identified with more accuracy. #665
  • Generic.Functions.OpeningFunctionBraceKernighanRitchie: minor improvement to the error message wording. #736
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #527 : Squiz.Arrays.ArrayDeclaration: short lists within a foreach condition should be ignored.
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positives and false negatives when code uses unconventional spacing and comments when calling define().
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positive when a constant named DEFINE is encountered.
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positive for attribute class called define.
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positive when handling the instantiation of a class named define.
  • Fixed bug #688 : Generators/Markdown could leave error_reporting in an incorrect state.
  • Fixed bug #698 : Generators/Markdown : link in the documentation footer would not parse as a link.
  • Fixed bug #738 : Generators/Text: stray blank lines after code sample titles.
  • Fixed bug #739 : Generators/HTML + Markdown: multi-space whitespace within a code sample title was folded into a single space.

Other

  • On December 1st, one year after the repo was abandoned and revived, a retrospective of the past year was published for funders.
    • This retrospective is publicly available and also provides some insights into what's to come in the new year.

Statistics

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.11.2] - 2024-12-11

Changed

  • Generators/HTML + Markdown: the output will now be empty (no page header/footer) when there are no docs to display. #687
    • This is in line with the Text Generator which already didn't produce output if there are no docs.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generators/HTML: only display a Table of Contents when there is more than one sniff with documentation. #697
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generators/HTML: improved handling of line breaks in <standard> blocks. #723
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generators/Markdown: improved compatibility with the variety of available markdown parsers. #722
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generators/Markdown: improved handling of line breaks in <standard> blocks. #737
    • This prevents additional paragraphs from being displayed as code blocks.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generic.NamingConventions.UpperCaseConstantName: the exact token containing the non-uppercase constant name will now be identified with more accuracy. #665
  • Generic.Functions.OpeningFunctionBraceKernighanRitchie: minor improvement to the error message wording. #736
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #527 : Squiz.Arrays.ArrayDeclaration: short lists within a foreach condition should be ignored.
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positives and false negatives when code uses unconventional spacing and comments when calling define().
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positive when a constant named DEFINE is encountered.
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positive for attribute class called define.
  • Fixed bug #665 : Generic.NamingConventions.UpperCaseConstantName: false positive when handling the instantiation of a class named define.
  • Fixed bug #688 : Generators/Markdown could leave error_reporting in an incorrect state.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #698 : Generators/Markdown : link in the documentation footer would not parse as a link.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #738 : Generators/Text: stray blank lines after code sample titles.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #739 : Generators/HTML + Markdown: multi-space whitespace within a code sample title was folded into a single space.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.

#527: PHPCSStandards/PHP_CodeSniffer#527 #665: PHPCSStandards/PHP_CodeSniffer#665 #687: PHPCSStandards/PHP_CodeSniffer#687 #688: PHPCSStandards/PHP_CodeSniffer#688 #697: PHPCSStandards/PHP_CodeSniffer#697 #698: PHPCSStandards/PHP_CodeSniffer#698 #722: PHPCSStandards/PHP_CodeSniffer#722 #723: PHPCSStandards/PHP_CodeSniffer#723

... (truncated)

Commits
  • 1368f4a Merge pull request #760 from PHPCSStandards/feature/changelog-3.11.2
  • 644fc29 Changelog for the 3.11.2 release
  • 3a44d3d Merge pull request #758 from PHPCSStandards/feature/32-automate-release-process
  • 224a57f Add release checklist
  • 9bb88c4 GH Actions: automate release verification steps
  • 799e293 Merge pull request #751 from PHPCSStandards/feature/ghactions-make-phar-build...
  • 5033272 Merge pull request #764 from rodrigoprimo/test-coverage-nesting-level
  • 9811fc5 Generic/NestingLevel: improve tests by adding more tokens
  • 9794ed8 Generic/NestingLevel: improve code coverage
  • c1c8517 Generic/NestingLevel: rename test case file
  • 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

Bumps the all group with 4 updates: [php-tuf/composer-stager](https://github.com/php-tuf/composer-stager), [symfony/console](https://github.com/symfony/console), [phpro/grumphp-shim](https://github.com/phpro/grumphp-shim) and [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer).


Updates `php-tuf/composer-stager` from 2.0.0-rc6 to 2.0.0
- [Release notes](https://github.com/php-tuf/composer-stager/releases)
- [Commits](php-tuf/composer-stager@v2.0.0-rc6...v2.0.0)

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

Updates `phpro/grumphp-shim` from 2.9.0 to 2.10.0
- [Release notes](https://github.com/phpro/grumphp-shim/releases)
- [Commits](phpro/grumphp-shim@v2.9.0...v2.10.0)

Updates `squizlabs/php_codesniffer` from 3.11.1 to 3.11.2
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.11.1...3.11.2)

---
updated-dependencies:
- dependency-name: php-tuf/composer-stager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: phpro/grumphp-shim
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

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 16, 2024
@TravisCarden TravisCarden merged commit 9ff3e28 into main Dec 17, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/composer/all-069a234525 branch December 17, 2024 06:59
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.

1 participant