Skip to content

Commit fb87adf

Browse files
tools(deps-dev): Update vimeo/psalm requirement from 6.11.0 to 6.12.0 in /tools/psalm (#536)
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.12.0 - Cache refactoring</h2> <!-- raw HTML omitted --> <p>This release features a major cache refactoring, improving stability, removing race conditions and adding a new feature called cache consolidation, which consolidates the cache, normally composed of split files, into one single file with the <code>--consolidate-cache</code> flag, for quicker runs when doing whole project scans!</p> <p>To use cache consolidation, simply run Psalm with the <code>--consolidate-cache</code> flag after running a normal analysis: running with this flag will skip analysis and only consolidate the cache. If you consolidate your cache in CI runs, sure to re-consolidate the cache again after running Psalm before re-saving the updated cache.</p> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>Implement cache consolidation with --consolidate-cache flag by <a href="https://github.com/danog"><code>@​danog</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11450">vimeo/psalm#11450</a></li> <li>Cache refactoring by <a href="https://github.com/danog"><code>@​danog</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11415">vimeo/psalm#11415</a></li> <li>Add ignoreIncludeSideEffects configuration key by <a href="https://github.com/danog"><code>@​danog</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11451">vimeo/psalm#11451</a></li> </ul> <h3>Fixes</h3> <ul> <li>Fix crash on numeric annotation by <a href="https://github.com/VincentLanglet"><code>@​VincentLanglet</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11445">vimeo/psalm#11445</a></li> <li>Disable diffing if not in diff run by <a href="https://github.com/danog"><code>@​danog</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11447">vimeo/psalm#11447</a></li> <li>Update stubs for ext-mongodb 2.0 by <a href="https://github.com/alcaeus"><code>@​alcaeus</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11453">vimeo/psalm#11453</a></li> <li>Update stubs for ext-mongodb 2.1 by <a href="https://github.com/alcaeus"><code>@​alcaeus</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11454">vimeo/psalm#11454</a></li> </ul> <h3>Docs</h3> <ul> <li>[Doc] Clarify union vs. intersection for <code>numeric</code> supertype by <a href="https://github.com/kylekatarnls"><code>@​kylekatarnls</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11444">vimeo/psalm#11444</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kylekatarnls"><code>@​kylekatarnls</code></a> made their first contribution in <a href="https://redirect.github.com/vimeo/psalm/pull/11444">vimeo/psalm#11444</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vimeo/psalm/compare/6.11.0...6.12.0">https://github.com/vimeo/psalm/compare/6.11.0...6.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vimeo/psalm/commit/cf420941d061a57050b6c468ef2c778faf40aee2"><code>cf42094</code></a> Reduce CI times</li> <li><a href="https://github.com/vimeo/psalm/commit/5ab58ebca696d0419a22e8f2612aa4dfb8994de6"><code>5ab58eb</code></a> Merge pull request <a href="https://redirect.github.com/vimeo/psalm/issues/11454">#11454</a> from alcaeus/update-functionmap-mongodb-2.1</li> <li><a href="https://github.com/vimeo/psalm/commit/4f7f9617080a661bc93cd07c13b3abd4d1edb861"><code>4f7f961</code></a> Update stubs for ext-mongodb 2.1</li> <li><a href="https://github.com/vimeo/psalm/commit/db94d5583d9689ae87ad472714883ac87ff187e1"><code>db94d55</code></a> Skip cache</li> <li><a href="https://github.com/vimeo/psalm/commit/1645a08ff0b41fde60fc53c8d8844ce0a2e10d3e"><code>1645a08</code></a> Always rebuild stub image</li> <li><a href="https://github.com/vimeo/psalm/commit/a806b52fd756ec7228d08e6566e88d77600514ed"><code>a806b52</code></a> Merge pull request <a href="https://redirect.github.com/vimeo/psalm/issues/11453">#11453</a> from alcaeus/update-functionmap-mongodb-2.0</li> <li><a href="https://github.com/vimeo/psalm/commit/e6b345567163329581c9354dd5304e032da6be46"><code>e6b3455</code></a> Fix CursorInterface inheritance chain</li> <li><a href="https://github.com/vimeo/psalm/commit/c43215acd1e18ca14f60033b1cb4fa83214ee2db"><code>c43215a</code></a> Update stubs for ext-mongodb 2.0</li> <li><a href="https://github.com/vimeo/psalm/commit/7739a453860cdd4c76a1388bc0a36255deb571d2"><code>7739a45</code></a> Merge pull request <a href="https://redirect.github.com/vimeo/psalm/issues/11447">#11447</a> from danog/disable_diff_if_unneeded</li> <li><a href="https://github.com/vimeo/psalm/commit/ebd0b8871cf90359b0e493cebefd64aaed33b495"><code>ebd0b88</code></a> cs-fix</li> <li>Additional commits viewable in <a href="https://github.com/vimeo/psalm/compare/6.11.0...6.12.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 c7a5201 commit fb87adf

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

0 commit comments

Comments
 (0)