Roave / psr-container-doctrine

Doctrine Factories for PSR-11 Containers
BSD 2-Clause "Simplified" License
95 stars 31 forks source link

Update dependency doctrine/coding-standard to v11 - autoclosed #90

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
doctrine/coding-standard (source) require-dev major ^8.2.1 -> ^11.1.0

Release Notes

doctrine/coding-standard ### [`v11.1.0`](https://togithub.com/doctrine/coding-standard/releases/tag/11.1.0) [Compare Source](https://togithub.com/doctrine/coding-standard/compare/11.0.0...11.1.0) ##### Release Notes for [11.1.0](https://togithub.com/doctrine/coding-standard/milestone/27) Feature release (minor) ##### 11.1.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** ##### Improvements - [306: Composer: allow for the 1.0.0 version of the Composer PHPCS plugin](https://togithub.com/doctrine/coding-standard/pull/306) thanks to [@​jrfnl](https://togithub.com/jrfnl) ### [`v11.0.0`](https://togithub.com/doctrine/coding-standard/releases/tag/11.0.0) [Compare Source](https://togithub.com/doctrine/coding-standard/compare/10.0.0...11.0.0) ##### Release Notes for [11.0.0](https://togithub.com/doctrine/coding-standard/milestone/25) Backwards incompatible release (major) ##### 11.0.0 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **2** - [304: String interpolation: don't suggest `sprintf()`](https://togithub.com/doctrine/coding-standard/pull/304) thanks to [@​derrabus](https://togithub.com/derrabus) - [295: feat: handle blank lines between class properties](https://togithub.com/doctrine/coding-standard/pull/295) thanks to [@​simPod](https://togithub.com/simPod) - [292: refactor: just rerun patch targets](https://togithub.com/doctrine/coding-standard/pull/292) thanks to [@​simPod](https://togithub.com/simPod) ##### BC break,CI,New rule - [298: Add attribute sniffs](https://togithub.com/doctrine/coding-standard/pull/298) thanks to [@​simPod](https://togithub.com/simPod) ##### BC break,Improvement - [294: refactor: replace RequireOneLinePropertyDocComment with RequireOneLineDocComment](https://togithub.com/doctrine/coding-standard/pull/294) thanks to [@​simPod](https://togithub.com/simPod) ##### BC break,Improvement,New rule - [293: feat(explicit assertions): enable advanced string types and integer ranges](https://togithub.com/doctrine/coding-standard/pull/293) thanks to [@​simPod](https://togithub.com/simPod) ### [`v10.0.0`](https://togithub.com/doctrine/coding-standard/releases/tag/10.0.0) [Compare Source](https://togithub.com/doctrine/coding-standard/compare/9.0.2...10.0.0) ##### Release Notes for [10.0.0](https://togithub.com/doctrine/coding-standard/milestone/22) Backwards incompatible release (major) ##### 10.0.0 - Total issues resolved: **0** - Total pull requests resolved: **10** - Total contributors: **2** ##### New rules - [283: Require constructor property promotion](https://togithub.com/doctrine/coding-standard/pull/283) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [277: feat: run PropertyDeclaration on promoted properties](https://togithub.com/doctrine/coding-standard/pull/277) thanks to [@​simPod](https://togithub.com/simPod) - [281: feat: require non-capturing catch](https://togithub.com/doctrine/coding-standard/pull/281) thanks to [@​simPod](https://togithub.com/simPod) - [268: feat: add rules for trailing commas in function declarations](https://togithub.com/doctrine/coding-standard/pull/268) thanks to [@​simPod](https://togithub.com/simPod) - [278: feat: add space CS for BackedEnums](https://togithub.com/doctrine/coding-standard/pull/278) thanks to [@​simPod](https://togithub.com/simPod) - [270: feat: add rules for trailing commas in function calls and closure `use`](https://togithub.com/doctrine/coding-standard/pull/270) thanks to [@​simPod](https://togithub.com/simPod) ##### Dependencies - [264: chore: require slevomat/coding-standard v8 and squizlabs/php_codesniffer v3.7](https://togithub.com/doctrine/coding-standard/pull/264) thanks to [@​simPod](https://togithub.com/simPod) ##### Internal - [279: chore: show sniff codes in all reports](https://togithub.com/doctrine/coding-standard/pull/279) thanks to [@​simPod](https://togithub.com/simPod) - [275: ci: do not throw away exit codes](https://togithub.com/doctrine/coding-standard/pull/275) thanks to [@​simPod](https://togithub.com/simPod) - [272: chore: add dealerdirect/phpcodesniffer-composer-installer to allowed plugins](https://togithub.com/doctrine/coding-standard/pull/272) thanks to [@​simPod](https://togithub.com/simPod) ### [`v9.0.2`](https://togithub.com/doctrine/coding-standard/releases/tag/9.0.2) [Compare Source](https://togithub.com/doctrine/coding-standard/compare/9.0.1...9.0.2) This release is the same as 9.0.0, in order to "cancel" 9.0.1, which had many breaking changes. ### [`v9.0.1`](https://togithub.com/doctrine/coding-standard/releases/tag/9.0.1) [Compare Source](https://togithub.com/doctrine/coding-standard/compare/9.0.0...9.0.1) ##### Release Notes for [9.0.1](https://togithub.com/doctrine/coding-standard/milestone/20) 9.0.x bugfix release (patch) ##### 9.0.1 - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **1** - [269: fix: use tmp-patch file name](https://togithub.com/doctrine/coding-standard/pull/269) thanks to [@​simPod](https://togithub.com/simPod) - [264: chore(deps): require slevomat/coding-standard v8 and squizlabs/php_codesniffer v3.7](https://togithub.com/doctrine/coding-standard/pull/264) thanks to [@​simPod](https://togithub.com/simPod) - [257: Add tests for PHP 8](https://togithub.com/doctrine/coding-standard/pull/257) thanks to [@​simPod](https://togithub.com/simPod) - [255: Require Null Safe Object operator](https://togithub.com/doctrine/coding-standard/pull/255) thanks to [@​simPod](https://togithub.com/simPod) - [252: Add RequireOneLineDocComment sniff](https://togithub.com/doctrine/coding-standard/pull/252) thanks to [@​simPod](https://togithub.com/simPod) ### [`v9.0.0`](https://togithub.com/doctrine/coding-standard/releases/tag/9.0.0) [Compare Source](https://togithub.com/doctrine/coding-standard/compare/8.2.1...9.0.0) ##### Release Notes for [9.0.0](https://togithub.com/doctrine/coding-standard/milestone/14) ##### 9.0.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** - [238: Add psalm-prefixed annotations to param and return group](https://togithub.com/doctrine/coding-standard/pull/238) thanks to [@​simonberger](https://togithub.com/simonberger) - [241: Slevomat CS 7.0.0 and PHPCS 3.6.0](https://togithub.com/doctrine/coding-standard/pull/241) thanks to [@​kukulich](https://togithub.com/kukulich)

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



Read more about the use of Renovate Bot within ocramius/* projects.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

āš  Warning: custom changes will be lost.