Skip to content

refactor: Bump eslint-plugin-jsdoc from 30.7.3 to 39.7.5 #1708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2023

Bumps eslint-plugin-jsdoc from 30.7.3 to 39.7.5.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v39.7.5

No release notes provided.

v39.7.4

No release notes provided.

v39.7.3

No release notes provided.

v39.7.2

No release notes provided.

v39.7.1

No release notes provided.

v39.7.0

No release notes provided.

v39.6.10

No release notes provided.

v39.6.9

No release notes provided.

v39.6.8

No release notes provided.

v39.6.7

No release notes provided.

v39.6.6

No release notes provided.

v39.6.5

No release notes provided.

v39.6.4

39.6.4 (2022-11-24)

Bug Fixes

  • require-return-checks: check return statements prior to last line; fixes #935 (65e927b)

v39.6.3

39.6.3 (2022-11-24)

Bug Fixes

... (truncated)

Commits
  • cbec35f fix(require-complete-description-sentence): allow triple backticks to end "...
  • 2e5782a fix(require-description-complete-sentence): report bare punctuation; fixes ...
  • 139d9b7 Revert "fix(require-description-complete-sentence): report bare punctuation...
  • b418dbd fix(require-description-complete-sentence): report bare punctuation; fixes ...
  • 952499a Revert "fix(require-description-complete-sentence): report bare punctuation...
  • 7988ed6 fix(require-description-complete-sentence): report bare punctuation; fixes ...
  • 512670c fix(require-returns-check): allow infinite loops to only have one branch re...
  • 42fd03b docs(no-restricted-syntax): example to limit types on @​type; fixes #939
  • d6e2355 docs: recommended-error config
  • a7381c0 feat: add config to report recommended rules as errors; fixes #956
  • 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
  • @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)

@dependabot dependabot bot added the dependencies Bot label; pull requests that updates a dependency file label Jan 31, 2023
@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title refactor: bump eslint-plugin-jsdoc from 30.7.3 to 39.7.5 refactor: Bump eslint-plugin-jsdoc from 30.7.3 to 39.7.5 Jan 31, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.7.5 branch from c718b3f to 21bc0a4 Compare January 31, 2023 14:23
@codecov
Copy link

codecov bot commented Jan 31, 2023

Codecov Report

Base: 99.89% // Head: 99.89% // No change to project coverage 👍

Coverage data is based on head (91c59e5) compared to base (3d783b9).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##            alpha    #1708   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files          61       61           
  Lines        5984     5984           
  Branches     1372     1372           
=======================================
  Hits         5978     5978           
  Misses          6        6           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.7.5 branch from 21bc0a4 to 2bc5f33 Compare January 31, 2023 14:54
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.7.3 to 39.7.5.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v30.7.3...v39.7.5)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.7.5 branch from 2bc5f33 to 91c59e5 Compare January 31, 2023 14:56
@mtrezza mtrezza merged commit 45888c6 into alpha Jan 31, 2023
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.7.5 branch January 31, 2023 15:28
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.0.0-alpha.8

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Feb 4, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.1.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Mar 1, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.1.0-alpha.1

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.1.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot label; pull requests that updates a dependency file state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants