Skip to content
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

check-tag-names doesn't know @internal #859

Closed
Shinigami92 opened this issue Mar 27, 2022 · 1 comment
Closed

check-tag-names doesn't know @internal #859

Shinigami92 opened this issue Mar 27, 2022 · 1 comment

Comments

@Shinigami92
Copy link

Expected behavior

check-tag-names should not warn on valid tag @internal

/**
 * @internal
 */

Actual behavior

Invalid JSDoc tag name "internal". eslint jsdoc/check-tag-names

ESLint Config

https://github.com/faker-js/faker/blob/877ac76b2811c948c560fee4fa76908b142557d1/.eslintrc.js

Environment

  • Node version: v16.13.2
  • ESLint version v8.11.0
  • eslint-plugin-jsdoc version: 38.0.6
@gajus
Copy link
Owner

gajus commented Mar 27, 2022

🎉 This issue has been resolved in version 38.0.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Mar 27, 2022
crapStone pushed a commit to Calciumdibromid/CaBr2 that referenced this issue Mar 31, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`38.0.7` -> `38.0.8`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/38.0.7/38.0.8) |

---

### Release Notes

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

### [`v38.0.8`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v38.0.8)

[Compare Source](gajus/eslint-plugin-jsdoc@v38.0.7...v38.0.8)

##### Bug Fixes

-   **`check-tag-names`:** allow `internal` for TypeScript mode; fixes [#&#8203;859](gajus/eslint-plugin-jsdoc#859) ([a530862](gajus/eslint-plugin-jsdoc@a530862))
-   **`sort-tags`:** add place for `internal` ([89ad7f5](gajus/eslint-plugin-jsdoc@89ad7f5))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1258
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants