Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps eslint-plugin-jsdoc from 3.15.1 to 4.4.1.
Release notes
*Sourced from [eslint-plugin-jsdoc's releases](https://github.com/gajus/eslint-plugin-jsdoc/releases).* > ## v4.4.1 > ## [4.4.1](https://github.com/gajus/eslint-plugin-jsdoc/compare/v4.4.0...v4.4.1) (2019-03-14) > > > ### Bug Fixes > > * correct error message of `check-types` (fixes [#103](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/103)) ([897f205](https://github.com/gajus/eslint-plugin-jsdoc/commit/897f205)) > > ## v4.4.0 > # [4.4.0](https://github.com/gajus/eslint-plugin-jsdoc/compare/v4.3.0...v4.4.0) (2019-03-14) > > > ### Features > > * Update supported jsdoc tags (fixes [#163](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/163)) ([2619665](https://github.com/gajus/eslint-plugin-jsdoc/commit/2619665)) > * Update supported jsdoc tags (fixes [#163](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/163)) ([917888d](https://github.com/gajus/eslint-plugin-jsdoc/commit/917888d)) > > ## v4.3.0 > # [4.3.0](https://github.com/gajus/eslint-plugin-jsdoc/compare/v4.2.0...v4.3.0) (2019-03-14) > > > ### Features > > * add support for [@hideconstructor](https://github.com/hideconstructor) tag (fixes [#96](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/96)) ([692d4b9](https://github.com/gajus/eslint-plugin-jsdoc/commit/692d4b9)) > * add support for [@hideconstructor](https://github.com/hideconstructor) tag (fixes [#96](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/96)) ([68093e3](https://github.com/gajus/eslint-plugin-jsdoc/commit/68093e3)) > > ## v4.2.0 > # [4.2.0](https://github.com/gajus/eslint-plugin-jsdoc/compare/v4.1.1...v4.2.0) (2019-03-13) > > > ### Features > > * make require-returns-description accept void functions (fixes [#157](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/157)) ([39918c8](https://github.com/gajus/eslint-plugin-jsdoc/commit/39918c8)) > * make require-returns-description accept void functions (fixes [#157](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/157)) ([75d51dc](https://github.com/gajus/eslint-plugin-jsdoc/commit/75d51dc)) > > ## v4.1.1 > ## [4.1.1](https://github.com/gajus/eslint-plugin-jsdoc/compare/v4.1.0...v4.1.1) (2019-02-24) > > > ### Bug Fixes > > * requireReturns Rule does not honor inheritdoc tag (fixes [#153](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/153)) ([af5a9a9](https://github.com/gajus/eslint-plugin-jsdoc/commit/af5a9a9)) > * update dependecies ([3a6d773](https://github.com/gajus/eslint-plugin-jsdoc/commit/3a6d773)) > * update dependencies ([4bd096a](https://github.com/gajus/eslint-plugin-jsdoc/commit/4bd096a)) > > ## v4.1.0 > # [4.1.0](https://github.com/gajus/eslint-plugin-jsdoc/compare/v4.0.1...v4.1.0) (2019-01-27) > > > ### Features > ... (truncated)Commits
- [`897f205`](https://github.com/gajus/eslint-plugin-jsdoc/commit/897f205bc903dd318a975b8fde1bbfe1b03ecf02) fix: correct error message of `check-types` (fixes [#103](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/103)) - [`6c172eb`](https://github.com/gajus/eslint-plugin-jsdoc/commit/6c172eb4ca7f5986a49081517a2c1738ade50d5d) Fix: correct error message of `check-types` (fixes [#103](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/103)) - [`2619665`](https://github.com/gajus/eslint-plugin-jsdoc/commit/2619665e3ba4e75a7c4e2ed8be408ea1861edff0) feat: Update supported jsdoc tags (fixes [#163](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/163)) - [`a1d0dca`](https://github.com/gajus/eslint-plugin-jsdoc/commit/a1d0dca5bc358cd669fab7e232f074911b5af69a) docs: generate docs - [`917888d`](https://github.com/gajus/eslint-plugin-jsdoc/commit/917888d7490efb4468c3ee342aee5543c33b9bd8) feat: Update supported jsdoc tags (fixes [#163](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/163)) - [`692d4b9`](https://github.com/gajus/eslint-plugin-jsdoc/commit/692d4b9ec9a027c1c58cad3c6576bc336a3172e9) feat: add support for [@hideconstructor](https://github.com/hideconstructor) tag (fixes [#96](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/96)) - [`23ba6b3`](https://github.com/gajus/eslint-plugin-jsdoc/commit/23ba6b39a42e7ae46d5a87958011cfc9b2851dbf) docs: generate docs - [`68093e3`](https://github.com/gajus/eslint-plugin-jsdoc/commit/68093e3eacbab92102932d2210e1348988cc6ba0) feat: add support for [@hideconstructor](https://github.com/hideconstructor) tag (fixes [#96](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/96)) - [`39918c8`](https://github.com/gajus/eslint-plugin-jsdoc/commit/39918c8d62378389200d6255c8d73a9555a84355) feat: make require-returns-description accept void functions (fixes [#157](https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/157)) - [`8e9f35e`](https://github.com/gajus/eslint-plugin-jsdoc/commit/8e9f35ee34f7ca66bb68131ae6330bf1ab92df77) docs: generate docs - Additional commits viewable in [compare view](https://github.com/gajus/eslint-plugin-jsdoc/compare/v3.15.1...v4.4.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.