-
Notifications
You must be signed in to change notification settings - Fork 80
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
chore(deps): update dependency node-fetch to v3 #621
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
the
Type: Maintenance
Any dependency, housekeeping, and clean up Issue or PR
label
Aug 31, 2021
gr2m
requested changes
Aug 31, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not ready for node-fetch
v3, as it's a native ES Module. We will be once the work is done in https://github.com/octokit/octokit-next.js
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
September 2, 2021 00:01
3a3e932
to
1fe67da
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
6 times, most recently
from
September 8, 2021 19:04
8c94987
to
46dc3d6
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
7 times, most recently
from
September 16, 2021 16:45
919578c
to
55bf9f6
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
4 times, most recently
from
September 20, 2021 18:34
800c565
to
be259ce
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
4 times, most recently
from
October 4, 2021 16:21
5462adc
to
797893a
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
3 times, most recently
from
October 6, 2021 18:42
e39f6e8
to
0ea23cb
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
4 times, most recently
from
April 17, 2023 16:26
c89e3af
to
1f70cc8
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
2 times, most recently
from
April 24, 2023 17:26
1140acc
to
ba446fa
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
May 1, 2023 17:47
ba446fa
to
69c1035
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
2 times, most recently
from
May 15, 2023 15:40
bf32de8
to
b01c590
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
2 times, most recently
from
May 22, 2023 14:12
4a3af37
to
0973c65
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
3 times, most recently
from
May 29, 2023 03:43
327f959
to
edd9840
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
2 times, most recently
from
June 7, 2023 16:01
e0e706d
to
cf530dd
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
4 times, most recently
from
June 12, 2023 22:00
ccfc842
to
6193234
Compare
wolfy1339
added a commit
that referenced
this pull request
Jun 12, 2023
5 tasks
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
June 13, 2023 18:28
6193234
to
c8aefa6
Compare
wolfy1339
added a commit
that referenced
this pull request
Jun 13, 2023
🎉 This issue has been resolved in version 12.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
esm-blocked
Temporary label to denote esm dependency blocker
released
Status: Blocked
Blocked by GitHub's API or other external factors
Type: Maintenance
Any dependency, housekeeping, and clean up Issue or PR
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.6.7
->^3.0.0
Release Notes
node-fetch/node-fetch
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 - 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.
This PR has been generated by Mend Renovate. View repository job log here.