Bump tar and lerna
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(3 months ago)
(3 months ago)
(3 months ago)
dependencies javascript
Bumps tar to 7.5.11 and updates ancestor dependency lerna. 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
zstdcompression 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
onentryin favor ofonReadEntryfor clarity.7.3
- Add
onWriteEntryoption7.2
- DRY the command definitions into a single
makeCommandmethod, 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()andend()methods onUnpackandParserclasses 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')andimport('tar/read-entry')to get individual functions or classes.- Add
chmodoption that defaults to false, and deprecatenoChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.- Add
processUmaskoption to avoid having to callprocess.umask()whenchmod: true(ornoChmod: false) is set.
... (truncated)
Commits
bf776f67.5.11f48b5faprevent escaping symlinks with drive-relative paths97cff15docs: more security info2b72abc7.5.107bc755dparse root off paths before sanitizing .. partsc8cb846update deps1f0c2c97.5.9fbb0851build minified version as default export6b8eba07.5.82cb1120fix(unpack): improve UnpackSync symlink error "into" path accuracy- Additional commits viewable in compare view
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 lerna from 8.2.4 to 9.0.6
Release notes
Sourced from lerna's releases.
v9.0.6
9.0.6 (2026-03-11)
Bug Fixes
- deps: add missing ci-info dependency (#4263) (b768187)
- deps: bump tar from 7.5.8 to 7.5.11 (#4296) (7a69a57)
v9.0.5
9.0.5 (2026-02-28)
Bug Fixes
v9.0.4
9.0.4 (2026-02-10)
Bug Fixes
v9.0.3
9.0.3 (2025-11-27)
Bumped some dependencies to reduce audit warning noise.
NOTE:
9.0.2does not exist because of a failed releasev9.0.1
9.0.1 (2025-11-14)
Bug Fixes
v9.0.0
9.0.0 (2025-09-23)
Bug Fixes
Features
- support OIDC trusted publishing (d51e344)
... (truncated)
Changelog
Sourced from lerna's changelog.
9.0.6 (2026-03-11)
Bug Fixes
- deps: add missing ci-info dependency (#4263) (b768187)
- deps: bump tar from 7.5.8 to 7.5.11 (#4296) (7a69a57)
9.0.5 (2026-02-28)
Bug Fixes
9.0.4 (2026-02-10)
Bug Fixes
9.0.3 (2025-11-27)
Note: Version bump only for package lerna
9.0.2 (2025-11-27)
Note: Version bump only for package lerna
9.0.1 (2025-11-14)
Bug Fixes
9.0.0 (2025-09-23)
Bug Fixes
Features
- support OIDC trusted publishing (d51e344)
OIDC trusted publishing is now supported by Lerna with no specification configuration required.
- A new guide has been added: https://lerna.js.org/docs/recipes/oidc-trusted-publishing
- A fully working example repo has been set up here https://github.com/JamesHenry/lerna-v9-oidc-publishing-example
BREAKING CHANGES
... (truncated)
Commits
bb30d88chore(misc): publish 9.0.6c15070brefactor(create): consolidate@lerna/createinto the main lerna package (#4300)7a69a57fix(deps): bump tar from 7.5.8 to 7.5.11 (#4296)b768187fix(deps): add missing ci-info dependency (#4263)85b9d95chore(misc): publish 9.0.52e3f99efix: bump minimatch from 3.0.5 to 3.1.4 (#4285)bdffd1dfix: bump tar from 7.5.7 to 7.5.8 (#4273)5f3669cchore(misc): publish 9.0.443e3d46fix: bump tar to 7.5.7, rimraf to 6.1.2,@npmcli/run-scriptto 10.0.3 (#4267)215ff00chore(misc): publish 9.0.3- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Technical Details
| ID: | 14572028 |
| UUID: | 4061433221 |
| Node ID: | PR_kwDOKiXBUc7J34OJ |
| Host: | GitHub |
| Repository: | corbado/javascript |