Skip to content

Commit

Permalink
Bump eslint-plugin-jsdoc from 28.6.1 to 30.0.2
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 28.6.1 to 30.0.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v28.6.1...v30.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Jul 20, 2020
1 parent 2566ec6 commit b7b8d09
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint-config-xo": "^0.29.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.1",
"eslint-plugin-jsdoc": "^28.5.1",
"eslint-plugin-jsdoc": "^30.0.2",
"eslint-plugin-prettier": "^3.1.1",
"graphql": "^15.0.0",
"husky": "^4.0.7",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
integrity sha512-m2OzlTDbhvzK4hgswH9Lx0cdpq1AntXu53Klz5RGkFfuoDvKsnlU7tmtVfNWtUiP0zZbGtrb/BZYH7aB6TRnMA==

"@auto-it/bot-list@link:packages/bot-list":
version "9.45.0"
version "9.47.0"

"@auto-it/core@link:packages/core":
version "9.45.0"
version "9.47.0"
dependencies:
"@auto-it/bot-list" "link:packages/bot-list"
"@octokit/graphql" "^4.4.0"
Expand Down Expand Up @@ -95,7 +95,7 @@
url-join "^4.0.0"

"@auto-it/npm@link:plugins/npm":
version "9.45.0"
version "9.47.0"
dependencies:
"@auto-it/core" "link:packages/core"
await-to-js "^2.1.1"
Expand All @@ -113,7 +113,7 @@
user-home "^2.0.0"

"@auto-it/released@link:plugins/released":
version "9.45.0"
version "9.47.0"
dependencies:
"@auto-it/core" "link:packages/core"
deepmerge "^4.0.0"
Expand Down Expand Up @@ -7408,14 +7408,14 @@ eslint-plugin-jest@^23.0.1:
dependencies:
"@typescript-eslint/experimental-utils" "^2.5.0"

eslint-plugin-jsdoc@^28.5.1:
version "28.6.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-28.6.1.tgz#c9e9da59d0d3cef4fb45ffb91c0acde43af4e418"
integrity sha512-Z3y7hcNPDuhL339D1KOf9SY8pMAxYxhaG4QLtu3KVn20k/hNF1u6WQv44wvuSCb6OfPJ4say37RUlSNqIjR+mw==
eslint-plugin-jsdoc@^30.0.2:
version "30.0.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.0.2.tgz#4dd21f9ffb2b3d7016176043b6358fe341b23d03"
integrity sha512-vqrVShEIe8np/2tSJhkZethJpgZAzZ5ZcV4pfH6785jEVtfcChy3X2DP73qoe9/6sbf6naIGfsoRFyqjBTgypg==
dependencies:
comment-parser "^0.7.5"
debug "^4.1.1"
jsdoctypeparser "^7.0.0"
jsdoctypeparser "^8.0.0"
lodash "^4.17.15"
regextras "^0.7.1"
semver "^7.3.2"
Expand Down Expand Up @@ -11215,10 +11215,10 @@ jsbn@~0.1.0:
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=

jsdoctypeparser@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-7.0.0.tgz#957192fbcb8c574240092cca4635383a6ed706eb"
integrity sha512-6vWPn5qSy+MbgCVjXsQKVkRywhs+IxFU7Chw72DKsWoGueYp6QX8eTc55+EA0yPGYfhmglb1gfi283asXirfGQ==
jsdoctypeparser@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-8.0.0.tgz#a04a944539d3f86e30040c1ece6f6730f865f81a"
integrity sha512-eLCs6s4JqN8TjFJfgdiLHRvogLhOAJz+5RIA2FtoMe6ZDyuvghvppnlIToqAEnVbxRqLMrfnNXpW8FpmR6IMBw==

jsdom@^15.2.1:
version "15.2.1"
Expand Down

0 comments on commit b7b8d09

Please sign in to comment.