-
Notifications
You must be signed in to change notification settings - Fork 36
Commit 05fbcc3
authored
deps: bump negotiator from 0.6.4 to 1.0.0 (#327)
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 <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 <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 "Lazy-load modules from main entry point"</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 />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 3e0fe87 commit 05fbcc3Copy full SHA for 05fbcc3
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
0 commit comments