[PR #735] Bump pkgroll from 2.11.2 to 2.23.0 #732

Open
opened 2026-03-03 13:55:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/735
Author: @dependabot[bot]
Created: 2/2/2026
Status: 🔄 Open

Base: mainHead: dependabot/npm_and_yarn/pkgroll-2.23.0


📝 Commits (1)

  • 982109f Bump pkgroll from 2.11.2 to 2.23.0

📊 Changes

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

View changed files

📝 package-lock.json (+437 -256)

📄 Description

Bumps pkgroll from 2.11.2 to 2.23.0.

Release notes

Sourced from pkgroll's releases.

v2.23.0

2.23.0 (2026-01-30)

Features

  • show import chain in build errors (ba9d81c)

v2.22.0

2.22.0 (2026-01-26)

Bug Fixes

  • add skipSelf to resolve-js-to-ts source resolution (ec0c849)
  • close bundle result in watch mode to prevent memory leaks (f69bfbb)
  • close rollup bundle after build to free resources (323b5a3)

Features

  • support sourcemaps for .d.ts files (3316ebe)

v2.21.5

2.21.5 (2026-01-06)

Bug Fixes

  • correct sourcemap line mappings for TypeScript files (#144) (f5696a2)

v2.21.4

2.21.4 (2025-11-28)

Bug Fixes

  • dont resolve .js to .ts in external dependency (03c7283), closes #141

v2.21.3

2.21.3 (2025-11-22)

Bug Fixes

  • resolve implicit external path (d972431)

v2.21.2

2.21.2 (2025-11-22)

... (truncated)

Commits
  • ba9d81c feat: show import chain in build errors
  • 3316ebe feat: support sourcemaps for .d.ts files
  • 84c4156 refactor(esbuild): use native Rollup hook filtering
  • f69bfbb fix: close bundle result in watch mode to prevent memory leaks
  • 323b5a3 fix: close rollup bundle after build to free resources
  • ec0c849 fix: add skipSelf to resolve-js-to-ts source resolution
  • bd3d939 chore: remove unused @​rollup/plugin-inject dependency
  • 72fb5cc ci: migrate to npm trusted publishers (OIDC)
  • f5696a2 fix: correct sourcemap line mappings for TypeScript files (#144)
  • 03c7283 fix: dont resolve .js to .ts in external dependency
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for pkgroll since your current version.


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/735 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/2/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/pkgroll-2.23.0` --- ### 📝 Commits (1) - [`982109f`](https://github.com/jehna/humanify/commit/982109f38bd06fce708bdc2da2d19e3e42cc660f) Bump pkgroll from 2.11.2 to 2.23.0 ### 📊 Changes **1 file changed** (+437 additions, -256 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+437 -256) </details> ### 📄 Description Bumps [pkgroll](https://github.com/privatenumber/pkgroll) from 2.11.2 to 2.23.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.23.0</h2> <h1><a href="https://github.com/privatenumber/pkgroll/compare/v2.22.0...v2.23.0">2.23.0</a> (2026-01-30)</h1> <h3>Features</h3> <ul> <li>show import chain in build errors (<a href="https://github.com/privatenumber/pkgroll/commit/ba9d81cce20d980c460827b803a4cb239ce796b6">ba9d81c</a>)</li> </ul> <h2>v2.22.0</h2> <h1><a href="https://github.com/privatenumber/pkgroll/compare/v2.21.5...v2.22.0">2.22.0</a> (2026-01-26)</h1> <h3>Bug Fixes</h3> <ul> <li>add skipSelf to resolve-js-to-ts source resolution (<a href="https://github.com/privatenumber/pkgroll/commit/ec0c849c60c20f0873e115967031a8b279518d67">ec0c849</a>)</li> <li>close bundle result in watch mode to prevent memory leaks (<a href="https://github.com/privatenumber/pkgroll/commit/f69bfbb9fcbbe2f9dc9d3ed4b4789688576c5a48">f69bfbb</a>)</li> <li>close rollup bundle after build to free resources (<a href="https://github.com/privatenumber/pkgroll/commit/323b5a3f529460a136688d8d48a0fbe895e2cd56">323b5a3</a>)</li> </ul> <h3>Features</h3> <ul> <li>support sourcemaps for .d.ts files (<a href="https://github.com/privatenumber/pkgroll/commit/3316ebe3c31b0208bd9d994705c42229808e0e67">3316ebe</a>)</li> </ul> <h2>v2.21.5</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.21.4...v2.21.5">2.21.5</a> (2026-01-06)</h2> <h3>Bug Fixes</h3> <ul> <li>correct sourcemap line mappings for TypeScript files (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/144">#144</a>) (<a href="https://github.com/privatenumber/pkgroll/commit/f5696a2eee0292fe074cf5c4221cbe9e1e59e217">f5696a2</a>)</li> </ul> <h2>v2.21.4</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.21.3...v2.21.4">2.21.4</a> (2025-11-28)</h2> <h3>Bug Fixes</h3> <ul> <li>dont resolve .js to .ts in external dependency (<a href="https://github.com/privatenumber/pkgroll/commit/03c72830983603769db9dac3cfbd626aaaf98ea2">03c7283</a>), closes <a href="https://redirect.github.com/privatenumber/pkgroll/issues/141">#141</a></li> </ul> <h2>v2.21.3</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.21.2...v2.21.3">2.21.3</a> (2025-11-22)</h2> <h3>Bug Fixes</h3> <ul> <li>resolve implicit external path (<a href="https://github.com/privatenumber/pkgroll/commit/d972431b1abfc2be1af3652298487d31937fd3c5">d972431</a>)</li> </ul> <h2>v2.21.2</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.21.1...v2.21.2">2.21.2</a> (2025-11-22)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/pkgroll/commit/ba9d81cce20d980c460827b803a4cb239ce796b6"><code>ba9d81c</code></a> feat: show import chain in build errors</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/3316ebe3c31b0208bd9d994705c42229808e0e67"><code>3316ebe</code></a> feat: support sourcemaps for .d.ts files</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/84c4156e5cda2e5bde7d4f696342f2b5130235f3"><code>84c4156</code></a> refactor(esbuild): use native Rollup hook filtering</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/f69bfbb9fcbbe2f9dc9d3ed4b4789688576c5a48"><code>f69bfbb</code></a> fix: close bundle result in watch mode to prevent memory leaks</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/323b5a3f529460a136688d8d48a0fbe895e2cd56"><code>323b5a3</code></a> fix: close rollup bundle after build to free resources</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/ec0c849c60c20f0873e115967031a8b279518d67"><code>ec0c849</code></a> fix: add skipSelf to resolve-js-to-ts source resolution</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/bd3d939616cfd75d01f01a73a93272ddea4d9d71"><code>bd3d939</code></a> chore: remove unused <code>@​rollup/plugin-inject</code> dependency</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/72fb5cc13b4a5fd2303c62b9cbe486144aa30a65"><code>72fb5cc</code></a> ci: migrate to npm trusted publishers (OIDC)</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/f5696a2eee0292fe074cf5c4221cbe9e1e59e217"><code>f5696a2</code></a> fix: correct sourcemap line mappings for TypeScript files (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/144">#144</a>)</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/03c72830983603769db9dac3cfbd626aaaf98ea2"><code>03c7283</code></a> fix: dont resolve .js to .ts in external dependency</li> <li>Additional commits viewable in <a href="https://github.com/privatenumber/pkgroll/compare/v2.11.2...v2.23.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for pkgroll since your current version.</p> </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.23.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>
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#732
No description provided.