[PR #780] [MERGED] chore(deps-dev): Bump vimeo/psalm from 6.13.1 to 6.14.1 in /vendor-bin/psalm #785

Closed
opened 2026-02-26 06:32:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/780
Author: @dependabot[bot]
Created: 12/10/2025
Status: Merged
Merged: 12/10/2025
Merged by: @dependabot[bot]

Base: masterHead: dependabot/composer/vendor-bin/psalm/vimeo/psalm-6.14.1


📝 Commits (1)

  • cee3a3d chore(deps-dev): Bump vimeo/psalm in /vendor-bin/psalm

📊 Changes

1 file changed (+124 additions, -111 deletions)

View changed files

📝 vendor-bin/psalm/composer.lock (+124 -111)

📄 Description

Bumps vimeo/psalm from 6.13.1 to 6.14.1.

Release notes

Sourced from vimeo/psalm's releases.

6.14.1

What's Changed

Features

Full Changelog: https://github.com/vimeo/psalm/compare/6.14.0...6.14.1

6.14.0

What's Changed

Features

Internal changes

Other changes

New Contributors

Full Changelog: https://github.com/vimeo/psalm/compare/6.13.1...6.14.0

Commits

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @nextcloud-command.


Dependabot commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/780 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/10/2025 **Status:** ✅ Merged **Merged:** 12/10/2025 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `master` ← **Head:** `dependabot/composer/vendor-bin/psalm/vimeo/psalm-6.14.1` --- ### 📝 Commits (1) - [`cee3a3d`](https://github.com/nextcloud/twofactor_gateway/commit/cee3a3dcd694ae8e5378a5a34591d9c543677413) chore(deps-dev): Bump vimeo/psalm in /vendor-bin/psalm ### 📊 Changes **1 file changed** (+124 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `vendor-bin/psalm/composer.lock` (+124 -111) </details> ### 📄 Description Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 6.13.1 to 6.14.1. <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.14.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>Do not ignore null array offsets within isset by <a href="https://github.com/danog"><code>@​danog</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11608">vimeo/psalm#11608</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vimeo/psalm/compare/6.14.0...6.14.1">https://github.com/vimeo/psalm/compare/6.14.0...6.14.1</a></p> <h2>6.14.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>Add PHP 8.5 support by <a href="https://github.com/MarjovanLier"><code>@​MarjovanLier</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11604">vimeo/psalm#11604</a></li> <li>Add PHP 8.5 support by <a href="https://github.com/danog"><code>@​danog</code></a></li> </ul> <h3>Internal changes</h3> <ul> <li>Improve performance by avoiding repeated scanning of files included/required only once by <a href="https://github.com/mmcev106"><code>@​mmcev106</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11478">vimeo/psalm#11478</a></li> </ul> <h3>Other changes</h3> <ul> <li>feat(language server): add --on-open-debounce-ms by <a href="https://github.com/kk-daniel"><code>@​kk-daniel</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11550">vimeo/psalm#11550</a></li> <li>fix(language server): fix --on-change-debounce-ms by <a href="https://github.com/kk-daniel"><code>@​kk-daniel</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11549">vimeo/psalm#11549</a></li> <li>Replace deprecated __sleep method with __serialize by <a href="https://github.com/theodorejb"><code>@​theodorejb</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11563">vimeo/psalm#11563</a></li> <li>Fix the opcache status retrieval if restricted paths are set. by <a href="https://github.com/dmvrtx"><code>@​dmvrtx</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11556">vimeo/psalm#11556</a></li> <li>Bump actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/vimeo/psalm/pull/11539">vimeo/psalm#11539</a></li> <li>fix: deprecations for PHP 8.5 by <a href="https://github.com/jorgsowa"><code>@​jorgsowa</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11541">vimeo/psalm#11541</a></li> <li>ci: add nikic/php-parser deprecations to Psalm baseline by <a href="https://github.com/jorgsowa"><code>@​jorgsowa</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11596">vimeo/psalm#11596</a></li> <li>fix: deprecated null offset by <a href="https://github.com/jorgsowa"><code>@​jorgsowa</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/11599">vimeo/psalm#11599</a></li> <li>Bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/vimeo/psalm/pull/11593">vimeo/psalm#11593</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dmvrtx"><code>@​dmvrtx</code></a> made their first contribution in <a href="https://redirect.github.com/vimeo/psalm/pull/11556">vimeo/psalm#11556</a></li> <li><a href="https://github.com/MarjovanLier"><code>@​MarjovanLier</code></a> made their first contribution in <a href="https://redirect.github.com/vimeo/psalm/pull/11604">vimeo/psalm#11604</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vimeo/psalm/compare/6.13.1...6.14.0">https://github.com/vimeo/psalm/compare/6.13.1...6.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vimeo/psalm/commit/cf26e6debc366836754f359ece5b68629a1ee185"><code>cf26e6d</code></a> Fix</li> <li><a href="https://github.com/vimeo/psalm/commit/78258212abc4cd2b35f1a60101eac15b7a8595a1"><code>7825821</code></a> Do not ignore null array offsets within isset</li> <li><a href="https://github.com/vimeo/psalm/commit/0d8e1d4b4fff25979cba377c0306c5f156ddabc7"><code>0d8e1d4</code></a> cs-fix</li> <li><a href="https://github.com/vimeo/psalm/commit/35a238bbcd29a7dfe230f7dfa98d869f4ac0cfe5"><code>35a238b</code></a> Temp</li> <li><a href="https://github.com/vimeo/psalm/commit/b1ece287dd48ca7d0a6d6aeeb51d4392407d8052"><code>b1ece28</code></a> Attempt fixing windows test</li> <li><a href="https://github.com/vimeo/psalm/commit/fac72271858a711574f32418bbc6fc361230b35a"><code>fac7227</code></a> Fixup tests</li> <li><a href="https://github.com/vimeo/psalm/commit/286d85851a49f6b7621101a0d641766bf06f5f23"><code>286d858</code></a> More reference type fixes</li> <li><a href="https://github.com/vimeo/psalm/commit/a8b08724a15ab70e1acbbc6f64bfe70c7ff17f86"><code>a8b0872</code></a> Change refMode syntax</li> <li><a href="https://github.com/vimeo/psalm/commit/524b6375505f8e88379b002eb491406be5a0a3f3"><code>524b637</code></a> Merge pull request <a href="https://redirect.github.com/vimeo/psalm/issues/11604">#11604</a> from MarjovanLier/feat/php-8.5-support</li> <li><a href="https://github.com/vimeo/psalm/commit/069426015f2e2b84cdf7d3110532ac660450fe31"><code>0694260</code></a> feat(callmap): Add PHP 8.5 support</li> <li>Additional commits viewable in <a href="https://github.com/vimeo/psalm/compare/6.13.1...6.14.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vimeo/psalm&package-manager=composer&previous-version=6.13.1&new-version=6.14.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 will merge this PR once CI passes on it, as requested by @nextcloud-command. [//]: # (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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:32:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#785
No description provided.