[PR #648] [CLOSED] Bump pkgroll from 2.11.2 to 2.20.0 #652

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

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/648
Author: @dependabot[bot]
Created: 10/20/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/pkgroll-2.20.0


📝 Commits (1)

  • 94236df Bump pkgroll from 2.11.2 to 2.20.0

📊 Changes

1 file changed (+322 additions, -658 deletions)

View changed files

📝 package-lock.json (+322 -658)

📄 Description

Bumps pkgroll from 2.11.2 to 2.20.0.

Release notes

Sourced from pkgroll's releases.

v2.20.0

2.20.0 (2025-10-17)

Features

  • support imports map in package.json (c37a382)

v2.19.0

2.19.0 (2025-10-15)

Features

v2.18.1

2.18.1 (2025-10-12)

Bug Fixes

  • supporting building packages with many dts files (55b314c)

v2.18.0

2.18.0 (2025-10-07)

Features

  • support wildcard in package.json#exports (2103d25)

v2.17.0

2.17.0 (2025-10-02)

Features

v2.16.0

2.16.0 (2025-10-02)

Features

v2.15.4

2.15.4 (2025-09-04)

... (truncated)

Commits
  • c37a382 feat: support imports map in package.json
  • 72f39d8 feat: support pnpm's package.yaml (#132)
  • aacff1c ci(github-actions): update github-actions to v5 (major) (#16)
  • 9274546 chore(deps): update dependency type-fest to v5 (#14)
  • 55b314c fix: supporting building packages with many dts files
  • be4411d chore(deps): update node.js to v22 (#15)
  • 5caee39 ci: used shared renovate config
  • 341849a ci(github-actions): pin dependencies
  • 2506fd2 ci: setup renovate
  • 2103d25 feat: support wildcard in package.json#exports
  • 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/648 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/pkgroll-2.20.0` --- ### 📝 Commits (1) - [`94236df`](https://github.com/jehna/humanify/commit/94236dfd99fb337a7a37d6e01f6bb02980b95350) Bump pkgroll from 2.11.2 to 2.20.0 ### 📊 Changes **1 file changed** (+322 additions, -658 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+322 -658) </details> ### 📄 Description Bumps [pkgroll](https://github.com/privatenumber/pkgroll) from 2.11.2 to 2.20.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.20.0</h2> <h1><a href="https://github.com/privatenumber/pkgroll/compare/v2.19.0...v2.20.0">2.20.0</a> (2025-10-17)</h1> <h3>Features</h3> <ul> <li>support <code>imports</code> map in <code>package.json</code> (<a href="https://github.com/privatenumber/pkgroll/commit/c37a382c6c0d0a03eeea642eac349fea696d8fa7">c37a382</a>)</li> </ul> <h2>v2.19.0</h2> <h1><a href="https://github.com/privatenumber/pkgroll/compare/v2.18.1...v2.19.0">2.19.0</a> (2025-10-15)</h1> <h3>Features</h3> <ul> <li>support pnpm's package.yaml (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/132">#132</a>) (<a href="https://github.com/privatenumber/pkgroll/commit/72f39d8b623e2fab0b0845229ab6ae5f3f05b39f">72f39d8</a>)</li> </ul> <h2>v2.18.1</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.18.0...v2.18.1">2.18.1</a> (2025-10-12)</h2> <h3>Bug Fixes</h3> <ul> <li>supporting building packages with many dts files (<a href="https://github.com/privatenumber/pkgroll/commit/55b314cf23a5b5a7a77cea34e76835e6358f1ae2">55b314c</a>)</li> </ul> <h2>v2.18.0</h2> <h1><a href="https://github.com/privatenumber/pkgroll/compare/v2.17.0...v2.18.0">2.18.0</a> (2025-10-07)</h1> <h3>Features</h3> <ul> <li>support wildcard in <code>package.json#exports</code> (<a href="https://github.com/privatenumber/pkgroll/commit/2103d25c32a64faf4cdca6bb75491243b12ddc33">2103d25</a>)</li> </ul> <h2>v2.17.0</h2> <h1><a href="https://github.com/privatenumber/pkgroll/compare/v2.16.0...v2.17.0">2.17.0</a> (2025-10-02)</h1> <h3>Features</h3> <ul> <li>support native <code>.node</code> bundling (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/68">#68</a>) (<a href="https://github.com/privatenumber/pkgroll/commit/e901abdefc62eda487a30de9202d0077d03e40f4">e901abd</a>)</li> </ul> <h2>v2.16.0</h2> <h1><a href="https://github.com/privatenumber/pkgroll/compare/v2.15.4...v2.16.0">2.16.0</a> (2025-10-02)</h1> <h3>Features</h3> <ul> <li>add <code>--define</code> flag (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/128">#128</a>) (<a href="https://github.com/privatenumber/pkgroll/commit/cdccbbca5cc05bbf9a96c9f72f1f4ec598bf0598">cdccbbc</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/pkgroll/commit/c37a382c6c0d0a03eeea642eac349fea696d8fa7"><code>c37a382</code></a> feat: support <code>imports</code> map in <code>package.json</code></li> <li><a href="https://github.com/privatenumber/pkgroll/commit/72f39d8b623e2fab0b0845229ab6ae5f3f05b39f"><code>72f39d8</code></a> feat: support pnpm's package.yaml (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/132">#132</a>)</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/aacff1c348de17159131db2fbb350bcfda4da7a6"><code>aacff1c</code></a> ci(github-actions): update github-actions to v5 (major) (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/16">#16</a>)</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/9274546b6406d1fac70b4e1d99559bed6ea7f764"><code>9274546</code></a> chore(deps): update dependency type-fest to v5 (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/14">#14</a>)</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/55b314cf23a5b5a7a77cea34e76835e6358f1ae2"><code>55b314c</code></a> fix: supporting building packages with many dts files</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/be4411d9e9ba4f151cb2a72a160f09cbcb695953"><code>be4411d</code></a> chore(deps): update node.js to v22 (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/15">#15</a>)</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/5caee3912039c0c2e17e95d522830d58d20091d3"><code>5caee39</code></a> ci: used shared renovate config</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/341849a7fe6e937585f1bcc032d6eef4a3f09c7d"><code>341849a</code></a> ci(github-actions): pin dependencies</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/2506fd26c1aed79de3ae047b0f905b7476ed83bd"><code>2506fd2</code></a> ci: setup renovate</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/2103d25c32a64faf4cdca6bb75491243b12ddc33"><code>2103d25</code></a> feat: support wildcard in <code>package.json#exports</code></li> <li>Additional commits viewable in <a href="https://github.com/privatenumber/pkgroll/compare/v2.11.2...v2.20.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.20.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:31 +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#652
No description provided.