Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2025

This PR contains the following updates:

Package Change Age Confidence
jsdoc-type-pratt-parser ^4.0.0 -> ^7.0.0 age confidence

Release Notes

jsdoc-type-pratt-parser/jsdoc-type-pratt-parser (jsdoc-type-pratt-parser)

v7.0.0

Compare Source

Features
  • allow infer in other positions in generic argument lists (645bdb1)
BREAKING CHANGES
  • Removes infer: boolean from generics in favor of a root level InferResult

6.11.1 (2025-11-07)

Bug Fixes
  • mapped types: fix precedence so unions can be parsed after in (3ba726d)

v6.11.1

Compare Source

Features
  • allow infer in other positions in generic argument lists (645bdb1)
BREAKING CHANGES
  • Removes infer: boolean from generics in favor of a root level InferResult

6.11.1 (2025-11-07)

Bug Fixes
  • mapped types: fix precedence so unions can be parsed after in (3ba726d)

v6.11.0

Compare Source

Features
  • allow infer in other positions in generic argument lists (645bdb1)
BREAKING CHANGES
  • Removes infer: boolean from generics in favor of a root level InferResult

6.11.1 (2025-11-07)

Bug Fixes
  • mapped types: fix precedence so unions can be parsed after in (3ba726d)

v6.10.0

Compare Source

Features
  • traverse: report array index to onEnter/onLeave (25e32f1)

6.9.1 (2025-10-07)

Bug Fixes
  • stringify: add preReturnMarkerSpacing and postReturnMarkerSpacing to signatures and constructed methods (860b748)
  • stringify: add missing postGenericSpacing to JsdocTypeFunction (24f9672)

v6.9.1

Compare Source

Features
  • traverse: report array index to onEnter/onLeave (25e32f1)

6.9.1 (2025-10-07)

Bug Fixes
  • stringify: add preReturnMarkerSpacing and postReturnMarkerSpacing to signatures and constructed methods (860b748)
  • stringify: add missing postGenericSpacing to JsdocTypeFunction (24f9672)

v6.9.0

Compare Source

Features
  • traverse: report array index to onEnter/onLeave (25e32f1)

6.9.1 (2025-10-07)

Bug Fixes
  • stringify: add preReturnMarkerSpacing and postReturnMarkerSpacing to signatures and constructed methods (860b748)
  • stringify: add missing postGenericSpacing to JsdocTypeFunction (24f9672)

v6.8.0

Compare Source

Features
  • stringify: make tuple, keyValue, function return type, and parameter spacing configurable (124a498)

v6.7.0

Compare Source

Features
  • generic element spacing, computed method and signature spacing, parameter spacing (3ed9f58)

v6.6.0

Compare Source

Features
  • add type parameters to call, constructor, and method signatures (890e444)
  • support type parameters with computed methods (54e57f3)

6.5.1 (2025-10-06)

Bug Fixes
  • add classContext to tryParse (e69c21b)

v6.5.1

Compare Source

Features
  • add type parameters to call, constructor, and method signatures (890e444)
  • support type parameters with computed methods (54e57f3)

6.5.1 (2025-10-06)

Bug Fixes
  • add classContext to tryParse (e69c21b)

v6.5.0

Compare Source

Features
  • add type parameters to call, constructor, and method signatures (890e444)
  • support type parameters with computed methods (54e57f3)

6.5.1 (2025-10-06)

Bug Fixes
  • add classContext to tryParse (e69c21b)

v6.4.0

Compare Source

Bug Fixes
  • traverse: ignore traversing non-Node keys (8c62ae8)
Features
  • add missing visitor keys for function, import, object field types (4418e44)

6.3.3 (2025-10-04)

Bug Fixes
  • liberalize use of TypeScript keywords in object field and namepaths (a379125)

6.3.2 (2025-10-03)

Bug Fixes
  • parseNamePath: liberalize reserved words in namepaths (db8933b)

6.3.1 (2025-10-03)

Bug Fixes
  • liberalize names/namepaths to allow more reserved words (b9eaa95)

v6.3.3

Compare Source

Bug Fixes
  • traverse: ignore traversing non-Node keys (8c62ae8)
Features
  • add missing visitor keys for function, import, object field types (4418e44)

6.3.3 (2025-10-04)

Bug Fixes
  • liberalize use of TypeScript keywords in object field and namepaths (a379125)

6.3.2 (2025-10-03)

Bug Fixes
  • parseNamePath: liberalize reserved words in namepaths (db8933b)

6.3.1 (2025-10-03)

Bug Fixes
  • liberalize names/namepaths to allow more reserved words (b9eaa95)

v6.3.2

Compare Source

Bug Fixes
  • traverse: ignore traversing non-Node keys (8c62ae8)
