[PR #15420] [CLOSED] build(deps): bump uuid from 9.0.1 to 11.1.0 #10616

Closed
opened 2025-11-11 19:09:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/15420
Author: @dependabot[bot]
Created: 7/1/2025
Status: Closed

Base: devHead: dependabot/npm_and_yarn/dev/uuid-11.1.0


📝 Commits (1)

  • 4d88645 build(deps): bump uuid from 9.0.1 to 11.1.0

📊 Changes

2 files changed (+7 additions, -19 deletions)

View changed files

📝 package-lock.json (+6 -18)
📝 package.json (+1 -1)

📄 Description

Bumps uuid from 9.0.1 to 11.1.0.

Release notes

Sourced from uuid's releases.

v11.1.0

11.1.0 (2025-02-19)

Features

  • update TS types to allowUint8Array subtypes for buffer option (#865) (a5231e7)

v11.0.5

11.0.5 (2025-01-09)

Bug Fixes

  • add TS unit test, pin to typescript@5.0.4 (#860) (24ac2fd)

v11.0.4

11.0.4 (2025-01-05)

Bug Fixes

  • docs: insure -> ensure (#843) (d2a61e1)
  • exclude tests from published package (#840) (f992ff4)
  • Test for invalid byte array sizes and ranges in v1(), v4(), and v7() (#845) (e0ee900)

v11.0.3

11.0.3 (2024-11-04)

Bug Fixes

v11.0.2

11.0.2 (2024-10-28)

Bug Fixes

v11.0.1

11.0.1 (2024-10-27)

... (truncated)

Changelog

Sourced from uuid's changelog.

11.1.0 (2025-02-19)

Features

  • update TS types to allowUint8Array subtypes for buffer option (#865) (a5231e7)

11.0.5 (2025-01-09)

Bug Fixes

  • add TS unit test, pin to typescript@5.0.4 (#860) (24ac2fd)

11.0.4 (2025-01-05)

Bug Fixes

  • docs: insure -> ensure (#843) (d2a61e1)
  • exclude tests from published package (#840) (f992ff4)
  • Test for invalid byte array sizes and ranges in v1(), v4(), and v7() (#845) (e0ee900)

11.0.3 (2024-11-04)

Bug Fixes

11.0.2 (2024-10-28)

Bug Fixes

11.0.1 (2024-10-27)

Bug Fixes

11.0.0 (2024-10-26)

⚠ BREAKING CHANGES

  • refactor v1 internal state and options logic (#780)

... (truncated)

Commits
  • 3d1eba0 chore(main): release 11.1.0 (#866)
  • a5231e7 feat: update TS types to allowUint8Array subtypes for buffer option (#865)
  • aeabb60 docs: docs housecleaning (#864)
  • 46ada3c chore(main): release 11.0.5 (#861)
  • 24ac2fd fix: add TS unit test, pin to typescript@5.0.4 (#860)
  • e426aaa build: use npm pack tarball for local examples and testing instead of .loca...
  • 050cd5b chore(main): release 11.0.4 (#842)
  • e0ee900 fix: Test for invalid byte array sizes and ranges in v1(), v4(), and `v7(...
  • 6e83b3a chore: update deps (#848)
  • 5f58b43 docs: Ensure link to getrandomvalues-not-supported is maintained (#844)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by broofa, a new releaser for uuid since your current version.


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/15420 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/uuid-11.1.0` --- ### 📝 Commits (1) - [`4d88645`](https://github.com/open-webui/open-webui/commit/4d88645bd0c0f3af77776a44fcca62fc15fd97f3) build(deps): bump uuid from 9.0.1 to 11.1.0 ### 📊 Changes **2 files changed** (+7 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+6 -18) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uuidjs/uuid/releases">uuid's releases</a>.</em></p> <blockquote> <h2>v11.1.0</h2> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.5...v11.1.0">11.1.0</a> (2025-02-19)</h2> <h3>Features</h3> <ul> <li>update TS types to allow<code>Uint8Array</code> subtypes for <code>buffer</code> option (<a href="https://redirect.github.com/uuidjs/uuid/issues/865">#865</a>) (<a href="https://github.com/uuidjs/uuid/commit/a5231e7e1b98c20b23c35402a232167f476b39a2">a5231e7</a>)</li> </ul> <h2>v11.0.5</h2> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.4...v11.0.5">11.0.5</a> (2025-01-09)</h2> <h3>Bug Fixes</h3> <ul> <li>add TS unit test, pin to typescript@5.0.4 (<a href="https://redirect.github.com/uuidjs/uuid/issues/860">#860</a>) (<a href="https://github.com/uuidjs/uuid/commit/24ac2fd067e5bab97a5ccea3f6f365a64c01d140">24ac2fd</a>)</li> </ul> <h2>v11.0.4</h2> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.3...v11.0.4">11.0.4</a> (2025-01-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>docs:</strong> insure -&gt; ensure (<a href="https://redirect.github.com/uuidjs/uuid/issues/843">#843</a>) (<a href="https://github.com/uuidjs/uuid/commit/d2a61e154d861e58549466e753bb9e4d5bfffb68">d2a61e1</a>)</li> <li>exclude tests from published package (<a href="https://redirect.github.com/uuidjs/uuid/issues/840">#840</a>) (<a href="https://github.com/uuidjs/uuid/commit/f992ff4780937089b0134195fa22e76e2e1cb3a7">f992ff4</a>)</li> <li>Test for invalid byte array sizes and ranges in <code>v1()</code>, <code>v4()</code>, and <code>v7()</code> (<a href="https://redirect.github.com/uuidjs/uuid/issues/845">#845</a>) (<a href="https://github.com/uuidjs/uuid/commit/e0ee90051ebd13475bbcff4d371330aa4f9bd1dd">e0ee900</a>)</li> </ul> <h2>v11.0.3</h2> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.2...v11.0.3">11.0.3</a> (2024-11-04)</h2> <h3>Bug Fixes</h3> <ul> <li>apply stricter typing to the v* signatures (<a href="https://redirect.github.com/uuidjs/uuid/issues/831">#831</a>) (<a href="https://github.com/uuidjs/uuid/commit/c2d3fed22cfd47c22c8f22f6154abb5060648ce5">c2d3fed</a>)</li> <li>export internal uuid types (<a href="https://redirect.github.com/uuidjs/uuid/issues/833">#833</a>) (<a href="https://github.com/uuidjs/uuid/commit/341edf444ced63708ba336285dbec29443523939">341edf4</a>)</li> <li>remove sourcemaps (<a href="https://redirect.github.com/uuidjs/uuid/issues/827">#827</a>) (<a href="https://github.com/uuidjs/uuid/commit/b93ea101af7382053032d4fb61cc85599d6c7216">b93ea10</a>)</li> <li>revert &quot;simplify type for v3 and v5&quot; (<a href="https://redirect.github.com/uuidjs/uuid/issues/835">#835</a>) (<a href="https://github.com/uuidjs/uuid/commit/e2dee691e95aba854a892d2507d8cd9f009bf61d">e2dee69</a>)</li> </ul> <h2>v11.0.2</h2> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.1...v11.0.2">11.0.2</a> (2024-10-28)</h2> <h3>Bug Fixes</h3> <ul> <li>remove wrapper.mjs (<a href="https://github.com/uuidjs/uuid/commit/2a18871f00f6f9effa9f8afadd98278e6866112c">2a18871</a>)</li> <li>remove wrapper.mjs (<a href="https://redirect.github.com/uuidjs/uuid/issues/822">#822</a>) (<a href="https://github.com/uuidjs/uuid/commit/6683ad38b048375b451eac1194960f24ba20e0ca">6683ad3</a>)</li> </ul> <h2>v11.0.1</h2> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.1">11.0.1</a> (2024-10-27)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md">uuid's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.5...v11.1.0">11.1.0</a> (2025-02-19)</h2> <h3>Features</h3> <ul> <li>update TS types to allow<code>Uint8Array</code> subtypes for <code>buffer</code> option (<a href="https://redirect.github.com/uuidjs/uuid/issues/865">#865</a>) (<a href="https://github.com/uuidjs/uuid/commit/a5231e7e1b98c20b23c35402a232167f476b39a2">a5231e7</a>)</li> </ul> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.4...v11.0.5">11.0.5</a> (2025-01-09)</h2> <h3>Bug Fixes</h3> <ul> <li>add TS unit test, pin to typescript@5.0.4 (<a href="https://redirect.github.com/uuidjs/uuid/issues/860">#860</a>) (<a href="https://github.com/uuidjs/uuid/commit/24ac2fd067e5bab97a5ccea3f6f365a64c01d140">24ac2fd</a>)</li> </ul> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.3...v11.0.4">11.0.4</a> (2025-01-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>docs:</strong> insure -&gt; ensure (<a href="https://redirect.github.com/uuidjs/uuid/issues/843">#843</a>) (<a href="https://github.com/uuidjs/uuid/commit/d2a61e154d861e58549466e753bb9e4d5bfffb68">d2a61e1</a>)</li> <li>exclude tests from published package (<a href="https://redirect.github.com/uuidjs/uuid/issues/840">#840</a>) (<a href="https://github.com/uuidjs/uuid/commit/f992ff4780937089b0134195fa22e76e2e1cb3a7">f992ff4</a>)</li> <li>Test for invalid byte array sizes and ranges in <code>v1()</code>, <code>v4()</code>, and <code>v7()</code> (<a href="https://redirect.github.com/uuidjs/uuid/issues/845">#845</a>) (<a href="https://github.com/uuidjs/uuid/commit/e0ee90051ebd13475bbcff4d371330aa4f9bd1dd">e0ee900</a>)</li> </ul> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.2...v11.0.3">11.0.3</a> (2024-11-04)</h2> <h3>Bug Fixes</h3> <ul> <li>apply stricter typing to the v* signatures (<a href="https://redirect.github.com/uuidjs/uuid/issues/831">#831</a>) (<a href="https://github.com/uuidjs/uuid/commit/c2d3fed22cfd47c22c8f22f6154abb5060648ce5">c2d3fed</a>)</li> <li>export internal uuid types (<a href="https://redirect.github.com/uuidjs/uuid/issues/833">#833</a>) (<a href="https://github.com/uuidjs/uuid/commit/341edf444ced63708ba336285dbec29443523939">341edf4</a>)</li> <li>remove sourcemaps (<a href="https://redirect.github.com/uuidjs/uuid/issues/827">#827</a>) (<a href="https://github.com/uuidjs/uuid/commit/b93ea101af7382053032d4fb61cc85599d6c7216">b93ea10</a>)</li> <li>revert &quot;simplify type for v3 and v5&quot; (<a href="https://redirect.github.com/uuidjs/uuid/issues/835">#835</a>) (<a href="https://github.com/uuidjs/uuid/commit/e2dee691e95aba854a892d2507d8cd9f009bf61d">e2dee69</a>)</li> </ul> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.1...v11.0.2">11.0.2</a> (2024-10-28)</h2> <h3>Bug Fixes</h3> <ul> <li>remove wrapper.mjs (<a href="https://redirect.github.com/uuidjs/uuid/issues/822">#822</a>) (<a href="https://github.com/uuidjs/uuid/commit/6683ad38b048375b451eac1194960f24ba20e0ca">6683ad3</a>)</li> </ul> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.1">11.0.1</a> (2024-10-27)</h2> <h3>Bug Fixes</h3> <ul> <li>restore package.json#browser field (<a href="https://redirect.github.com/uuidjs/uuid/issues/817">#817</a>) (<a href="https://github.com/uuidjs/uuid/commit/ae8f38657bca0ee053bf29c88c006b1ea05af1b5">ae8f386</a>)</li> </ul> <h2><a href="https://github.com/uuidjs/uuid/compare/v9.0.0...v11.0.0">11.0.0</a> (2024-10-26)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>refactor v1 internal state and options logic (<a href="https://redirect.github.com/uuidjs/uuid/issues/780">#780</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uuidjs/uuid/commit/3d1eba06be81fb3a02e16d06ef6fe959c9bb5c5c"><code>3d1eba0</code></a> chore(main): release 11.1.0 (<a href="https://redirect.github.com/uuidjs/uuid/issues/866">#866</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/a5231e7e1b98c20b23c35402a232167f476b39a2"><code>a5231e7</code></a> feat: update TS types to allow<code>Uint8Array</code> subtypes for <code>buffer</code> option (<a href="https://redirect.github.com/uuidjs/uuid/issues/865">#865</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/aeabb600a991e0c009c5a6659cf1baef62e62779"><code>aeabb60</code></a> docs: docs housecleaning (<a href="https://redirect.github.com/uuidjs/uuid/issues/864">#864</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/46ada3cbc4acdc907dd6924eaedcc2c53dc6095a"><code>46ada3c</code></a> chore(main): release 11.0.5 (<a href="https://redirect.github.com/uuidjs/uuid/issues/861">#861</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/24ac2fd067e5bab97a5ccea3f6f365a64c01d140"><code>24ac2fd</code></a> fix: add TS unit test, pin to typescript@5.0.4 (<a href="https://redirect.github.com/uuidjs/uuid/issues/860">#860</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/e426aaa97527a41e9a033ce70d57995c437a9e06"><code>e426aaa</code></a> build: use <code>npm pack</code> tarball for local examples and testing instead of .loca...</li> <li><a href="https://github.com/uuidjs/uuid/commit/050cd5b9df5aa73097a1677b9e7c3482eb4367fc"><code>050cd5b</code></a> chore(main): release 11.0.4 (<a href="https://redirect.github.com/uuidjs/uuid/issues/842">#842</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/e0ee90051ebd13475bbcff4d371330aa4f9bd1dd"><code>e0ee900</code></a> fix: Test for invalid byte array sizes and ranges in <code>v1()</code>, <code>v4()</code>, and `v7(...</li> <li><a href="https://github.com/uuidjs/uuid/commit/6e83b3ae8360ed03042be658645ece06a27abd69"><code>6e83b3a</code></a> chore: update deps (<a href="https://redirect.github.com/uuidjs/uuid/issues/848">#848</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/5f58b43aa4fabee56fb8f75756f70f407a58745c"><code>5f58b43</code></a> docs: Ensure link to getrandomvalues-not-supported is maintained (<a href="https://redirect.github.com/uuidjs/uuid/issues/844">#844</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uuidjs/uuid/compare/v9.0.1...v11.1.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~broofa">broofa</a>, a new releaser for uuid since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=npm_and_yarn&previous-version=9.0.1&new-version=11.1.0)](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 2025-11-11 19:09:18 -06: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#10616