privacy-tech-lab / privacy-pioneer

Privacy browser extension for analyzing web traffic of visited websites
https://www.privacytechlab.org/
Other
26 stars 1 forks source link

Bump tar and @tensorflow/tfjs-node #578

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps tar to 6.2.1 and updates ancestor dependency @tensorflow/tfjs-node. These dependencies need to be updated together.

Updates tar from 6.1.13 to 6.2.1

Changelog

Sourced from tar's changelog.

Changelog

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

  • 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.

6.1

  • remove dead link to benchmarks (#313) (@​yetzt)
  • add examples/explanation of using tar.t (@​isaacs)
  • ensure close event is emited after stream has ended (@​webark)

... (truncated)

Commits


Updates @tensorflow/tfjs-node from 4.2.0 to 4.20.0

Release notes

Sourced from @​tensorflow/tfjs-node's releases.

tfjs-v4.20.0

Core (4.19.0 ==> 4.20.0)

Misc

Data (4.19.0 ==> 4.20.0)

Misc

Layers (4.19.0 ==> 4.20.0)

Misc

Converter (4.19.0 ==> 4.20.0)

Misc

  • Update lockfiles branch tfjs_4.20.0_lockfiles lock files. (#8296). Thanks, @​dbcp1.
  • Update monorepo to 4.20.0. (#8294). Thanks, @​dbcp1.

Node (4.19.0 ==> 4.20.0)

Misc

Wasm (4.19.0 ==> 4.20.0)

Misc

  • Update lockfiles branch tfjs_4.20.0_lockfiles lock files. (#8296). Thanks, @​dbcp1.
  • Update monorepo to 4.20.0. (#8294). Thanks, @​dbcp1.

Cpu (4.19.0 ==> 4.20.0)

Misc

Webgl (4.19.0 ==> 4.20.0)

Misc

  • Update lockfiles branch tfjs_4.20.0_lockfiles lock files. (#8296). Thanks, @​dbcp1.
  • Update monorepo to 4.20.0. (#8294). Thanks, @​dbcp1.

WebGPU (4.19.0 ==> 4.20.0)

Misc

  • Update lockfiles branch tfjs_4.20.0_lockfiles lock files. (#8296). Thanks, @​dbcp1.

... (truncated)

Commits
  • 8b08ca3 Update lockfiles branch tfjs_4.20.0_lockfiles lock files. (#8296)
  • 6fbac4a Update monorepo to 4.20.0. (#8294)
  • 737b8f1 Update tar package version for tfjs-node & tfjs-node-gpu (#8280)
  • 5092b04 Update installation steps for Windows / Mac OS X for tfjs-node in README.md (...
  • f224f1d Fix for windows installation #7341 (#8122)
  • b004ab6 Update broken link for MacOS Catalina guide in README.md (#8032)
  • 89a0b8f [converter] fixed py import for auto tracking (#7982)
  • f4271a5 [tfjs-node] fixed range issue for int32 tensor with size larger than 2 ^ 24 (...
  • 93e9af4 Build node addon before running tests (#7884)
  • 983dc16 Update TypeScript to 5.0.4 (#7681)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by delhibabu, a new releaser for @​tensorflow/tfjs-node 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 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 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/privacy-tech-lab/privacy-pioneer/network/alerts).