Skip to content

Commit

Permalink
fix(deps): bump cross-fetch from 3.1.8 to 4.0.0 (#76)
Browse files Browse the repository at this point in the history
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.8
to 4.0.0.
<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>v4.0.0</h2>
<h2>What's Changed</h2>
<p>BREAKING CHANGES</p>
<ul>
<li>Dropped support for Node 10 and 12. (Note: cross-fetch will likely
continue working on those versions, but specs tests are not running on
those Node versions and no support will be provided if issues come
up.)</li>
<li>Please check implementation conflicts in the <a
href="https://github.com/lquixada/cross-fetch/blob/v4.x/test/fetch-api/api.spec.ts">Fetch
API tests</a>.</li>
</ul>
<p>FEATURES</p>
<ul>
<li>Added support for Node 18 and 20.</li>
<li>Added support for Service and Cloudflare Workers (Fixes <a
href="https://redirect.github.com/lquixada/cross-fetch/issues/69">#69</a>,
<a
href="https://redirect.github.com/lquixada/cross-fetch/issues/78">#78</a>,
<a
href="https://redirect.github.com/lquixada/cross-fetch/issues/148">#148</a>)
by prioritizing native code over third-party implementation. Fetch API
test suite now running against <code>node-fetch</code>,
<code>whatwg-fetch</code>, native browser and native node fetch.</li>
<li>Upgraded <code>whatwg-fetch</code> to 3.6.2. Please refer to
<code>whatwg-fetch</code> <a
href="https://github.com/github/fetch/releases">release notes</a>
between 3.0.0 and 3.6.2 for features and bug fixes.</li>
<li><code>fetch.ponyfill</code> is set to <code>true</code> when custom
implementation is used. This improves debuggability.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lquixada/cross-fetch/blob/v4.x/CHANGELOG.md">cross-fetch's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/lquixada/cross-fetch/compare/v4.0.0-alpha.13...v4.0.0">4.0.0</a>
(2023-07-03)</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lquixada/cross-fetch/commit/748a3126ec3d6d9e87d2d26a3eea49010102932d"><code>748a312</code></a>
chore(release): 4.0.0</li>
<li><a
href="https://github.com/lquixada/cross-fetch/commit/dc7a7e89beec93131a6be0335bec92fc9dd6773d"><code>dc7a7e8</code></a>
chore: improved inline comment on publish script</li>
<li><a
href="https://github.com/lquixada/cross-fetch/commit/a89e3ce07237d1097f5cd19e4bc2c144aa5739ea"><code>a89e3ce</code></a>
chore: renamed release target to version</li>
<li><a
href="https://github.com/lquixada/cross-fetch/commit/058c8ff4e5f57dbb1c0f58d071ffeff2e382886c"><code>058c8ff</code></a>
chore: updated dev dependencies minor versions</li>
<li><a
href="https://github.com/lquixada/cross-fetch/commit/71bd113cf2b62013fc510040586f588200d4bbef"><code>71bd113</code></a>
chore: updated dev dependencies patch versions</li>
<li><a
href="https://github.com/lquixada/cross-fetch/commit/5b8eee63d002c1c2c2a70e218fd6a81d514c3344"><code>5b8eee6</code></a>
chore: dedupped make release target</li>
<li><a
href="https://github.com/lquixada/cross-fetch/commit/762ae726dd8a08980252d40547ff4601ae76fa26"><code>762ae72</code></a>
chore: restored caret range on node-fetch dependency</li>
<li><a
href="https://github.com/lquixada/cross-fetch/commit/b6c073a73125bf865fd200f4aca199624e7a10ea"><code>b6c073a</code></a>
chore: fixed README's Table of Content</li>
<li><a
href="https://github.com/lquixada/cross-fetch/commit/30581cab25babdd05928f848f65fe33f929e49b6"><code>30581ca</code></a>
chore: added workers feature support on README</li>
<li><a
href="https://github.com/lquixada/cross-fetch/commit/3594c29add52300e1cce7c0698b878b2dc7d7756"><code>3594c29</code></a>
chore: renamed bin/release to bin/publish</li>
<li>Additional commits viewable in <a
href="https://github.com/lquixada/cross-fetch/compare/v3.1.8...v4.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cross-fetch&package-manager=npm_and_yarn&previous-version=3.1.8&new-version=4.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 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>
  • Loading branch information
dependabot[bot] committed Jul 10, 2023
1 parent d78c5a7 commit 6e8875a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/rdw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@motorrijtuigenbelasting/core": "workspace:*",
"cross-fetch": "3.1.8"
"cross-fetch": "4.0.0"
},
"devDependencies": {
"@types/jest": "29.5.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ __metadata:
"@motorrijtuigenbelasting/core": "workspace:*"
"@types/jest": 29.5.2
"@types/node": 20.3.3
cross-fetch: 3.1.8
cross-fetch: 4.0.0
jest: 29.5.0
ts-jest: 29.1.1
typescript: 5.1.6
Expand Down Expand Up @@ -2724,12 +2724,12 @@ __metadata:
languageName: node
linkType: hard

"cross-fetch@npm:3.1.8":
version: 3.1.8
resolution: "cross-fetch@npm:3.1.8"
"cross-fetch@npm:4.0.0":
version: 4.0.0
resolution: "cross-fetch@npm:4.0.0"
dependencies:
node-fetch: ^2.6.12
checksum: 78f993fa099eaaa041122ab037fe9503ecbbcb9daef234d1d2e0b9230a983f64d645d088c464e21a247b825a08dc444a6e7064adfa93536d3a9454b4745b3632
checksum: ecca4f37ffa0e8283e7a8a590926b66713a7ef7892757aa36c2d20ffa27b0ac5c60dcf453119c809abe5923fc0bae3702a4d896bfb406ef1077b0d0018213e24
languageName: node
linkType: hard

Expand Down

0 comments on commit 6e8875a

Please sign in to comment.