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 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/open-webui/open-webui/pull/14572
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 6/1/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/prosemirror-commands-1.7.1`
---
### 📝 Commits (1)
- [`4a418b7`](https://github.com/open-webui/open-webui/commit/4a418b7410566ffabc7319b83a0c7f2032f195f6) build(deps): bump prosemirror-commands from 1.6.2 to 1.7.1
### 📊 Changes
**2 files changed** (+5 additions, -5 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+4 -4)
📝 `package.json` (+1 -1)
</details>
### 📄 Description
Bumps [prosemirror-commands](https://github.com/prosemirror/prosemirror-commands) from 1.6.2 to 1.7.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ProseMirror/prosemirror-commands/blob/master/CHANGELOG.md">prosemirror-commands's changelog</a>.</em></p>
<blockquote>
<h2>1.7.1 (2025-04-13)</h2>
<h3>Bug fixes</h3>
<p>Fix a regression in <code>splitBlock</code> that would cause it to crash, rather than return false, when no split is possible.</p>
<h2>1.7.0 (2025-02-20)</h2>
<h3>New features</h3>
<p><code>toggleMark</code> now accepts an <code>includeWhitespace</code> option that controls whether it affects leading/trailing space.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ProseMirror/prosemirror-commands/commit/20c7d42ab8b5d8642fb9efc6261b7541c9dc23c2"><code>20c7d42</code></a> Mark version 1.7.1</li>
<li><a href="https://github.com/ProseMirror/prosemirror-commands/commit/132151215a3b22d4459e61c4b712ac3bcd88d7b9"><code>1321512</code></a> Restore accidentally dropped early return in splitBlock</li>
<li><a href="https://github.com/ProseMirror/prosemirror-commands/commit/6d6e95b9896c6f04abc5b990ccb356920344243c"><code>6d6e95b</code></a> Mark version 1.7.0</li>
<li><a href="https://github.com/ProseMirror/prosemirror-commands/commit/d791bd4506213f328361d99cda0911462356ab49"><code>d791bd4</code></a> Add an includeWhitespace option to toggleMark</li>
<li><a href="https://github.com/ProseMirror/prosemirror-commands/commit/c90cfc45d01ff5cc77a0f4d10a35a05a984aab2e"><code>c90cfc4</code></a> Correct some links in the JSDoc comments</li>
<li>See full diff in <a href="https://github.com/prosemirror/prosemirror-commands/compare/1.6.2...1.7.1">compare view</a></li>
</ul>
</details>
<br />
[](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-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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/14572
Author: @dependabot[bot]
Created: 6/1/2025
Status: ❌ Closed
Base:
dev← Head:dependabot/npm_and_yarn/dev/prosemirror-commands-1.7.1📝 Commits (1)
4a418b7build(deps): bump prosemirror-commands from 1.6.2 to 1.7.1📊 Changes
2 files changed (+5 additions, -5 deletions)
View changed files
📝
package-lock.json(+4 -4)📝
package.json(+1 -1)📄 Description
Bumps prosemirror-commands from 1.6.2 to 1.7.1.
Changelog
Sourced from prosemirror-commands's changelog.
Commits
20c7d42Mark version 1.7.11321512Restore accidentally dropped early return in splitBlock6d6e95bMark version 1.7.0d791bd4Add an includeWhitespace option to toggleMarkc90cfc4Correct some links in the JSDoc commentsDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.