Bump tar and sqlite3
Bumps tar to 6.2.1 and updates ancestor dependency sqlite3. These dependencies need to be updated together.
Updates tar from 4.4.19 to 6.2.1
Release notes
Sourced from tar's releases.
v6.1.13
6.1.13 (2022-12-07)
Dependencies
v6.1.12
6.1.12 (2022-10-31)
Bug Fixes
57493ee#332 ensuring close event is emited after stream has ended (@webark)b003c64#314 replace deprecated String.prototype.substr() (#314) (@CommanderRoot,@lukekarrys)Documentation
Changelog
Sourced from tar's changelog.
Changelog
6.2
- Add support for brotli compression
6.1.13 (2022-12-07)
Dependencies
6.1.12 (2022-10-31)
Bug Fixes
57493ee#332 ensuring close event is emited after stream has ended (@webark)b003c64#314 replace deprecated String.prototype.substr() (#314) (@CommanderRoot,@lukekarrys)Documentation
f129929#313 remove dead link to benchmarks (#313) (@yetzt)c1faa9fadd examples/explanation of using tar.t (@isaacs)6.0
- Drop support for node 6 and 8
- fix symlinks and hardlinks on windows being packed with
\-style path targets5.0
- Address unpack race conditions using path reservations
- Change large-numbers errors from TypeError to Error
- Add
TAR_*error codes- Raise
TAR_BAD_ARCHIVEwarning/error when there are no valid entries found in an archive- do not treat ignored entries as an invalid archive
- drop support for node v4
- unpack: conditionally use a file mapping to write files on Windows
- Set more portable 'mode' value in portable mode
- Set
portablegzip option in portable mode4.4
- Add 'mtime' option to tar creation to force mtime
- unpack: only reuse file fs entries if nlink = 1
- unpack: rename before unlinking files on Windows
- Fix encoding/decoding of base-256 numbers
- Use
statinstead oflstatwhen checking CWD
... (truncated)
Commits
bef7b1e6.2.1fe8cd57prevent extraction in excessively deep subfoldersfe7ebfdremove security.md5bc9d406.2.0fe1ef5echangelog 6.2e483220get rid of npm lint stuff689928aci that works outside of npm orgdb6f539file inference improvements for .tbr and .tgz336fa8frefactor: dry and other pr commentseeba222chore: lint fixes- Additional commits viewable in compare view
Updates sqlite3 from 4.2.0 to 5.1.7
Release notes
Sourced from sqlite3's releases.
v5.1.7
What's Changed
- Updated bundled SQLite to v3.44.2 by
@daniellockyer- Replaced
@mapbox/node-pre-gypwithprebuild+prebuild-install(https://github.com/TryGhost/node-sqlite3/commit/605c7f981abbcf980cb44f54abba285de9a69a23) by@daniellockyer
- this should fix a lot of bundling issues reported by the community
- Improved
RowToJSperformance by removingNapi::String::Newinstantiation by@daniellockyer- Various minor code refactors and improvements (thanks
@zenon8adams!)New Contributors
@zenon8adamsmade their first contribution in TryGhost/node-sqlite3#1701Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7
v5.1.7-rc.0
Please install
v5.1.7instead.Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7-rc.0
v5.1.6
What's Changed
- Fixed glibc compatibility by hardcoding lower version for
log2by@daniellockyer- Add generic type annotations for Statement and Database get/all/each methods callback rows by
@stevescruzin TryGhost/node-sqlite3#1686New Contributors
@stevescruzmade their first contribution in TryGhost/node-sqlite3#1686Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.5...v5.1.6
v5.1.5
What's Changed
- 🔒 Fixed code execution vulnerability due to Object coercion by
@daniellockyer- Updated bundled SQLite to v3.41.1 by
@daniellockyer- Fixed rpath linker option when using a custom sqlite by
@jeromewin TryGhost/node-sqlite3#1654Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.4...v5.1.5
v5.1.4
What's Changed
- Fixed glibc compatibility by downgrading CI to Ubuntu 20 by
@daniellockyerin TryGhost/node-sqlite3#1664Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.3...v5.1.4
v5.1.3
What's Changed
... (truncated)
Commits
ba4ba07v5.1.7d04c1fbRemoved Node version from matrix title03d6e75v5.1.7-rc.08398daaFixed uploading assets from Docker8b86e41Fixed uploading release assets on Windows83c8c0aConfigured releases to be created as prereleasesf792f69Update dependency node-addon-api to v74ef11bfRemoved extraneous parameter to event emit functione99160aInlinedinit()functions into class header files3372130ImprovedRowToJSperformance by removingNapi::String::Newinstantiation- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by daniellockyer, a new releaser for sqlite3 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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.