Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(deps): update dependency phpstan/phpdoc-parser to v2 #27

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpstan/phpdoc-parser ^1.29 -> ^2.0 age adoption passing confidence

Release Notes

phpstan/phpdoc-parser (phpstan/phpdoc-parser)

v2.1.0

Compare Source

  • 9b30d6f - TypeParser - support comments at EOL with //
  • 12c4e9f - Merge remote-tracking branch 'origin/2.0.x' into 2.1.x
  • dc7c469 - PrinterTest - nowdoc helper for nicer formatting
  • 19d74a8 - Open 2.1.x

v2.0.2

Compare Source

  • 51087f8 - Allow multiple new lines in union and intersection definition
  • 5404716 - Prepare 2.1.x
  • 19ecfcb - Send PR to 2.1.x

v2.0.1

Compare Source

  • 72e51f7 - TypeParser: Allow multiple newlines and also allow multiline union and intersection types for array shapes
  • 81de606 - Update LICENSE
  • 7adaab7 - Test inline @link
  • 04c8de0 - Slevomat CS merged PR about 2.0

v2.0.0

Compare Source

phpstan/phpdoc-parser 2.0 is here! 🎉

This release brings API cleanup and enables new features for everyone that were previously hidden behind opt-in feature toggles, like:

  • Parsing Doctrine annotations
  • Type aliases with invalid types being preserved
  • Text between tags always belongs to description
  • ...and more...

See the UPGRADING guide for details.

phpstan/phpdoc-parser 2.0 will also be included in PHPStan 2.0 that's going to be released on Monday November 11th 2024.

v1.33.0

Compare Source

  • 82a311f - Support for non-empty-array and non-empty-list array shape kind

v1.32.0

Compare Source

  • 6ca22b1 - Support for @pure-unless-callable-is-impure

v1.31.0

Compare Source

  • 249f15f - PhpDocParser: support template type lower bounds
  • a5e938b - Test for special multiline PHPDoc
  • 5d48fa4 - Do not deploy API reference on 1.23.x anymore
  • 1c7fcc4 - Add test cases for quote aware array/object keys
  • 7e92a25 - Fix link

v1.30.1

Compare Source

  • 51b95ec - Deploy API Reference into a subdirectory with the current branch name
  • 0e689c5 - Fix bug of repeating last line in AST for textBetweenTagsBelongsToDescription=true
  • 9d053a8 - Test newer PHP versions
  • 0454892 - Pin build-cs

v1.30.0

Compare Source

  • 5ceb0e3 - Support typing extra items in unsealed array shapes
  • cc2b26c - Send update PR to phpstan-src 1.12.x branch
  • 8752839 - Fix $matches error
  • 2afec65 - Update roave/backward-compatibility-check

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Nov 7, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer install --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - lcobucci/clock is locked to version 3.2.0 and an update of this package was not requested.
    - lcobucci/clock 3.2.0 requires php ~8.2.0 || ~8.3.0 -> your php version (8.4.7) does not satisfy that requirement.
  Problem 2
    - lcobucci/jwt is locked to version 5.3.0 and an update of this package was not requested.
    - lcobucci/jwt 5.3.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.7) does not satisfy that requirement.
  Problem 3
    - lexik/jwt-authentication-bundle is locked to version v3.0.0 and an update of this package was not requested.
    - lcobucci/clock 3.2.0 requires php ~8.2.0 || ~8.3.0 -> your php version (8.4.7) does not satisfy that requirement.
    - lexik/jwt-authentication-bundle v3.0.0 requires lcobucci/clock ^3.0 -> satisfiable by lcobucci/clock[3.2.0].