Features
  • add missing visitor keys for function, import, object field types (4418e44)

6.3.3 (2025-10-04)

Bug Fixes
  • liberalize use of TypeScript keywords in object field and namepaths (a379125)

6.3.2 (2025-10-03)

Bug Fixes
  • parseNamePath: liberalize reserved words in namepaths (db8933b)

6.3.1 (2025-10-03)

Bug Fixes
  • liberalize names/namepaths to allow more reserved words (b9eaa95)

v6.3.1

Compare Source

Bug Fixes
  • traverse: ignore traversing non-Node keys (8c62ae8)
Features
  • add missing visitor keys for function, import, object field types (4418e44)

6.3.3 (2025-10-04)

Bug Fixes
  • liberalize use of TypeScript keywords in object field and namepaths (a379125)

6.3.2 (2025-10-03)

Bug Fixes
  • parseNamePath: liberalize reserved words in namepaths (db8933b)

6.3.1 (2025-10-03)

Bug Fixes
  • liberalize names/namepaths to allow more reserved words (b9eaa95)

v6.3.0

Compare Source

Bug Fixes
  • traverse: ignore traversing non-Node keys (8c62ae8)
Features
  • add missing visitor keys for function, import, object field types (4418e44)

6.3.3 (2025-10-04)

Bug Fixes
  • liberalize use of TypeScript keywords in object field and namepaths (a379125)

6.3.2 (2025-10-03)

Bug Fixes
  • parseNamePath: liberalize reserved words in namepaths (db8933b)

6.3.1 (2025-10-03)

Bug Fixes
  • liberalize names/namepaths to allow more reserved words (b9eaa95)

v6.2.0

Compare Source

Bug Fixes
  • allow reserved words which correspond to valid root TS types (7cfee47)
Features
  • add parseName and parseNamePath; check reserved names (942f754)
  • add parseName and parseNamePath; check reserved names (INCOMPLETE) (50da564)

v6.1.2

Compare Source

Features
  • add parseName and parseNamePath; check reserved names (INCOMPLETE) (8114c48)

6.1.2 (2025-10-01)

Bug Fixes
  • revert "feat: parseNamePath and parseName; add parse options (strictMode, module, asyncFunctionBody)" (proved problematic) (c95f5a0)

6.1.1 (2025-10-01)

Bug Fixes
  • revert name/namepath addition (proved problematic) (79a9834)

6.0.1 (2025-09-29)

Bug Fixes

v6.1.1

Compare Source

Features
  • add parseName and parseNamePath; check reserved names (INCOMPLETE) (8114c48)

6.1.2 (2025-10-01)

Bug Fixes
  • revert "feat: parseNamePath and parseName; add parse options (strictMode, module, asyncFunctionBody)" (proved problematic) (c95f5a0)

6.1.1 (2025-10-01)

Bug Fixes
  • revert name/namepath addition (proved problematic) (79a9834)

6.0.1 (2025-09-29)

Bug Fixes

v6.1.0

Compare Source

Features
  • add parseName and parseNamePath; check reserved names (INCOMPLETE) (8114c48)

6.1.2 (2025-10-01)

Bug Fixes
  • revert "feat: parseNamePath and parseName; add parse options (strictMode, module, asyncFunctionBody)" (proved problematic) (c95f5a0)

6.1.1 (2025-10-01)

Bug Fixes
  • revert name/namepath addition (proved problematic) (79a9834)

6.0.1 (2025-09-29)

Bug Fixes

v6.0.1

Compare Source

Features
  • add parseName and parseNamePath; check reserved names (INCOMPLETE) (8114c48)

6.1.2 (2025-10-01)

Bug Fixes
  • revert "feat: parseNamePath and parseName; add parse options (strictMode, module, asyncFunctionBody)" (proved problematic) (c95f5a0)

6.1.1 (2025-10-01)

Bug Fixes
  • revert name/namepath addition (proved problematic) (79a9834)

6.0.1 (2025-09-29)

Bug Fixes

v6.0.0

Compare Source

Features
  • add parseName and parseNamePath; check reserved names (INCOMPLETE) (8114c48)

6.1.2 (2025-10-01)

Bug Fixes
  • revert "feat: parseNamePath and parseName; add parse options (strictMode, module, asyncFunctionBody)" (proved problematic) (c95f5a0)

6.1.1 (2025-10-01)

Bug Fixes
  • revert name/namepath addition (proved problematic) (79a9834)

6.0.1 (2025-09-29)

Bug Fixes

v5.9.2

Compare Source

Bug Fixes
  • deliberalize lexer to prohibit hyphens in typescript identifiers (1f9d50a)
  • deliberalize lexer to prohibit NaN and -?Infinity in TypeScript identifiers (bcd858b)
