videlais / snowman

An advanced Twine 2 story format designed for people who already know JavaScript and CSS
MIT License
128 stars 35 forks source link

Bump eslint-plugin-jsdoc from 50.2.2 to 50.3.0 #883

Open dependabot[bot] opened 2 days ago

dependabot[bot] commented 2 days ago

Bumps eslint-plugin-jsdoc from 50.2.2 to 50.3.0.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v50.3.0

50.3.0 (2024-09-26)

Features

  • require-param: add ignoreWhenAllParamsMissing option; fixes #1317 (3b18435)

v50.2.5

50.2.5 (2024-09-25)

Bug Fixes

  • require-jsdoc: allow TSTypeAliasDeclaration to be detected for export; fixes #1319 (909de73)
  • force release (6970456)
  • force release (20e0805)
  • update semantic-release (baaf8c3)
  • update semantic-release/github (8e565e0)

v50.2.4

50.2.4 (2024-09-18)

Bug Fixes

  • require-returns-check: allow infinite for loops to have only one branch to return; fixes #1315 (e7ab475)

v50.2.3

50.2.3 (2024-09-13)

Bug Fixes

  • require-jsdoc: avoid erring on static blocks (8222262)
Commits
  • 3b18435 feat(require-param): add ignoreWhenAllParamsMissing option; fixes #1317
  • 51c68b1 Revert "Enable Publish Attestation"
  • 6970456 fix: force release
  • baaf8c3 fix: update semantic-release
  • 20e0805 fix: force release
  • 8e565e0 fix: update semantic-release/github
  • 909de73 fix(require-jsdoc): allow TSTypeAliasDeclaration to be detected for expor...
  • 239d69a Enable Publish Attestation
  • e7ab475 fix(require-returns-check): allow infinite for loops to have only one branc...
  • 8222262 fix(require-jsdoc): avoid erring on static blocks
  • See full diff 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 - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)