Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Bump doctrine/collections from 1.5.0 to 1.6.2 #52

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

Conversation

dependabot-preview[bot]
Copy link

Bumps doctrine/collections from 1.5.0 to 1.6.2.

Release notes

Sourced from doctrine/collections's releases.

v1.6.2

Build Status

This release fixes the inferred type of ArrayCollection::createFrom() and ArrayCollection#filter() when subclassing ArrayCollection.

Total issues resolved: 2

v1.6.1

Build Status

fixes an issue where parsing annotations was not possible
for classes within doctrine/collections.

Specifically, v1.6.0 introduced Psalm-specific annotations
such as (for example) @template and @template-implements,
which were both incorrectly recognized as @template.

@template has therefore been removed, and instead we use
the prefixed @psalm-template, which is no longer parsed
by doctrine/collections v1.6.1

Total issues resolved: 1

v1.6.0

Build Status

This release bumps the minimum required PHP version to 7.1.3.

Following improvements were introduced:

  • ArrayCollection#filter() now allows filtering by key, value or both.
  • When using the ClosureExpressionVisitor over objects with a defined
    accessor and property, the accessor is prioritised.
  • Updated testing tools and coding standards, autoloading, which also
    led to marginal performance improvements
  • Introduced generic type docblock declarations from psalm,
    which should allow users to declare /** [@&#8203;var](https://github.com/var) Collection<KeyType, ValueType> */
    in their code, and leverage the type propagation deriving from that.

Total issues resolved: 16

... (truncated)
Commits
  • c5e0bc1 Merge pull request #201 from muglug/patch-1
  • 5945173 Return static for createFrom and filter
  • d2ae4ef Release notes for v1.6.1
  • 688aef6 Merge branch 'fix/psalm-template-1.6' into 1.6
  • f881439 Use @​psalm-template annotation to avoid clashes
  • acc3581 Release notes for v1.6.0
  • d348a61 Merge pull request #177 from nschoellhorn/master
  • 067a137 Merge dependency changes
  • 43e613c Update Psalm and roll back workaround
  • 60d9e6d Change phpdoc to reflect only "true" is being returned and remove additional ...
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [doctrine/collections](https://github.com/doctrine/collections) from 1.5.0 to 1.6.2.
- [Release notes](https://github.com/doctrine/collections/releases)
- [Commits](doctrine/collections@v1.5.0...v1.6.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants