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
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.
6.2
Add support for brotli compression
Add maxDepth option to prevent extraction into excessively
deep folders.
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the npm group with 5 updates in the / directory:
10.4.1
10.4.3
5.0.7
5.0.8
7.2.0
7.4.0
9.4.0
9.6.0
10.4.0
10.6.0
Updates
glob
from 10.4.1 to 10.4.3Commits
c14b787
10.4.38a69def
node 14 no longer supportedeef7ea3
10.4.2c76a7d2
use package-json-from-dist to look up package.jsonUpdates
rimraf
from 5.0.7 to 5.0.8Commits
0d83c12
5.0.888e632b
drop eol node 14f8c4b20
DOC: missing punctuation & some grammar fixes (#307)dc3ffe5
update tap, tshy, drop node 16 from ciUpdates
tar
from 7.2.0 to 7.4.0Changelog
Sourced from tar's changelog.
... (truncated)
Commits
02b2687
7.4.05c1113b
s/onentry/onReadEntry/g for clarity, deprecate old name556a13c
7.3.061b9789
add onWriteEntry methodee87da2
use a lockfile, add tsconfigs to gitUpdates
eslint
from 9.4.0 to 9.6.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
473d1bb
9.6.0f435566
Build: changelog update for 9.6.0b15ee30
chore: upgrade@eslint/js
@9
.6.0 (#18632)d655503
chore: package.json update for@eslint/js
release1613e2e
fix: Allow escaping characters in config patterns on Windows (#18628)13dbecd
docs: Limit search to just docs (#18627)7c78ad9
refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625)e2b16e2
feat: Implement feature flags (#18516)69ff64e
refactor: Return value of applyInlineConfig() (#18623)375227f
docs: Update getting-started.md - add pnpm to init eslint config (#18599)Updates
mocha
from 10.4.0 to 10.6.0Release notes
Sourced from mocha's releases.
Changelog
Sourced from mocha's changelog.
Commits
177732f
Release 10.6.0021aa80
docs: add 10.6.0 to CHANGELOG.md528836e
docs: fix month numbers in CHANGELOG.mdbb8d7b9
feat: allow ^ versions for miscellaneous packages (#5154)514b83f
feat: allow ^ versions for data serialization packages (#5153)be82606
feat: allow ^ versions for file matching packages (#5151)71e9fba
feat: allow ^ versions for yargs packages (#5152)38695da
feat: allow ^ versions for character encoding packages (#5150)b2a6358
Release 10.5.2a3bb86d
docs: add 10.5.2 to CHANGELOG.mdDependabot 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