Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

chore(deps-dev): bump eslint-plugin-jsdoc from 31.6.1 to 32.0.1 #76

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2021

Bumps eslint-plugin-jsdoc from 31.6.1 to 32.0.1.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v32.0.1

32.0.1 (2021-02-16)

Bug Fixes

  • default to u flag for checkTypesPattern option for require-param, check-param-names; for check-values, default to u flag and allow slashed regexes with own flags; for match-description, allow slashed regexs with own flags; for all of the previous (and check-examples) allows newlines (4f0dc8e)

v32.0.0

32.0.0 (2021-02-15)

Bug Fixes

  • check-examples: change default extension for simulated file name of [@example](https://github.com/example) from md to md/*.js. Only applies when matchingFileName is not used. (2cc1227)

BREAKING CHANGES

  • check-examples: Per update to eslint-plugin-markdown v2 and its support of ESLint 7's new processor API, fenced blocks can (and must) be targeted separately from the Markdown parent file as a whole, so in order to allow the same overrides config to be reusable between Markdown fenced blocks and @example tags (since one often wishes to disable the same kind of rules for each, being as that each may deliberately lack full context, e.g., undefined or unused variables), we update the default simulated extension set for @example tags by check-examples to simulate an expression which will now be a suitable choice for overrides in targeting Markdown fenced blocks using the new parser API, as with eslint-plugin-markdown@2 (i.e., "md/*.js" instead of "md").

If you need to use ESLint 6 (or eslint-plugin-markdown < 2, for example) with check-examples, you should be able to manually supply the matchingFileName option targeting "md", e.g., set to 'dummy.md.

This commit also simplifies a testing example to avoid it throwing with changed config not having proper babel support (not meaningful to test anyways)

Commits
  • 4f0dc8e fix: default to u flag for checkTypesPattern option for require-param, ...
  • 732b088 docs(readme): add missing require-yields-check to list of example rules to ...
  • 8f5215c docs(readme): change formatting of options to appear more like complete rule ...
  • c18aab5 docs(check-examples): fix typo
  • 2cc1227 fix(check-examples): change default extension for simulated file name of `@ex...
  • bc391f3 chore: update devDep. (gitdown)
  • aefc1c1 chore: update eslint devDep and semantic-release; resume using :has() selec...
  • 547a1c9 docs: clarify comment on options structure
  • 08e76b1 chore: update devDeps (besides husky which is temporarily changing its licens...
  • b42bf79 docs: create separate template for documentation bugs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 31.6.1 to 32.0.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v31.6.1...v32.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2021
@github-actions github-actions bot merged commit 57ffd33 into master Feb 16, 2021
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/eslint-plugin-jsdoc-32.0.1 branch February 16, 2021 14:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants