ItinerisLtd / wordpress-packager

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

build(deps): bump nette/php-generator from 3.2.3 to 3.3.1 #214

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps nette/php-generator from 3.2.3 to 3.3.1.

Release notes *Sourced from [nette/php-generator's releases](https://github.com/nette/php-generator/releases).* > ## Released version 3.3.0 > * supports PHP 7.4 > * added support for PHP 7.4 typed properties > * added Printer::printArrowFunction() for new PHP 7.4 arrow functions > * added new class Dumper > * output better respects wrap-length [#45](https://github-redirect.dependabot.com/nette/php-generator/issues/45) [#47](https://github-redirect.dependabot.com/nette/php-generator/issues/47) > * default wrap-length changed to 120 > * added setType()/getType()/hasStrictTypes()/hasBracketedSyntax()/isReturnNullable() as future replacements for setTypeHint()/getTypeHint()/getStrictTypes()/getBracketedSyntax()/getReturnNullable() >
Commits - [`4240fd7`](https://github.com/nette/php-generator/commit/4240fd7adf499138c07b814ef9b9a6df9f6d7187) added Helpers::createObject() for back compatibility [Closes [#48](https://github-redirect.dependabot.com/nette/php-generator/issues/48)] - [`758077b`](https://github.com/nette/php-generator/commit/758077b90e86093d4f50e586720c8a47ad77e9d7) Dumper: default $wrapLength changed to 120 - [`fee9c6c`](https://github.com/nette/php-generator/commit/fee9c6c114c2f37b7a0bc568beda514cafa0db74) Dumper: indents PhpLiteral - [`b2409d4`](https://github.com/nette/php-generator/commit/b2409d4ebfe80267fe2988240d20be291e49fc54) Dumper::format() array wrapping counts with code length - [`1d0d54c`](https://github.com/nette/php-generator/commit/1d0d54c535ce89e212b70aa7bd0cdc31d0d2bbe7) Printer, Dumper: array wrapping counts with property/constant name length [Cl... - [`f68312b`](https://github.com/nette/php-generator/commit/f68312b282b5ed746eef7d11ba571d5ee9076186) Dumper: changed detection of recursive arrays, marker changed to strict compa... - [`5bbeb1c`](https://github.com/nette/php-generator/commit/5bbeb1c9259586dad5196546c65b0c558cea91b3) Dumper: detection of recursive objects is done via non-static argument $parents - [`15be6e8`](https://github.com/nette/php-generator/commit/15be6e8f59ee8bf86ce1ef4c44456e35342ce11d) Dumper: constants changed to properties $maxDepth, $wrapLength - [`6e86a5b`](https://github.com/nette/php-generator/commit/6e86a5b4ba0893196ebe034ff50ba6073e03764e) Dumper: refactoring - [`2402e8a`](https://github.com/nette/php-generator/commit/2402e8a1528bebe7fa8c0750423ee7452f2459fc) Dumper: refactoring - Additional commits viewable in [compare view](https://github.com/nette/php-generator/compare/v3.2.3...v3.3.1)


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)