Skip to content

Commit 1c452cd

Browse files
tools(deps-dev): Update vimeo/psalm requirement from 6.9.4 to 6.9.6 in /tools/psalm (#545)
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.9.6</h2> <!-- raw HTML omitted --> <p>Add git, ssh and composer to the docker image by <a href="https://github.com/danog"><code>@​danog</code></a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/vimeo/psalm/compare/6.9.5...6.9.6">https://github.com/vimeo/psalm/compare/6.9.5...6.9.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vimeo/psalm/commit/61488aa2849793acfb72411829d114b4aa670941"><code>61488aa</code></a> Invalidate even more caches</li> <li><a href="https://github.com/vimeo/psalm/commit/74feb33bf0c8b7c91843ef3343b6c3711b52064d"><code>74feb33</code></a> Small improvement</li> <li><a href="https://github.com/vimeo/psalm/commit/f784344d225496e22b3cf70d691343d17d24f34b"><code>f784344</code></a> Fix</li> <li><a href="https://github.com/vimeo/psalm/commit/c833c4e15e37ecd7cd6e1537f2f89017c8af0dfe"><code>c833c4e</code></a> Add openssh to image</li> <li><a href="https://github.com/vimeo/psalm/commit/b9989c566097cd8a1cdc0378977938c8deb90545"><code>b9989c5</code></a> Add commit</li> <li><a href="https://github.com/vimeo/psalm/commit/6c72a7fbb8a15356eb02bcf67e2454d52c45ceda"><code>6c72a7f</code></a> Improve docker image</li> <li><a href="https://github.com/vimeo/psalm/commit/cbd421fa4eb6a9417914e4ded364673c4c70b1d0"><code>cbd421f</code></a> Fix some JIT issues by switching to upstream</li> <li><a href="https://github.com/vimeo/psalm/commit/2bd70dba926464af2ff77bb69d5465a1c09901ef"><code>2bd70db</code></a> Fixes</li> <li><a href="https://github.com/vimeo/psalm/commit/66b9c8b8f563994215f4293f0f387b29ef9d84bc"><code>66b9c8b</code></a> Regen stubs</li> <li><a href="https://github.com/vimeo/psalm/commit/de0aa72512cda8a1c87f2fad0bc1d18e5c62d4dc"><code>de0aa72</code></a> Ignore platform during stub generation (emulation is acceptable in this usecase)</li> <li>Additional commits viewable in <a href="https://github.com/vimeo/psalm/compare/6.9.4...6.9.6">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4740d58 commit 1c452cd

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

0 commit comments

Comments
 (0)