@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed Dec 16, 2024
@renovate renovate bot closed this Dec 16, 2024
@renovate renovate bot deleted the renovate/phpstan-phpdoc-parser-2.x branch December 16, 2024 18:31
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed fix(deps): update dependency phpstan/phpdoc-parser to v2 Dec 17, 2024
@renovate renovate bot reopened this Dec 17, 2024
@renovate renovate bot force-pushed the renovate/phpstan-phpdoc-parser-2.x branch from 8db4cd3 to 46094fa Compare December 17, 2024 02:14
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed Jan 20, 2025
@renovate renovate bot closed this Jan 20, 2025
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed fix(deps): update dependency phpstan/phpdoc-parser to v2 Jan 20, 2025
@renovate renovate bot reopened this Jan 20, 2025
@renovate renovate bot force-pushed the renovate/phpstan-phpdoc-parser-2.x branch from 051b6d5 to 46094fa Compare January 20, 2025 14:09
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed Jan 27, 2025
@renovate renovate bot closed this Jan 27, 2025
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed fix(deps): update dependency phpstan/phpdoc-parser to v2 Jan 27, 2025
@renovate renovate bot reopened this Jan 27, 2025
@renovate renovate bot force-pushed the renovate/phpstan-phpdoc-parser-2.x branch from 4267e97 to 46094fa Compare January 27, 2025 18:34
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed Feb 18, 2025
@renovate renovate bot closed this Feb 18, 2025
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed fix(deps): update dependency phpstan/phpdoc-parser to v2 Feb 18, 2025
@renovate renovate bot reopened this Feb 18, 2025
@renovate renovate bot force-pushed the renovate/phpstan-phpdoc-parser-2.x branch from 4c4e4d9 to 46094fa Compare February 18, 2025 16:09
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed Feb 19, 2025
@renovate renovate bot closed this Feb 19, 2025
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed fix(deps): update dependency phpstan/phpdoc-parser to v2 Feb 19, 2025
@renovate renovate bot reopened this Feb 19, 2025
@renovate renovate bot force-pushed the renovate/phpstan-phpdoc-parser-2.x branch from 98d566f to 46094fa Compare February 19, 2025 22:30
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed Feb 24, 2025
@renovate renovate bot closed this Feb 24, 2025
@renovate renovate bot force-pushed the renovate/phpstan-phpdoc-parser-2.x branch from 34912a8 to 46094fa Compare April 25, 2025 02:03
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed Apr 26, 2025
@renovate renovate bot closed this Apr 26, 2025
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed fix(deps): update dependency phpstan/phpdoc-parser to v2 Apr 26, 2025
@renovate renovate bot reopened this Apr 26, 2025
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed Apr 28, 2025
@renovate renovate bot closed this Apr 28, 2025
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed fix(deps): update dependency phpstan/phpdoc-parser to v2 Apr 29, 2025
@renovate renovate bot reopened this Apr 29, 2025
@renovate renovate bot force-pushed the renovate/phpstan-phpdoc-parser-2.x branch from 292beb4 to 46094fa Compare April 29, 2025 02:07
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed May 4, 2025
@renovate renovate bot closed this May 4, 2025
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed fix(deps): update dependency phpstan/phpdoc-parser to v2 May 4, 2025
@renovate renovate bot reopened this May 4, 2025
@renovate renovate bot force-pushed the renovate/phpstan-phpdoc-parser-2.x branch from f3713ee to 46094fa Compare May 4, 2025 15:05
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed May 6, 2025
@renovate renovate bot closed this May 6, 2025
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed fix(deps): update dependency phpstan/phpdoc-parser to v2 May 7, 2025
@renovate renovate bot reopened this May 7, 2025
@renovate renovate bot force-pushed the renovate/phpstan-phpdoc-parser-2.x branch from d9bde67 to 46094fa Compare May 7, 2025 03:20
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed May 7, 2025
@renovate renovate bot closed this May 7, 2025
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed fix(deps): update dependency phpstan/phpdoc-parser to v2 May 7, 2025
@renovate renovate bot reopened this May 7, 2025
@renovate renovate bot force-pushed the renovate/phpstan-phpdoc-parser-2.x branch from 271e09c to 46094fa Compare May 7, 2025 13:32
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed May 9, 2025
@renovate renovate bot closed this May 9, 2025
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpdoc-parser to v2 - autoclosed fix(deps): update dependency phpstan/phpdoc-parser to v2 May 9, 2025
@renovate renovate bot reopened this May 9, 2025
@renovate renovate bot force-pushed the renovate/phpstan-phpdoc-parser-2.x branch from 59c97b3 to 46094fa Compare May 9, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants