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

Update jsdoc: 3.6.3 → 3.6.6 (patch) #9

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

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented Oct 3, 2020


Welcome to Depfu 👋

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ jsdoc (3.6.3 → 3.6.6) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 6 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Oct 3, 2020
@commit-lint
Copy link

commit-lint bot commented Oct 3, 2020

Contributors

@depfu[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@changelogg
Copy link

changelogg bot commented Oct 3, 2020

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@performance-testing-bot
Copy link

Unable to locate .performanceTestingBot config file

@scribe-connect
Copy link

scribe-connect bot commented Oct 3, 2020

Linked documents: 0
Files with no linked documents: 2
Recently updated documents: 0
Out of date documents: 0
Very out of date documents: 0

@depchecker-bot
Copy link

depchecker-bot bot commented Oct 3, 2020

1 updated dependency for you to review.

jsdoc - An API documentation generator for JavaScript.
NPM | GitHub Repo | Homepage
Latest Version: 3.6.6 | Project Version: ^3.6.3 -> ^3.6.6

  • Last publish was 13 days ago
  • 508,788 weekly downloads
  • 11,169 stars on Github
  • Apache License 2.0
  • 353 open issues and pull requests

@devreplay
Copy link

devreplay bot commented Oct 3, 2020

package.json : should be

 {
   "name": "@liquid-carrot/carrot",
   "version": "0.3.20",
   "description": "A Simple Node.js AI Library for Neural Network",
   "main": "dist/index.min.js",
   "module": "dist/index.min.js",
   "unpkg": "dist/carrot.browser.min.js",
   "jsdelivr": "dist/carrot.browser.min.js",
   "browser": {
     "fs": false,
     "child_process": false
   },
   "browserslist": [
     "last 1 Chrome version"
   ],
   "scripts": {
     "coverage": "./node_modules/.bin/nyc report --reporter=text-lcov | coveralls && rm -rf ./src-cov",
     "build:src": "concurrently 'node scripts/src.build.node.js' 'node scripts/src.build.browser.js'",
     "build:src:webpack": "./node_modules/.bin/webpack",
     "deploy:docs": "node theme/deploy-docs.js",
     "test": "./node_modules/.bin/nyc --reporter=html --reporter=text node ./node_modules/mocha/bin/mocha --recursive test/ --exclude test/unit.js",
     "lint": "./node_modules/.bin/eslint --ignore-path .eslintignore .",
     "test:debug": "./node_modules/.bin/nyc --reporter=html --reporter=text node ./node_modules/mocha/bin/mocha inspect --recursive test/ --exclude test/unit.js",
     "test:forever": "./node_modules/.bin/nodemon ./node_modules/.bin/mocha --reporter spec test/"
   },
   "repository": {
     "type": "git",
     "url": "git+https://github.com/liquidcarrot/carrot.git"
   },
   "keywords": [
     "Artificial Intelligence",
     "AI",
     "Deep Learning",
     "DL",
     "Machine Learning",
     "ML",
     "Neural Network",
     "Neural Networks",
     "NN",
     "Convolutional Neural Network",
     "Convolutional Neural Networks",
     "Convolutional NN",
     "Convolutional NNs",
     "CNN",
     "Artificial Neural Network",
     "Artificial Neural Networks",
     "Artificial NN",
     "Artificial NNs",
     "ANN",
     "Recurrent Neural Network",
     "Recurrent Neural Networks",
     "Recurrent NN",
     "Recurrent NNs",
     "RNN",
     "Perceptron",
     "Sigmoid",
     "TanH",
     "ArcTan"
   ],
   "author": "Liquid Carrot <people@liquidcarrot.io> (https://liquidcarrot.io)",
   "contributors": [
     "Luis Ernesto Carbonell <luis@liquidcarrot.io>",
     "Christian George Echevarria <chris@liquidcarrot.io>"
   ],
-  "files": [
+  "diff": [
     "/src",
     "/dist"
   ],
   "license": "MIT",
   "bugs": {
     "url": "https://github.com/liquidcarrot/carrot/issues"
   },
   "homepage": "https://liquidcarrot.io/",
   "dependencies": {
     "lodash": "^4.17.15"
   },
   "devDependencies": {
     "chai": "^4.2.0",
     "chai-as-promised": "^7.1.1",
     "chai-each": "0.0.1",
     "chalk": "^2.4.2",
     "concurrently": "^5.0.0",
     "copy-webpack-plugin": "^5.0.4",
     "coveralls": "^3.0.6",
     "eslint": "^6.6.0",
     "eslint-config-google": "^0.14.0",
     "faker": "^4.1.0",
     "jsdoc": "^3.6.6",
     "mocha": "^6.2.0",
     "nodemon": "^1.19.2",
     "nyc": "^14.1.1",
     "parallel-webpack": "^2.4.0",
     "paralleljs": "^0.2.1",
     "parcel-bundler": "^1.12.4",
     "webpack": "^4.41.0",
     "webpack-cli": "^3.3.9"
   },
   "nyc": {
     "include": [
       "src/architecture/*.js",
       "src/neat.js"
     ],
     "exclude": [
       "test",
       "util"
     ]
   }
 }

@devreplay
Copy link

devreplay bot commented Oct 3, 2020

package.json : should be

 {
   "name": "@liquid-carrot/carrot",
   "version": "0.3.20",
   "description": "A Simple Node.js AI Library for Neural Network",
   "main": "dist/index.min.js",
   "module": "dist/index.min.js",
   "unpkg": "dist/carrot.browser.min.js",
   "jsdelivr": "dist/carrot.browser.min.js",
   "browser": {
     "fs": false,
     "child_process": false
   },
   "browserslist": [
     "last 1 Chrome version"
   ],
   "scripts": {
     "coverage": "./node_modules/.bin/nyc report --reporter=text-lcov | coveralls && rm -rf ./src-cov",
     "build:src": "concurrently 'node scripts/src.build.node.js' 'node scripts/src.build.browser.js'",
     "build:src:webpack": "./node_modules/.bin/webpack",
     "deploy:docs": "node theme/deploy-docs.js",
     "test": "./node_modules/.bin/nyc --reporter=html --reporter=text node ./node_modules/mocha/bin/mocha --recursive test/ --exclude test/unit.js",
     "lint": "./node_modules/.bin/eslint --ignore-path .eslintignore .",
     "test:debug": "./node_modules/.bin/nyc --reporter=html --reporter=text node ./node_modules/mocha/bin/mocha inspect --recursive test/ --exclude test/unit.js",
     "test:forever": "./node_modules/.bin/nodemon ./node_modules/.bin/mocha --reporter spec test/"
   },
   "repository": {
     "type": "git",
     "url": "git+https://github.com/liquidcarrot/carrot.git"
   },
   "keywords": [
     "Artificial Intelligence",
     "AI",
     "Deep Learning",
     "DL",
     "Machine Learning",
     "ML",
     "Neural Network",
     "Neural Networks",
     "NN",
     "Convolutional Neural Network",
     "Convolutional Neural Networks",
     "Convolutional NN",
     "Convolutional NNs",
     "CNN",
     "Artificial Neural Network",
     "Artificial Neural Networks",
     "Artificial NN",
     "Artificial NNs",
     "ANN",
     "Recurrent Neural Network",
     "Recurrent Neural Networks",
     "Recurrent NN",
     "Recurrent NNs",
     "RNN",
     "Perceptron",
     "Sigmoid",
     "TanH",
     "ArcTan"
   ],
   "author": "Liquid Carrot <people@liquidcarrot.io> (https://liquidcarrot.io)",
   "contributors": [
     "Luis Ernesto Carbonell <luis@liquidcarrot.io>",
     "Christian George Echevarria <chris@liquidcarrot.io>"
   ],
-  "files": [
+  "title,": [
     "/src",
     "/dist"
   ],
   "license": "MIT",
   "bugs": {
     "url": "https://github.com/liquidcarrot/carrot/issues"
   },
   "homepage": "https://liquidcarrot.io/",
   "dependencies": {
     "lodash": "^4.17.15"
   },
   "devDependencies": {
     "chai": "^4.2.0",
     "chai-as-promised": "^7.1.1",
     "chai-each": "0.0.1",
     "chalk": "^2.4.2",
     "concurrently": "^5.0.0",
     "copy-webpack-plugin": "^5.0.4",
     "coveralls": "^3.0.6",
     "eslint": "^6.6.0",
     "eslint-config-google": "^0.14.0",
     "faker": "^4.1.0",
     "jsdoc": "^3.6.6",
     "mocha": "^6.2.0",
     "nodemon": "^1.19.2",
     "nyc": "^14.1.1",
     "parallel-webpack": "^2.4.0",
     "paralleljs": "^0.2.1",
     "parcel-bundler": "^1.12.4",
     "webpack": "^4.41.0",
     "webpack-cli": "^3.3.9"
   },
   "nyc": {
     "include": [
       "src/architecture/*.js",
       "src/neat.js"
     ],
     "exclude": [
       "test",
       "util"
     ]
   }
 }

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Oct 3, 2020
@vizipi
Copy link

vizipi bot commented Oct 3, 2020

Pull request analysis by VIZIPI

Below you will find who is the most qualified team member to review your code.
This analysis includes his/her work on the code included in this Pull request, in addition to their experience in code affected by these changes ( partly found within the list of potential missing files below )   Feedback always welcome

No other active qualified developers found to review these specific changes. You might consider involving more team members with these code segments.


Potential missing files from this Pull request

No files found with a 40% threashold :)
No commonly committed files found with a 40% threashold


Committed file ranks

(click to expand)
  • 75.00%[package-lock.json]
  • 25.00%[package.json]
  • @guardrails
    Copy link

    guardrails bot commented Oct 3, 2020

    ⚠️ We detected security issues in this pull request:

    Vulnerable Libraries (5)

    More info on how to fix Vulnerable Libraries in Javascript.


    👉 Go to the dashboard for detailed results.

    📥 Happy? Share your feedback with us.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Projects
    None yet
    0 participants