Skip to content

Commit

Permalink
Bump ky from 1.0.0 to 1.2.0 in /frontend (#2861)
Browse files Browse the repository at this point in the history
Bumps [ky](https://github.com/sindresorhus/ky) from 1.0.0 to 1.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/ky/releases">ky's
releases</a>.</em></p>
<blockquote>
<h2>v1.2.0</h2>
<h3>Improvements</h3>
<ul>
<li>Make types compatible with both DOM and Node.js (<a
href="https://redirect.github.com/sindresorhus/ky/issues/543">#543</a>)
3cf5064</li>
<li>Export the <code>Input</code> TypeScript type (<a
href="https://redirect.github.com/sindresorhus/ky/issues/552">#552</a>)
4dd4077</li>
</ul>
<h3>FIxes</h3>
<ul>
<li>Fix the <code>retryCount</code> option retrying an incorrect amount
(<a
href="https://redirect.github.com/sindresorhus/ky/issues/547">#547</a>)
917ab12</li>
</ul>
<p><a
href="https://github.com/sindresorhus/ky/compare/v1.1.3...v1.2.0">https://github.com/sindresorhus/ky/compare/v1.1.3...v1.2.0</a></p>
<h2>v1.1.3</h2>
<ul>
<li>Export the <code>KyInstance</code> type  16eb51d</li>
</ul>
<p><a
href="https://github.com/sindresorhus/ky/compare/v1.1.2...v1.1.3">https://github.com/sindresorhus/ky/compare/v1.1.2...v1.1.3</a></p>
<h2>v1.1.2</h2>
<ul>
<li>Fix multipart boundary mismatch (<a
href="https://redirect.github.com/sindresorhus/ky/issues/540">#540</a>)
0e9d7bb</li>
</ul>
<p><a
href="https://github.com/sindresorhus/ky/compare/v1.1.1...v1.1.2">https://github.com/sindresorhus/ky/compare/v1.1.1...v1.1.2</a></p>
<h2>v1.1.1</h2>
<ul>
<li>Fix support for environments that add custom <code>fetch</code>
options (<a
href="https://redirect.github.com/sindresorhus/ky/issues/536">#536</a>)
e93bc6d</li>
</ul>
<p><a
href="https://github.com/sindresorhus/ky/compare/v1.1.0...v1.1.1">https://github.com/sindresorhus/ky/compare/v1.1.0...v1.1.1</a></p>
<h2>v1.1.0</h2>
<ul>
<li>Add <code>retry.delay</code> option to control the time between
retries (<a
href="https://redirect.github.com/sindresorhus/ky/issues/533">#533</a>)
c6181ef</li>
</ul>
<p><a
href="https://github.com/sindresorhus/ky/compare/v1.0.1...v1.1.0">https://github.com/sindresorhus/ky/compare/v1.0.1...v1.1.0</a></p>
<h2>v1.0.1</h2>
<ul>
<li>Change <code>Options</code> and <code>NormalizedOptions</code>
TypeScript types back to be <code>interface</code> 4d63a21</li>
</ul>
<p><a
href="https://github.com/sindresorhus/ky/compare/v1.0.0...v1.0.1">https://github.com/sindresorhus/ky/compare/v1.0.0...v1.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/ky/commit/38ac18bc1ac3268130de766891ce9b718eb8145a"><code>38ac18b</code></a>
1.2.0</li>
<li><a
href="https://github.com/sindresorhus/ky/commit/4dd4077cebb429a301c2c6cb5500ca7ea067ffc9"><code>4dd4077</code></a>
Export the <code>Input</code> TypeScript type (<a
href="https://redirect.github.com/sindresorhus/ky/issues/552">#552</a>)</li>
<li><a
href="https://github.com/sindresorhus/ky/commit/917ab1207f95c9b450cc48001dee52bc9b11bba6"><code>917ab12</code></a>
Fix the <code>retryCount</code> option retrying an incorrect amount (<a
href="https://redirect.github.com/sindresorhus/ky/issues/547">#547</a>)</li>
<li><a
href="https://github.com/sindresorhus/ky/commit/634cb2b3ec8d949875c071fbc425f8724995fbf7"><code>634cb2b</code></a>
Fix CI</li>
<li><a
href="https://github.com/sindresorhus/ky/commit/3cf50649ac2a9d5230ebcff94fa58b63a77781dc"><code>3cf5064</code></a>
Make types compatible with both DOM and Node.js (<a
href="https://redirect.github.com/sindresorhus/ky/issues/543">#543</a>)</li>
<li><a
href="https://github.com/sindresorhus/ky/commit/d7b0abc03743095176d990a955c38db70534808c"><code>d7b0abc</code></a>
1.1.3</li>
<li><a
href="https://github.com/sindresorhus/ky/commit/16eb51de3c5f7f33b4f161db6a21cdb6de1ab2a3"><code>16eb51d</code></a>
Export the <code>KyInstance</code> type</li>
<li><a
href="https://github.com/sindresorhus/ky/commit/f86ff9060e2324a2324dae1fa718c1c3803070e9"><code>f86ff90</code></a>
1.1.2</li>
<li><a
href="https://github.com/sindresorhus/ky/commit/0e9d7bbacc4e8564a3ca3e2f9bd6ab13cefbc5af"><code>0e9d7bb</code></a>
Fix multipart boundary mismatch (<a
href="https://redirect.github.com/sindresorhus/ky/issues/540">#540</a>)</li>
<li><a
href="https://github.com/sindresorhus/ky/commit/dd713b6212b185366009d2429347796e6bae97e1"><code>dd713b6</code></a>
1.1.1</li>
<li>Additional commits viewable in <a
href="https://github.com/sindresorhus/ky/compare/v1.0.0...v1.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ky&package-manager=npm_and_yarn&previous-version=1.0.0&new-version=1.2.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>
  • Loading branch information
ivangabriele committed Feb 5, 2024
2 parents 51d79de + 985f3e2 commit 772fdc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"hammerjs": "2.0.8",
"i18n-iso-countries": "7.6.0",
"imask": "7.1.3",
"ky": "1.0.0",
"ky": "1.2.0",
"lodash": "4.17.21",
"nouislider": "15.7.1",
"oidc-client-ts": "^2.4.0",
Expand Down

0 comments on commit 772fdc9

Please sign in to comment.