-
-
Notifications
You must be signed in to change notification settings - Fork 37
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(deps): update dependency node-fetch to v3 #918
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/node-fetch-3.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
July 6, 2023 06:33
60a9aed
to
58a4f9d
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
July 25, 2023 12:02
58a4f9d
to
56e3370
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
September 18, 2023 16:20
56e3370
to
44da8fa
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
October 17, 2023 06:30
44da8fa
to
ab8f6d7
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
November 13, 2023 14:16
ab8f6d7
to
40191b5
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
November 23, 2023 13:59
40191b5
to
2cb8502
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
December 8, 2023 09:54
2cb8502
to
f6743f7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #918 +/- ##
=======================================
Coverage 68.58% 68.58%
=======================================
Files 29 29
Lines 487 487
Branches 215 215
=======================================
Hits 334 334
Misses 132 132
Partials 21 21 ☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
2 times, most recently
from
January 5, 2024 07:47
b642945
to
c64c907
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
February 19, 2024 09:33
c64c907
to
88b81ae
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
February 19, 2024 09:55
88b81ae
to
b03c13b
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
February 19, 2024 11:29
b03c13b
to
a5245fe
Compare
Betree
force-pushed
the
main
branch
4 times, most recently
from
February 19, 2024 14:45
cc38dcc
to
a904325
Compare
Betree
force-pushed
the
main
branch
3 times, most recently
from
February 19, 2024 15:17
32827ed
to
999eec1
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
April 12, 2024 09:31
a5245fe
to
19ef7f6
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
August 13, 2024 12:23
19ef7f6
to
e42c676
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
September 4, 2024 08:58
e42c676
to
a436f17
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
October 4, 2024 07:51
a436f17
to
30fa94e
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
October 4, 2024 08:08
30fa94e
to
38fb79a
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
October 4, 2024 08:32
38fb79a
to
d1ff2b3
Compare
renovate
bot
force-pushed
the
renovate/node-fetch-3.x
branch
from
October 23, 2024 07:31
d1ff2b3
to
85bb38d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.7.0
->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 - "every weekday after 2:00 am before 6:00 am,every weekend" (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 was generated by Mend Renovate. View the repository job log.