Skip to content

Commit c7a5201

Browse files
tools(deps-dev): Update vimeo/psalm requirement from 6.10.3 to 6.11.0 in /tools/psalm (#535)
Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vimeo/psalm/releases">vimeo/psalm's releases</a>.</em></p> <blockquote> <h2>6.11.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>Add new <code>ClassFilePathProviderInterface</code> plugin hook to polyfill custom autoloaders by <a href="https://github.com/danog"><code>@​danog</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11422">vimeo/psalm#11422</a></li> </ul> <h3>Fixes</h3> <ul> <li>Small analysis bugfix by <a href="https://github.com/danog"><code>@​danog</code></a></li> </ul> <p>Subscribe to the brand new <a href="https://blog.daniil.it/newsletter/">Psalm newsletter to stay up to date with all of Psalm's news</a>!</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/vimeo/psalm/compare/6.10.3...6.11.0">https://github.com/vimeo/psalm/compare/6.10.3...6.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vimeo/psalm/commit/4ed53b7ccebc09ef60ec4c9e464bf8a01bfd35b0"><code>4ed53b7</code></a> Small bugfix</li> <li><a href="https://github.com/vimeo/psalm/commit/df67cd7ae41350dca1f767ea46cd81cb41ab73ed"><code>df67cd7</code></a> Load plugins sooner</li> <li><a href="https://github.com/vimeo/psalm/commit/9b09f90ae4f8e2474e84e20c87c3ad8eb1cde285"><code>9b09f90</code></a> Populate file_path_provider_interface</li> <li><a href="https://github.com/vimeo/psalm/commit/cb343c50b4372830352737adeeea113b4e202c78"><code>cb343c5</code></a> Merge pull request <a href="https://redirect.github.com/vimeo/psalm/issues/11422">#11422</a> from vimeo/file_path_provider</li> <li><a href="https://github.com/vimeo/psalm/commit/4234a80b383dca39af49e6a698109e4784865506"><code>4234a80</code></a> Fix</li> <li><a href="https://github.com/vimeo/psalm/commit/197012a71428d0af6da0cac3b5bee05b0e7a703a"><code>197012a</code></a> Add docs</li> <li><a href="https://github.com/vimeo/psalm/commit/1b0a8ccabdff0a8fddc4518f8cc58d369a17ca3c"><code>1b0a8cc</code></a> Add plugin to polyfill custom autoloaders</li> <li>See full diff in <a href="https://github.com/vimeo/psalm/compare/6.10.3...6.11.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74eff73 commit c7a5201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"require-dev": {
99
"roave/security-advisories": "dev-latest",
10-
"vimeo/psalm": "6.10.3"
10+
"vimeo/psalm": "6.11.0"
1111
},
1212
"prefer-stable": true,
1313
"config": {

0 commit comments

Comments
 (0)