axway-developer-relations / griffin-app-opensource

The Axway Griffin App goes open source!
19 stars 3 forks source link

Bump eslint-plugin-jsdoc from 30.7.3 to 31.6.1 in /mobile #39

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps eslint-plugin-jsdoc from 30.7.3 to 31.6.1.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v31.6.1

31.6.1 (2021-02-07)

Bug Fixes

v31.6.0

31.6.0 (2021-01-31)

Bug Fixes

  • require-returns, require-yields: support more AST checking (6fd8a07)
  • require-yields: avoid checking nested generators (as with functions) (b9058e4)
  • return-yields, return-yields-check: allow generator detection on exported; handle more AST types; fixes #682 (4e768aa)

Features

  • require-returns-check: add exemptAsync option (0ed24c0)

v31.5.0

31.5.0 (2021-01-31)

Bug Fixes

  • require-returns: check labeled statements (51f37f1)
  • require-throws: check labeled statements (ceadcfe)
  • require-yields: check test part of if expression and check conditionals (db001be)
  • require-yields: check labeled statements (aceb7a0)

Features

  • require-returns: if function returns a Promise whose executor resolves with undefined, avoid need to document unless forceReturnsWithAsync is set; fixes #550 (565fdbd)

v31.4.0

31.4.0 (2021-01-27)

Bug Fixes

  • check-line-alignment: escape user tag name in regex (c0ae4cb)

Features

... (truncated)

Commits
  • 7e0bbbe fix: update comment-parser; fixes #686
  • bd24a7e chore: update devDeps.
  • de1dff9 docs: update README
  • f46a9ce Fix typescript interface working with publicOnly options (#687)
  • 9de8977 test(require-jsdoc): avoid test example with :has() and demonstrate diffe...
  • 4e8d735 Update line alignment rule to align any tag (#685)
  • 4e768aa fix(return-yields, return-yields-check): allow generator detection on exp...
  • b9058e4 fix(require-yields): avoid checking nested generators (as with functions)
  • a8d09eb require-returns: more AST (ObjectPattern/ObjectProperty/ObjectMethod/...
  • 6fd8a07 fix(require-returns, require-yields): support more AST checking
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #43.