[PR #40] [MERGED] Update dependency node-downloader-helper to v2.1.9 #50

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/webapp/pull/40
Author: @renovate[bot]
Created: 10/21/2023
Status: Merged
Merged: 10/21/2023
Merged by: @antonym

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


📝 Commits (1)

  • 25a8ae1 Update dependency node-downloader-helper to v2.1.9

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Mend Renovate

This PR contains the following updates:

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

Release Notes

hgouveia/node-downloader-helper (node-downloader-helper)

v2.1.9

Compare Source

v2.1.8

Compare Source

v2.1.7

Compare Source

  • PR #​101 by @​mumuyu66 , fixes bug: retry attempt still triggers after file download ended

v2.1.6

Compare Source

v2.1.5

Compare Source

  • Upgraded github actions node version #​90
  • Fixed resumeFromFile failing due missing http options #​91
  • PR #​92: disabled keep alive by default for node 19
  • Fixed request broken when getTotalSize is called first and there is a http to https redirect

v2.1.4

Compare Source

v2.1.3

Compare Source

  • PR #​89 Change type to number as it is a number and not a string by @​robinschneider
  • added getOptions
  • Added custom metadata option and getMetadata function
  • updated additional type definitions

v2.1.2

Compare Source

  • Fixed getTotalSize not following the protocol change from http to https on redirect
  • Added resume behavior when the download finishes incomplete #​11, #​88

Full Changelog: https://github.com/hgouveia/node-downloader-helper/compare/v2.1.1...v2.1.2

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

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend 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/40 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 10/21/2023 **Status:** ✅ Merged **Merged:** 10/21/2023 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `renovate/node-downloader-helper-2.x` --- ### 📝 Commits (1) - [`25a8ae1`](https://github.com/netbootxyz/webapp/commit/25a8ae17eed88362f57f6ee8adbe2ba31c0b2be3) Update dependency node-downloader-helper to v2.1.9 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description [![Mend 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) | [`2.0.0` -> `2.1.9`](https://renovatebot.com/diffs/npm/node-downloader-helper/2.0.0/2.1.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/node-downloader-helper/2.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/node-downloader-helper/2.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/node-downloader-helper/2.0.0/2.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/node-downloader-helper/2.0.0/2.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>hgouveia/node-downloader-helper (node-downloader-helper)</summary> ### [`v2.1.9`](https://togithub.com/hgouveia/node-downloader-helper/compare/v2.1.8...v2.1.9) [Compare Source](https://togithub.com/hgouveia/node-downloader-helper/compare/v2.1.8...v2.1.9) ### [`v2.1.8`](https://togithub.com/hgouveia/node-downloader-helper/releases/tag/v2.1.8) [Compare Source](https://togithub.com/hgouveia/node-downloader-helper/compare/v2.1.7...v2.1.8) - PR [#&#8203;104](https://togithub.com/hgouveia/node-downloader-helper/issues/104) by [@&#8203;mumuyu66](https://togithub.com/mumuyu66) that fixes [#&#8203;105](https://togithub.com/hgouveia/node-downloader-helper/issues/105) : fileStream not be closed causing a memory leak after retrying ### [`v2.1.7`](https://togithub.com/hgouveia/node-downloader-helper/releases/tag/v2.1.7) [Compare Source](https://togithub.com/hgouveia/node-downloader-helper/compare/v2.1.6...v2.1.7) - PR [#&#8203;101](https://togithub.com/hgouveia/node-downloader-helper/issues/101) by [@&#8203;mumuyu66](https://togithub.com/mumuyu66) , fixes bug: retry attempt still triggers after file download ended ### [`v2.1.6`](https://togithub.com/hgouveia/node-downloader-helper/releases/tag/v2.1.6) [Compare Source](https://togithub.com/hgouveia/node-downloader-helper/compare/v2.1.5...v2.1.6) - PR [#&#8203;93](https://togithub.com/hgouveia/node-downloader-helper/issues/93): fix [https://github.com/hgouveia/node-downloader-helper/issues/87](https://togithub.com/hgouveia/node-downloader-helper/issues/87), add some code that will destroy last request before a new request by [@&#8203;SplitGemini](https://togithub.com/SplitGemini) ### [`v2.1.5`](https://togithub.com/hgouveia/node-downloader-helper/releases/tag/v2.1.5) [Compare Source](https://togithub.com/hgouveia/node-downloader-helper/compare/v2.1.4...v2.1.5) - Upgraded github actions node version [#&#8203;90](https://togithub.com/hgouveia/node-downloader-helper/issues/90) - Fixed resumeFromFile failing due missing http options [#&#8203;91](https://togithub.com/hgouveia/node-downloader-helper/issues/91) - PR [#&#8203;92](https://togithub.com/hgouveia/node-downloader-helper/issues/92): disabled keep alive by default for node 19 - Fixed request broken when getTotalSize is called first and there is a http to https redirect ### [`v2.1.4`](https://togithub.com/hgouveia/node-downloader-helper/releases/tag/v2.1.4) [Compare Source](https://togithub.com/hgouveia/node-downloader-helper/compare/v2.1.3...v2.1.4) - [Fixed 'resume' event triggered when stop() due the request abort](https://togithub.com/hgouveia/node-downloader-helper/commit/ebd091e647b491de4ec1351cef49e9300367db60) ### [`v2.1.3`](https://togithub.com/hgouveia/node-downloader-helper/releases/tag/v2.1.3) [Compare Source](https://togithub.com/hgouveia/node-downloader-helper/compare/v2.1.2...v2.1.3) - PR [#&#8203;89](https://togithub.com/hgouveia/node-downloader-helper/issues/89) Change type to number as it is a number and not a string by [@&#8203;robinschneider](https://togithub.com/robinschneider) - added getOptions - Added custom metadata option and getMetadata function - updated additional type definitions ### [`v2.1.2`](https://togithub.com/hgouveia/node-downloader-helper/releases/tag/v2.1.2) [Compare Source](https://togithub.com/hgouveia/node-downloader-helper/compare/v2.1.1...v2.1.2) - Fixed getTotalSize not following the protocol change from http to https on redirect - Added resume behavior when the download finishes incomplete [#&#8203;11](https://togithub.com/hgouveia/node-downloader-helper/issues/11), [#&#8203;88](https://togithub.com/hgouveia/node-downloader-helper/issues/88) **Full Changelog**: https://github.com/hgouveia/node-downloader-helper/compare/v2.1.1...v2.1.2 ### [`v2.1.1`](https://togithub.com/hgouveia/node-downloader-helper/releases/tag/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/tag/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/tag/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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/netbootxyz/webapp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> --- <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:06 +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#50
No description provided.