[PR #17095] [MERGED] build(deps): bump pyodide from 0.27.7 to 0.28.2 #39950

Closed
opened 2026-04-25 12:22:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/17095
Author: @dependabot[bot]
Created: 9/1/2025
Status: Merged
Merged: 9/1/2025
Merged by: @tjbck

Base: devHead: dependabot/npm_and_yarn/dev/pyodide-0.28.2


📝 Commits (1)

  • 94dae76 build(deps): bump pyodide from 0.27.7 to 0.28.2

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)

📄 Description

Bumps pyodide from 0.27.7 to 0.28.2.

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 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/17095 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/1/2025 **Status:** ✅ Merged **Merged:** 9/1/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/pyodide-0.28.2` --- ### 📝 Commits (1) - [`94dae76`](https://github.com/open-webui/open-webui/commit/94dae76d0f0ca9cc3a8d8f3d7e867ea278de2a97) build(deps): bump pyodide from 0.27.7 to 0.28.2 ### 📊 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 [pyodide](https://github.com/pyodide/pyodide) from 0.27.7 to 0.28.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyodide/pyodide/commit/bcd0235bff5351d1dc383e4f3e34b9917fdf3281"><code>bcd0235</code></a> Pyodide v0.28.2</li> <li><a href="https://github.com/pyodide/pyodide/commit/95d3fb086bddb65d0132445073f2cf53682af760"><code>95d3fb0</code></a> Merge pull request <a href="https://redirect.github.com/pyodide/pyodide/issues/5843">#5843</a> from hoodmane/backports-for-0.28.2</li> <li><a href="https://github.com/pyodide/pyodide/commit/85bdfbb1f644cccd400bb1efc5d1d919b82e843b"><code>85bdfbb</code></a> Improve error message when loading shared library fails (<a href="https://redirect.github.com/pyodide/pyodide/issues/5840">#5840</a>)</li> <li><a href="https://github.com/pyodide/pyodide/commit/1aaa84d858e2a73ac5a50b552cfabd62443504c7"><code>1aaa84d</code></a> Export PyodideInterface type again (<a href="https://redirect.github.com/pyodide/pyodide/issues/5827">#5827</a>)</li> <li><a href="https://github.com/pyodide/pyodide/commit/97987e711ba5bc5e0ed4e1ed621b86efbf8ff533"><code>97987e7</code></a> Fix memory snapshots when pyfetch has been imported (<a href="https://redirect.github.com/pyodide/pyodide/issues/5836">#5836</a>)</li> <li><a href="https://github.com/pyodide/pyodide/commit/d7c5e0809ac9e92607db532952f8d18976f1944e"><code>d7c5e08</code></a> Cleanup more non-core recipes (<a href="https://redirect.github.com/pyodide/pyodide/issues/5741">#5741</a>)</li> <li><a href="https://github.com/pyodide/pyodide/commit/c8896c4d1209a96ffd09d38c45fc7e11aa11d9df"><code>c8896c4</code></a> Fix cdnURL in Node (<a href="https://redirect.github.com/pyodide/pyodide/issues/5824">#5824</a>)</li> <li><a href="https://github.com/pyodide/pyodide/commit/0ff4246c1aec39f4a8cef13b99e28f4c55ee3498"><code>0ff4246</code></a> Docs: add examples for PyodideConsole and ConsoleFuture (<a href="https://redirect.github.com/pyodide/pyodide/issues/5816">#5816</a>)</li> <li><a href="https://github.com/pyodide/pyodide/commit/04edfa4ea86b6026c8d96e2db3705ad96a3be0fb"><code>04edfa4</code></a> Fix minor bug in snapshot serialization error handling (<a href="https://redirect.github.com/pyodide/pyodide/issues/5832">#5832</a>)</li> <li><a href="https://github.com/pyodide/pyodide/commit/b795afbb670db7d0a3690636ceb0c63f41ff7b13"><code>b795afb</code></a> Simplify <code>CppException.name</code> definition, NFC (<a href="https://redirect.github.com/pyodide/pyodide/issues/5831">#5831</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyodide/pyodide/compare/0.27.7...0.28.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyodide&package-manager=npm_and_yarn&previous-version=0.27.7&new-version=0.28.2)](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>
GiteaMirror added the pull-request label 2026-04-25 12:22:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#39950