Skip to content

Bump rector/rector from 0.10.11 to 0.10.17

Wesley Klop requested to merge dependabot/composer/rector/rector-0.10.17 into develop

Created by: dependabot[bot]

Bumps rector/rector from 0.10.11 to 0.10.17.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.10.16 fixing version and allowing older php-parser

New Features 🎉

Just add it to your Rector rule:

/**
 * @changelog https://wiki.php.net/rfc/typed_properties_v2#proposal
 */
final class TypedPropertyRector extends AbstractRector
{
}

Run Rector:

vendor/bin/rector ...

And if this rule changed the code, it will show the link too:

Applied Rectors:

TypedPropertyRector - https://wiki.php.net/rfc/typed_properties_v2#proposal
dump_node($string);
// change 2nd to increase depth
dump_node($string, 3);

New Downgrade Rules

... (truncated)

Commits
  • ef5167c [scoped] unprefixed SmartFileInfo
  • 8d73a43 fix PHP 7.1 version in prefixed description
  • e1c87b5 [Scoper] Using different scoper.php for php 7.0 (#6295)
  • 1070505 Revert "[Scoper] Skip Prefix\Composer\ usage (#6293)" (#6294)
  • e237ffb [Scoper] Skip Prefix\Composer\ usage (#6293)
  • dadb1d8 [Scoper] Skip Composer\EventDispatcher (#6292)
  • e7dba6f [Scoper] Skip vendor/composer/composer for prefixing (#6291)
  • f9170be [Scoped] Fixing void return scoped php 7.0 (2) (#6290)
  • cd8be43 Update text for FileProccessor to use Rector interface contract (#6289)
  • 6f30aff [Scoped] Fixing scoped PHP 7.0 (#6287)
  • 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 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)

Merge request reports