Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-jsdoc to v47 (#211)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v46.10.1...v47.0.0)

##### Features

- expose TS types for index file; fixes
[#&#8203;1130](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/1130)
([dd9e71d](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/dd9e71daa223ff04e508b8abc4692de3172bc7b0))

##### BREAKING CHANGES

-   Adds types

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

[Compare
Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v46.10.0...v46.10.1)

##### Bug Fixes

- revert change to engines for now
([5e6280f](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/5e6280ffd4ed57ab83a6cfff259febce847e8545))

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

[Compare
Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v46.9.1...v46.10.0)

##### Features

- support ESLint 9
([eec9d95](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/eec9d9532b58a528b7e204f74f23b3d0c46ea329))

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

[Compare
Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v46.9.0...v46.9.1)

##### Bug Fixes

- **`check-examples`:** properly replace final extension; fixes
[#&#8203;1172](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/1172)
([b102693](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/b102693f98abbc7727d80c50c0500c6b59e9d5ae))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/refined-saved-replies).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent bbdcea8 commit 9580a74
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"eslint": "^8.53.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-jsdoc": "^47.0.0",
"eslint-plugin-jsonc": "^2.10.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.3.1",
Expand Down
19 changes: 13 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 9580a74

Please sign in to comment.