[PR #554] [CLOSED] Bump pkgroll from 2.11.2 to 2.15.0 #563

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

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/554
Author: @dependabot[bot]
Created: 8/1/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/pkgroll-2.15.0


📝 Commits (1)

  • 3ccec48 Bump pkgroll from 2.11.2 to 2.15.0

📊 Changes

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

View changed files

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

📄 Description

Bumps pkgroll from 2.11.2 to 2.15.0.

Release notes

Sourced from pkgroll's releases.

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

  • track sync imports before filtering output (d312b0a)

v2.14.4

2.14.4 (2025-07-25)

Bug Fixes

  • remove unnecessary chunks (5726d14)

v2.14.3

2.14.3 (2025-07-14)

Bug Fixes

  • binary: ensure file is built before chmod (9278e74)

v2.14.2

2.14.2 (2025-07-13)

Bug Fixes

  • binary: race condition resolving list of binaries too early (bab3e5c)

v2.14.1

2.14.1 (2025-07-09)

Bug Fixes

... (truncated)

Commits
  • 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
  • 9278e74 fix(binary): ensure file is built before chmod
  • bab3e5c fix(binary): race condition resolving list of binaries too early
  • 2824df6 fix: only emit specified output (#8)
  • 73d05e5 refactor: remove unused platform analysis
  • 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/554 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/pkgroll-2.15.0` --- ### 📝 Commits (1) - [`3ccec48`](https://github.com/jehna/humanify/commit/3ccec48053ec7047cdede3fc38a5d18ce4a6ff6d) Bump pkgroll from 2.11.2 to 2.15.0 ### 📊 Changes **1 file changed** (+265 additions, -656 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+265 -656) </details> ### 📄 Description Bumps [pkgroll](https://github.com/privatenumber/pkgroll) from 2.11.2 to 2.15.0. <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.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> <ul> <li>track sync imports before filtering output (<a href="https://github.com/privatenumber/pkgroll/commit/d312b0a02299c3473c74313ede9bbadf9501617a">d312b0a</a>)</li> </ul> <h2>v2.14.4</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.14.3...v2.14.4">2.14.4</a> (2025-07-25)</h2> <h3>Bug Fixes</h3> <ul> <li>remove unnecessary chunks (<a href="https://github.com/privatenumber/pkgroll/commit/5726d14caae0de4037ed5052d051da8c73dc9d88">5726d14</a>)</li> </ul> <h2>v2.14.3</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.14.2...v2.14.3">2.14.3</a> (2025-07-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>binary:</strong> ensure file is built before chmod (<a href="https://github.com/privatenumber/pkgroll/commit/9278e74cc2d386783073b68b0a5a0ba15ab5baab">9278e74</a>)</li> </ul> <h2>v2.14.2</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.14.1...v2.14.2">2.14.2</a> (2025-07-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>binary:</strong> race condition resolving list of binaries too early (<a href="https://github.com/privatenumber/pkgroll/commit/bab3e5c56982c683b9c4d650e581b45a9fadc988">bab3e5c</a>)</li> </ul> <h2>v2.14.1</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.14.0...v2.14.1">2.14.1</a> (2025-07-09)</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/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><a href="https://github.com/privatenumber/pkgroll/commit/9278e74cc2d386783073b68b0a5a0ba15ab5baab"><code>9278e74</code></a> fix(binary): ensure file is built before chmod</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/bab3e5c56982c683b9c4d650e581b45a9fadc988"><code>bab3e5c</code></a> fix(binary): race condition resolving list of binaries too early</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/2824df6565b0782068fdafc5669c1bb37f2b1349"><code>2824df6</code></a> fix: only emit specified output (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/8">#8</a>)</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/73d05e560b0b1e21d8073d609e7185900b28607c"><code>73d05e5</code></a> refactor: remove unused platform analysis</li> <li>Additional commits viewable in <a href="https://github.com/privatenumber/pkgroll/compare/v2.11.2...v2.15.0">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.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:55:07 +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#563
No description provided.