shopware5 / shopware

Shopware 5 core
https://shopware.com
Other
1.32k stars 804 forks source link

chore(deps): bump doctrine/annotations from 1.14.4 to 2.0.2 #2787

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps doctrine/annotations from 1.14.4 to 2.0.2.

Release notes

Sourced from doctrine/annotations's releases.

2.0.2

Release Notes for 2.0.2

2.0.x bugfix release (patch)

2.0.2

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

Improvement

Documentation

Changes from Lower Branches

  • This release includes all changes of the 1.14.4 release

2.0.1

Release Notes for 2.0.1

2.0.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

bug

2.0.0

Release Notes for 2.0.0

Backwards incompatible release (major)

2.0.0

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

BC-Break

... (truncated)

Upgrade guide

Sourced from doctrine/annotations's upgrade guide.

Upgrade from 1.0.x to 2.0.x

  • The NamedArgumentConstructorAnnotation has been removed. Use the @NamedArgumentConstructor annotation instead.
  • SimpleAnnotationReader has been removed.
  • DocLexer::peek() and DocLexer::glimpse now return Doctrine\Common\Lexer\Token objects. When using doctrine/lexer 2, these implement ArrayAccess as a way for you to still be able to treat them as arrays in some ways.
  • CachedReader and FileCacheReader have been removed use PsrCachedReader instead.
  • AnnotationRegistry methods related to registering annotations instead of using autoloading have been removed.
  • Parameter type declarations have been added to all methods of all classes. If you have classes inheriting from classes inside this package, you should add parameter and return type declarations.
  • Support for PHP < 7.2 has been removed
  • PhpParser::parseClass() has been removed. Use PhpParser::parseUseStatements() instead.
Commits
  • 901c2ee Merge branch '1.14.x' into 2.0.x
  • 66d6765 Merge branch '1.14.x' into 2.0.x
  • d69b6bf Merge branch '1.14.x' into 2.0.x
  • 01489ff Merge pull request #496 from greg0ire/2.0.x
  • 331446e Merge remote-tracking branch 'origin/1.14.x' into 2.0.x
  • 94f40ad Merge pull request #489 from greg0ire/inactive
  • 8d7f086 Mark project as inactive
  • a9ec7af Merge pull request #484 from VincentLanglet/patch-1
  • ae6170f Address coding standard issues
  • 523bc8e Add psalm.xml to .gitattributes
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
mitelg commented 1 month ago

@dependabot ignore this major version

dependabot[bot] commented 1 month ago

OK, I won't notify you about version 2.x.x again, unless you re-open this PR.