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/annotations from 1.13.2 to 2.0.1 #86

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2023

Bumps doctrine/annotations from 1.13.2 to 2.0.1.

Release notes

Sourced from doctrine/annotations's releases.

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

1.14.3

Release Notes for 1.14.3

1.14.3

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

bug

1.14.2

... (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.
  • 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
  • e157ef3 Merge branch '1.14.x' into 2.0.x
  • fb0d71a Allow annotation classes with a variadic parameter (#479)
  • 508c71c Merge pull request #477 from greg0ire/update-branch-metadata
  • c580edd Update branch metadata for documentation
  • d02c9f3 Merge pull request #471 from greg0ire/drop-deprecated-method
  • 7a95b3b Remove deprecated method
  • 455db74 Remove NamedArgumentConstructorAnnotation interface (#470)
  • 9dc2866 Remove SimpleAnnotationReader (#469)
  • 4919d49 Merge pull request #466 from greg0ire/allow-lexer-3
  • c03bc8b Allow doctrine/lexer 3
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the Dependencies Automatic/Manual updates to project dependencies and changes related to these updates only label Feb 3, 2023
@rdohms
Copy link
Owner

rdohms commented Sep 5, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/composer/doctrine/annotations-2.0.1 branch from e79466d to 8e5cf36 Compare September 5, 2023 13:43
@dependabot dependabot bot requested a review from rdohms as a code owner September 5, 2023 13:43
Bumps [doctrine/annotations](https://github.com/doctrine/annotations) from 1.13.2 to 2.0.1.
- [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.13.2...2.0.1)

---
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 force-pushed the dependabot/composer/doctrine/annotations-2.0.1 branch from 8e5cf36 to e59a1d6 Compare September 5, 2023 13:44
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 6, 2024

Superseded by #96.

@dependabot dependabot bot closed this Sep 6, 2024
@dependabot dependabot bot deleted the dependabot/composer/doctrine/annotations-2.0.1 branch September 6, 2024 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Automatic/Manual updates to project dependencies and changes related to these updates only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant