Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tar and @tensorflow/tfjs-node #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

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.15 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.10.0 to 4.21.0

Release notes

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

tfjs-v4.21.0

Core (4.20.0 ==> 4.21.0)

Misc

Data (4.20.0 ==> 4.21.0)

Misc

Layers (4.20.0 ==> 4.21.0)

Features

Misc

  • Update monorepo to 4.21.0. (#8371). Thanks, @​dbcp1.
  • Fix iOS nightly device deprecated by updating device (#8348).

Converter (4.20.0 ==> 4.21.0)

Bug fixes

  • Quote props of DataType enum to prevent name mangling (#8361).

Misc

Node (4.20.0 ==> 4.21.0)

Misc

  • Update lockfiles branch tfjs_4.21.0_lockfiles lock files. (#8372). Thanks, @​dbcp1.
  • Update monorepo to 4.21.0. (#8371). Thanks, @​dbcp1.

Wasm (4.20.0 ==> 4.21.0)

Misc

  • Update lockfiles branch tfjs_4.21.0_lockfiles lock files. (#8372). Thanks, @​dbcp1.
  • Update monorepo to 4.21.0. (#8371). Thanks, @​dbcp1.

Cpu (4.20.0 ==> 4.21.0)

Misc

Webgl (4.20.0 ==> 4.21.0)

Misc

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

... (truncated)

Commits
  • 8fcd129 Update lockfiles branch tfjs_4.21.0_lockfiles lock files. (#8372)
  • 0a67ebd Update monorepo to 4.21.0. (#8371)
  • 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 (...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by delhibabu, a new releaser for @​tensorflow/tfjs-node since your current version.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@tensorflow/tfjs-node [>= 4.a, < 5]

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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 <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 Sep 16, 2024
Bumps [tar](https://github.com/isaacs/node-tar) to 6.2.1 and updates ancestor dependency [@tensorflow/tfjs-node](https://github.com/tensorflow/tfjs/tree/HEAD/tfjs-node). These dependencies need to be updated together.


Updates `tar` from 6.1.15 to 6.2.1
- [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.1.15...v6.2.1)

Updates `@tensorflow/tfjs-node` from 4.10.0 to 4.21.0
- [Release notes](https://github.com/tensorflow/tfjs/releases)
- [Changelog](https://github.com/tensorflow/tfjs/blob/master/cloudbuild-release.yml)
- [Commits](https://github.com/tensorflow/tfjs/commits/tfjs-v4.21.0/tfjs-node)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
- dependency-name: "@tensorflow/tfjs-node"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-ab05040940 branch from c44499a to e09e845 Compare September 30, 2024 22:19
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.

0 participants