Skip to content

Commit

Permalink
build(deps-dev): Bump eslint-plugin-jsdoc from 49.0.0 to 50.0.0
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 49.0.0 to 50.0.0.
- [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@v49.0.0...v50.0.0)

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

BREAKING CHANGE: Disable `jsdoc/lines-before-block`

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kevinoid committed Aug 8, 2024
1 parent 464cf99 commit 0cbd472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"peerDependencies": {
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-jsdoc": "^49.0.0",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-n": "^17.1.0",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-regexp": "^2.0.0",
Expand All @@ -70,7 +70,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-find-rules": "^4.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^49.0.0",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-n": "^17.1.0",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-regexp": "^2.0.0",
Expand Down

0 comments on commit 0cbd472

Please sign in to comment.