plugins icon indicating copy to clipboard operation
plugins copied to clipboard

chore(deps): update dependency typedoc-json-parser to v7

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typedoc-json-parser ^6.0.2 -> ^7.0.1 age adoption passing confidence

Release Notes

RealShadowNova/typedoc-json-parser

v7.0.1

Compare Source

🐛 Bug Fixes

  • bin: Parameter migrations for v6.0.0+ (a46263a)

v7.0.0

Compare Source

🏠 Refactor

  • TypeParameterParser: Rename property type to constraint (#​90) (93bedae)
💥 Breaking Changes:
  • TypeParameterParser#type has been renamed to #constraint.

  • *: Rename from *JSON to *Json (#​92) (730ac5a)

💥 Breaking Changes:
  • *Parser.JSON has been renamed to *Parser.Json.
  • *Parser.generateFromJSON() has been renamed to *Parser.generateFromJson().

🐛 Bug Fixes

  • ReferenceTypeParser: Invalid return from the isPackage() validator method (3491f96)
  • ClassPropertyParser: The type property is no longer nullable (#​89) (368ffe6)
  • deps: Update dependency typedoc to ^0.23.18 (#​86) (0d39296)

🚀 Features

  • type-parsers: Add the project parameter to the toString() method (#​93) (e6059d7)
💥 Breaking Changes:
  • *TypeParser.formatToString() now accepts a single parameter of TypeParser.FormatToStringOptions<*TypeParser>.

  • class-parser: Add accessibility validator methods (bb02200)

  • ClassConstructorParser: Add accessibility property (c23ede8)

  • InterfaceParser: Add typeParameters property (#​91) (51a8c6a)

  • *: Remove project property (#​88) (eae3dc6)

💥 Breaking Changes:
  • Parser#project has been removed along with all references in classes that extend this class.
  • TypeParser#project has been removed along with all references in classes that extend this interface.
  • CommentParser#project has been removed.
  • ParameterParser#project has been removed.
  • SignatureParser#project has been removed.
  • SourceParser#project has been removed.
  • TypeParameterParser#project has been removed.
  • ClassConstructorParser#parent has been removed.
  • ClassMethodParser#parent has been removed.
  • ClassPropertyParser#parent has been removed.
  • EnumMemberParser#parent has been removed.
  • InterfaceMethodParser#parent has been removed.
  • InterfacePropertyParser#parent has been removed.

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Oct 30 '22 01:10 renovate[bot]