[PR #520] [CLOSED] Bump pkgroll from 2.11.2 to 2.14.0 #533

Closed
opened 2026-03-03 13:54:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/pkgroll-2.14.0


📝 Commits (1)

  • 425d7de Bump pkgroll from 2.11.2 to 2.14.0

📊 Changes

1 file changed (+232 additions, -689 deletions)

View changed files

📝 package-lock.json (+232 -689)

📄 Description

Bumps pkgroll from 2.11.2 to 2.14.0.

Release notes

Sourced from pkgroll's releases.

v2.14.0

2.14.0 (2025-07-07)

Bug Fixes

  • dts: account for duplicate input file names (ccfeb83)

Features

  • cleaner watch mode timestamp (570fcf2)
  • srcdist flag for multiple src and dist directories (#7) (affa309)

v2.13.1

2.13.1 (2025-06-16)

Bug Fixes

  • only emit type warnings when types are built (033acff), closes #70
  • warn & ignore unsupported extensions (d03faa9)

v2.13.0

2.13.0 (2025-06-16)

Features

v2.12.2

2.12.2 (2025-04-24)

Bug Fixes

  • emit error when source files are missing/mismatched (#122) (5a73adf)

v2.12.1

2.12.1 (2025-03-28)

Bug Fixes

v2.12.0

2.12.0 (2025-03-28)

... (truncated)

Commits
  • 73d05e5 refactor: remove unused platform analysis
  • affa309 feat: srcdist flag for multiple src and dist directories (#7)
  • 89ea65e refactor: entry points (#6)
  • 552c0d5 refactor: move env logic inside pkg config
  • 28bd726 refactor: check first path character without function
  • 7ea79c7 test: enforce package.json types
  • 5a3a2bc chore: force module mode in tsconfig
  • ccfeb83 fix(dts): account for duplicate input file names
  • b8588f8 refactor: rename resolve-ts-to-js plugin
  • c325447 test: ensure directory import is possible with dts
  • 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/520 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/pkgroll-2.14.0` --- ### 📝 Commits (1) - [`425d7de`](https://github.com/jehna/humanify/commit/425d7de1fb00c5b8c1560f104e0a7b433002b254) Bump pkgroll from 2.11.2 to 2.14.0 ### 📊 Changes **1 file changed** (+232 additions, -689 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+232 -689) </details> ### 📄 Description Bumps [pkgroll](https://github.com/privatenumber/pkgroll) from 2.11.2 to 2.14.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.14.0</h2> <h1><a href="https://github.com/privatenumber/pkgroll/compare/v2.13.1...v2.14.0">2.14.0</a> (2025-07-07)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>dts:</strong> account for duplicate input file names (<a href="https://github.com/privatenumber/pkgroll/commit/ccfeb8345c976c9f97c04f45e85337097492045c">ccfeb83</a>)</li> </ul> <h3>Features</h3> <ul> <li>cleaner watch mode timestamp (<a href="https://github.com/privatenumber/pkgroll/commit/570fcf2437c1947edbe3b2a57ee955f79ca38bde">570fcf2</a>)</li> <li>srcdist flag for multiple src and dist directories (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/7">#7</a>) (<a href="https://github.com/privatenumber/pkgroll/commit/affa3093302d8be9ba2e785bcc17a47a72b41af3">affa309</a>)</li> </ul> <h2>v2.13.1</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.13.0...v2.13.1">2.13.1</a> (2025-06-16)</h2> <h3>Bug Fixes</h3> <ul> <li>only emit type warnings when types are built (<a href="https://github.com/privatenumber/pkgroll/commit/033acfffb145cdb5c7060d9dc6d49d7594d3a640">033acff</a>), closes <a href="https://redirect.github.com/privatenumber/pkgroll/issues/70">#70</a></li> <li>warn &amp; ignore unsupported extensions (<a href="https://github.com/privatenumber/pkgroll/commit/d03faa95b3b032cde45abdc7235899aa7cbfc023">d03faa9</a>)</li> </ul> <h2>v2.13.0</h2> <h1><a href="https://github.com/privatenumber/pkgroll/compare/v2.12.2...v2.13.0">2.13.0</a> (2025-06-16)</h1> <h3>Features</h3> <ul> <li>upgrade dependencies (<a href="https://github.com/privatenumber/pkgroll/commit/e386809a2cdf8ac221a681d006c512f64817ffeb">e386809</a>)</li> </ul> <h2>v2.12.2</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.12.1...v2.12.2">2.12.2</a> (2025-04-24)</h2> <h3>Bug Fixes</h3> <ul> <li>emit error when source files are missing/mismatched (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/122">#122</a>) (<a href="https://github.com/privatenumber/pkgroll/commit/5a73adfa1f29ada16ec60f4a757a9ea98fe84fea">5a73adf</a>)</li> </ul> <h2>v2.12.1</h2> <h2><a href="https://github.com/privatenumber/pkgroll/compare/v2.12.0...v2.12.1">2.12.1</a> (2025-03-28)</h2> <h3>Bug Fixes</h3> <ul> <li>upgrade esbuild to 0.25 (<a href="https://github.com/privatenumber/pkgroll/commit/d59250178bc3b9908102706200257944efa9834a">d592501</a>), closes <a href="https://redirect.github.com/privatenumber/pkgroll/issues/116">#116</a></li> </ul> <h2>v2.12.0</h2> <h1><a href="https://github.com/privatenumber/pkgroll/compare/v2.11.2...v2.12.0">2.12.0</a> (2025-03-28)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/pkgroll/commit/73d05e560b0b1e21d8073d609e7185900b28607c"><code>73d05e5</code></a> refactor: remove unused platform analysis</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/affa3093302d8be9ba2e785bcc17a47a72b41af3"><code>affa309</code></a> feat: srcdist flag for multiple src and dist directories (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/7">#7</a>)</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/89ea65e08d55f6d3834713f480630de537a0ddf2"><code>89ea65e</code></a> refactor: entry points (<a href="https://redirect.github.com/privatenumber/pkgroll/issues/6">#6</a>)</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/552c0d5dba069caebf3d99d55d8a23cfa4e57eca"><code>552c0d5</code></a> refactor: move env logic inside pkg config</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/28bd72641c938aa882beab126babe43728abb209"><code>28bd726</code></a> refactor: check first path character without function</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/7ea79c7981db569696d2d93cf27d63c9cff96774"><code>7ea79c7</code></a> test: enforce package.json types</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/5a3a2bc1107ffb376daac3ebbe880dc2da4e4164"><code>5a3a2bc</code></a> chore: force module mode in tsconfig</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/ccfeb8345c976c9f97c04f45e85337097492045c"><code>ccfeb83</code></a> fix(dts): account for duplicate input file names</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/b8588f805cea80e22db58cbc939642ef44077f84"><code>b8588f8</code></a> refactor: rename resolve-ts-to-js plugin</li> <li><a href="https://github.com/privatenumber/pkgroll/commit/c325447fc32ab0befaf628565dfee929414df134"><code>c325447</code></a> test: ensure directory import is possible with dts</li> <li>Additional commits viewable in <a href="https://github.com/privatenumber/pkgroll/compare/v2.11.2...v2.14.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.14.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:54:59 +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#533
No description provided.