[PR #26012] chore(deps): bump negotiator from 0.6.4 to 1.0.0 in /web #31304

Closed
opened 2026-02-21 20:49:12 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/26012

State: closed
Merged: Yes


Bumps negotiator from 0.6.4 to 1.0.0.

Release notes

Sourced from negotiator's releases.

v1.0.0

  • Drop support for node <18
  • Added an option preferred encodings array #59
Changelog

Sourced from negotiator's changelog.

1.0.0 / 2024-08-31

  • Drop support for node <18
  • Added an option preferred encodings array #59

0.6.3 / 2022-01-22

  • Revert "Lazy-load modules from main entry point"

0.6.2 / 2019-04-29

  • Fix sorting charset, encoding, and language with extra parameters

0.6.1 / 2016-05-02

  • perf: improve Accept parsing speed
  • perf: improve Accept-Charset parsing speed
  • perf: improve Accept-Encoding parsing speed
  • perf: improve Accept-Language parsing speed

0.6.0 / 2015-09-29

  • Fix including type extensions in parameters in Accept parsing
  • Fix parsing Accept parameters with quoted equals
  • Fix parsing Accept parameters with quoted semicolons
  • Lazy-load modules from main entry point
  • perf: delay type concatenation until needed
  • perf: enable strict mode
  • perf: hoist regular expressions
  • perf: remove closures getting spec properties
  • perf: remove a closure from media type parsing
  • perf: remove property delete from media type parsing

0.5.3 / 2015-05-10

  • Fix media type parameter matching to be case-insensitive

0.5.2 / 2015-05-06

  • Fix comparing media types with quoted values
  • Fix splitting media types with quoted commas

0.5.1 / 2015-02-14

... (truncated)

Commits
  • f808e27 1.0.0
  • f0146d0 fix(test): fixed up preferred encoding tests
  • 251627c fix: old eslint did not like destructuring
  • 45e5429 fix(docs): updated history.md
  • fc79a96 fix: perferred as option instaed of array
  • See full diff in compare view

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)
**Original Pull Request:** https://github.com/langgenius/dify/pull/26012 **State:** closed **Merged:** Yes --- Bumps [negotiator](https://github.com/jshttp/negotiator) from 0.6.4 to 1.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jshttp/negotiator/releases">negotiator's releases</a>.</em></p> <blockquote> <h2>v1.0.0</h2> <ul> <li>Drop support for node &lt;18</li> <li>Added an option preferred encodings array <a href="https://redirect.github.com/jshttp/negotiator/issues/59">#59</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jshttp/negotiator/blob/master/HISTORY.md">negotiator's changelog</a>.</em></p> <blockquote> <h1>1.0.0 / 2024-08-31</h1> <ul> <li>Drop support for node &lt;18</li> <li>Added an option preferred encodings array <a href="https://redirect.github.com/jshttp/negotiator/issues/59">#59</a></li> </ul> <h1>0.6.3 / 2022-01-22</h1> <ul> <li>Revert &quot;Lazy-load modules from main entry point&quot;</li> </ul> <h1>0.6.2 / 2019-04-29</h1> <ul> <li>Fix sorting charset, encoding, and language with extra parameters</li> </ul> <h1>0.6.1 / 2016-05-02</h1> <ul> <li>perf: improve <code>Accept</code> parsing speed</li> <li>perf: improve <code>Accept-Charset</code> parsing speed</li> <li>perf: improve <code>Accept-Encoding</code> parsing speed</li> <li>perf: improve <code>Accept-Language</code> parsing speed</li> </ul> <h1>0.6.0 / 2015-09-29</h1> <ul> <li>Fix including type extensions in parameters in <code>Accept</code> parsing</li> <li>Fix parsing <code>Accept</code> parameters with quoted equals</li> <li>Fix parsing <code>Accept</code> parameters with quoted semicolons</li> <li>Lazy-load modules from main entry point</li> <li>perf: delay type concatenation until needed</li> <li>perf: enable strict mode</li> <li>perf: hoist regular expressions</li> <li>perf: remove closures getting spec properties</li> <li>perf: remove a closure from media type parsing</li> <li>perf: remove property delete from media type parsing</li> </ul> <h1>0.5.3 / 2015-05-10</h1> <ul> <li>Fix media type parameter matching to be case-insensitive</li> </ul> <h1>0.5.2 / 2015-05-06</h1> <ul> <li>Fix comparing media types with quoted values</li> <li>Fix splitting media types with quoted commas</li> </ul> <p>0.5.1 / 2015-02-14</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jshttp/negotiator/commit/f808e27873670e11022220cbcb61a3eb2810dc01"><code>f808e27</code></a> 1.0.0</li> <li><a href="https://github.com/jshttp/negotiator/commit/f0146d03621031bfe17f7fb373db8a7f72cf6ace"><code>f0146d0</code></a> fix(test): fixed up preferred encoding tests</li> <li><a href="https://github.com/jshttp/negotiator/commit/251627cad559f8fbcb6c183f499dcc04ba7c28d6"><code>251627c</code></a> fix: old eslint did not like destructuring</li> <li><a href="https://github.com/jshttp/negotiator/commit/45e5429b604b549d90a3f5dd3aa61456de09f88f"><code>45e5429</code></a> fix(docs): updated history.md</li> <li><a href="https://github.com/jshttp/negotiator/commit/fc79a963357a6e0dd11f3c0ae0ef92faf7a2b504"><code>fc79a96</code></a> fix: perferred as option instaed of array</li> <li>See full diff in <a href="https://github.com/jshttp/negotiator/compare/v0.6.4...v1.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=negotiator&package-manager=npm_and_yarn&previous-version=0.6.4&new-version=1.0.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>
yindo added the pull-request label 2026-02-21 20:49:12 -05:00
yindo closed this issue 2026-02-21 20:49:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#31304