Skip to content

build(deps): bump tar and fantasticon#448

Merged
rzhao271 merged 1 commit intomainfrom
dependabot/npm_and_yarn/multi-64fb13cbd3
Mar 12, 2026
Merged

build(deps): bump tar and fantasticon#448
rzhao271 merged 1 commit intomainfrom
dependabot/npm_and_yarn/multi-64fb13cbd3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps tar to 7.5.11 and updates ancestor dependency fantasticon. These dependencies need to be updated together.

Updates tar from 6.2.1 to 7.5.11

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 fantasticon from 1.2.3 to 4.1.0

Release notes

Sourced from fantasticon's releases.

v4.1.0

4.1.0 (2026-01-04)

Features

  • sass: Merge pull request #610 from tancredi/feature/601-sass-map-get-is-deprecated (62fd2d1)

v4.0.1

4.0.1 (2026-01-04)

Bug Fixes

  • package: Fix missing dist files in published package (69433bd)

v4.0.0

4.0.0 (2026-01-04)

  • BREAKING CHANGE: Merge pull request #604 from tancredi/dual-esm-build (52b3acf)

BREAKING CHANGES

  • Dual ESM / CJS build, upgrade all dependencies and migrate Jest to Vitest

v3.0.0

3.0.0 (2024-03-31)

  • Merge pull request #539 from tancredi/support-readme (0907f1a), closes #539

BREAKING CHANGES

  • Add support note in the readme

v2.0.0

2.0.0 (2022-11-18)

Features

BREAKING CHANGES

  • Dependencies upgraded
Commits
  • 62fd2d1 feat(sass): Merge pull request #610 from tancredi/feature/601-sass-map-get-is...
  • 903288e Fix sass by inlining urls
  • 103af12 Merge branch 'master' of github.com:tancredi/fantasticon into feature/601-sas...
  • 69433bd fix(package): Fix missing dist files in published package
  • 5fc9a89 Semantic release bump
  • 2ebdb13 Merge pull request #608 from tancredi/readme-update
  • 0ddfad0 Readme update
  • 64bb564 Merge pull request #607 from tancredi/fix-npm-files
  • 5d8e567 Fix included npm files
  • 5c8b9be Merge pull request #606 from tancredi/use-oidc-for-release
  • 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 fantasticon since your current version.


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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 10, 2026
@rzhao271
Copy link
Copy Markdown
Contributor

@copilot fix new build errors related to the fantasticon bump

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 12, 2026

@rzhao271 I've opened a new pull request, #450, to work on those changes. Once the pull request is ready, I'll request review from you.

@rzhao271
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@rzhao271
Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-64fb13cbd3 branch from 29ef732 to f9a7710 Compare March 12, 2026 17:34
@rzhao271
Copy link
Copy Markdown
Contributor

@dependabot rebase

@rzhao271 rzhao271 added this to the 1.112.0 milestone Mar 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@rzhao271
Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.11 and updates ancestor dependency [fantasticon](https://github.com/tancredi/fantasticon). These dependencies need to be updated together.


Updates `tar` from 6.2.1 to 7.5.11
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.2.1...v7.5.11)

Updates `fantasticon` from 1.2.3 to 4.1.0
- [Release notes](https://github.com/tancredi/fantasticon/releases)
- [Commits](tancredi/fantasticon@v1.2.3...v4.1.0)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.11
  dependency-type: indirect
- dependency-name: fantasticon
  dependency-version: 4.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-64fb13cbd3 branch from 43e32c1 to 53f443e Compare March 12, 2026 18:32
@rzhao271 rzhao271 merged commit f19adc2 into main Mar 12, 2026
5 checks passed
@rzhao271 rzhao271 deleted the dependabot/npm_and_yarn/multi-64fb13cbd3 branch March 12, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants