5app / eslint-config-5app

πŸ”§ 5app Javascript Style Guide
0 stars 1 forks source link

An in-range update of eslint-plugin-jsdoc is breaking the build 🚨 #21

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The dependency eslint-plugin-jsdoc was updated from 10.2.0 to 10.3.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-jsdoc is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - βœ… **ci/circleci: checkout_code:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/5app/eslint-config-5app/235?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: test:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/5app/eslint-config-5app/236?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for v10.3.0

10.3.0 (2019-07-05)

Features

  • check-tag-names: allow rejecting normally valid tag names and/or providing custom error messages when suggesting tags to reject or replace (fixes #108) (a367c48)
Commits

The new version differs by 4 commits.

  • a367c48 feat(check-tag-names): allow rejecting normally valid tag names and/or providing custom error messages when suggesting tags to reject or replace (fixes #108)
  • 609d57b Allow rejecting normally valid tag names and/or providing custom error messages when suggesting tags to reject or replace (#302)
  • 2a153d2 docs: indicate option defaults (fixes part of #256) and ensure optioins all listed in docs
  • 40d681d chore: update Babel devDeps.

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 5 years ago

After pinning to 10.2.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.0.1

15.0.1 (2019-07-08)

Bug Fixes

  • check-param-names: report proper line numbers (fixes #48) (aff7358)
Commits

The new version differs by 31 commits.

  • aff7358 fix(check-param-names): report proper line numbers (fixes #48)
  • 866b719 refactor: remove now unused returns as function option
  • 616bc83 feat(require-description): add descriptionStyle option to accept implicit descriptions as satisfying the rule by default (fixes #301)
  • 9263fba feat(match-description): allow arbitrary tags; also fixes returns/return to avoid skipping matching of an initial "name" and space
  • eab2813 Merge pull request #319 from brettz9/require-param-remove-deprecated
  • 39c1e11 feat(require-param): remove deprecated settings allowOverrideWithoutParam, allowImplementsWithoutParam, allowAugmentsExtendsWithoutParam
  • 9c9429e Merge pull request #318 from brettz9/check-examples-settings-to-options
  • c4f221d feat(check-examples): move settings to options (fixes #216)
  • f44b25e refactor: simplify iterateJsdoc
  • dd61177 refactor: fix code comment
  • 01d3969 docs(require-description, require-example, require-param, require-returns): add reference to potentially applicable settings, removing reference to deprecated items
  • 82be5a6 docs: make explicit default for setting ignorePrivate and clarify setting
  • 92bf5b2 Merge pull request #317 from golopot/move-settings-to-options
  • d2f560c docs: correct docs
  • 0fae7ae refactor: change option extraction codes

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.1.0

15.1.0 (2019-07-08)

Features

  • bump jsdoctypeparser to 5.0.1 (7400ee7)
Commits

The new version differs by 32 commits.

  • 7400ee7 feat: bump jsdoctypeparser to 5.0.1
  • aff7358 fix(check-param-names): report proper line numbers (fixes #48)
  • 866b719 refactor: remove now unused returns as function option
  • 616bc83 feat(require-description): add descriptionStyle option to accept implicit descriptions as satisfying the rule by default (fixes #301)
  • 9263fba feat(match-description): allow arbitrary tags; also fixes returns/return to avoid skipping matching of an initial "name" and space
  • eab2813 Merge pull request #319 from brettz9/require-param-remove-deprecated
  • 39c1e11 feat(require-param): remove deprecated settings allowOverrideWithoutParam, allowImplementsWithoutParam, allowAugmentsExtendsWithoutParam
  • 9c9429e Merge pull request #318 from brettz9/check-examples-settings-to-options
  • c4f221d feat(check-examples): move settings to options (fixes #216)
  • f44b25e refactor: simplify iterateJsdoc
  • dd61177 refactor: fix code comment
  • 01d3969 docs(require-description, require-example, require-param, require-returns): add reference to potentially applicable settings, removing reference to deprecated items
  • 82be5a6 docs: make explicit default for setting ignorePrivate and clarify setting
  • 92bf5b2 Merge pull request #317 from golopot/move-settings-to-options
  • d2f560c docs: correct docs

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.2.0

15.2.0 (2019-07-08)

Features

  • check-examples: apply to all contexts (9fe4989)
Commits

The new version differs by 33 commits.

  • 9fe4989 feat(check-examples): apply to all contexts
  • 7400ee7 feat: bump jsdoctypeparser to 5.0.1
  • aff7358 fix(check-param-names): report proper line numbers (fixes #48)
  • 866b719 refactor: remove now unused returns as function option
  • 616bc83 feat(require-description): add descriptionStyle option to accept implicit descriptions as satisfying the rule by default (fixes #301)
  • 9263fba feat(match-description): allow arbitrary tags; also fixes returns/return to avoid skipping matching of an initial "name" and space
  • eab2813 Merge pull request #319 from brettz9/require-param-remove-deprecated
  • 39c1e11 feat(require-param): remove deprecated settings allowOverrideWithoutParam, allowImplementsWithoutParam, allowAugmentsExtendsWithoutParam
  • 9c9429e Merge pull request #318 from brettz9/check-examples-settings-to-options
  • c4f221d feat(check-examples): move settings to options (fixes #216)
  • f44b25e refactor: simplify iterateJsdoc
  • dd61177 refactor: fix code comment
  • 01d3969 docs(require-description, require-example, require-param, require-returns): add reference to potentially applicable settings, removing reference to deprecated items
  • 82be5a6 docs: make explicit default for setting ignorePrivate and clarify setting
  • 92bf5b2 Merge pull request #317 from golopot/move-settings-to-options

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.3.0

15.3.0 (2019-07-08)

Features

  • require-example: add contexts array option (of AST types) to allow overriding enforced contexts (fixes #273) (76771cb)
Commits

The new version differs by 35 commits.

  • 87a40f6 Merge pull request #321 from brettz9/require-example-contexts-option
  • 9fe4989 feat(check-examples): apply to all contexts
  • 76771cb feat(require-example): add contexts array option (of AST types) to allow overriding enforced contexts (fixes #273)
  • 7400ee7 feat: bump jsdoctypeparser to 5.0.1
  • aff7358 fix(check-param-names): report proper line numbers (fixes #48)
  • 866b719 refactor: remove now unused returns as function option
  • 616bc83 feat(require-description): add descriptionStyle option to accept implicit descriptions as satisfying the rule by default (fixes #301)
  • 9263fba feat(match-description): allow arbitrary tags; also fixes returns/return to avoid skipping matching of an initial "name" and space
  • eab2813 Merge pull request #319 from brettz9/require-param-remove-deprecated
  • 39c1e11 feat(require-param): remove deprecated settings allowOverrideWithoutParam, allowImplementsWithoutParam, allowAugmentsExtendsWithoutParam
  • 9c9429e Merge pull request #318 from brettz9/check-examples-settings-to-options
  • c4f221d feat(check-examples): move settings to options (fixes #216)
  • f44b25e refactor: simplify iterateJsdoc
  • dd61177 refactor: fix code comment
  • 01d3969 docs(require-description, require-example, require-param, require-returns): add reference to potentially applicable settings, removing reference to deprecated items

There are 35 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.3.1

15.3.1 (2019-07-09)

Bug Fixes

  • require-description-complete-sentence: let fixer work with question and exclamation marks at sentence end (fixes part of #16) (456206e)
Commits

The new version differs by 37 commits.

  • 456206e fix(require-description-complete-sentence): let fixer work with question and exclamation marks at sentence end (fixes part of #16)
  • 7722f55 chore: update devDeps, @babel/preset-env, typescript
  • 87a40f6 Merge pull request #321 from brettz9/require-example-contexts-option
  • 9fe4989 feat(check-examples): apply to all contexts
  • 76771cb feat(require-example): add contexts array option (of AST types) to allow overriding enforced contexts (fixes #273)
  • 7400ee7 feat: bump jsdoctypeparser to 5.0.1
  • aff7358 fix(check-param-names): report proper line numbers (fixes #48)
  • 866b719 refactor: remove now unused returns as function option
  • 616bc83 feat(require-description): add descriptionStyle option to accept implicit descriptions as satisfying the rule by default (fixes #301)
  • 9263fba feat(match-description): allow arbitrary tags; also fixes returns/return to avoid skipping matching of an initial "name" and space
  • eab2813 Merge pull request #319 from brettz9/require-param-remove-deprecated
  • 39c1e11 feat(require-param): remove deprecated settings allowOverrideWithoutParam, allowImplementsWithoutParam, allowAugmentsExtendsWithoutParam
  • 9c9429e Merge pull request #318 from brettz9/check-examples-settings-to-options
  • c4f221d feat(check-examples): move settings to options (fixes #216)
  • f44b25e refactor: simplify iterateJsdoc

There are 37 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.3.2

15.3.2 (2019-07-09)

Bug Fixes

  • require-description-complete-sentence: report proper line numbers (fixes #160) (37081d2)
Commits

The new version differs by 39 commits.

  • 37081d2 fix(require-description-complete-sentence): report proper line numbers (fixes #160)
  • bee3779 testing(require-description-complete-sentence): add test cases for Markdown
  • 456206e fix(require-description-complete-sentence): let fixer work with question and exclamation marks at sentence end (fixes part of #16)
  • 7722f55 chore: update devDeps, @babel/preset-env, typescript
  • 87a40f6 Merge pull request #321 from brettz9/require-example-contexts-option
  • 9fe4989 feat(check-examples): apply to all contexts
  • 76771cb feat(require-example): add contexts array option (of AST types) to allow overriding enforced contexts (fixes #273)
  • 7400ee7 feat: bump jsdoctypeparser to 5.0.1
  • aff7358 fix(check-param-names): report proper line numbers (fixes #48)
  • 866b719 refactor: remove now unused returns as function option
  • 616bc83 feat(require-description): add descriptionStyle option to accept implicit descriptions as satisfying the rule by default (fixes #301)
  • 9263fba feat(match-description): allow arbitrary tags; also fixes returns/return to avoid skipping matching of an initial "name" and space
  • eab2813 Merge pull request #319 from brettz9/require-param-remove-deprecated
  • 39c1e11 feat(require-param): remove deprecated settings allowOverrideWithoutParam, allowImplementsWithoutParam, allowAugmentsExtendsWithoutParam
  • 9c9429e Merge pull request #318 from brettz9/check-examples-settings-to-options

There are 39 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.3.3

15.3.3 (2019-07-10)

Bug Fixes

  • check-syntax, implements-on-classes: report error line numbers (4049db1)
Commits

The new version differs by 40 commits.

  • 4049db1 fix(check-syntax, implements-on-classes): report error line numbers
  • 37081d2 fix(require-description-complete-sentence): report proper line numbers (fixes #160)
  • bee3779 testing(require-description-complete-sentence): add test cases for Markdown
  • 456206e fix(require-description-complete-sentence): let fixer work with question and exclamation marks at sentence end (fixes part of #16)
  • 7722f55 chore: update devDeps, @babel/preset-env, typescript
  • 87a40f6 Merge pull request #321 from brettz9/require-example-contexts-option
  • 9fe4989 feat(check-examples): apply to all contexts
  • 76771cb feat(require-example): add contexts array option (of AST types) to allow overriding enforced contexts (fixes #273)
  • 7400ee7 feat: bump jsdoctypeparser to 5.0.1
  • aff7358 fix(check-param-names): report proper line numbers (fixes #48)
  • 866b719 refactor: remove now unused returns as function option
  • 616bc83 feat(require-description): add descriptionStyle option to accept implicit descriptions as satisfying the rule by default (fixes #301)
  • 9263fba feat(match-description): allow arbitrary tags; also fixes returns/return to avoid skipping matching of an initial "name" and space
  • eab2813 Merge pull request #319 from brettz9/require-param-remove-deprecated
  • 39c1e11 feat(require-param): remove deprecated settings allowOverrideWithoutParam, allowImplementsWithoutParam, allowAugmentsExtendsWithoutParam

There are 40 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.3.4

15.3.4 (2019-07-10)

Bug Fixes

  • check-alignment, check-indentation, newline-after-description: report error line numbers (8f8431d)
  • check-indentation: check for indentation when no line breaks in doc block (006c140)
  • check-tag-names, check-types, no-undefined-types: ensure bad settings are reported as line 1 (1a13d8e)
Commits

The new version differs by 43 commits.

  • 006c140 fix(check-indentation): check for indentation when no line breaks in doc block
  • 1a13d8e fix(check-tag-names, check-types, no-undefined-types): ensure bad settings are reported as line 1
  • 8f8431d fix(check-alignment, check-indentation, newline-after-description): report error line numbers
  • 4049db1 fix(check-syntax, implements-on-classes): report error line numbers
  • 37081d2 fix(require-description-complete-sentence): report proper line numbers (fixes #160)
  • bee3779 testing(require-description-complete-sentence): add test cases for Markdown
  • 456206e fix(require-description-complete-sentence): let fixer work with question and exclamation marks at sentence end (fixes part of #16)
  • 7722f55 chore: update devDeps, @babel/preset-env, typescript
  • 87a40f6 Merge pull request #321 from brettz9/require-example-contexts-option
  • 9fe4989 feat(check-examples): apply to all contexts
  • 76771cb feat(require-example): add contexts array option (of AST types) to allow overriding enforced contexts (fixes #273)
  • 7400ee7 feat: bump jsdoctypeparser to 5.0.1
  • aff7358 fix(check-param-names): report proper line numbers (fixes #48)
  • 866b719 refactor: remove now unused returns as function option
  • 616bc83 feat(require-description): add descriptionStyle option to accept implicit descriptions as satisfying the rule by default (fixes #301)

There are 43 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.3.5

15.3.5 (2019-07-11)

Bug Fixes

  • checkTagNames: #327 - Tag name autofix confused by adjacent tags (0a47c8f)
Commits

The new version differs by 48 commits.

  • b7bebd1 Merge pull request #329 from a-nozeret/fix/327-tag-names-autofix-mixup
  • 0a47c8f fix(checkTagNames): #327 - Tag name autofix confused by adjacent tags
  • f0c246c chore(npm): update devDeps (lodash, babel, eslint-config-canonical)
  • 647ad87 - Clarify eslint code has been modified
  • 1b93fa8 refactor(iterateJsdoc): remove unused param returns
  • 006c140 fix(check-indentation): check for indentation when no line breaks in doc block
  • 1a13d8e fix(check-tag-names, check-types, no-undefined-types): ensure bad settings are reported as line 1
  • 8f8431d fix(check-alignment, check-indentation, newline-after-description): report error line numbers
  • 4049db1 fix(check-syntax, implements-on-classes): report error line numbers
  • 37081d2 fix(require-description-complete-sentence): report proper line numbers (fixes #160)
  • bee3779 testing(require-description-complete-sentence): add test cases for Markdown
  • 456206e fix(require-description-complete-sentence): let fixer work with question and exclamation marks at sentence end (fixes part of #16)
  • 7722f55 chore: update devDeps, @babel/preset-env, typescript
  • 87a40f6 Merge pull request #321 from brettz9/require-example-contexts-option
  • 9fe4989 feat(check-examples): apply to all contexts

There are 48 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.3.6

15.3.6 (2019-07-12)

Bug Fixes

  • check-tag-names: loosen tag replacement to allow for no-space if at word boundary (as at end of line) (1145cd0)
  • check-tag-names: treat keys in tagNamePreference setting as defined so appropriate message will appear and fixer applied (2a605bf)
Commits

The new version differs by 52 commits.

  • 9e39914 docs: generate docs
  • 1145cd0 fix(check-tag-names): loosen tag replacement to allow for no-space if at word boundary (as at end of line)
  • 15424f8 docs: generate docs
  • 2a605bf fix(check-tag-names): treat keys in tagNamePreference setting as defined so appropriate message will appear and fixer applied
  • b7bebd1 Merge pull request #329 from a-nozeret/fix/327-tag-names-autofix-mixup
  • 0a47c8f fix(checkTagNames): #327 - Tag name autofix confused by adjacent tags
  • f0c246c chore(npm): update devDeps (lodash, babel, eslint-config-canonical)
  • 647ad87 - Clarify eslint code has been modified
  • 1b93fa8 refactor(iterateJsdoc): remove unused param returns
  • 006c140 fix(check-indentation): check for indentation when no line breaks in doc block
  • 1a13d8e fix(check-tag-names, check-types, no-undefined-types): ensure bad settings are reported as line 1
  • 8f8431d fix(check-alignment, check-indentation, newline-after-description): report error line numbers
  • 4049db1 fix(check-syntax, implements-on-classes): report error line numbers
  • 37081d2 fix(require-description-complete-sentence): report proper line numbers (fixes #160)
  • bee3779 testing(require-description-complete-sentence): add test cases for Markdown

There are 52 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.3.7

15.3.7 (2019-07-12)

Bug Fixes

  • check-examples: disallow empty caption (as with missing caption); fixes #330 (3c39014)
Commits

The new version differs by 54 commits.

  • 57f33da docs: generate docs
  • 3c39014 fix(check-examples): disallow empty caption (as with missing caption); fixes #330
  • 9e39914 docs: generate docs
  • 1145cd0 fix(check-tag-names): loosen tag replacement to allow for no-space if at word boundary (as at end of line)
  • 15424f8 docs: generate docs
  • 2a605bf fix(check-tag-names): treat keys in tagNamePreference setting as defined so appropriate message will appear and fixer applied
  • b7bebd1 Merge pull request #329 from a-nozeret/fix/327-tag-names-autofix-mixup
  • 0a47c8f fix(checkTagNames): #327 - Tag name autofix confused by adjacent tags
  • f0c246c chore(npm): update devDeps (lodash, babel, eslint-config-canonical)
  • 647ad87 - Clarify eslint code has been modified
  • 1b93fa8 refactor(iterateJsdoc): remove unused param returns
  • 006c140 fix(check-indentation): check for indentation when no line breaks in doc block
  • 1a13d8e fix(check-tag-names, check-types, no-undefined-types): ensure bad settings are reported as line 1
  • 8f8431d fix(check-alignment, check-indentation, newline-after-description): report error line numbers
  • 4049db1 fix(check-syntax, implements-on-classes): report error line numbers

There are 54 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.3.8

15.3.8 (2019-07-12)

Bug Fixes

  • require-description-complete-sentence: validate tags without names (e.g., beyond param/returns); fixes #333 (78f9b61)
Commits

The new version differs by 56 commits.

  • 78f9b61 fix(require-description-complete-sentence): validate tags without names (e.g., beyond param/returns); fixes #333
  • d75fd6f refactor: extract out retrieval for tagsWithNames and tagsWithoutNames through getTagsByType; also add jsdocUtils.filterTags
  • 57f33da docs: generate docs
  • 3c39014 fix(check-examples): disallow empty caption (as with missing caption); fixes #330
  • 9e39914 docs: generate docs
  • 1145cd0 fix(check-tag-names): loosen tag replacement to allow for no-space if at word boundary (as at end of line)
  • 15424f8 docs: generate docs
  • 2a605bf fix(check-tag-names): treat keys in tagNamePreference setting as defined so appropriate message will appear and fixer applied
  • b7bebd1 Merge pull request #329 from a-nozeret/fix/327-tag-names-autofix-mixup
  • 0a47c8f fix(checkTagNames): #327 - Tag name autofix confused by adjacent tags
  • f0c246c chore(npm): update devDeps (lodash, babel, eslint-config-canonical)
  • 647ad87 - Clarify eslint code has been modified
  • 1b93fa8 refactor(iterateJsdoc): remove unused param returns
  • 006c140 fix(check-indentation): check for indentation when no line breaks in doc block
  • 1a13d8e fix(check-tag-names, check-types, no-undefined-types): ensure bad settings are reported as line 1

There are 56 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.3.9

15.3.9 (2019-07-12)

Bug Fixes

  • newline-after-description: avoid matching duplicate or partial matches within tag descriptions after the block description; fixes #328 (c7f79fa)
Commits

The new version differs by 60 commits.

  • cd35adb refactor: apply (jsdoc-related) eslint rule fixes
  • e5767d3 chore: add lint-fix script
  • c7f79fa fix(newline-after-description): avoid matching duplicate or partial matches within tag descriptions after the block description; fixes #328
  • 87110ed chore: update lodash dep. and devDeps (typescript-eslint/parser, eslint-config-canonical)
  • 78f9b61 fix(require-description-complete-sentence): validate tags without names (e.g., beyond param/returns); fixes #333
  • d75fd6f refactor: extract out retrieval for tagsWithNames and tagsWithoutNames through getTagsByType; also add jsdocUtils.filterTags
  • 57f33da docs: generate docs
  • 3c39014 fix(check-examples): disallow empty caption (as with missing caption); fixes #330
  • 9e39914 docs: generate docs
  • 1145cd0 fix(check-tag-names): loosen tag replacement to allow for no-space if at word boundary (as at end of line)
  • 15424f8 docs: generate docs
  • 2a605bf fix(check-tag-names): treat keys in tagNamePreference setting as defined so appropriate message will appear and fixer applied
  • b7bebd1 Merge pull request #329 from a-nozeret/fix/327-tag-names-autofix-mixup
  • 0a47c8f fix(checkTagNames): #327 - Tag name autofix confused by adjacent tags
  • f0c246c chore(npm): update devDeps (lodash, babel, eslint-config-canonical)

There are 60 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.4.0

15.4.0 (2019-07-13)

Bug Fixes

  • check-examples: preserve whitespace so as to report issues with whitespace-related rules such as indent (fixes #211) (cea3560)

Features

  • check-examples: add paddedIndent option (4c11c39)
Commits

The new version differs by 67 commits.

  • 58518f5 Merge pull request #335 from brettz9/indent
  • 2bf4caa docs(check-examples): allow for whitespace at end
  • 4c11c39 feat(check-examples): add paddedIndent option
  • cea3560 fix(check-examples): preserve whitespace so as to report issues with whitespace-related rules such as indent (fixes #211)
  • 44a353e chore(travis): fix Travis to use older unicorn version that supports Node 6 (and the canonical config that requires the earlier unicorn version)
  • e52d763 docs(require-returns, require-returns-check): indicate that these will report if multiple returns tags are present
  • 4b97157 refactor: use String.prototype.repeat over lodash repeat
  • cd35adb refactor: apply (jsdoc-related) eslint rule fixes
  • e5767d3 chore: add lint-fix script
  • c7f79fa fix(newline-after-description): avoid matching duplicate or partial matches within tag descriptions after the block description; fixes #328
  • 87110ed chore: update lodash dep. and devDeps (typescript-eslint/parser, eslint-config-canonical)
  • 78f9b61 fix(require-description-complete-sentence): validate tags without names (e.g., beyond param/returns); fixes #333
  • d75fd6f refactor: extract out retrieval for tagsWithNames and tagsWithoutNames through getTagsByType; also add jsdocUtils.filterTags
  • 57f33da docs: generate docs
  • 3c39014 fix(check-examples): disallow empty caption (as with missing caption); fixes #330

There are 67 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.4.1

15.4.1 (2019-07-13)

Bug Fixes

  • no-undefined-types: ensure working in all contexts; fixes #324 (a1c9824)
Commits

The new version differs by 69 commits.

  • a1c9824 fix(no-undefined-types): ensure working in all contexts; fixes #324
  • e9145c4 refactor(iterateJsdoc): reduce retrieval calls
  • 58518f5 Merge pull request #335 from brettz9/indent
  • 2bf4caa docs(check-examples): allow for whitespace at end
  • 4c11c39 feat(check-examples): add paddedIndent option
  • cea3560 fix(check-examples): preserve whitespace so as to report issues with whitespace-related rules such as indent (fixes #211)
  • 44a353e chore(travis): fix Travis to use older unicorn version that supports Node 6 (and the canonical config that requires the earlier unicorn version)
  • e52d763 docs(require-returns, require-returns-check): indicate that these will report if multiple returns tags are present
  • 4b97157 refactor: use String.prototype.repeat over lodash repeat
  • cd35adb refactor: apply (jsdoc-related) eslint rule fixes
  • e5767d3 chore: add lint-fix script
  • c7f79fa fix(newline-after-description): avoid matching duplicate or partial matches within tag descriptions after the block description; fixes #328
  • 87110ed chore: update lodash dep. and devDeps (typescript-eslint/parser, eslint-config-canonical)
  • 78f9b61 fix(require-description-complete-sentence): validate tags without names (e.g., beyond param/returns); fixes #333
  • d75fd6f refactor: extract out retrieval for tagsWithNames and tagsWithoutNames through getTagsByType; also add jsdocUtils.filterTags

There are 69 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.4.2

15.4.2 (2019-07-14)

Bug Fixes

  • match-description: ensure prop and property matching excludes name (71f35e2)
Commits

The new version differs by 74 commits.

  • 71f35e2 fix(match-description): ensure prop and property matching excludes name
  • 9fab87c testing(require-param): fix test source (part of #332)
  • be771ec testing(require-param): fix test expectation (part of #332)
  • b380100 docs: generate docs
  • 45b2443 chore: update devDeps (eslint-config-canonical, gitdown)
  • a1c9824 fix(no-undefined-types): ensure working in all contexts; fixes #324
  • e9145c4 refactor(iterateJsdoc): reduce retrieval calls
  • 58518f5 Merge pull request #335 from brettz9/indent
  • 2bf4caa docs(check-examples): allow for whitespace at end
  • 4c11c39 feat(check-examples): add paddedIndent option
  • cea3560 fix(check-examples): preserve whitespace so as to report issues with whitespace-related rules such as indent (fixes #211)
  • 44a353e chore(travis): fix Travis to use older unicorn version that supports Node 6 (and the canonical config that requires the earlier unicorn version)
  • e52d763 docs(require-returns, require-returns-check): indicate that these will report if multiple returns tags are present
  • 4b97157 refactor: use String.prototype.repeat over lodash repeat
  • cd35adb refactor: apply (jsdoc-related) eslint rule fixes

There are 74 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.5.0

15.5.0 (2019-07-14)

Features

  • require-description-complete-sentence: limit checking to certain default tags likely to have descriptions or by tags array for additional choices; fixes #337 (0eb7a0c)
Commits

The new version differs by 78 commits.

  • 0eb7a0c feat(require-description-complete-sentence): limit checking to certain default tags likely to have descriptions or by tags array for additional choices; fixes #337
  • 2e2af0d docs(newline-after-description): indicate applies on doc block
  • b396832 docs(match-description): add alias desc to separate column
  • 4d5400f docs(match-description): indicate application by default to description/desc and allowance for property/prop; clarify
  • 71f35e2 fix(match-description): ensure prop and property matching excludes name
  • 9fab87c testing(require-param): fix test source (part of #332)
  • be771ec testing(require-param): fix test expectation (part of #332)
  • b380100 docs: generate docs
  • 45b2443 chore: update devDeps (eslint-config-canonical, gitdown)
  • a1c9824 fix(no-undefined-types): ensure working in all contexts; fixes #324
  • e9145c4 refactor(iterateJsdoc): reduce retrieval calls
  • 58518f5 Merge pull request #335 from brettz9/indent
  • 2bf4caa docs(check-examples): allow for whitespace at end
  • 4c11c39 feat(check-examples): add paddedIndent option
  • cea3560 fix(check-examples): preserve whitespace so as to report issues with whitespace-related rules such as indent (fixes #211)

There are 78 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.5.1

15.5.1 (2019-07-14)

Bug Fixes

  • match-description, require-description-complete-sentence: do not report blocking of tag by user for description tag (the tag is not required by these rules) (7102677)
  • require-description: only report blocking of description tag by user if "tag" option is set (135acd1)
  • require-description, implements-on-classes, check-param-names, check-tag-names, require-param, require-returns, require-returns-check, require-hyphen-before-param-description, require-param-description, require-param-name, require-param-type, require-returns-description, require-returns-type: only report blocking of tag by user if problematic tag is present; fixes #332 (b28a407)
Commits

The new version differs by 82 commits.

  • 190e8f7 Merge pull request #339 from brettz9/tagNamePreference
  • 7102677 fix(match-description, require-description-complete-sentence): do not report blocking of tag by user for description tag (the tag is not required by these rules)
  • 135acd1 fix(require-description): only report blocking of description tag by user if "tag" option is set
  • b28a407 fix(require-description, implements-on-classes, check-param-names, check-tag-names, require-param, require-returns, require-returns-check, require-hyphen-before-param-description, require-param-description, require-param-name, require-param-type, require-returns-description, require-returns-type): only report blocking of tag by user if problematic tag is present; fixes #332
  • 0eb7a0c feat(require-description-complete-sentence): limit checking to certain default tags likely to have descriptions or by tags array for additional choices; fixes #337
  • 2e2af0d docs(newline-after-description): indicate applies on doc block
  • b396832 docs(match-description): add alias desc to separate column
  • 4d5400f docs(match-description): indicate application by default to description/desc and allowance for property/prop; clarify
  • 71f35e2 fix(match-description): ensure prop and property matching excludes name
  • 9fab87c testing(require-param): fix test source (part of #332)
  • be771ec testing(require-param): fix test expectation (part of #332)
  • b380100 docs: generate docs
  • 45b2443 chore: update devDeps (eslint-config-canonical, gitdown)
  • a1c9824 fix(no-undefined-types): ensure working in all contexts; fixes #324
  • e9145c4 refactor(iterateJsdoc): reduce retrieval calls

There are 82 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.5.2

15.5.2 (2019-07-15)

Bug Fixes

  • Fix trim bug in trimCode (ddbc47a)
  • Remove unformatted space (8512e40)
Commits

The new version differs by 86 commits.

  • 62cdc02 Merge pull request #342 from yeonjuan/master
  • ddbc47a fix: Fix trim bug in trimCode
  • f81eb1c docs: generate docs
  • 8512e40 fix: Remove unformatted space
  • 190e8f7 Merge pull request #339 from brettz9/tagNamePreference
  • 7102677 fix(match-description, require-description-complete-sentence): do not report blocking of tag by user for description tag (the tag is not required by these rules)
  • 135acd1 fix(require-description): only report blocking of description tag by user if "tag" option is set
  • b28a407 fix(require-description, implements-on-classes, check-param-names, check-tag-names, require-param, require-returns, require-returns-check, require-hyphen-before-param-description, require-param-description, require-param-name, require-param-type, require-returns-description, require-returns-type): only report blocking of tag by user if problematic tag is present; fixes #332
  • 0eb7a0c feat(require-description-complete-sentence): limit checking to certain default tags likely to have descriptions or by tags array for additional choices; fixes #337
  • 2e2af0d docs(newline-after-description): indicate applies on doc block
  • b396832 docs(match-description): add alias desc to separate column
  • 4d5400f docs(match-description): indicate application by default to description/desc and allowance for property/prop; clarify
  • 71f35e2 fix(match-description): ensure prop and property matching excludes name
  • 9fab87c testing(require-param): fix test source (part of #332)
  • be771ec testing(require-param): fix test expectation (part of #332)

There are 86 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.5.3

15.5.3 (2019-07-17)

Bug Fixes

  • Exclude line slicing by zero. (a57dce7)
  • Fix wrong alignment (f3a0f2f)
Commits

The new version differs by 91 commits.

  • ef11562 Merge pull request #344 from yeonjuan/master
  • f3a0f2f fix: Fix wrong alignment
  • 0d10c11 docs: generate docs
  • a57dce7 fix: Exclude line slicing by zero.
  • d33e11c chore: update comment-parser and gitdown deps.
  • 62cdc02 Merge pull request #342 from yeonjuan/master
  • ddbc47a fix: Fix trim bug in trimCode
  • f81eb1c docs: generate docs
  • 8512e40 fix: Remove unformatted space
  • 190e8f7 Merge pull request #339 from brettz9/tagNamePreference
  • 7102677 fix(match-description, require-description-complete-sentence): do not report blocking of tag by user for description tag (the tag is not required by these rules)
  • 135acd1 fix(require-description): only report blocking of description tag by user if "tag" option is set
  • b28a407 fix(require-description, implements-on-classes, check-param-names, check-tag-names, require-param, require-returns, require-returns-check, require-hyphen-before-param-description, require-param-description, require-param-name, require-param-type, require-returns-description, require-returns-type): only report blocking of tag by user if problematic tag is present; fixes #332
  • 0eb7a0c feat(require-description-complete-sentence): limit checking to certain default tags likely to have descriptions or by tags array for additional choices; fixes #337
  • 2e2af0d docs(newline-after-description): indicate applies on doc block

There are 91 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.5.4

15.5.4 (2019-07-20)

Bug Fixes

  • require-param: reporting all missing jsdoc params (#348) (6d34b94), closes #347
Commits

The new version differs by 97 commits.

  • 6d34b94 fix(require-param): reporting all missing jsdoc params (#348)
  • fea6b88 docs(check-examples): fix heading level
  • df00b33 docs(readme): remove section "Reference to jscs-jsdoc"
  • ebda495 chore: update Babel devDeps
  • 5675695 Merge pull request #241 from golopot/gen-readme
  • 8aadc8c chore: change the process for generatng readme
  • ef11562 Merge pull request #344 from yeonjuan/master
  • f3a0f2f fix: Fix wrong alignment
  • 0d10c11 docs: generate docs
  • a57dce7 fix: Exclude line slicing by zero.
  • d33e11c chore: update comment-parser and gitdown deps.
  • 62cdc02 Merge pull request #342 from yeonjuan/master
  • ddbc47a fix: Fix trim bug in trimCode
  • f81eb1c docs: generate docs
  • 8512e40 fix: Remove unformatted space

There are 97 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.5.5

15.5.5 (2019-07-20)

Bug Fixes

  • check-param-names: provide fixer duplicate param names (remove extra); partial fix for #47 (0503b4a)
Commits

The new version differs by 99 commits.

  • 0503b4a fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
  • 2ea3b36 chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
  • 6d34b94 fix(require-param): reporting all missing jsdoc params (#348)
  • fea6b88 docs(check-examples): fix heading level
  • df00b33 docs(readme): remove section "Reference to jscs-jsdoc"
  • ebda495 chore: update Babel devDeps
  • 5675695 Merge pull request #241 from golopot/gen-readme
  • 8aadc8c chore: change the process for generatng readme
  • ef11562 Merge pull request #344 from yeonjuan/master
  • f3a0f2f fix: Fix wrong alignment
  • 0d10c11 docs: generate docs
  • a57dce7 fix: Exclude line slicing by zero.
  • d33e11c chore: update comment-parser and gitdown deps.
  • 62cdc02 Merge pull request #342 from yeonjuan/master
  • ddbc47a fix: Fix trim bug in trimCode

There are 99 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.5.6

15.5.6 (2019-07-21)

Bug Fixes

  • check-param-names: ensure polyfilling Object.entries for Node 6 (1febd69)
Commits

The new version differs by 100 commits.

  • 1febd69 fix(check-param-names): ensure polyfilling Object.entries for Node 6
  • 0503b4a fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
  • 2ea3b36 chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
  • 6d34b94 fix(require-param): reporting all missing jsdoc params (#348)
  • fea6b88 docs(check-examples): fix heading level
  • df00b33 docs(readme): remove section "Reference to jscs-jsdoc"
  • ebda495 chore: update Babel devDeps
  • 5675695 Merge pull request #241 from golopot/gen-readme
  • 8aadc8c chore: change the process for generatng readme
  • ef11562 Merge pull request #344 from yeonjuan/master
  • f3a0f2f fix: Fix wrong alignment
  • 0d10c11 docs: generate docs
  • a57dce7 fix: Exclude line slicing by zero.
  • d33e11c chore: update comment-parser and gitdown deps.
  • 62cdc02 Merge pull request #342 from yeonjuan/master

There are 100 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.6.0

15.6.0 (2019-07-21)

Features

Commits

The new version differs by 101 commits.

  • 5863029 feat: add fixer for no-types (#350)
  • 1febd69 fix(check-param-names): ensure polyfilling Object.entries for Node 6
  • 0503b4a fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
  • 2ea3b36 chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
  • 6d34b94 fix(require-param): reporting all missing jsdoc params (#348)
  • fea6b88 docs(check-examples): fix heading level
  • df00b33 docs(readme): remove section "Reference to jscs-jsdoc"
  • ebda495 chore: update Babel devDeps
  • 5675695 Merge pull request #241 from golopot/gen-readme
  • 8aadc8c chore: change the process for generatng readme
  • ef11562 Merge pull request #344 from yeonjuan/master
  • f3a0f2f fix: Fix wrong alignment
  • 0d10c11 docs: generate docs
  • a57dce7 fix: Exclude line slicing by zero.
  • d33e11c chore: update comment-parser and gitdown deps.

There are 101 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.6.1

15.6.1 (2019-07-22)

Bug Fixes

  • require-example: add fixer for missing declaration (though can do nothing with missing description); fixes part of #336 (a45f41c)
Commits

The new version differs by 102 commits.

  • a45f41c fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
  • 5863029 feat: add fixer for no-types (#350)
  • 1febd69 fix(check-param-names): ensure polyfilling Object.entries for Node 6
  • 0503b4a fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
  • 2ea3b36 chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
  • 6d34b94 fix(require-param): reporting all missing jsdoc params (#348)
  • fea6b88 docs(check-examples): fix heading level
  • df00b33 docs(readme): remove section "Reference to jscs-jsdoc"
  • ebda495 chore: update Babel devDeps
  • 5675695 Merge pull request #241 from golopot/gen-readme
  • 8aadc8c chore: change the process for generatng readme
  • ef11562 Merge pull request #344 from yeonjuan/master
  • f3a0f2f fix: Fix wrong alignment
  • 0d10c11 docs: generate docs
  • a57dce7 fix: Exclude line slicing by zero.

There are 102 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.6.2

15.6.2 (2019-07-22)

Bug Fixes

  • require-param: skip destructuring; fixes #352 (though still need to handle #11 ) (6c18637)
Commits

The new version differs by 103 commits.

  • 6c18637 fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
  • a45f41c fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
  • 5863029 feat: add fixer for no-types (#350)
  • 1febd69 fix(check-param-names): ensure polyfilling Object.entries for Node 6
  • 0503b4a fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
  • 2ea3b36 chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
  • 6d34b94 fix(require-param): reporting all missing jsdoc params (#348)
  • fea6b88 docs(check-examples): fix heading level
  • df00b33 docs(readme): remove section "Reference to jscs-jsdoc"
  • ebda495 chore: update Babel devDeps
  • 5675695 Merge pull request #241 from golopot/gen-readme
  • 8aadc8c chore: change the process for generatng readme
  • ef11562 Merge pull request #344 from yeonjuan/master
  • f3a0f2f fix: Fix wrong alignment
  • 0d10c11 docs: generate docs

There are 103 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.7.0

15.7.0 (2019-07-23)

Features

  • allow empty line between jsdoc and jscode (#353) (b5a78ff)
Commits

The new version differs by 104 commits.

  • b5a78ff feat: allow empty line between jsdoc and jscode (#353)
  • 6c18637 fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
  • a45f41c fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
  • 5863029 feat: add fixer for no-types (#350)
  • 1febd69 fix(check-param-names): ensure polyfilling Object.entries for Node 6
  • 0503b4a fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
  • 2ea3b36 chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
  • 6d34b94 fix(require-param): reporting all missing jsdoc params (#348)
  • fea6b88 docs(check-examples): fix heading level
  • df00b33 docs(readme): remove section "Reference to jscs-jsdoc"
  • ebda495 chore: update Babel devDeps
  • 5675695 Merge pull request #241 from golopot/gen-readme
  • 8aadc8c chore: change the process for generatng readme
  • ef11562 Merge pull request #344 from yeonjuan/master
  • f3a0f2f fix: Fix wrong alignment

There are 104 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.7.1

15.7.1 (2019-07-23)

Bug Fixes

  • require-returns-check: check WithStatement for return statements (fda4186)
Commits

The new version differs by 105 commits.

  • fda4186 fix(require-returns-check): check WithStatement for return statements
  • b5a78ff feat: allow empty line between jsdoc and jscode (#353)
  • 6c18637 fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
  • a45f41c fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
  • 5863029 feat: add fixer for no-types (#350)
  • 1febd69 fix(check-param-names): ensure polyfilling Object.entries for Node 6
  • 0503b4a fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
  • 2ea3b36 chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
  • 6d34b94 fix(require-param): reporting all missing jsdoc params (#348)
  • fea6b88 docs(check-examples): fix heading level
  • df00b33 docs(readme): remove section "Reference to jscs-jsdoc"
  • ebda495 chore: update Babel devDeps
  • 5675695 Merge pull request #241 from golopot/gen-readme
  • 8aadc8c chore: change the process for generatng readme
  • ef11562 Merge pull request #344 from yeonjuan/master

There are 105 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.7.2

15.7.2 (2019-07-24)

Bug Fixes

  • require-jsdoc: add fixer to add empty jsdoc block (a87ed9e)
Commits

The new version differs by 106 commits.

  • a87ed9e fix(require-jsdoc): add fixer to add empty jsdoc block
  • fda4186 fix(require-returns-check): check WithStatement for return statements
  • b5a78ff feat: allow empty line between jsdoc and jscode (#353)
  • 6c18637 fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
  • a45f41c fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
  • 5863029 feat: add fixer for no-types (#350)
  • 1febd69 fix(check-param-names): ensure polyfilling Object.entries for Node 6
  • 0503b4a fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
  • 2ea3b36 chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
  • 6d34b94 fix(require-param): reporting all missing jsdoc params (#348)
  • fea6b88 docs(check-examples): fix heading level
  • df00b33 docs(readme): remove section "Reference to jscs-jsdoc"
  • ebda495 chore: update Babel devDeps
  • 5675695 Merge pull request #241 from golopot/gen-readme
  • 8aadc8c chore: change the process for generatng readme

There are 106 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.8.0

15.8.0 (2019-07-30)

Features

  • check-types: Add symbol and bigint to native types (fixes #360) (bf95787)
Commits

The new version differs by 110 commits.

  • bf95787 feat(check-types): Add symbol and bigint to native types (fixes #360)
  • dbf109f Merge pull request #357 from golopot/patch-5
  • 0caab6a refactor(require-returns): simplify util.hasReturnValue
  • 215fc28 docs(require-returns-check): update docs
  • a87ed9e fix(require-jsdoc): add fixer to add empty jsdoc block
  • fda4186 fix(require-returns-check): check WithStatement for return statements
  • b5a78ff feat: allow empty line between jsdoc and jscode (#353)
  • 6c18637 fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
  • a45f41c fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
  • 5863029 feat: add fixer for no-types (#350)
  • 1febd69 fix(check-param-names): ensure polyfilling Object.entries for Node 6
  • 0503b4a fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
  • 2ea3b36 chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
  • 6d34b94 fix(require-param): reporting all missing jsdoc params (#348)
  • fea6b88 docs(check-examples): fix heading level

There are 110 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.8.2

15.8.2 (2019-08-20)

Bug Fixes

  • check-tag-names: ensure replacement field overrides a default tag name preference; fixes #367 (8fceb2e)
Commits

The new version differs by 115 commits.

  • 8fceb2e fix(check-tag-names): ensure replacement field overrides a default tag name preference; fixes #367
  • ea275f1 chore: update comment-parser dep. and devDeps; avoid buggy eslint6.2 and for eslint 6 tests, avoid breaking typescript-eslint/parser update
  • 72e2eab fix(no-undefined-types): import flat-map polyfill directly to avoid renamed flatten method from polluting prototype (#366)
  • 8a210de chore: update devDeps (llinting, husky)
  • 2d63885 chore: update devDeps and apply comma-dangle linting rule
  • bf95787 feat(check-types): Add symbol and bigint to native types (fixes #360)
  • dbf109f Merge pull request #357 from golopot/patch-5
  • 0caab6a refactor(require-returns): simplify util.hasReturnValue
  • 215fc28 docs(require-returns-check): update docs
  • a87ed9e fix(require-jsdoc): add fixer to add empty jsdoc block
  • fda4186 fix(require-returns-check): check WithStatement for return statements
  • b5a78ff feat: allow empty line between jsdoc and jscode (#353)
  • 6c18637 fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
  • a45f41c fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
  • 5863029 feat: add fixer for no-types (#350)

There are 115 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.8.3

15.8.3 (2019-08-20)

Bug Fixes

  • no-undefined-types: avoid flat-map-polyfill entirely; further further fix for #366 (fd71277)
Commits

The new version differs by 116 commits.

  • fd71277 fix(no-undefined-types): avoid flat-map-polyfill entirely; further further fix for #366
  • 8fceb2e fix(check-tag-names): ensure replacement field overrides a default tag name preference; fixes #367
  • ea275f1 chore: update comment-parser dep. and devDeps; avoid buggy eslint6.2 and for eslint 6 tests, avoid breaking typescript-eslint/parser update
  • 72e2eab fix(no-undefined-types): import flat-map polyfill directly to avoid renamed flatten method from polluting prototype (#366)
  • 8a210de chore: update devDeps (llinting, husky)
  • 2d63885 chore: update devDeps and apply comma-dangle linting rule
  • bf95787 feat(check-types): Add symbol and bigint to native types (fixes #360)
  • dbf109f Merge pull request #357 from golopot/patch-5
  • 0caab6a refactor(require-returns): simplify util.hasReturnValue
  • 215fc28 docs(require-returns-check): update docs
  • a87ed9e fix(require-jsdoc): add fixer to add empty jsdoc block
  • fda4186 fix(require-returns-check): check WithStatement for return statements
  • b5a78ff feat: allow empty line between jsdoc and jscode (#353)
  • 6c18637 fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
  • a45f41c fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336

There are 116 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.8.4

15.8.4 (2019-08-30)

Bug Fixes

  • require-jsdoc: avoid exported functions possessing jsdoc blocks causing other non-public functions to be treated as exported; fixes #358 (874adab)
Commits

The new version differs by 125 commits.

  • 874adab fix(require-jsdoc): avoid exported functions possessing jsdoc blocks causing other non-public functions to be treated as exported; fixes #358
  • 5bb9182 refactor(require-jsdoc): remove redundant check
  • 21b28ae docs(require-returns): Fix typo
  • d4b9218 Merge pull request #371 from IgorNovozhilov/patch-1
  • 5ca7e01 chore: update devDeps; avoid lint-staged
  • b4a4c89 Add type "symbol" to noUndefinedTypes
  • 6e966f4 Merge commit 'b92107fb0db55400a810bb01ccb0baba69baf33a'
  • 9443adc chore: update lint-staged for husky issue: typicode/husky#247
  • b92107f chore(CI): stop running broken npm script check-readme
  • fd71277 fix(no-undefined-types): avoid flat-map-polyfill entirely; further further fix for #366
  • 8fceb2e fix(check-tag-names): ensure replacement field overrides a default tag name preference; fixes #367
  • ea275f1 chore: update comment-parser dep. and devDeps; avoid buggy eslint6.2 and for eslint 6 tests, avoid breaking typescript-eslint/parser update
  • 72e2eab fix(no-undefined-types): import flat-map polyfill directly to avoid renamed flatten method from polluting prototype (#366)
  • 8a210de chore: update devDeps (llinting, husky)
  • 2d63885 chore: update devDeps and apply comma-dangle linting rule

There are 125 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.9.0

15.9.0 (2019-09-01)

Bug Fixes

  • require-example: add fixer for missing declaration (though can do nothing with missing description); fixes part of #336 (ea3e057)
  • require-jsdoc: add fixer to add empty jsdoc block (b48cf1d)
  • require-param: skip destructuring; fixes #352 (though still need to handle #11 ) (c8d0611)
  • require-returns-check: check WithStatement for return statements (37e8300)

Features

  • allow empty line between jsdoc and jscode (#353) (19a6590)
  • check-types: Add symbol and bigint to native types (fixes #360) (23846fc)
  • valid-types: Add more type checks (f5c485d)
Commits

The new version differs by 165 commits.

  • 12ae7c6 Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
  • 902fac0 testing: ensure we don't report see with link even with checkSeesForNamepaths option on
  • 6081ff2 testing: remove namepath in test checking for empty namepath
  • 439fd99 refactor: rename variable without redundant "either"
  • 24e8a57 docs: add todo comment to ensure handling gcc when mode added
  • 6b7ab34 refactor: remove mandatory type items from optional type items list and query both
  • 4aca635 Merge branch 'master' into add-more-type-checks-to-valid-types
  • 112f244 chore: report unused disable directives in eslint
  • 6116b0f refactor: remove unused disable directives
  • 874adab fix(require-jsdoc): avoid exported functions possessing jsdoc blocks causing other non-public functions to be treated as exported; fixes #358
  • 5bb9182 refactor(require-jsdoc): remove redundant check
  • 21b28ae docs(require-returns): Fix typo
  • d4b9218 Merge pull request #371 from IgorNovozhilov/patch-1
  • 5ca7e01 chore: update devDeps; avoid lint-staged
  • b4a4c89 Add type "symbol" to noUndefinedTypes

There are 165 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.9.1

15.9.1 (2019-09-01)

Bug Fixes

  • valid-types: treat module, enum, member/var, and typedef as having optional type; fixes #375 (6c7a5de)
Commits

The new version differs by 167 commits.

  • 6c7a5de fix(valid-types): treat module, enum, member/var, and typedef as having optional type; fixes #375
  • 4511325 chore: bump eslint
  • 12ae7c6 Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
  • 902fac0 testing: ensure we don't report see with link even with checkSeesForNamepaths option on
  • 6081ff2 testing: remove namepath in test checking for empty namepath
  • 439fd99 refactor: rename variable without redundant "either"
  • 24e8a57 docs: add todo comment to ensure handling gcc when mode added
  • 6b7ab34 refactor: remove mandatory type items from optional type items list and query both
  • 4aca635 Merge branch 'master' into add-more-type-checks-to-valid-types
  • 112f244 chore: report unused disable directives in eslint
  • 6116b0f refactor: remove unused disable directives
  • 874adab fix(require-jsdoc): avoid exported functions possessing jsdoc blocks causing other non-public functions to be treated as exported; fixes #358
  • 5bb9182 refactor(require-jsdoc): remove redundant check
  • 21b28ae docs(require-returns): Fix typo
  • d4b9218 Merge pull request #371 from IgorNovozhilov/patch-1

There are 167 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.9.2

15.9.2 (2019-09-14)

Bug Fixes

  • no-undefined-types: add void to allowable types; fixes #381 (ebf92c5)
Commits

The new version differs by 172 commits.

  • ebf92c5 fix(no-undefined-types): add void to allowable types; fixes #381
  • 7b2caa9 chore: update devDeps (Babel and typescript related)
  • 1a9d21f chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
  • 439ded7 chore: update typescript-eslint/parser, eslint-config-canonical, typescript devDeps
  • 9d3c8b7 chore: update husky devDep.
  • 6c7a5de fix(valid-types): treat module, enum, member/var, and typedef as having optional type; fixes #375
  • 4511325 chore: bump eslint
  • 12ae7c6 Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
  • 902fac0 testing: ensure we don't report see with link even with checkSeesForNamepaths option on
  • 6081ff2 testing: remove namepath in test checking for empty namepath
  • 439fd99 refactor: rename variable without redundant "either"
  • 24e8a57 docs: add todo comment to ensure handling gcc when mode added
  • 6b7ab34 refactor: remove mandatory type items from optional type items list and query both
  • 4aca635 Merge branch 'master' into add-more-type-checks-to-valid-types
  • 112f244 chore: report unused disable directives in eslint

There are 172 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.9.3

15.9.3 (2019-09-26)

Bug Fixes

  • require-jsdoc: allow TSInterfaceDeclaration to find jsdoc block preceding export; fixes #385 (c523384)
Commits

The new version differs by 175 commits.

  • c523384 fix(require-jsdoc): allow TSInterfaceDeclaration to find jsdoc block preceding export; fixes #385
  • b7e93f0 chore: update devDeps (Babel and linting related)
  • bd17eac chore: bump eslint and typescript-eslint/parser
  • ebf92c5 fix(no-undefined-types): add void to allowable types; fixes #381
  • 7b2caa9 chore: update devDeps (Babel and typescript related)
  • 1a9d21f chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
  • 439ded7 chore: update typescript-eslint/parser, eslint-config-canonical, typescript devDeps
  • 9d3c8b7 chore: update husky devDep.
  • 6c7a5de fix(valid-types): treat module, enum, member/var, and typedef as having optional type; fixes #375
  • 4511325 chore: bump eslint
  • 12ae7c6 Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
  • 902fac0 testing: ensure we don't report see with link even with checkSeesForNamepaths option on
  • 6081ff2 testing: remove namepath in test checking for empty namepath
  • 439fd99 refactor: rename variable without redundant "either"
  • 24e8a57 docs: add todo comment to ensure handling gcc when mode added

There are 175 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.9.4

15.9.4 (2019-09-27)

Bug Fixes

  • avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386 (f77144d)
Commits

The new version differs by 176 commits.

  • f77144d fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386
  • c523384 fix(require-jsdoc): allow TSInterfaceDeclaration to find jsdoc block preceding export; fixes #385
  • b7e93f0 chore: update devDeps (Babel and linting related)
  • bd17eac chore: bump eslint and typescript-eslint/parser
  • ebf92c5 fix(no-undefined-types): add void to allowable types; fixes #381
  • 7b2caa9 chore: update devDeps (Babel and typescript related)
  • 1a9d21f chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
  • 439ded7 chore: update typescript-eslint/parser, eslint-config-canonical, typescript devDeps
  • 9d3c8b7 chore: update husky devDep.
  • 6c7a5de fix(valid-types): treat module, enum, member/var, and typedef as having optional type; fixes #375
  • 4511325 chore: bump eslint
  • 12ae7c6 Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
  • 902fac0 testing: ensure we don't report see with link even with checkSeesForNamepaths option on
  • 6081ff2 testing: remove namepath in test checking for empty namepath
  • 439fd99 refactor: rename variable without redundant "either"

There are 176 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.9.5

15.9.5 (2019-09-27)

Bug Fixes

  • require-jsdoc: have reporting cover entire first line of function so more visible; (causes endLine to be removed); #386 (3558377)
Commits

The new version differs by 177 commits.

  • 3558377 fix(require-jsdoc): have reporting cover entire first line of function so more visible; (causes endLine to be removed); #386
  • f77144d fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386
  • c523384 fix(require-jsdoc): allow TSInterfaceDeclaration to find jsdoc block preceding export; fixes #385
  • b7e93f0 chore: update devDeps (Babel and linting related)
  • bd17eac chore: bump eslint and typescript-eslint/parser
  • ebf92c5 fix(no-undefined-types): add void to allowable types; fixes #381
  • 7b2caa9 chore: update devDeps (Babel and typescript related)
  • 1a9d21f chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
  • 439ded7 chore: update typescript-eslint/parser, eslint-config-canonical, typescript devDeps
  • 9d3c8b7 chore: update husky devDep.
  • 6c7a5de fix(valid-types): treat module, enum, member/var, and typedef as having optional type; fixes #375
  • 4511325 chore: bump eslint
  • 12ae7c6 Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
  • 902fac0 testing: ensure we don't report see with link even with checkSeesForNamepaths option on
  • 6081ff2 testing: remove namepath in test checking for empty namepath

There are 177 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.9.6

15.9.6 (2019-10-02)

Bug Fixes

Commits

The new version differs by 182 commits.

  • 756520a fix(check-indentation): update function and variable names
  • 41af93c fix(check-indentation): fix code style issue
  • d7aa4e8 fix(check-indentation): excludeTags option, add tests, default on
  • 933b74a fix(check-indentation): update README, default to false, lint ok
  • 6de2256 fix(check-indentation): ignore example code blocks
  • 3558377 fix(require-jsdoc): have reporting cover entire first line of function so more visible; (causes endLine to be removed); #386
  • f77144d fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386
  • c523384 fix(require-jsdoc): allow TSInterfaceDeclaration to find jsdoc block preceding export; fixes #385
  • b7e93f0 chore: update devDeps (Babel and linting related)
  • bd17eac chore: bump eslint and typescript-eslint/parser
  • ebf92c5 fix(no-undefined-types): add void to allowable types; fixes #381
  • 7b2caa9 chore: update devDeps (Babel and typescript related)
  • 1a9d21f chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
  • 439ded7 chore: update typescript-eslint/parser, eslint-config-canonical, typescript devDeps
  • 9d3c8b7 chore: update husky devDep.

There are 182 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.9.7

15.9.7 (2019-10-02)

Bug Fixes

Commits

The new version differs by 184 commits.

  • cce70b0 fix(check-indentation): validate tag names passed to excludeTags
  • f60537a fix(check-indentation): #334 - ignore content enclosed in "code blocks"
  • 756520a fix(check-indentation): update function and variable names
  • 41af93c fix(check-indentation): fix code style issue
  • d7aa4e8 fix(check-indentation): excludeTags option, add tests, default on
  • 933b74a fix(check-indentation): update README, default to false, lint ok
  • 6de2256 fix(check-indentation): ignore example code blocks
  • 3558377 fix(require-jsdoc): have reporting cover entire first line of function so more visible; (causes endLine to be removed); #386
  • f77144d fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386
  • c523384 fix(require-jsdoc): allow TSInterfaceDeclaration to find jsdoc block preceding export; fixes #385
  • b7e93f0 chore: update devDeps (Babel and linting related)
  • bd17eac chore: bump eslint and typescript-eslint/parser
  • ebf92c5 fix(no-undefined-types): add void to allowable types; fixes #381
  • 7b2caa9 chore: update devDeps (Babel and typescript related)
  • 1a9d21f chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)

There are 184 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.9.8

15.9.8 (2019-10-03)

Bug Fixes

  • check-indentation: Loosen tag pattern to allowable jsdoc tags (326d2b5)
Commits

The new version differs by 186 commits.

  • 326d2b5 fix(check-indentation): Loosen tag pattern to allowable jsdoc tags
  • 04d84a1 fix(require-description-complete-sentence); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390
  • cce70b0 fix(check-indentation): validate tag names passed to excludeTags
  • f60537a fix(check-indentation): #334 - ignore content enclosed in "code blocks"
  • 756520a fix(check-indentation): update function and variable names
  • 41af93c fix(check-indentation): fix code style issue
  • d7aa4e8 fix(check-indentation): excludeTags option, add tests, default on
  • 933b74a fix(check-indentation): update README, default to false, lint ok
  • 6de2256 fix(check-indentation): ignore example code blocks
  • 3558377 fix(require-jsdoc): have reporting cover entire first line of function so more visible; (causes endLine to be removed); #386
  • f77144d fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386
  • c523384 fix(require-jsdoc): allow TSInterfaceDeclaration to find jsdoc block preceding export; fixes #385
  • b7e93f0 chore: update devDeps (Babel and linting related)
  • bd17eac chore: bump eslint and typescript-eslint/parser
  • ebf92c5 fix(no-undefined-types): add void to allowable types; fixes #381

There are 186 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.9.9

15.9.9 (2019-10-04)

Bug Fixes

  • check-types: allow albeit questionable variadic without operand function(...); fixes #389 (24dd328)
Commits

The new version differs by 190 commits.

  • 24dd328 fix(check-types): allow albeit questionable variadic without operand function(...); fixes #389
  • 0eba9c9 chore: update devDeps; lint
  • c4bda06 Merge pull request #392 from ahwayakchih/test/check-indentation-examples-with-captions-and-code
  • 55b2a8e test(check-indentation): additional assertions
  • 326d2b5 fix(check-indentation): Loosen tag pattern to allowable jsdoc tags
  • 04d84a1 fix(require-description-complete-sentence); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390
  • cce70b0 fix(check-indentation): validate tag names passed to excludeTags
  • f60537a fix(check-indentation): #334 - ignore content enclosed in "code blocks"
  • 756520a fix(check-indentation): update function and variable names
  • 41af93c fix(check-indentation): fix code style issue
  • d7aa4e8 fix(check-indentation): excludeTags option, add tests, default on
  • 933b74a fix(check-indentation): update README, default to false, lint ok
  • 6de2256 fix(check-indentation): ignore example code blocks
  • 3558377 fix(require-jsdoc): have reporting cover entire first line of function so more visible; (causes endLine to be removed); #386
  • f77144d fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386

There are 190 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.9.10

15.9.10 (2019-10-05)

Bug Fixes

  • check-types: surface jsdoctypeparser publishing fix for variadic without operand function(...) (impacting check-types fixes of such a type) (c0171c7)
Commits

The new version differs by 191 commits.

  • c0171c7 fix(check-types): surface jsdoctypeparser publishing fix for variadic without operand function(...) (impacting check-types fixes of such a type)
  • 24dd328 fix(check-types): allow albeit questionable variadic without operand function(...); fixes #389
  • 0eba9c9 chore: update devDeps; lint
  • c4bda06 Merge pull request #392 from ahwayakchih/test/check-indentation-examples-with-captions-and-code
  • 55b2a8e test(check-indentation): additional assertions
  • 326d2b5 fix(check-indentation): Loosen tag pattern to allowable jsdoc tags
  • 04d84a1 fix(require-description-complete-sentence); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390
  • cce70b0 fix(check-indentation): validate tag names passed to excludeTags
  • f60537a fix(check-indentation): #334 - ignore content enclosed in "code blocks"
  • 756520a fix(check-indentation): update function and variable names
  • 41af93c fix(check-indentation): fix code style issue
  • d7aa4e8 fix(check-indentation): excludeTags option, add tests, default on
  • 933b74a fix(check-indentation): update README, default to false, lint ok
  • 6de2256 fix(check-indentation): ignore example code blocks
  • 3558377 fix(require-jsdoc): have reporting cover entire first line of function so more visible; (causes endLine to be removed); #386

There are 191 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.10.0

15.10.0 (2019-10-09)

Features

  • add require-param fixer (f5aa476)
  • require-param: add fixer (893916c)
Commits

The new version differs by 195 commits.

  • f5aa476 feat: add require-param fixer
  • 893916c feat(require-param): add fixer
  • 32ffdb5 chore: update devDeps (Babel, typescript-eslint parser)
  • e370510 test(check-examples): add TypeScript examples
  • c0171c7 fix(check-types): surface jsdoctypeparser publishing fix for variadic without operand function(...) (impacting check-types fixes of such a type)
  • 24dd328 fix(check-types): allow albeit questionable variadic without operand function(...); fixes #389
  • 0eba9c9 chore: update devDeps; lint
  • c4bda06 Merge pull request #392 from ahwayakchih/test/check-indentation-examples-with-captions-and-code
  • 55b2a8e test(check-indentation): additional assertions
  • 326d2b5 fix(check-indentation): Loosen tag pattern to allowable jsdoc tags
  • 04d84a1 fix(require-description-complete-sentence); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390
  • cce70b0 fix(check-indentation): validate tag names passed to excludeTags
  • f60537a fix(check-indentation): #334 - ignore content enclosed in "code blocks"
  • 756520a fix(check-indentation): update function and variable names
  • 41af93c fix(check-indentation): fix code style issue

There are 195 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.10.1

15.10.1 (2019-10-12)

Bug Fixes

  • require-jsdoc: allow additional contexts to block preceeding export and find jsdoc (c0f4494)
Commits

The new version differs by 198 commits.

  • c0f4494 fix(require-jsdoc): allow additional contexts to block preceeding export and find jsdoc
  • eb8edca docs(newline-after-description): option explanation inverted; fixes #397
  • 6985ce5 docs: update README
  • f5aa476 feat: add require-param fixer
  • 893916c feat(require-param): add fixer
  • 32ffdb5 chore: update devDeps (Babel, typescript-eslint parser)
  • e370510 test(check-examples): add TypeScript examples
  • c0171c7 fix(check-types): surface jsdoctypeparser publishing fix for variadic without operand function(...) (impacting check-types fixes of such a type)
  • 24dd328 fix(check-types): allow albeit questionable variadic without operand function(...); fixes #389
  • 0eba9c9 chore: update devDeps; lint
  • c4bda06 Merge pull request #392 from ahwayakchih/test/check-indentation-examples-with-captions-and-code
  • 55b2a8e test(check-indentation): additional assertions
  • 326d2b5 fix(check-indentation): Loosen tag pattern to allowable jsdoc tags
  • 04d84a1 fix(require-description-complete-sentence); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390
  • cce70b0 fix(check-indentation): validate tag names passed to excludeTags

There are 198 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.11.0

15.11.0 (2019-10-12)

Features

  • check-tag-names: allow undocumented jsdoc modifies tag and missing closure tags (e791ec3)
Commits

The new version differs by 199 commits.

  • e791ec3 feat(check-tag-names): allow undocumented jsdoc modifies tag and missing closure tags
  • c0f4494 fix(require-jsdoc): allow additional contexts to block preceeding export and find jsdoc
  • eb8edca docs(newline-after-description): option explanation inverted; fixes #397
  • 6985ce5 docs: update README
  • f5aa476 feat: add require-param fixer
  • 893916c feat(require-param): add fixer
  • 32ffdb5 chore: update devDeps (Babel, typescript-eslint parser)
  • e370510 test(check-examples): add TypeScript examples
  • c0171c7 fix(check-types): surface jsdoctypeparser publishing fix for variadic without operand function(...) (impacting check-types fixes of such a type)
  • 24dd328 fix(check-types): allow albeit questionable variadic without operand function(...); fixes #389
  • 0eba9c9 chore: update devDeps; lint
  • c4bda06 Merge pull request #392 from ahwayakchih/test/check-indentation-examples-with-captions-and-code
  • 55b2a8e test(check-indentation): additional assertions
  • 326d2b5 fix(check-indentation): Loosen tag pattern to allowable jsdoc tags
  • 04d84a1 fix(require-description-complete-sentence); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390

There are 199 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.11.1

15.11.1 (2019-10-15)

Bug Fixes

  • valid-types: add undocumented modifies so its types will be checked (474ecb0)
Commits

The new version differs by 204 commits.

  • 474ecb0 fix(valid-types): add undocumented modifies so its types will be checked
  • 8861f4d docs: in applicable tag listings, yield missing in check-types and augments and extends missing in check-types and no-undefined-types
  • 1c0d12b docs: update docs (shows additional jsdoc-supported tags)
  • 2ec7182 refactor: avoid caps consistently (and export typescript tags for future use)
  • 3d1decc testing: derive tag names for test file programmatically
  • e791ec3 feat(check-tag-names): allow undocumented jsdoc modifies tag and missing closure tags
  • c0f4494 fix(require-jsdoc): allow additional contexts to block preceeding export and find jsdoc
  • eb8edca docs(newline-after-description): option explanation inverted; fixes #397
  • 6985ce5 docs: update README
  • f5aa476 feat: add require-param fixer
  • 893916c feat(require-param): add fixer
  • 32ffdb5 chore: update devDeps (Babel, typescript-eslint parser)
  • e370510 test(check-examples): add TypeScript examples
  • c0171c7 fix(check-types): surface jsdoctypeparser publishing fix for variadic without operand function(...) (impacting check-types fixes of such a type)
  • 24dd328 fix(check-types): allow albeit questionable variadic without operand function(...); fixes #389

There are 204 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v15.12.1

15.12.1 (2019-10-23)

Bug Fixes

  • require-jsdoc: avoid erring (or traversing) on object spread in parsing for defined symbols; fixes #378 (6ab617f)
Commits

The new version differs by 215 commits.

  • 6ab617f fix(require-jsdoc): avoid erring (or traversing) on object spread in parsing for defined symbols; fixes #378
  • 022d5da chore: update typescript-eslint/parser, glob devDeps
  • e531a02 refactor: unused var. declaration; unneeded check; unused return value
  • 6664d20 testing(require-description, require-example, require-param, require-returns): Add exemptedBy tests that nevertheless fail
  • 2df43ce docs(check-alignment, require-jsdoc): incomplete info on contexts
  • cf44628 chore: update mocha, semantic-release devDeps
  • a7bd9cd refactoring: avoid fixer for subsequent items
  • cd44885 testing(require-param): indicate absence of effect on destructuring
  • fc4d68e feat(require-param): change fixer to fix all missing tags at once
  • f174401 chore: update devDeps (Babel, typescript, husky)
  • fa82a11 docs: further code comment clarifications on types/namepaths
  • 474ecb0 fix(valid-types): add undocumented modifies so its types will be checked
  • 8861f4d docs: in applicable tag listings, yield missing in check-types and augments and extends missing in check-types and no-undefined-types
  • 1c0d12b docs: update docs (shows additional jsdoc-supported tags)
  • 2ec7182 refactor: avoid caps consistently (and export typescript tags for future use)

There are 215 commits in total.

See the full diff