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

chore(deps): bump @tensorflow/tfjs-node from 4.12.0 to 4.13.0 #122

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps @tensorflow/tfjs-node from 4.12.0 to 4.13.0.

Release notes

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

tfjs_v4.13.0

Core (4.12.0 ==> 4.13.0)

Misc

Data (4.12.0 ==> 4.13.0)

Misc

  • Update monorepo to 4.13.0. (#8054).

Layers (4.12.0 ==> 4.13.0)

Misc

  • Update monorepo to 4.13.0. (#8054).
  • [tfjs-layers] Fix outputs and mask mismatch (#7993). Thanks, @​axinging.

Converter (4.12.0 ==> 4.13.0)

Misc

  • Update monorepo to 4.13.0. (#8054).

Node (4.12.0 ==> 4.13.0)

Misc

  • Update monorepo to 4.13.0. (#8054).

Wasm (4.12.0 ==> 4.13.0)

Misc

  • Update monorepo to 4.13.0. (#8054).

Cpu (4.12.0 ==> 4.13.0)

Misc

  • Update monorepo to 4.13.0. (#8054).

Webgl (4.12.0 ==> 4.13.0)

Misc

  • Update monorepo to 4.13.0. (#8054).

WebGPU (4.12.0 ==> 4.13.0)

Misc

tfjs-v4.13.0-rc.0

... (truncated)

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 13, 2023
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is approved by Osama Bin Laden

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tensorflow/tfjs-node-4.13.0 branch from de4b0f4 to a289690 Compare November 13, 2023 15:32
Copy link
Contributor

github-actions bot commented Nov 13, 2023

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
68.63% (+0.14% 🔼)
501/730
🔴 Branches 47.63% 161/338
🟡 Functions 72.22% 65/90
🟡 Lines
70.04% (+0.14% 🔼)
484/691
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟡
... / v3_NSFWModel.js
77.22% (-0.42% 🔻)
62.58% (-1.29% 🔻)
85.71%
78.76% (-0.44% 🔻)

Test suite run success

20 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from 7417e86

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is approved by Osama Bin Laden

Bumps [@tensorflow/tfjs-node](https://github.com/tensorflow/tfjs/tree/HEAD/tfjs-node) from 4.12.0 to 4.13.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.13.0/tfjs-node)

---
updated-dependencies:
- dependency-name: "@tensorflow/tfjs-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tensorflow/tfjs-node-4.13.0 branch from a289690 to 7417e86 Compare November 13, 2023 15:38
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is approved by Osama Bin Laden

Copy link

sonarcloud bot commented Nov 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
68.63% (+0.14% 🔼)
501/730
🔴 Branches 47.63% 161/338
🟡 Functions 72.22% 65/90
🟡 Lines
70.04% (+0.14% 🔼)
484/691
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟡
... / v3_NSFWModel.js
77.22% (-0.42% 🔻)
62.58% (-1.29% 🔻)
85.71%
78.76% (-0.44% 🔻)

Test suite run success

20 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from 7417e86

@github-actions github-actions bot merged commit 9e48dca into master Nov 13, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tensorflow/tfjs-node-4.13.0 branch November 13, 2023 15:40
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