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

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

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 <dependency name> 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)

Bumps [doctrine/annotations](https://github.com/doctrine/annotations) from 1.14.4 to 2.0.2.
- [Release notes](https://github.com/doctrine/annotations/releases)
- [Upgrade guide](https://github.com/doctrine/annotations/blob/2.0.x/UPGRADE.md)
- [Commits](doctrine/annotations@1.14.4...2.0.2)

---
updated-dependencies:
- dependency-name: doctrine/annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Oct 7, 2024
@mitelg
Copy link
Contributor

mitelg commented Oct 7, 2024

@dependabot ignore this major version

@dependabot dependabot bot closed this Oct 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2024

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

@dependabot dependabot bot deleted the dependabot/composer/doctrine/annotations-2.0.2 branch October 7, 2024 14:08
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