imdhemy / appstore-iap

PHP App store In-App Purchase implementaiton.
MIT License
43 stars 17 forks source link

chore(deps): bump phpstan/phpdoc-parser from 1.18.1 to 1.20.4 #137

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps phpstan/phpdoc-parser from 1.18.1 to 1.20.4.

Release notes

Sourced from phpstan/phpdoc-parser's releases.

1.20.4

  • 7d568c8 - Simplify implementation
  • a7e9698 - CallableTypeNode - support ConstTypeNode in return type
  • 421d3f3 - CallableTypeNode - support $this in return type
  • d60fa73 - CallableTypeNode - support object shape in return type
  • 2ebed2c - Open 1.20.x

1.20.3

  • 6c04009 - Fix ArrayTypeNode indexes
  • d985f89 - Fix attributes for more tags
  • 69432fa - PhpDocParserTest - verify all nodes have attributes
  • ffaba4f - Fix attributes for more types
  • 142198e - TypeParserTest - verify all nodes have attributes
  • 6220c55 - ConstExprParser - attributes
  • b5fede3 - Missing attributes for object shapes
  • cff97e9 - Missing attributes for array shapes
  • 3416dc6 - Callable parameter and return type have attributes
  • ecb7789 - Do not include TOKEN_PHPDOC_EOL in node tokens
  • 39e4966 - Update dependency slevomat/coding-standard to v8.11.0

1.20.2

  • 90490bd - TypeParserTest - verify indexes by concatenating token values
  • 08ccb8d - More precise type indexes

1.20.1

  • 57f6787 - Update slevomat/coding-standard
  • 900bd69 - Do not include TOKEN_CLOSE_PHPDOC in end index with one-line tags

1.20.0

  • 10553ab - CloningVisitor
  • 00d0fcd - NodeTraverser inspired by nikic/php-parser
  • 874bf25 - Increase PHPStan level
  • 1ae8d74 - Add missing typehints
  • 0138dd9 - Give even invalid nodes line and index attributes
  • 7ff42f5 - TypeParser - give all types the line and index attributes
  • 4255dd3 - Rename tests
  • ddc8c7a - Set start and end indexes to node attributes
  • f9ecd17 - Set start and end lines to node attributes
  • b508006 - Document token array format

1.19.1

  • f545fc3 - When callable returns callable the return type needs to be put in parentheses

1.19.0

  • 178b33a - Backward compatibility - QuoteAwareConstExprStringNode should extend ConstExprStringNode
  • 5194589 - TypeParserTest - test parsing string type representation again
  • f373259 - Fix unparseable string representation of CallableTypeParameterNode
  • 829bd2e - TypeParserTest - use modern feature toggles
  • ae5be81 - Use StringUnescaper when quoteAwareConstExprString=true
  • 376023a - Extract StringUnescaper from ConstExprParser

... (truncated)

Commits
  • 7d568c8 Simplify implementation
  • a7e9698 CallableTypeNode - support ConstTypeNode in return type
  • 421d3f3 CallableTypeNode - support $this in return type
  • d60fa73 CallableTypeNode - support object shape in return type
  • 2ebed2c Open 1.20.x
  • 6c04009 Fix ArrayTypeNode indexes
  • d985f89 Fix attributes for more tags
  • 69432fa PhpDocParserTest - verify all nodes have attributes
  • ffaba4f Fix attributes for more types
  • 142198e TypeParserTest - verify all nodes have attributes
  • 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)