Skip to content

Commit 83002c9

Browse files
Merge #855
855: build(deps): bump cross-fetch from 3.1.2 to 3.1.4 r=bidoubiwa a=dependabot-preview[bot] Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.2 to 3.1.4. <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.4</h2> <p>🐞 fixed typescript errors.</p> <h2>v3.1.3</h2> <p>🐞 fixed typescript compilation error causing <a href="https://github-redirect.dependabot.com/lquixada/cross-fetch/issues/95">#95</a>, <a href="https://github-redirect.dependabot.com/lquixada/cross-fetch/issues/101">#101</a>, <a href="https://github-redirect.dependabot.com/lquixada/cross-fetch/issues/102">#102</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lquixada/cross-fetch/commit/7e4b657fa43915672350bcc53413721cbc14bd36"><code>7e4b657</code></a> chore(release): 3.1.4</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/47bc898bc24b7759b20ce679c269830e5c94c471"><code>47bc898</code></a> chore(release): 3.1.4-alpha.0</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/3fce389185b12317169e445931f5c724a73ccc26"><code>3fce389</code></a> fix: reverted index.d.ts to its original state (prior 3.1.0)</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/ddfe452c7c7569a0239f57cbff1e2e4ca3723800"><code>ddfe452</code></a> chore(release): 3.1.3</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/0a35f69ee830d8665d29980b3df88de96a58c434"><code>0a35f69</code></a> chore: updated dev dependencies</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/6c7c5d32c50a6b89792937e0d6b54f52aa76a191"><code>6c7c5d3</code></a> chore: removed target from typescript example</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/7c6a3f41670f6b8cc91652c2b2fa482b299a6443"><code>7c6a3f4</code></a> chore(release): 3.1.3-alpha.6</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/4e326131f1febed55ccec20e4889e8abda9918c2"><code>4e32613</code></a> chore: improved index.d.ts</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/d7210dc1965ab1368be8ed59944bb83b2ed8259b"><code>d7210dc</code></a> chore(release): 3.1.3-alpha.5</li> <li><a href="https://github.com/lquixada/cross-fetch/commit/69b7d5b08537cb1bb3aa0424aa3a1ce6ad48acf9"><code>69b7d5b</code></a> chore: improved typescript example</li> <li>Additional commits viewable in <a href="https://github.com/lquixada/cross-fetch/compare/v3.1.2...v3.1.4">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.1.2&new-version=3.1.4)](https://dependabot.com/compatibility-score/?dependency-name=cross-fetch&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.1.4) 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 8ad90d2 + 3c17cd8 commit 83002c9

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.1.2"
62+
"cross-fetch": "^3.1.4"
6363
},
6464
"devDependencies": {
6565
"@babel/preset-env": "^7.13.12",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2253,10 +2253,10 @@ cosmiconfig@^7.0.0:
22532253
path-type "^4.0.0"
22542254
yaml "^1.10.0"
22552255

2256-
cross-fetch@^3.1.2:
2257-
version "3.1.2"
2258-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.2.tgz#ee0c2f18844c4fde36150c2a4ddc068d20c1bc41"
2259-
integrity sha512-+JhD65rDNqLbGmB3Gzs3HrEKC0aQnD+XA3SY6RjgkF88jV2q5cTc5+CwxlS3sdmLk98gpPt5CF9XRnPdlxZe6w==
2256+
cross-fetch@^3.1.4:
2257+
version "3.1.4"
2258+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
2259+
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
22602260
dependencies:
22612261
node-fetch "2.6.1"
22622262

0 commit comments

Comments
 (0)