Skip to content

chore(deps-dev): Bump @tensorflow/tfjs from 2.8.6 to 3.19.0 #616

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2022

Bumps @tensorflow/tfjs from 2.8.6 to 3.19.0.

Release notes

Sourced from @​tensorflow/tfjs's releases.

tfjs-v3.19.0

Core (3.18.0 ==> 3.19.0)

Performance

  • Enable WebGL's conv2dWithIm2Row to process multiple batches (#6442). Thanks, @​Linchenn.

Misc

  • Update lockfiles branch tfjs_3.19.0_lockfiles lock files. (#6666).
  • Update monorepo to 3.19.0. (#6659).
  • Pin webgpu types to an exact version (#6640).
  • Remove unused files (#6586).
  • Add string support to squeeze type (#6617).
  • [webgpu] Support convTranspose vec4 (#6603). Thanks, @​axinging.
  • Fix iOS and macOS Safari CI Failures (#6608).
  • [core] Remove accidental console.log (#6587).
  • Update Jasmine from 3.1.0 to 4.2.1 (#6520).
  • Add an experimental remote build execution config based on Angular's (#6576).
  • Convert CRLF to LF (#6574).
  • Bump seedrandom to avoid unsafe-eval issues (#6440). Thanks, @​s-mustafa.
  • Upgrade @​bazel/bazelisk and @​bazel/ibazel (#6565).
  • Add a Bazel test_suite to organize tests (#6550).
  • Add randomStandardNormal op (#6533). Thanks, @​kinsei0916.
  • [wasm] Build tfjs-backend-wasm entirely with Bazel (#6458).
  • webgpu: Support depthwise conv2d with nchw format (#6084). Thanks, @​qjia7.
  • Fix kernel_registry test flakiness for async backend (#6461). Thanks, @​hujiajie.
  • Set willReadFrequently to true (#6513). Thanks, @​axinging.
  • [core]Fix compilation error. (#6516).
  • Fixed nightly failures (#6488).
  • Add hint willReadFrequently for canvas (#6445). Thanks, @​axinging.
  • Use a more simple type construction for IOHandlerSync (#6481).
  • wasm backend add LogicalNot, LogicalOr, LogicalXor (#6431). Thanks, @​homfen.
  • [converter] Fix fusedMatMul bug. (#6455).
  • Remove unneeded devDependencies from packages that build with Bazel (#6452).
  • [secu] update package.json files to resolve security alerts (#6448).

Data (3.18.0 ==> 3.19.0)

Misc

  • Update monorepo to 3.19.0. (#6659).
  • Bump terser from 5.12.1 to 5.14.2 in /tfjs-data/demo/boston-housing (#6648). Thanks, @​dependabot[bot].
  • Remove unused files (#6586).
  • Update Jasmine from 3.1.0 to 4.2.1 (#6520).
  • Bump seedrandom to avoid unsafe-eval issues (#6440). Thanks, @​s-mustafa.
  • Upgrade @​bazel/bazelisk and @​bazel/ibazel (#6565).
  • Add a Bazel test_suite to organize tests (#6550).
  • Add string_decoder to tfjs-data (#6538).
  • [tfjs-data] Fix test files list missing setup_tests.ts (#6482).
  • Remove unneeded devDependencies from packages that build with Bazel (#6452).
  • [secu] update package.json files to resolve security alerts (#6448).

Layers (3.18.0 ==> 3.19.0)

... (truncated)

Commits
  • 1340bc4 Update lockfiles branch tfjs_3.19.0_lockfiles lock files. (#6666)
  • 9ea4539 Update monorepo to 3.19.0. (#6659)
  • 3468a34 webgpu: Refactor matMul read/write method (#6623)
  • d27e1ad Bump shell-quote from 1.7.2 to 1.7.3 in /tfjs-vis (#6561)
  • 7800bba Bump shell-quote from 1.7.2 to 1.7.3 in /tfjs (#6558)
  • c91ad23 Bump jpeg-js from 0.4.3 to 0.4.4 in /tfjs-react-native (#6547)
  • a0d6438 Bump jpeg-js from 0.4.3 to 0.4.4 in /tfjs-react-native/integration_rn59 (#6546)
  • 5a3984a Bump terser from 5.7.1 to 5.14.2 in /e2e/webpack_test (#6653)
  • 6f88a16 Bump terser from 5.12.1 to 5.14.2 in /tfjs-backend-wasm/starter/webpack (#6652)
  • 5ec54d8 Bump terser from 4.8.0 to 4.8.1 in /e2e/custom_module/dense_model (#6651)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [@tensorflow/tfjs](https://github.com/tensorflow/tfjs) from 2.8.6 to 3.19.0.
- [Release notes](https://github.com/tensorflow/tfjs/releases)
- [Changelog](https://github.com/tensorflow/tfjs/blob/master/cloudbuild-release.yml)
- [Commits](tensorflow/tfjs@tfjs-v2.8.6...tfjs-v3.19.0)

---
updated-dependencies:
- dependency-name: "@tensorflow/tfjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 25, 2022
@dependabot dependabot bot requested a review from isair July 25, 2022 00:51
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 24, 2022

Superseded by #644.

@dependabot dependabot bot closed this Aug 24, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tensorflow/tfjs-3.19.0 branch August 24, 2022 00:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant