Skip to content

Commit eccdd1c

Browse files
tools(deps-dev): Update vimeo/psalm requirement from 6.10.2 to 6.10.3 in /tools/psalm (#555)
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.10.3</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Fixes</h3> <ul> <li>Fix <a href="https://redirect.github.com/vimeo/psalm/issues/11420">#11420</a> by <a href="https://github.com/danog"><code>@​danog</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11421">vimeo/psalm#11421</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vimeo/psalm/compare/6.10.2...6.10.3">https://github.com/vimeo/psalm/compare/6.10.2...6.10.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vimeo/psalm/commit/90b5b9f5e7c8e441b191d3c82c58214753d7c7c1"><code>90b5b9f</code></a> Merge pull request <a href="https://redirect.github.com/vimeo/psalm/issues/11421">#11421</a> from danog/fix_11420</li> <li><a href="https://github.com/vimeo/psalm/commit/b869683da2448090069cca91620777d435e0d256"><code>b869683</code></a> Fix</li> <li><a href="https://github.com/vimeo/psalm/commit/c1242679c7245ca4657a3fc5599eb4a628bb0fa7"><code>c124267</code></a> Add test</li> <li><a href="https://github.com/vimeo/psalm/commit/b031efbcb032c0b103c6516f8a01a79104c6d109"><code>b031efb</code></a> Fix <a href="https://redirect.github.com/vimeo/psalm/issues/11420">#11420</a></li> <li><a href="https://github.com/vimeo/psalm/commit/309c8d440de5147072cd98c0c8315691205f214f"><code>309c8d4</code></a> Allow running on PHP nightly</li> <li>See full diff in <a href="https://github.com/vimeo/psalm/compare/6.10.2...6.10.3">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | vimeo/psalm | [>= 5.a, < 6] | </details> 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 894ca22 commit eccdd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2"
10+
"vimeo/psalm": "6.10.3"
1111
},
1212
"prefer-stable": true,
1313
"config": {

0 commit comments

Comments
 (0)