[PR #17] [MERGED] Update dependency node-downloader-helper to v2 #33

Closed
opened 2026-02-27 14:57:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/webapp/pull/17
Author: @renovate[bot]
Created: 2/12/2022
Status: Merged
Merged: 4/22/2022
Merged by: @antonym

Base: masterHead: renovate/node-downloader-helper-2.x


📝 Commits (1)

  • 6424685 Update dependency node-downloader-helper to v2

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-downloader-helper ^1.0.18 -> ^2.0.0 age adoption passing confidence

Release Notes

hgouveia/node-downloader-helper

v2.1.1

Compare Source

  • Fixed when resuming from file is not following the redirect correctly #​86

v2.1.0

Compare Source

  • Added download from previous file #​13 , thanks to #​34 (@​DrewImm) , #​54 (@​zkrige)
  • Fixed throwing error when trying to get stats for non existing file #​53
  • Added finally when using __removeFile function in case it throws and error #​79
  • Fixed __resetStats does not reset throttleTime #​80
  • Fixed query string missing on the url #​82 #​83
  • Added timeout parameter

v2.0.1

Compare Source

Major Update

  • Upgraded package to node 14.x
Fixes

v2.0.0

Compare Source


Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/webapp/pull/17 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 2/12/2022 **Status:** ✅ Merged **Merged:** 4/22/2022 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `renovate/node-downloader-helper-2.x` --- ### 📝 Commits (1) - [`6424685`](https://github.com/netbootxyz/webapp/commit/6424685e655695c17d1a2aa9f5c6f21fcf35ed50) Update dependency node-downloader-helper to v2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [node-downloader-helper](https://togithub.com/hgouveia/node-downloader-helper) | [`^1.0.18` -> `^2.0.0`](https://renovatebot.com/diffs/npm/node-downloader-helper/1.0.19/2.1.1) | [![age](https://badges.renovateapi.com/packages/npm/node-downloader-helper/2.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/node-downloader-helper/2.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/node-downloader-helper/2.1.1/compatibility-slim/1.0.19)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/node-downloader-helper/2.1.1/confidence-slim/1.0.19)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>hgouveia/node-downloader-helper</summary> ### [`v2.1.1`](https://togithub.com/hgouveia/node-downloader-helper/releases/v2.1.1) [Compare Source](https://togithub.com/hgouveia/node-downloader-helper/compare/v2.1.0...v2.1.1) - Fixed when resuming from file is not following the redirect correctly [#&#8203;86](https://togithub.com/hgouveia/node-downloader-helper/issues/86) ### [`v2.1.0`](https://togithub.com/hgouveia/node-downloader-helper/releases/v2.1.0) [Compare Source](https://togithub.com/hgouveia/node-downloader-helper/compare/v2.0.1...v2.1.0) - Added download from previous file [#&#8203;13](https://togithub.com/hgouveia/node-downloader-helper/issues/13) , thanks to [#&#8203;34](https://togithub.com/hgouveia/node-downloader-helper/issues/34) ([@&#8203;DrewImm](https://togithub.com/DrewImm)) , [#&#8203;54](https://togithub.com/hgouveia/node-downloader-helper/issues/54) ([@&#8203;zkrige](https://togithub.com/zkrige)) - Fixed throwing error when trying to get stats for non existing file [#&#8203;53](https://togithub.com/hgouveia/node-downloader-helper/issues/53) - Added `finally` when using `__removeFile` function in case it throws and error [#&#8203;79](https://togithub.com/hgouveia/node-downloader-helper/issues/79) - Fixed \__resetStats does not reset throttleTime [#&#8203;80](https://togithub.com/hgouveia/node-downloader-helper/issues/80) - Fixed query string missing on the url [#&#8203;82](https://togithub.com/hgouveia/node-downloader-helper/issues/82) [#&#8203;83](https://togithub.com/hgouveia/node-downloader-helper/issues/83) - Added `timeout` parameter ### [`v2.0.1`](https://togithub.com/hgouveia/node-downloader-helper/releases/v2.0.1) [Compare Source](https://togithub.com/hgouveia/node-downloader-helper/compare/91b3813d1888182be908cbce4f6e3a03b4f1d644...v2.0.1) #### Major Update - Upgraded package to node 14.x ##### Fixes - Fixed 'incomplete' attribute set as true if 'content-length' is not present [#&#8203;60](https://togithub.com/hgouveia/node-downloader-helper/issues/60) - PR [#&#8203;70](https://togithub.com/hgouveia/node-downloader-helper/issues/70) by [@&#8203;thura10](https://togithub.com/thura10) that closed [#&#8203;69](https://togithub.com/hgouveia/node-downloader-helper/issues/69) `progressThrottle` attribute missing from definition file - Added request body support [#&#8203;74](https://togithub.com/hgouveia/node-downloader-helper/issues/74) - PR [#&#8203;76](https://togithub.com/hgouveia/node-downloader-helper/issues/76) by [@&#8203;Chaphasilor](https://togithub.com/Chaphasilor) that closes [#&#8203;75](https://togithub.com/hgouveia/node-downloader-helper/issues/75), fix content disposition parsing ### [`v2.0.0`](https://togithub.com/hgouveia/node-downloader-helper/compare/v1.0.19...91b3813d1888182be908cbce4f6e3a03b4f1d644) [Compare Source](https://togithub.com/hgouveia/node-downloader-helper/compare/v1.0.19...91b3813d1888182be908cbce4f6e3a03b4f1d644) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/netbootxyz/webapp). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:57:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webapp#33
No description provided.