Skip to content

Commit 481371a

Browse files
Merge #837
837: build(deps): bump cross-fetch from 3.0.6 to 3.1.2 r=bidoubiwa a=dependabot-preview[bot] Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.6 to 3.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lquixada/cross-fetch/releases">cross-fetch's releases</a>.</em></p> <blockquote> <h2>v3.1.2</h2> <p>🐞 added missing Headers interface augmentation from lib.dom.iterable.d.ts (<a href="https://github-redirect.dependabot.com/lquixada/cross-fetch/issues/97">#97</a>)</p> <h2>v3.1.1</h2> <p>🐞 fixed missing fetch api types from constructor signatures <a href="https://github-redirect.dependabot.com/lquixada/cross-fetch/issues/96">#96</a> (thanks <a href="https://github.com/jstewmon"><code>@jstewmon</code></a>)</p> <h2>v3.1.0</h2> <p>⚡️ improved TypeScript support with own fetch API type definitions (thanks <a href="https://github.com/jstewmon"><code>@jstewmon</code></a>) ⚡️ set <code>fetch.ponyfill</code> to <code>true</code> when custom ponyfill implementation is used. 💡 set the same fetch API test suite to run against <code>node-fetch</code>, <code>whatwg-fetch</code> and native fetch.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lquixada/cross-fetch/commit/cd5ffe34c31af99dd5afb1d19bf97628884de932"><code>cd5ffe3</code></a> 3.1.2</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/44f952022b6d17bf5599ce140867474a3d343273"><code>44f9520</code></a> chore: installed commitzen config</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/15de74f81b55406add663022e94d62c1970c07bf"><code>15de74f</code></a> chore: added commitlint task</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/58b7b11918f2838e7926e7ff38a6ec907399d348"><code>58b7b11</code></a> added missing Headers interface augmentation from lib.dom.iterable.d.ts (<a href="https://github-redirect.dependabot.com/lquixada/cross-fetch/issues/97">#97</a>)</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/a08ed30bbba9aa58481da632d589e375e0e6a250"><code>a08ed30</code></a> changed Release action to be triggered on tag push.</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/633fa8c865c925533f1497bf5f5d711b9b124f59"><code>633fa8c</code></a> 3.1.1</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/9f02de3e41086b3ceda49a4e1fd38690aad5e077"><code>9f02de3</code></a> added typecheck task.</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/237ef8bf686fc685a9445849745a6d8c226790c8"><code>237ef8b</code></a> added missing fetch api types from constructor signatures (<a href="https://github-redirect.dependabot.com/lquixada/cross-fetch/issues/96">#96</a>)</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/830d5c23eab90e7d26b95150539602c120a800f5"><code>830d5c2</code></a> updated typescript example.</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/9b505e9040c516a51b7d8193d939cdb86c5d0c35"><code>9b505e9</code></a> fixed node example.</li> <li>Additional commits viewable in <a href="https://github.com/lquixada/cross-fetch/compare/v3.0.6...v3.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cross-fetch&package-manager=npm_and_yarn&previous-version=3.0.6&new-version=3.1.2)](https://dependabot.com/compatibility-score/?dependency-name=cross-fetch&package-manager=npm_and_yarn&previous-version=3.0.6&new-version=3.1.2) You can trigger a rebase of this PR 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 8b615a8 + bf10a20 commit 481371a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
]
6060
},
6161
"dependencies": {
62-
"cross-fetch": "^3.0.5"
62+
"cross-fetch": "^3.1.2"
6363
},
6464
"devDependencies": {
6565
"@babel/preset-env": "^7.13.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,10 +2243,10 @@ cosmiconfig@^7.0.0:
22432243
path-type "^4.0.0"
22442244
yaml "^1.10.0"
22452245

2246-
cross-fetch@^3.0.5:
2247-
version "3.0.6"
2248-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.6.tgz#3a4040bc8941e653e0e9cf17f29ebcd177d3365c"
2249-
integrity sha512-KBPUbqgFjzWlVcURG+Svp9TlhA5uliYtiNx/0r8nv0pdypeQCRJ9IaSIc3q/x3q8t3F75cHuwxVql1HFGHCNJQ==
2246+
cross-fetch@^3.1.2:
2247+
version "3.1.2"
2248+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.2.tgz#ee0c2f18844c4fde36150c2a4ddc068d20c1bc41"
2249+
integrity sha512-+JhD65rDNqLbGmB3Gzs3HrEKC0aQnD+XA3SY6RjgkF88jV2q5cTc5+CwxlS3sdmLk98gpPt5CF9XRnPdlxZe6w==
22502250
dependencies:
22512251
node-fetch "2.6.1"
22522252

0 commit comments

Comments
 (0)