Skip to content

Commit

Permalink
build(deps): update dependency eslint-plugin-jsdoc to v48.4.0 (#9696)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint-plugin-jsdoc](https://togithub.com/gajus/eslint-plugin-jsdoc)
| [`48.2.13` ->
`48.4.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/48.2.13/48.4.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsdoc/48.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-jsdoc/48.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-jsdoc/48.2.13/48.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsdoc/48.2.13/48.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)</summary>

###
[`v48.4.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.3.0...1aa3313e6962b55de94528d589d9d9d4844d72b7)

[Compare
Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.3.0...v48.4.0)

###
[`v48.3.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v48.3.0)

[Compare
Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.2.15...v48.3.0)

##### Bug Fixes

- **`no-undefined-types`:** treat variables imported by
`[@import](https://togithub.com/import)` tags as defined; fixes
[#&#8203;1244](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/1244)
([54ac4fd](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/54ac4fd4c5cf30c0f4c239e1066fb693ab7349fc))

##### Features

- **`check-values`:** checks for valid
`[@import](https://togithub.com/import)` syntax
([ad31b14](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/ad31b14c78a7fdbe6a1997c5302e7d5ddde0eb65))

###
[`v48.2.15`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v48.2.15)

[Compare
Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.2.14...v48.2.15)

##### Bug Fixes

- Revert "fix(`no-undefined-types`): treat variables imported by
`[@import](https://togithub.com/import)` tags as defined"; fixes
[#&#8203;1246](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/1246)
([ce066df](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/ce066df38edc9175db200e8da7ed7096e2879942))

###
[`v48.2.14`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v48.2.14)

[Compare
Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.2.13...v48.2.14)

##### Bug Fixes

- **`no-undefined-types`:** treat variables imported by
`[@import](https://togithub.com/import)` tags as defined; fixes
[#&#8203;1244](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/1244)
([34ba2e0](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/34ba2e01d8de1c8a8558cc3f6f93c23d6bc49250))

</details>

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent a295459 commit 95a2921
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
31 changes: 26 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.2.13",
"eslint-plugin-jsdoc": "48.4.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-unicorn": "54.0.0",
Expand Down

0 comments on commit 95a2921

Please sign in to comment.