iansan5653 / compress-tag

:abcd: Template literal tag for painless multiline strings in JS.
https://www.npmjs.com/compress-tag
MIT License
14 stars 2 forks source link

Update eslint-plugin-jsdoc to the latest #23

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency eslint-plugin-jsdoc was updated from 18.11.0 to 20.1.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: gajus License: BSD-3-Clause

Release Notes for v20.1.0

20.1.0 (2020-01-11)

Features

  • require-hyphen-before-param-description: add option to support checking property/prop (1383c02)
Commits

The new version differs by 39 commits.

  • 1383c02 feat(require-hyphen-before-param-description): add option to support checking property/prop
  • 18f7470 chore: update devDeps (semantic-release, husky)
  • 803e4f8 doc(no-types, implements-on-classes, reqire-returns-type): Missing or redundant "Options" columns
  • 6c3f88f testing(check-param-names, check-property-names, require-param): ensure obj[].prop syntax gives expected errors
  • 68fdec2 chore: update devDep. (husky)
  • 6cbf286 perf(check-examples): avoid caching unused config
  • efddc1c fix(require-file-overview): omit fixable meta on non-fixable rule
  • b0aed65 fix(no-types, require-param): fixable meta should be code not true
  • 1c31782 fix(check-property-names): check duplicate nested names
  • cf62ec5 refactor(check-examples): avoid fixed constant in loop
  • 79c5c80 - Testing(check-param-names): check multiple nested params and match of name of subsequent param
  • cb6ebf1 chore: fix travis
  • 0f39a8e chore: update devDeps and Travis
  • c51d616 fix(check-param-names): check duplicate nested names; fixes #474
  • 3e8ea59 fix(require-jsdoc): handle spread elements in typescript-eslint/parser; for #378

There are 39 commits in total.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

Release Notes for v20.3.0

20.3.0 (2020-01-11)

Features

  • no-bad-blocks: add rule to check for multi-line-style comments which fail to meet criteria of a jsdoc block (4ce07d1)
Commits

The new version differs by 2 commits.

  • 4ce07d1 feat(no-bad-blocks): add rule to check for multi-line-style comments which fail to meet criteria of a jsdoc block
  • d7fec9a feat(no-defaults): add new rule to reports defaults on @param or @default and optionally report optional args; fixes #477

See the full diff