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 doctrine/coding-standard from 9.0.0 to 10.0.0 #364

Merged
merged 2 commits into from
Aug 29, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2022

Bumps doctrine/coding-standard from 9.0.0 to 10.0.0.

Release notes

Sourced from doctrine/coding-standard's releases.

10.0.0

Release Notes for 10.0.0

Backwards incompatible release (major)

10.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 10
  • Total contributors: 2

New rules

Dependencies

Internal

9.0.2

This release is the same as 9.0.0, in order to "cancel" 9.0.1, which had many breaking changes.

9.0.1

Release Notes for 9.0.1

9.0.x bugfix release (patch)

9.0.1

Commits
  • 7903671 Merge pull request #283 from greg0ire/require-cpp
  • b7e1a4b Update compatibility patch
  • e0e1eed Require constructor property promotion
  • 720492b Merge pull request #282 from derrabus/improvement/reverse-patches
  • cb35b8f Upgrade fixtures to PHP 8.1 and reverse patches
  • e64b67f Merge pull request #281 from simPod/non-capture
  • b963e53 feat: require non-capturing catch
  • b63cd55 Merge pull request #274 from simPod/constant-spacing
  • 94ec677 feat: enforce spaces between constants
  • 51e2045 Merge pull request #279 from simPod/sniff-codes
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [doctrine/coding-standard](https://github.com/doctrine/coding-standard) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/doctrine/coding-standard/releases)
- [Commits](doctrine/coding-standard@9.0.0...10.0.0)

---
updated-dependencies:
- dependency-name: doctrine/coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Aug 26, 2022
@Ocramius Ocramius self-assigned this Aug 28, 2022
@Ocramius Ocramius added this to the 1.5.0 milestone Aug 28, 2022
@Ocramius Ocramius changed the title Bump doctrine/coding-standard from 9.0.0 to 10.0.0 Drop PHP 8.0 support, bump doctrine/coding-standard from 9.0.0 to 10.0.0 Aug 28, 2022
@Ocramius
Copy link
Owner

Probably need to wait for a vimeo/psalm release here:

Uncaught UnexpectedValueException: Intersection types not yet supported in /github/workspace/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/Reflector/ClassLikeNodeScanner.php:1494
Stack trace:
#0 /github/workspace/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/Reflector/ClassLikeNodeScanner.php(717): Psalm\Internal\PhpVisitor\Reflector\ClassLikeNodeScanner->visitPropertyDeclaration(Object(PhpParser\Node\Stmt\Property), Object(Psalm\Config), Object(Psalm\Storage\ClassLikeStorage), 'CodeGenerationU...')
#1 /github/workspace/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/ReflectorVisitor.php(185): Psalm\Internal\PhpVisitor\Reflector\ClassLikeNodeScanner->start(Object(PhpParser\Node\Stmt\Class_))
#2 /github/workspace/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php(200): Psalm\Internal\PhpVisitor\ReflectorVisitor->enterNode(Object(PhpParser\Node\Stmt\Class_))
#3 /github/workspace/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php(114): PhpParser\NodeTraverser->traverseArray(Array)
#4 /github/workspace/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php(223): PhpParser\NodeTraverser->traverseNode(Object(PhpParser\Node\Stmt\Namespace_))
#5 /github/workspace/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php(91): PhpParser\NodeTraverser->traverseArray(Array)
#6 /github/workspace/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/FileScanner.php(88): PhpParser\NodeTraverser->traverse(Array)
#7 /github/workspace/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Scanner.php(589): Psalm\Internal\Scanner\FileScanner->scan(Object(Psalm\Codebase), Object(Psalm\Storage\FileStorage), false, Object(Psalm\Progress\LongProgress))
#8 /github/workspace/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Scanner.php(339): Psalm\Internal\Codebase\Scanner->scanFile('/github/workspa...', Array, true)
#9 /github/workspace/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Scanner.php(459): Psalm\Internal\Codebase\Scanner->Psalm\Internal\Codebase\{closure}(44, '/github/workspa...')
#10 /github/workspace/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Scanner.php(303): Psalm\Internal\Codebase\Scanner->scanFilePaths(1)
#11 /github/workspace/vendor/vimeo/psalm/src/Psalm/Codebase.php(518): Psalm\Internal\Codebase\Scanner->scanFiles(Object(Psalm\Internal\Codebase\ClassLikes), 1)
#12 /github/workspace/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ProjectAnalyzer.php(640): Psalm\Codebase->scanFiles(1)
#13 /github/workspace/vendor/vimeo/psalm/src/Psalm/Internal/Cli/Psalm.php(373): Psalm\Internal\Analyzer\ProjectAnalyzer->check('/github/workspa...', true)
#14 /github/workspace/vendor/vimeo/psalm/psalm(7): Psalm\Internal\Cli\Psalm::run(Array)
#15 /github/workspace/vendor/bin/psalm(120): include('/github/workspa...')
#16 {main}
(Psalm 4.26.0@6998fabb2bf528b65777bf9941920888d23c03ac crashed due to an uncaught Throwable)

@Ocramius Ocramius force-pushed the dependabot/composer/doctrine/coding-standard-10.0.0 branch from 1a06988 to 9dc25ec Compare August 29, 2022 08:01
@Ocramius
Copy link
Owner

Re-generated CS adjustments based on PHP 8.0 (previously generated on PHP 8.1, which led to incompatible changes).

According to @orklah, vimeo/psalm:5.0.0 will come out at the end of September, possibly.

@Ocramius Ocramius merged commit b071651 into 1.5.x Aug 29, 2022
@Ocramius Ocramius deleted the dependabot/composer/doctrine/coding-standard-10.0.0 branch August 29, 2022 08:06
@Ocramius Ocramius changed the title Drop PHP 8.0 support, bump doctrine/coding-standard from 9.0.0 to 10.0.0 Bump doctrine/coding-standard from 9.0.0 to 10.0.0 Aug 29, 2022
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.

None yet

1 participant