Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-jsdoc to v48 (#149)
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)
| [`^47.0.0` ->
`^48.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/47.0.2/48.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsdoc/48.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-jsdoc/48.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-jsdoc/47.0.2/48.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsdoc/47.0.2/48.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Bug Fixes

- **ESM:** allow src files
([d940187](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/d940187557502227af5164f7d3c786570a888e4e))

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

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

##### Features

- switch to native ESM and add `exports`
([6ac8116](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/6ac811662d11f8a6d6ad9b963d9e257e9ec55cba))

##### BREAKING CHANGES

-   adds exports; requires Node 18

</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/should-semantic-release).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 5, 2024
1 parent 04e1d20 commit 0b20a52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"eslint": "^8.50.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^47.0.0",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.1.0",
Expand Down
10 changes: 5 additions & 5 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 0b20a52

Please sign in to comment.