BREAKING CHANGES
  • Prohibits use of NaN and -?Infinity in TypeScript identifiers
  • Prohibits use of hyphens in TypeScript identifiers

5.9.2 (2025-09-28)

Bug Fixes
  • allow template literals to include non-token values (e.g., hyphens) as part of literal portions (dcfae5b)

5.9.1 (2025-09-27)

Bug Fixes
  • mapped type clauses: handle more complete types (a50f4a2)

v5.9.1

Compare Source

Bug Fixes
  • deliberalize lexer to prohibit hyphens in typescript identifiers (1f9d50a)
  • deliberalize lexer to prohibit NaN and -?Infinity in TypeScript identifiers (bcd858b)
BREAKING CHANGES
  • Prohibits use of NaN and -?Infinity in TypeScript identifiers
  • Prohibits use of hyphens in TypeScript identifiers

5.9.2 (2025-09-28)

Bug Fixes
  • allow template literals to include non-token values (e.g., hyphens) as part of literal portions (dcfae5b)

5.9.1 (2025-09-27)

Bug Fixes
  • mapped type clauses: handle more complete types (a50f4a2)

v5.9.0

Compare Source

Bug Fixes
  • deliberalize lexer to prohibit hyphens in typescript identifiers (1f9d50a)
  • deliberalize lexer to prohibit NaN and -?Infinity in TypeScript identifiers (bcd858b)
BREAKING CHANGES
  • Prohibits use of NaN and -?Infinity in TypeScript identifiers
  • Prohibits use of hyphens in TypeScript identifiers

5.9.2 (2025-09-28)

Bug Fixes
  • allow template literals to include non-token values (e.g., hyphens) as part of literal portions (dcfae5b)

5.9.1 (2025-09-27)

Bug Fixes
  • mapped type clauses: handle more complete types (a50f4a2)

v5.8.0

Compare Source

Features
  • computed properties and methods (b621584)

v5.7.0

Compare Source

Features

v5.6.0

Compare Source

Features

v5.5.0

Compare Source

Features
  • add JsdocTypeCallSignature, JsdocTypeConstructorSignature, and JsdocTypeMethodSignature (4ca386c)

v5.4.0

Compare Source

Features
  • add meta.spacing option to JsdocTypeUnion (06bdfbe)

v5.3.0

Compare Source

Features
  • meta.trailingPunctuation for ObjectResult (63beb31)

v5.2.0

Compare Source

Features
  • allow comma-and-linebreak and semicolon-and-linebreak and separatorForSingleObjectField: boolean (63e3451)

5.1.1 (2025-09-06)

Bug Fixes
  • asserts, infer: bad error messages (8c06711)

v5.1.1

Compare Source

Features
  • allow comma-and-linebreak and semicolon-and-linebreak and separatorForSingleObjectField: boolean (63e3451)

5.1.1 (2025-09-06)

Bug Fixes
  • asserts, infer: bad error messages (8c06711)

v5.1.0

Compare Source

Features
  • allow comma-and-linebreak and semicolon-and-linebreak and separatorForSingleObjectField: boolean (63e3451)

5.1.1 (2025-09-06)

Bug Fixes
  • asserts, infer: bad error messages (8c06711)

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • Adds exports

v4.8.0

Compare Source

Features
  • add generic arrow function (cf665a9)

v4.7.0

Compare Source

Features

v4.6.0

Compare Source

Features
  • allow question mark as object property (cb98813)

v4.5.0

Compare Source

Features

4.4.1 (2025-08-15)

Bug Fixes
  • allow typeof as object key (fc3db3e)
  • avoid adding linebreaks to linebreak separator when not > 1 item (482bb4d)
  • handle stray commas/semi-colons in objects (6764127)

v4.4.1

Compare Source

Features

4.4.1 (2025-08-15)

Bug Fixes
  • allow typeof as object key (fc3db3e)
  • avoid adding linebreaks to linebreak separator when not > 1 item (482bb4d)
  • handle stray commas/semi-colons in objects (6764127)

v4.4.0

Compare Source

Features

4.4.1 (2025-08-15)

Bug Fixes
  • allow typeof as object key (fc3db3e)
  • avoid adding linebreaks to linebreak separator when not > 1 item (482bb4d)
  • handle stray commas/semi-colons in objects (6764127)

v4.3.0

Compare Source

Features
  • add JsdocTypeReadonlyArray type (ef64e00)

v4.2.0

Compare Source

Bug Fixes
  • stringify: allow for linebreak separator (cb5007b)
Features
  • add propertyIndent meta (5016448)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Nov 7, 2025

⚠️ No Changeset found

Latest commit: 12ff636

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant