ItinerisLtd / wordpress-packager

Generates itinerisltd/wordpress composer package
MIT License
0 stars 1 forks source link

build(deps): bump webmozart/assert from 1.5.0 to 1.6.0 #218

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps webmozart/assert from 1.5.0 to 1.6.0.

Release notes *Sourced from [webmozart/assert's releases](https://github.com/webmozart/assert/releases).* > ## Release 1.6.0 > See [change log](https://github.com/webmozart/assert/blob/HEAD/CHANGELOG.md) for changes.
Changelog *Sourced from [webmozart/assert's changelog](https://github.com/webmozart/assert/blob/master/CHANGELOG.md).* > ## 1.6.0 (2019-11-24) > > ### Added > > * added `Assert::validArrayKey()` > * added `Assert::isNonEmptyList()` > * added `Assert::isNonEmptyMap()` > * added `@throws InvalidArgumentException` annotations to all methods that throw. > * added `@psalm-assert` for the list type to the `isList` assertion. > > ### Fixed > > * `ResourceBundle` & `SimpleXMLElement` now pass the `isCountable` assertions. > They are countable, without implementing the `Countable` interface. > * The doc block of `range` now has the proper variables. > * An empty array will now pass `isList` and `isMap`. As it is a valid form of both. > If a non empty variant is needed, use `isNonEmptyList` or `isNonEmptyMap`. > > ### Changed > > * Removed some `@psalm-assert` annotations, that were 'side effect' assertions See: > * [#144](https://github-redirect.dependabot.com/webmozart/assert/pull/144) > * [#145](https://github-redirect.dependabot.com/webmozart/assert/issues/145) > * [#146](https://github-redirect.dependabot.com/webmozart/assert/pull/146) > * [#150](https://github-redirect.dependabot.com/webmozart/assert/pull/150) > * If you use psalm, the minimum version needed is `3.6.0`. Which is enforced through a composer conflict. > If you don't use psalm, then this has no impact.
Commits - [`573381c`](https://github.com/webmozart/assert/commit/573381c0a64f155a0d9a23f4b0c797194805b925) Update changelog for 1.6.0 ([#156](https://github-redirect.dependabot.com/webmozart/assert/issues/156)) - [`58d4b30`](https://github.com/webmozart/assert/commit/58d4b30ce77fa2448e019782905383585b07d584) Improve the error messages on auto review tests ([#155](https://github-redirect.dependabot.com/webmozart/assert/issues/155)) - [`1526c4f`](https://github.com/webmozart/assert/commit/1526c4f20067dfdae36f3bb6353885ff461e5380) Add non empty assertions for list and map ([#153](https://github-redirect.dependabot.com/webmozart/assert/issues/153)) - [`7697fe1`](https://github.com/webmozart/assert/commit/7697fe1909978b8b5b4af55ea9f7f574f7c0c415) Revert a BC break on filer_var based assertions ([#154](https://github-redirect.dependabot.com/webmozart/assert/issues/154)) - [`7e202b1`](https://github.com/webmozart/assert/commit/7e202b151ac27e6720037e022f9edc98d077c8cf) Fix: allow empty maps and lists ([#152](https://github-redirect.dependabot.com/webmozart/assert/issues/152)) - [`6176403`](https://github.com/webmozart/assert/commit/617640392220dc5acf42c8e4bc8127b9c9cf3834) Add has static analysis test ([#149](https://github-redirect.dependabot.com/webmozart/assert/issues/149)) - [`f66fcdc`](https://github.com/webmozart/assert/commit/f66fcdcc7a58845565b3a582b78efa0cd1423ba5) Remove side effect psalm assert from stringNotEmpty ([#150](https://github-redirect.dependabot.com/webmozart/assert/issues/150)) - [`841d44a`](https://github.com/webmozart/assert/commit/841d44a657ac199218711654a4e3d3528932d551) Add more psalm assertions ([#143](https://github-redirect.dependabot.com/webmozart/assert/issues/143)) - [`0aaeb65`](https://github.com/webmozart/assert/commit/0aaeb650da3c96498893bca8277af156f3856e19) Remove unneeded psalm asserts ([#146](https://github-redirect.dependabot.com/webmozart/assert/issues/146)) - [`994b7d5`](https://github.com/webmozart/assert/commit/994b7d5ca4b9f9ac915658dae607f8652205ee05) Remove psalm-assert for `oneOf` ([#144](https://github-redirect.dependabot.com/webmozart/assert/issues/144)) - Additional commits viewable in [compare view](https://github.com/webmozart/assert/compare/1.5.0...1.6.0)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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) - `@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 the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)