CodeTanzania / emis-web

A collaboration platform that facilitates communication, planning and actions for disaster management.
MIT License
26 stars 9 forks source link

chore(deps): update dependency eslint-plugin-jsdoc to v19 - autoclosed #404

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
eslint-plugin-jsdoc devDependencies major 18.4.3 -> 19.2.0

Release Notes

gajus/eslint-plugin-jsdoc ### [`v19.2.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v19.2.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v19.1.0...v19.2.0) ##### Features - **`require-file-overview`:** allow user to specify whether checking for tag, duplicates, or preceding non-comments, and for which tags ([f6e467e](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/f6e467e33716ad4ce6d4d0e131cd7e3d000c6ebd)) ### [`v19.1.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v19.1.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v19.0.1...v19.1.0) ##### Features - **`no-types`, `implements-on-classes`:** add `contexts` option which if set to `any` will allow checking of virtual functions ([c4079b8](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/c4079b8b17c6478ec85fbd659bc48b305156ef9f)) - **`require-param-*`, `require-returns-*`, `require-returns`:** allows `contexts` option to be set to "any" to check virtual function docs like `[@callback](https://togithub.com/callback)` or `[@function](https://togithub.com/function)` with `[@interface](https://togithub.com/interface)`; fixes [#​406](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/406) ([7500b00](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/7500b00ab203de8b176ad17eebd69ae46a464561)) ### [`v19.0.1`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v19.0.1) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v19.0.0...v19.0.1) ##### Bug Fixes - **`require-file-overview`:** fix logic for detecting start of file ([601e52d](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/601e52ddce951be00fc4e00da9ba94bb0b5934a8)) ### [`v19.0.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v19.0.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v18.11.0...v19.0.0) ##### Features - **`check-property-names`:** add rule to check for duplicated and improperly nested properties ([492b814](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/492b814f83413dc60349b455adb0228424805c13)) - **require-property\*:** add rules for ensuring property tags have a name, type, and/or description (in any context); fixes [#​409](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/409) ([e5f2a23](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/e5f2a23fac11f559d30efb88655ca2d6128d0693)) - feat(`require-property`); add rule to check for `property` on `typedef` or `namespace` where the type is `object`; fixes [#​410](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/410) ([68bf6cd](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/68bf6cd5067eed1a8b9bdd9fa667016a0b098b84)), closes [#​410](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/410) ##### BREAKING CHANGES - **`check-property-names`:** Adds new rule to `recommended` - **require-property\*:** Adds rules to `recommended` - Adds new rule to `recommended` config. ### [`v18.11.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v18.11.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v18.10.0...v18.11.0) ##### Features - **match-description, require-description, require-example:** allow "any" for contexts; fixes [#​325](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/325) ([50d3b4d](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/50d3b4db1b82a4792262de7601183fac7314abfe)) ### [`v18.10.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v18.10.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v18.9.0...v18.10.0) ##### Features - **`check-access`:** allow `ignorePrivate` setting to work with `access private` tag. ([cf37cc6](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/cf37cc6248cbf123c14b8147981c9e20b3e933c1)) ### [`v18.9.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v18.9.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v18.8.0...v18.9.0) ##### Features - **`check-types`:** add option `exemptTagContexts` to exempt type-checking (certain types or any types) on specific tags; fixes [#​255](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/255) ([5d99663](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/5d996636961cd44c13e2b89d84180909bd4706e9)) ### [`v18.8.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v18.8.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v18.7.0...v18.8.0) ##### Features - **`require-description-complete-sentence`:** add `abbreviations` option; fixes [#​424](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/424) ([f70fd6c](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/f70fd6c53d06c9d8f82233d945099d57e507a336)) ### [`v18.7.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v18.7.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v18.6.2...v18.7.0) ##### Features - **`require-file-overview`:** add rule for every file to have a `file` tag; fixes [#​55](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/55) ([7839625](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/7839625314cc58ad76c157fd8319ef63943f755f)) ### [`v18.6.2`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v18.6.2) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v18.6.1...v18.6.2) ##### Bug Fixes - **`empty-tags`:** ensure rule is still checked when a `private` tag is present despite even a `true` `ignorePrivate` setting. ([c5b8e09](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/c5b8e09e17178e5ee3a8d111e77ad5fff97e0de1)) ### [`v18.6.1`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v18.6.1) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v18.6.0...v18.6.1) ##### Bug Fixes - ensure `ignorePrivate` setting works with `iterateAllJsdocs` rules ([9703aba](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/9703aba3059ed2d80ec0d29b0b3d9c31bffc5999)) ### [`v18.6.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v18.6.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v18.5.0...v18.6.0) ##### Features - **`require-jsdoc`:** allow simple decorators to intervene between comment block and context object; fixes part of [#​455](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/455) ([641479b](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/641479b1d4fd0bbf81951ba21d9afe616a250c10)) ### [`v18.5.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v18.5.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v18.4.4...v18.5.0) ##### Features - **`check-param-names`:** add option `allowExtraTrailingParamDocs` to avoid reporting additional `[@param](https://togithub.com/param)`'s beyond actual function's arguments; fixes [#​450](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/450) ([4532e66](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/4532e663cfc060dd0d177c00492f631bb6699e39)) ### [`v18.4.4`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/v18.4.4) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v18.4.3...v18.4.4) ##### Bug Fixes - **`require-returns`:** should only report errors with async functions when `forceReturnsWithAsync` is set ([13f5533](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/13f553368d53326aefe1960927090149075c109c))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

renovate[bot] commented 4 years ago

:warning: Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

:recycle: Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm ERR! Cannot read property 'match' of undefined

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2020-01-01T17_26_08_278Z-debug.log