Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update node-fetch to 3.x #156

Merged
merged 1 commit into from Dec 31, 2022

Conversation

RishikeshDarandale
Copy link
Contributor

@RishikeshDarandale RishikeshDarandale commented Feb 3, 2022

node-fetch is now ESM module only, thus this will be a breaking change and will requires at least Node.js 12.20.0.

As suggested by node-fetch, async import() function is used to load node-fetch asynchronously.

BREAKING CHANGE: requires at least node 12.20.0

Related:
#143
#154

node-fetch is now ESM module only, thus this will be a breaking change
and will requires at least Node.js 12.20.0.

As suggested[1] by `node-fetch`, async import() function is used to load
`node-fetch` asynchronously.

BREAKING CHANGE: requires at least node 12.20.0

[1]: https://github.com/node-fetch/node-fetch#commonjs
@RishikeshDarandale
Copy link
Contributor Author

@developit , test cases are failing for me and I am stuck in one of the test case where node-fetch needs to be mocked-up.

@paul-phan
Copy link

Hope you take a look @developit

developit added a commit that referenced this pull request Dec 31, 2022
developit added a commit that referenced this pull request Dec 31, 2022
@developit developit merged commit 5d6342b into developit:main Dec 31, 2022
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Oct 16, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [unfetch](https://togithub.com/developit/unfetch) | [`4.2.0` -> `5.0.0`](https://renovatebot.com/diffs/npm/unfetch/4.2.0/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/unfetch/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unfetch/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unfetch/4.2.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unfetch/4.2.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>developit/unfetch (unfetch)</summary>

### [`v5.0.0`](https://togithub.com/developit/unfetch/releases/tag/5.0.0)

[Compare Source](https://togithub.com/developit/unfetch/compare/4.2.0...5.0.0)

#### What's Changed

-   Add TypeScript definitions and export them [@&#8203;developit](https://togithub.com/developit) in [developit/unfetch#159
-   Add [Package Exports](https://togithub.com/developit/unfetch/blob/ed9469aab15e2cd8c243995a8ba964599467e413/package.json#L16-L26) to both unfetch and isomorphic-unfetch

#### New Contributors

-   [@&#8203;RishikeshDarandale](https://togithub.com/RishikeshDarandale) made their first contribution to isomorphic-unfetch in [developit/unfetch#156

**Full Changelog**: developit/unfetch@4.2.0...5.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants