[PR #590] [CLOSED] Bump pkgroll from 2.11.2 to 2.15.4 #597

Closed
opened 2026-03-03 13:55:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/pkgroll-2.15.4


📝 Commits (1)

  • 30fb461 Bump pkgroll from 2.11.2 to 2.15.4

📊 Changes

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

View changed files

📝 package-lock.json (+291 -656)

📄 Description

Bumps pkgroll from 2.11.2 to 2.15.4.

Release notes

Sourced from pkgroll's releases.

v2.15.4

2.15.4 (2025-09-04)

Bug Fixes

  • shared chunks to be de-duplicated (813d0d3)

v2.15.3

2.15.3 (2025-08-08)

Bug Fixes

  • preserve cjs exports for node (39e0859)

v2.15.2

2.15.2 (2025-08-07)

Bug Fixes

  • handle top-level types condition (bd6ac0d), closes #118

v2.15.1

2.15.1 (2025-08-05)

Bug Fixes

  • dts: share type chunks across multiple src:dist pairs (f259ece)

v2.15.0

2.15.0 (2025-07-31)

Bug Fixes

  • dont inject createRequire on property "require" (61da02b)

Features

v2.14.5

2.14.5 (2025-07-25)

Bug Fixes

... (truncated)

Commits
  • 813d0d3 fix: shared chunks to be de-duplicated
  • 39e0859 fix: preserve cjs exports for node
  • bd6ac0d fix: handle top-level types condition
  • f259ece fix(dts): share type chunks across multiple src:dist pairs
  • 1ee9291 feat: upgrade dependencies
  • 61da02b fix: dont inject createRequire on property "require"
  • ac263cf refactor: rename node-builtins plugin
  • d312b0a fix: track sync imports before filtering output
  • 5726d14 fix: remove unnecessary chunks
  • 4496c26 chore: upgrade pnpm
  • Additional commits viewable 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/590 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/pkgroll-2.15.4` --- ### 📝 Commits (1) - [`30fb461`](https://github.com/jehna/humanify/commit/30fb46167b4501c531eab4b3ac7c6f2f4bd0ad72) Bump pkgroll from 2.11.2 to 2.15.4 ### 📊 Changes **1 file changed** (+291 additions, -656 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+291 -656) </details> ### 📄 Description Bumps [pkgroll](https://github.com/privatenumber/pkgroll) from 2.11.2 to 2.15.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/pkgroll/releases">pkgroll's releases</a>.</em></p> <blockquote> <h2>v2.15.4</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.15.3...v2.15.4">2.15.4</a> (2025-09-04)</h2> <h3>Bug Fixes</h3> <ul> <li>shared chunks to be de-duplicated (<a href="https://github.com/privatenumber/pkgroll/commit/813d0d310c6d6ec12f3f25b3d5ae28c85b62da2e">813d0d3</a>)</li> </ul> <h2>v2.15.3</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.15.2...v2.15.3">2.15.3</a> (2025-08-08)</h2> <h3>Bug Fixes</h3> <ul> <li>preserve cjs exports for node (<a href="https://github.com/privatenumber/pkgroll/commit/39e085902752cbed4009a5c5b9ced9a3cb68a272">39e0859</a>)</li> </ul> <h2>v2.15.2</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.15.1...v2.15.2">2.15.2</a> (2025-08-07)</h2> <h3>Bug Fixes</h3> <ul> <li>handle top-level types condition (<a href="https://github.com/privatenumber/pkgroll/commit/bd6ac0d4f43ac5204831562a8f9030d2f8bc1288">bd6ac0d</a>), closes <a href="https://redirect.github.com/privatenumber/pkgroll/issues/118">#118</a></li> </ul> <h2>v2.15.1</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.15.0...v2.15.1">2.15.1</a> (2025-08-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>dts:</strong> share type chunks across multiple src:dist pairs (<a href="https://github.com/privatenumber/pkgroll/commit/f259ececd200d5ff94e98aa867537370bbd04637">f259ece</a>)</li> </ul> <h2>v2.15.0</h2> <h1><a href="https://github.com/privatenumber/pkgroll/compare/v2.14.5...v2.15.0">2.15.0</a> (2025-07-31)</h1> <h3>Bug Fixes</h3> <ul> <li>dont inject createRequire on property &quot;require&quot; (<a href="https://github.com/privatenumber/pkgroll/commit/61da02b46ebf79596d36f86259c46394073ba2c5">61da02b</a>)</li> </ul> <h3>Features</h3> <ul> <li>upgrade dependencies (<a href="https://github.com/privatenumber/pkgroll/commit/1ee929124b8dde1a625da5b98fcad374ae7946f1">1ee9291</a>)</li> </ul> <h2>v2.14.5</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.14.4...v2.14.5">2.14.5</a> (2025-07-25)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/pkgroll/commit/813d0d310c6d6ec12f3f25b3d5ae28c85b62da2e"><code>813d0d3</code></a> fix: shared chunks to be de-duplicated</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/39e085902752cbed4009a5c5b9ced9a3cb68a272"><code>39e0859</code></a> fix: preserve cjs exports for node</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/bd6ac0d4f43ac5204831562a8f9030d2f8bc1288"><code>bd6ac0d</code></a> fix: handle top-level types condition</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/f259ececd200d5ff94e98aa867537370bbd04637"><code>f259ece</code></a> fix(dts): share type chunks across multiple src:dist pairs</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/1ee929124b8dde1a625da5b98fcad374ae7946f1"><code>1ee9291</code></a> feat: upgrade dependencies</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/61da02b46ebf79596d36f86259c46394073ba2c5"><code>61da02b</code></a> fix: dont inject createRequire on property &quot;require&quot;</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/ac263cf08f3376d6bb7bbdf2849b97b67a20caff"><code>ac263cf</code></a> refactor: rename node-builtins plugin</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/d312b0a02299c3473c74313ede9bbadf9501617a"><code>d312b0a</code></a> fix: track sync imports before filtering output</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/5726d14caae0de4037ed5052d051da8c73dc9d88"><code>5726d14</code></a> fix: remove unnecessary chunks</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/4496c26d71a6fc01a9af90395e705f3e130ead96"><code>4496c26</code></a> chore: upgrade pnpm</li> <li>Additional commits viewable in <a href="https://github.com/privatenumber/pkgroll/compare/v2.11.2...v2.15.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pkgroll&package-manager=npm_and_yarn&previous-version=2.11.2&new-version=2.15.4)](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:55:16 +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#597
No description provided.