web-proxy
web-proxy copied to clipboard
Bump doctrine/collections from 1.5.0 to 1.6.2
Bumps doctrine/collections from 1.5.0 to 1.6.2.
Release notes
Sourced from doctrine/collections's releases.
v1.6.2
This release fixes the inferred type of
ArrayCollection::createFrom()andArrayCollection#filter()when subclassingArrayCollection.Total issues resolved: 2
- 200: Incorrect inferred types when subclassing
ArrayCollectionthanks to @Rarst- 201: Return
staticforArrayCollection::createFrom()andArrayCollection#filter()thanks to @muglugv1.6.1
fixes an issue where parsing annotations was not possible for classes within
doctrine/collections.Specifically,
v1.6.0introduced Psalm-specific annotations such as (for example)@templateand@template-implements, which were both incorrectly recognized as@template.
@templatehas therefore been removed, and instead we use the prefixed@psalm-template, which is no longer parsed bydoctrine/collectionsv1.6.1Total issues resolved: 1
v1.6.0
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
ClosureExpressionVisitorover 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
/** [@​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
c5e0bc1Merge pull request #201 from muglug/patch-15945173Return static for createFrom and filterd2ae4efRelease notes for v1.6.1688aef6Merge branch 'fix/psalm-template-1.6' into 1.6f881439Use @psalm-template annotation to avoid clashesacc3581Release notes for v1.6.0d348a61Merge pull request #177 from nschoellhorn/master067a137Merge dependency changes43e613cUpdate Psalm and roll back workaround60d9e6dChange phpdoc to reflect only "true" is being returned and remove additional ...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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.