[PR #450] [CLOSED] Bump ipull from 3.9.2 to 4.0.0 #467

Closed
opened 2026-03-03 13:54:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/450
Author: @dependabot[bot]
Created: 5/23/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/ipull-4.0.0


📝 Commits (1)

  • 3d5baf1 Bump ipull from 3.9.2 to 4.0.0

📊 Changes

2 files changed (+111 additions, -6 deletions)

View changed files

📝 package-lock.json (+110 -5)
📝 package.json (+1 -1)

📄 Description

Bumps ipull from 3.9.2 to 4.0.0.

Release notes

Sourced from ipull's releases.

v4.0.0

4.0.0 (2025-05-22)

Features

  • v4 (9daddf4)
    • Global CLI, you do not need to wrap active downloads with downloadSequence
    • Auto increase parallel stream, maximize download speed
    • Not reusing redirected URL by default - prevent token expires for long downloads
    • Performance & stability improvements
    • Remote CLI progress, show download progress in another process easily

BREAKING CHANGES

  • partsURL removed in favor of partURLs
  • Not reusing redirected URL by default
  • Different chunk size based on programType
  • You can recall .download() and it will not throw an error - will return the same promise of downloading (do not redownload the file)
  • You can change the parallel stream count after download has started

v3.10.0-beta.5

3.10.0-beta.5 (2025-03-16)

Bug Fixes

  • globalCLI: cli hook on non-active download (698ddf9)

v3.10.0-beta.4

3.10.0-beta.4 (2025-03-12)

Bug Fixes

  • chunk-split: validate leftover (f791886)
  • dynamic-length: send the last chunk of dynamic length (1024941)
  • multi-download: race condition (0a25b7b)

Performance Improvements

  • chunks: send write event only once for chunk (022ca6a)

v3.10.0-beta.3

3.10.0-beta.3 (2025-03-05)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 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/jehna/humanify/pull/450 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/ipull-4.0.0` --- ### 📝 Commits (1) - [`3d5baf1`](https://github.com/jehna/humanify/commit/3d5baf1e9681687379096de30916c391153b6ae2) Bump ipull from 3.9.2 to 4.0.0 ### 📊 Changes **2 files changed** (+111 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+110 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [ipull](https://github.com/ido-pluto/ipull) from 3.9.2 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ido-pluto/ipull/releases">ipull's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h1><a href="https://github.com/ido-pluto/ipull/compare/v3.9.2...v4.0.0">4.0.0</a> (2025-05-22)</h1> <h3>Features</h3> <ul> <li>v4 (<a href="https://github.com/ido-pluto/ipull/commit/9daddf48724b8c2de6b7349da8c9d3636579a1ad">9daddf4</a>) <ul> <li>Global CLI, you do not need to wrap active downloads with downloadSequence</li> <li>Auto increase parallel stream, maximize download speed</li> <li>Not reusing redirected URL by default - prevent token expires for long downloads</li> <li>Performance &amp; stability improvements</li> <li>Remote CLI progress, show download progress in another process easily</li> </ul> </li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><code>partsURL</code> removed in favor of <code>partURLs</code></li> <li>Not reusing redirected URL by default</li> <li>Different chunk size based on programType</li> <li>You can recall <code>.download()</code> and it will not throw an error - will return the same promise of downloading (do <em>not</em> redownload the file)</li> <li>You can change the parallel stream count after download has started</li> </ul> <h2>v3.10.0-beta.5</h2> <h1><a href="https://github.com/ido-pluto/ipull/compare/v3.10.0-beta.4...v3.10.0-beta.5">3.10.0-beta.5</a> (2025-03-16)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>globalCLI:</strong> cli hook on non-active download (<a href="https://github.com/ido-pluto/ipull/commit/698ddf91fb96f61d3d03540239e87e2c6d6979c2">698ddf9</a>)</li> </ul> <h2>v3.10.0-beta.4</h2> <h1><a href="https://github.com/ido-pluto/ipull/compare/v3.10.0-beta.3...v3.10.0-beta.4">3.10.0-beta.4</a> (2025-03-12)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>chunk-split:</strong> validate leftover (<a href="https://github.com/ido-pluto/ipull/commit/f791886f72f670609e83ab34136f47f3a3c62b38">f791886</a>)</li> <li><strong>dynamic-length:</strong> send the last chunk of dynamic length (<a href="https://github.com/ido-pluto/ipull/commit/1024941039c514d59aea8d2d4bd39b3bc37a41d4">1024941</a>)</li> <li><strong>multi-download:</strong> race condition (<a href="https://github.com/ido-pluto/ipull/commit/0a25b7bb22a8ee756b51c0ae19cfe87b9fd363f2">0a25b7b</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>chunks:</strong> send write event only once for chunk (<a href="https://github.com/ido-pluto/ipull/commit/022ca6a2251d41b5823b672527a455154cffb117">022ca6a</a>)</li> </ul> <h2>v3.10.0-beta.3</h2> <h1><a href="https://github.com/ido-pluto/ipull/compare/v3.10.0-beta.2...v3.10.0-beta.3">3.10.0-beta.3</a> (2025-03-05)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ido-pluto/ipull/commit/9daddf48724b8c2de6b7349da8c9d3636579a1ad"><code>9daddf4</code></a> feat: v4</li> <li>See full diff in <a href="https://github.com/ido-pluto/ipull/compare/v3.9.2...v4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ipull&package-manager=npm_and_yarn&previous-version=3.9.2&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:54:41 +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/humanify#467
No description provided.