-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Bump node-fetch to ^3.3.2 - autoclosed #31603
Conversation
Error SyntaxError
Dangerfile
|
246202f
to
689eead
Compare
689eead
to
664c4c4
Compare
Your Render PR Server URL is https://mui-pr-31603.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c9l7bof9re0u846d8ha0. |
664c4c4
to
0790b48
Compare
node-fetch is now a pure ES module. It's used in scripts/sizeSnapshots/loadComparison, which is used by the Dangerfile, which must be a CJS module. Therefore, we can't update node-fetch until Danger supports loading configuration from ES modules (danger/danger-js#1180). |
0790b48
to
2944f7a
Compare
2944f7a
to
6cfa3a2
Compare
6cfa3a2
to
0e04d47
Compare
0e04d47
to
d25b477
Compare
d25b477
to
78798f3
Compare
78798f3
to
0f68670
Compare
0f68670
to
0ff335a
Compare
2a6da33
to
2d3d84d
Compare
2d3d84d
to
f1d0c00
Compare
f1d0c00
to
a9305a0
Compare
a9305a0
to
da60dcc
Compare
da60dcc
to
c08cac3
Compare
After we migrate to node 18 (#37173), we should be able to use the native fetch function. |
f8b580d
to
8808314
Compare
8808314
to
9af16a7
Compare
9af16a7
to
570bee9
Compare
This PR contains the following updates:
^2.6.12
->^3.3.2
Release Notes
node-fetch/node-fetch (node-fetch)
v3.3.2
Compare Source
Bug Fixes
v3.3.1
Compare Source
Bug Fixes
v3.3.0
Compare Source
Features
v3.2.10
Compare Source
Bug Fixes
v3.2.9
Compare Source
Bug Fixes
v3.2.8
Compare Source
Bug Fixes
v3.2.7
Compare Source
Bug Fixes
v3.2.6
Compare Source
Bug Fixes
v3.2.5
Compare Source
Bug Fixes
v3.2.4
Compare Source
Bug Fixes
v3.2.3
Compare Source
Bug Fixes
v3.2.2
Compare Source
Bug Fixes
v3.2.1
Compare Source
Bug Fixes
v3.2.0
Compare Source
Features
v3.1.1
Compare Source
Security patch release
Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred
What's Changed
New Contributors
Full Changelog: node-fetch/node-fetch@v3.1.0...v3.1.1
v3.1.0
Compare Source
What's Changed
Body.body
into anode:stream
by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/924url
toURL
by @dhritzkiv in https://github.com/node-fetch/node-fetch/pull/1318BodyMixin.formData()
and constructing bodies with FormData by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1314New Contributors
Full Changelog: node-fetch/node-fetch@v3.0.0...v3.1.0
v3.0.0
Compare Source
version 3 is going out of a long beta period and switches to stable
One major change is that it's now a ESM only package
See changelog for more information about all the changes.
Configuration
📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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.
This PR has been generated by Mend Renovate. View repository job log here.