[PR #27] [MERGED] chore(deps): bump tar and @iconify/tools in /frontend #152

Closed
opened 2026-03-13 17:20:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adminsyspro/proxcenter-ui/pull/27
Author: @dependabot[bot]
Created: 2/19/2026
Status: Merged
Merged: 2/19/2026
Merged by: @adminsyspro

Base: mainHead: dependabot/npm_and_yarn/frontend/multi-e0a3b4dcc7


📝 Commits (1)

  • b367dd1 chore(deps): bump tar and @iconify/tools in /frontend

📊 Changes

3 files changed (+160 additions, -524 deletions)

View changed files

📝 frontend/package-lock.json (+97 -340)
📝 frontend/package.json (+1 -1)
📝 frontend/pnpm-lock.yaml (+62 -183)

📄 Description

Bumps tar to 7.5.9 and updates ancestor dependency @iconify/tools. These dependencies need to be updated together.

Updates tar from 6.2.1 to 7.5.9

Changelog

Sourced from tar's changelog.

Changelog

7.5

  • Added zstd compression support.
  • Consistent TOCTOU behavior in sync t.list
  • Only read from ustar block if not specified in Pax
  • Fix sync tar.list when file size reduces while reading
  • Sanitize absolute linkpaths properly
  • Prevent writing hardlink entries to the archive ahead of their file target

7.4

  • Deprecate onentry in favor of onReadEntry for clarity.

7.3

  • Add onWriteEntry option

7.2

  • DRY the command definitions into a single makeCommand method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions of write() and end() methods on Unpack and Parser classes to be compatible with the NodeJS.WritableStream type in the latest versions of @types/node.

7.0

  • Drop support for node <18
  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for tar since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @iconify/tools from 4.1.4 to 4.2.0

Commits
  • 8416b65 chore: publish update
  • bf470c7 chore: update more dependencies
  • 56b7b78 chore: new unbuild crashes, do not update
  • 7d51ce4 chore: migrate to latest eslint
  • d564305 chore: update jest
  • bfc3893 chore: update eslint, fix lint errors
  • cbb474a chore: update few major dependencies
  • 79ac664 chore: update more dependencies
  • c468d9e chore: update few dependencies
  • 9d75e3c chore: add build script to doc-samples demo
  • Additional commits viewable in compare view

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 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/adminsyspro/proxcenter-ui/pull/27 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/19/2026 **Status:** ✅ Merged **Merged:** 2/19/2026 **Merged by:** [@adminsyspro](https://github.com/adminsyspro) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/frontend/multi-e0a3b4dcc7` --- ### 📝 Commits (1) - [`b367dd1`](https://github.com/adminsyspro/proxcenter-ui/commit/b367dd15f989d72ddf3a33b2ff332b7d24d36644) chore(deps): bump tar and @iconify/tools in /frontend ### 📊 Changes **3 files changed** (+160 additions, -524 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package-lock.json` (+97 -340) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+62 -183) </details> ### 📄 Description Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.9 and updates ancestor dependency [@iconify/tools](https://github.com/iconify/tools). These dependencies need to be updated together. Updates `tar` from 6.2.1 to 7.5.9 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md">tar's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>7.5</h2> <ul> <li>Added <code>zstd</code> compression support.</li> <li>Consistent TOCTOU behavior in sync t.list</li> <li>Only read from ustar block if not specified in Pax</li> <li>Fix sync tar.list when file size reduces while reading</li> <li>Sanitize absolute linkpaths properly</li> <li>Prevent writing hardlink entries to the archive ahead of their file target</li> </ul> <h2>7.4</h2> <ul> <li>Deprecate <code>onentry</code> in favor of <code>onReadEntry</code> for clarity.</li> </ul> <h2>7.3</h2> <ul> <li>Add <code>onWriteEntry</code> option</li> </ul> <h2>7.2</h2> <ul> <li>DRY the command definitions into a single <code>makeCommand</code> method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.</li> </ul> <h2>7.1</h2> <ul> <li>Update minipass to v7.1.0</li> <li>Update the type definitions of <code>write()</code> and <code>end()</code> methods on <code>Unpack</code> and <code>Parser</code> classes to be compatible with the NodeJS.WritableStream type in the latest versions of <code>@types/node</code>.</li> </ul> <h2>7.0</h2> <ul> <li>Drop support for node &lt;18</li> <li>Rewrite in TypeScript, provide ESM and CommonJS hybrid interface</li> <li>Add tree-shake friendly exports, like <code>import('tar/create')</code> and <code>import('tar/read-entry')</code> to get individual functions or classes.</li> <li>Add <code>chmod</code> option that defaults to false, and deprecate <code>noChmod</code>. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.</li> <li>Add <code>processUmask</code> option to avoid having to call <code>process.umask()</code> when <code>chmod: true</code> (or <code>noChmod: false</code>) is set.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-tar/commit/1f0c2c9006b10199cf2686f8ef43e79a1773e1aa"><code>1f0c2c9</code></a> 7.5.9</li> <li><a href="https://github.com/isaacs/node-tar/commit/fbb08518bf290733b68ca4d4135f75becf73fd75"><code>fbb0851</code></a> build minified version as default export</li> <li><a href="https://github.com/isaacs/node-tar/commit/6b8eba0ef367ac937e703238daa6df94ae6f823f"><code>6b8eba0</code></a> 7.5.8</li> <li><a href="https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384"><code>2cb1120</code></a> fix(unpack): improve UnpackSync symlink error &quot;into&quot; path accuracy</li> <li><a href="https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f"><code>d18e4e1</code></a> fix: do not write linkpaths through symlinks</li> <li><a href="https://github.com/isaacs/node-tar/commit/4a37eb9a1cf1137df4eb70c5c7f849f412ff3cdb"><code>4a37eb9</code></a> 7.5.7</li> <li><a href="https://github.com/isaacs/node-tar/commit/f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46"><code>f4a7aa9</code></a> fix: properly sanitize hard links containing ..</li> <li><a href="https://github.com/isaacs/node-tar/commit/394ece6ad8d81742a4e4058af227c616cd947a25"><code>394ece6</code></a> 7.5.6</li> <li><a href="https://github.com/isaacs/node-tar/commit/7d4cc17c76f6bd11dcd83de47187dc6dff206eee"><code>7d4cc17</code></a> fix race puting a Link ahead of its target File</li> <li><a href="https://github.com/isaacs/node-tar/commit/26ab90474e642cf00d84a05bcdc2eaf2a19f1581"><code>26ab904</code></a> 7.5.5</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.9">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~isaacs">isaacs</a>, a new releaser for tar since your current version.</p> </details> <details> <summary>Install script changes</summary> <p>This version adds <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> Updates `@iconify/tools` from 4.1.4 to 4.2.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iconify/tools/commit/8416b65c01dc6444329abb12e0e300ef9ba282dd"><code>8416b65</code></a> chore: publish update</li> <li><a href="https://github.com/iconify/tools/commit/bf470c7cfd2edac2072ae5271781d11115164a6b"><code>bf470c7</code></a> chore: update more dependencies</li> <li><a href="https://github.com/iconify/tools/commit/56b7b78f942a2d31e820229aa8fc7b933b4e8ac2"><code>56b7b78</code></a> chore: new unbuild crashes, do not update</li> <li><a href="https://github.com/iconify/tools/commit/7d51ce4eae71b7b12b8db397d61070871224f3cf"><code>7d51ce4</code></a> chore: migrate to latest eslint</li> <li><a href="https://github.com/iconify/tools/commit/d564305ff53e19cd6841bffbf1a561924f550d6c"><code>d564305</code></a> chore: update jest</li> <li><a href="https://github.com/iconify/tools/commit/bfc3893e33065215d19acf0cd0506bebd83d0a14"><code>bfc3893</code></a> chore: update eslint, fix lint errors</li> <li><a href="https://github.com/iconify/tools/commit/cbb474abb190241a4358ca68eacfed0875d473a8"><code>cbb474a</code></a> chore: update few major dependencies</li> <li><a href="https://github.com/iconify/tools/commit/79ac66421c5b2624ec673f1c7292139d10509343"><code>79ac664</code></a> chore: update more dependencies</li> <li><a href="https://github.com/iconify/tools/commit/c468d9ebff270b5b511e1f958e8c6873daeb1444"><code>c468d9e</code></a> chore: update few dependencies</li> <li><a href="https://github.com/iconify/tools/commit/9d75e3c5c77f975fe466f955afd5cf60be696f82"><code>9d75e3c</code></a> chore: add build script to doc-samples demo</li> <li>Additional commits viewable in <a href="https://github.com/iconify/tools/compare/4.1.4...4.2.0">compare view</a></li> </ul> </details> <br /> 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/adminsyspro/proxcenter-ui/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 17:20:19 +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/proxcenter-ui#152
No description provided.