Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

chore: bump node-fetch from 2.6.7 to 3.3.0 #1015

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps node-fetch from 2.6.7 to 3.3.0.

Release notes

Sourced from node-fetch's releases.

v3.3.0

3.3.0 (2022-11-10)

Features

v3.2.10

3.2.10 (2022-07-31)

Bug Fixes

v3.2.9

3.2.9 (2022-07-18)

Bug Fixes

  • Headers: don't forward secure headers on protocol change (#1599) (e87b093)

v3.2.8

3.2.8 (2022-07-12)

Bug Fixes

v3.2.7

3.2.7 (2022-07-11)

Bug Fixes

v3.2.6

3.2.6 (2022-06-09)

Bug Fixes

  • undefined reference to response.body when aborted (#1578) (1c5ed6b)

v3.2.5

3.2.5 (2022-06-01)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.


Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 14, 2022
@github-actions github-actions bot added the chore label Nov 14, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-fetch-3.3.0 branch from 368ae01 to dad6b93 Compare November 29, 2022 15:47
@codecov-commenter
Copy link

codecov-commenter commented Nov 29, 2022

Codecov Report

Patch coverage: 62.72% and project coverage change: -0.06 ⚠️

Comparison is base (a93771b) 64.37% compared to head (929bf59) 64.32%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1015      +/-   ##
==========================================
- Coverage   64.37%   64.32%   -0.06%     
==========================================
  Files         393      400       +7     
  Lines       24934    25276     +342     
  Branches     6373     6447      +74     
==========================================
+ Hits        16052    16259     +207     
- Misses       8882     9017     +135     
Impacted Files Coverage Δ
src/common/Tag/Tag.tsx 81.25% <ø> (ø)
src/components/Entities/RegionItem.js 89.79% <ø> (ø)
src/core/Hotkey.ts 79.27% <ø> (ø)
src/env/development.js 0.00% <ø> (ø)
src/regions/BrushRegion.js 81.40% <ø> (ø)
src/regions/EllipseRegion.js 81.25% <ø> (ø)
src/regions/KeyPointRegion.js 82.02% <ø> (ø)
src/regions/PolygonRegion.js 67.64% <ø> (ø)
src/regions/RectRegion.js 63.58% <ø> (ø)
src/utils/FileLoader.ts 3.84% <3.84%> (ø)
... and 26 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-fetch-3.3.0 branch 4 times, most recently from a99a90b to ac2d5b4 Compare November 29, 2022 20:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-fetch-3.3.0 branch 6 times, most recently from cc4c8c7 to ab01926 Compare December 19, 2022 10:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-fetch-3.3.0 branch from ab01926 to 0148d08 Compare December 20, 2022 17:36
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-fetch-3.3.0 branch 4 times, most recently from d4296f3 to 05f2272 Compare January 9, 2023 16:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-fetch-3.3.0 branch 3 times, most recently from 7c99133 to bf9546e Compare January 30, 2023 10:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-fetch-3.3.0 branch from bf9546e to d92c7fd Compare February 9, 2023 18:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-fetch-3.3.0 branch 2 times, most recently from aa78fb8 to b3782af Compare February 21, 2023 10:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-fetch-3.3.0 branch 3 times, most recently from da85802 to b1134a4 Compare February 28, 2023 15:14
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.3.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.7...v3.3.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-fetch-3.3.0 branch from b1134a4 to 929bf59 Compare March 1, 2023 12:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2023

Superseded by #1237.

@dependabot dependabot bot closed this Mar 13, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/node-fetch-3.3.0 branch March 13, 2023 13:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant