Skip to content

Releases: gajus/eslint-plugin-jsdoc

v61.1.11

29 Oct 18:06

Choose a tag to compare

61.1.11 (2025-10-29)

Bug Fixes

  • fixing of missing parent should go between child and grandparent (4f2ec35)

v61.1.10

28 Oct 17:00

Choose a tag to compare

61.1.10 (2025-10-28)

Bug Fixes

  • imports-as-dependencies: check for object-based types (or typings) (c9a22b6)

v61.1.9

26 Oct 15:46

Choose a tag to compare

61.1.9 (2025-10-26)

Bug Fixes

  • CJS: provide CJS version of to-valid-identiifer; fixes #1583 (ca57a1f)

v61.1.8

24 Oct 21:00

Choose a tag to compare

61.1.8 (2025-10-24)

Bug Fixes

  • no-undefined-types: consider module scope variables as defined; fixes #1581 (f938fdc)

v61.1.7

23 Oct 17:02

Choose a tag to compare

61.1.7 (2025-10-23)

Bug Fixes

  • imports-as-dependencies: handle resolve.exports errors (0c4e5b6)

v61.1.6

23 Oct 16:38

Choose a tag to compare

61.1.6 (2025-10-23)

Bug Fixes

  • imports-as-dependencies: check within exports for types; fixes #1114 (c0e4e7c)

v61.1.5

20 Oct 10:16

Choose a tag to compare

61.1.5 (2025-10-20)

Bug Fixes

  • update object-deep-merge, devDeps.; closes #1576 (7a45e99)

v61.1.4

15 Oct 03:59

Choose a tag to compare

61.1.4 (2025-10-15)

Bug Fixes

  • to-valid-identifier should be a dependency; fixes #1574 (89d37d0)

v61.1.3

15 Oct 00:44

Choose a tag to compare

61.1.3 (2025-10-15)

Bug Fixes

  • prefer-import-tag: ensure import is a valid identifier; fixes #1572 (4349209)

v61.1.2

13 Oct 15:14

Choose a tag to compare

61.1.2 (2025-10-13)

Bug Fixes

  • no-undefined-types: allow global prefixes; fixes #1566 (335450a)