[PR #457] Bump ipull from 3.9.2 to 4.0.3 #473

Open
opened 2026-03-03 13:54:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/457
Author: @dependabot[bot]
Created: 5/29/2025
Status: 🔄 Open

Base: mainHead: dependabot/npm_and_yarn/ipull-4.0.3


📝 Commits (1)

  • 8b00690 Bump ipull from 3.9.2 to 4.0.3

📊 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.3.

Release notes

Sourced from ipull's releases.

v4.0.3

4.0.3 (2025-05-28)

Bug Fixes

  • build: no source map in prod (6954781)

v4.0.2

4.0.2 (2025-05-25)

v4.0.1

4.0.1 (2025-05-25)

Bug Fixes

  • multiDownload: events & cli progress (5ad092d)
  • multiDownload: update status when skipping download (7296216)
  • transferStatistics: 0 when download size is unknown (9826396)

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)

... (truncated)

Commits
  • 6954781 fix(build): no source map in prod
  • a6b98f5 docs(README): typo
  • fc48e3b pref(downloadInfo): optimize requests
  • 9826396 fix(transferStatistics): 0 when download size is unknown
  • 2504676 pref(microtask): optimize timers
  • 5ad092d fix(multiDownload): events & cli progress
  • 7296216 fix(multiDownload): update status when skipping download
  • 9daddf4 feat: v4
  • See full diff in compare view

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/457 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/29/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/ipull-4.0.3` --- ### 📝 Commits (1) - [`8b00690`](https://github.com/jehna/humanify/commit/8b006903fb3e6fbc08ed4a7ef5f68c4250173269) Bump ipull from 3.9.2 to 4.0.3 ### 📊 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.3. <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.3</h2> <h2><a href="https://github.com/ido-pluto/ipull/compare/v4.0.2...v4.0.3">4.0.3</a> (2025-05-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> no source map in prod (<a href="https://github.com/ido-pluto/ipull/commit/695478127e204d22acd7fb1b96d023cb94a95ac2">6954781</a>)</li> </ul> <h2>v4.0.2</h2> <h2><a href="https://github.com/ido-pluto/ipull/compare/v4.0.1...v4.0.2">4.0.2</a> (2025-05-25)</h2> <h2>v4.0.1</h2> <h2><a href="https://github.com/ido-pluto/ipull/compare/v4.0.0...v4.0.1">4.0.1</a> (2025-05-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>multiDownload:</strong> events &amp; cli progress (<a href="https://github.com/ido-pluto/ipull/commit/5ad092d8b8adb1317cfc510a6786d52a88f976c0">5ad092d</a>)</li> <li><strong>multiDownload:</strong> update status when skipping download (<a href="https://github.com/ido-pluto/ipull/commit/7296216331b71670326b7596d88915b559c0e02f">7296216</a>)</li> <li><strong>transferStatistics:</strong> 0 when download size is unknown (<a href="https://github.com/ido-pluto/ipull/commit/982639619bd3edd674302daeb9616d77592bfd78">9826396</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ido-pluto/ipull/commit/695478127e204d22acd7fb1b96d023cb94a95ac2"><code>6954781</code></a> fix(build): no source map in prod</li> <li><a href="https://github.com/ido-pluto/ipull/commit/a6b98f53ee7b06fb645b2ba3c19fdfd1ff78e907"><code>a6b98f5</code></a> docs(README): typo</li> <li><a href="https://github.com/ido-pluto/ipull/commit/fc48e3be262fcb347d5b8341fa6ec16d17102567"><code>fc48e3b</code></a> pref(downloadInfo): optimize requests</li> <li><a href="https://github.com/ido-pluto/ipull/commit/982639619bd3edd674302daeb9616d77592bfd78"><code>9826396</code></a> fix(transferStatistics): 0 when download size is unknown</li> <li><a href="https://github.com/ido-pluto/ipull/commit/250467606be08c3903b056392e4eaaa1eef609df"><code>2504676</code></a> pref(microtask): optimize timers</li> <li><a href="https://github.com/ido-pluto/ipull/commit/5ad092d8b8adb1317cfc510a6786d52a88f976c0"><code>5ad092d</code></a> fix(multiDownload): events &amp; cli progress</li> <li><a href="https://github.com/ido-pluto/ipull/commit/7296216331b71670326b7596d88915b559c0e02f"><code>7296216</code></a> fix(multiDownload): update status when skipping download</li> <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.3">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.3)](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>
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#473
No description provided.