ShaggyTech / nhtsa-api-wrapper

Decode and Validate Vehicle VINs - Javascript Client Wrapper for the nhtsa.dot.gov VPIC Vehicles API.
https://vpic.shaggytech.com
MIT License
30 stars 8 forks source link

chore(deps): update dependency typedoc-plugin-markdown to v4.2.7 #578

Open renovate[bot] opened 9 months ago

renovate[bot] commented 9 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typedoc-plugin-markdown (source) 4.0.0-next.25 -> 4.2.7 age adoption passing confidence

Release Notes

typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown) ### [`v4.2.7`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#427) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.6...typedoc-plugin-markdown@4.2.7) ##### Patch Changes - Correctly handle top level custom groups in navigation ([#​685](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/685)) - Fix missing index descriptions for some signatures ([#​670](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/670)) - Add '?' for optional type declarations in tables ### [`v4.2.6`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#426-2024-08-25) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.5...typedoc-plugin-markdown@4.2.6) ##### Patch Changes - Expose missing entrypoints to navigation ([#​663](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/663)) - Fix missing function descriptions in indexes ### [`v4.2.5`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#425-2024-08-15) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.4...typedoc-plugin-markdown@4.2.5) ##### Patch Changes - Expose comment for arrow functions in type declarations ([#​670](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/670)) - Tables generated with the "htmlTable" key will include `` and `` elements to fix MDX compatibility issues ([#​671](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/671)) - Expose missing descriptions with accessor keyword ([#​664](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/664)) ### [`v4.2.4`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#424-2024-08-13) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.3...typedoc-plugin-markdown@4.2.4) ##### Patch Changes - Expose comments to reflections with the accessor keyword ([#​664](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/664)) - Omit constructors from category groups ([#​661](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/661)) - Update categories structure in navigation to match interface model ### [`v4.2.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#423-2024-07-24) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.2...typedoc-plugin-markdown@4.2.3) ##### Patch Changes - Fix missing return comments for const functions ([#​656](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656)) ### [`v4.2.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#422-2024-07-22) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.1...typedoc-plugin-markdown@4.2.2) ##### Patch Changes - Correctly resolve comment summary for const functions ([#​656](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656)) - Fix anchor links containing generics ([#​655](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/655)) ### [`v4.2.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#421-2024-07-11) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.0...typedoc-plugin-markdown@4.2.1) ##### Patch Changes - Fix missing index descriptions for signatures ([#​618](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618)) ### [`v4.2.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#420-2024-07-10) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.1.2...typedoc-plugin-markdown@4.2.0) ##### Minor Changes - Exposed "modulesFileName" option ([#​647](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/647)) - Write `.nojekyll` file if TypeDocs "githubPages" option is true ([#​650](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/650)) - Exposed "blockTagsPreserveOrder" option to configure ordering of comment block tags ([#​627](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/627)). - Exposed "useHTMLEncodedBrackets" option for alternative angle bracket escaping([#​564](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/564)). ### [`v4.1.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#412-2024-07-05) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.1.1...typedoc-plugin-markdown@4.1.2) ##### Patch Changes - Support TypeDoc 0.26 relative links implementation ([#​645](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/645)). ### [`v4.1.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#411-2024-06-30) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.1.0...typedoc-plugin-markdown@4.1.1) ##### Patch Changes - Normalize window paths when "publicPath" is set ([#​639](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/639)) ### [`v4.1.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#410-2024-06-22) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.3...typedoc-plugin-markdown@4.1.0) ##### New Features - Theme support for TypeDoc’s 0.26 localization model. - Theme support for TypeDoc’s 0.26 documents implementation. - Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes ([#​618](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618)). - Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures. - Supports the ability to control what table columns are rendered with the --tableColumnSettings option. ##### Patch Changes - Handle duplicate files when tagged in same group ([#​625](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/625)) - Fix issues with tables and block tags ([#​618](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618)) ### [`v4.0.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#403-2024-05-27) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.2...typedoc-plugin-markdown@4.0.3) ##### Patch Changes - Remove superfluous quotes from prop names ([#​619](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/619)) - Fix display of index descriptions in tables ([#​618](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618)) ### [`v4.0.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#402-2024-05-15) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.1...typedoc-plugin-markdown@4.0.2) ##### Patch Changes - Fix symbol url anchors when "flattenOutputFiles" is "true" ([#​616](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/616)) - Normalize line breaks and tags within table columns ([#​615](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/615)) - Remove superfluous spaces and symbol on external links ([#​614](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/614)) - Escape all angle brackets with "santizeComments" ([#​612](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/612)) - Correctly handle quoted symbol names ([#​611](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/611)) - Correctly handle excludeScopesInPaths in windows ([#​610](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/610)) ### [`v4.0.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#401-2024-05-07) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0...typedoc-plugin-markdown@4.0.1) ##### Patch Changes - Remove superfluous newlines from table column descriptions ([#​591](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/591)). - Handle multiple `@example` tags on same reflection. - Fix missing extended by definitions. - Escape Symbols with signatures correctly. ### [`v4.0.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#400-2024-05-03) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.60...typedoc-plugin-markdown@4.0.0) > v4 is a major release that includes a number of bug fixes, new features and UI improvements. ##### Architectural Changes - Handlebars as a dependency has been removed. - Updated customization model with the ability to set hooks, events and custom theming. - Exposed navigation structure. ##### New Features - Updated output file structure. - Improved and cleaner UI. - A set of updated and additional new options with comprehensive documentation. - Exported option types and JSON schema. ##### Structural Changes - Each module member is now output to its own file by default. See option `--outputFileStrategy`. To achieve the same output as v3 (whereby only Classes, Enums and Interfaces have their own file), set the option `membersWithOwnFile` option. - Parameters are output as a list by default. To achieve the same output as v3 (where parameters are output as a table), use option `--parametersFormat=table`. ##### Breaking Changes - Because the file structure has changed you may need to update any cross references to files in your documentation. - Setting `theme` to `"markdown"` is no longer required and should be removed. - The option `indexTitle` has been removed. Please use the `"title.indexPage"` key with option `--textContentMappings`. - The option `allReflectionsHaveOwnDocument` has been removed (this behaviour is now the default). Please see option `outputFileStrategy`]\(/docs/options#outputfilestrategy). - The option `entryDocument` has been renamed to `entryFileName` to better reflect its purpose. - The option `namedAnchors` has been renamed to `useHTMLAnchors` to better reflect its purpose. - The option `hideInPageTOC` has been removed. In-page TOC are no longer included by default. You can include in-page TOCs by using `typedoc-plugin-remark` and the `remark-toc` plugin. - The option `objectLiteralTypeDeclarationStyle` has been removed. Please use option `--typeDeclarationFormat=list`. ##### Bug Fixes - Duplication in callback/callable/function properties. ([#​581](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/581)). - [@​experimental](https://redirect.github.com/experimental) / [@​internal](https://redirect.github.com/internal) annotations. ([#​556](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/556)) - Fix events output and strike-through deprecated items. ([#​534](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/534)) - Class static functions are no longer marked. ([#​533](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/533)) - [@​example](https://redirect.github.com/example) block not rendered with Headline ([#​501](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/501)) - Support for categories ([#​499](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/499)) - Correctly resolve package readme urls from member pages. ([#​483](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/483)) - Add the ability to add a separate frontmatter for readme file. ([#​469](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/469)) - Items in tables are not linkable. ([#​463](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/463)) - Custom i18n texts. ([#​458](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/458)) - How to improve the formatting for types?. ([#​456](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/456)) - How to change title format. ([#​450](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/450)) - Export Docusaurus plugin options type. ([#​440](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/440)) - How to export interface as a table. ([#​403](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/403)) - Broken Link caused by Typescript class being defined in an index file. ([#​402](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/403)) - Markdown plugin inserts unnecessary escape characters. ([#​398](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/398)) - Potential bug with optional function argument. ([#​396](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/396)) - Respect monorepo `readmeFile` configuration ([#​383](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/383)) - Embed all objects under a Module/Namespace onto single page. ([#​338](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/338)) - Extra spaces when merging lines in a table. ([#​331](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/331)) - Does not support namespace (or module) and interface with same name. ([#​300](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/300)) - Integration with VitePress? ([#​287](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/287)) - Typedoc comments with text wrapped in `<` and `>` breaks Docusaurus Markdown parser. ([#​276](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/276)) - Navigation support? ([#​262](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/262)) - Sidebar Category Support? ([#​213](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/213)) - Properties as Table like function properties. ([#​109](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/109)) - Provide a link/excerpt/screenshot to a demo/example rendered output ([#​102](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/102)) ### [`v4.0.0-next.60`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.60) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.59...typedoc-plugin-markdown@4.0.0-next.60) ##### Patch Changes - Added footer partial and footer.text mappings. - remove header readme labell ### [`v4.0.0-next.59`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.59) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.58...typedoc-plugin-markdown@4.0.0-next.59) ##### Patch Changes - Removed deprecated options. - Tweaked link behaviour in page header. - Added symbols to external links. ### [`v4.0.0-next.58`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.58) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.57...typedoc-plugin-markdown@4.0.0-next.58) ##### Patch Changes - Fixed navigation type error ([#​595](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/595)) ### [`v4.0.0-next.57`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.57) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.56...typedoc-plugin-markdown@4.0.0-next.57) ##### Patch Changes - Fix broken links in packages index. - Added `navigationModel` option. ### [`v4.0.0-next.56`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.56) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.55...typedoc-plugin-markdown@4.0.0-next.56) ##### Patch Changes - Expose 'Default value\` column to properties table. - Added sanitizeComments option. - Navigation structure updates. ### [`v4.0.0-next.55`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.55) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/17b3a98570b0818e5e9fbb1da1dfc2210494d7d7...typedoc-plugin-markdown@4.0.0-next.55) ##### Patch Changes - Added `flattenOutputFiles` option. - Lowercased `Object` keyword. ### [`v4.0.0-next.54`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.53...17b3a98570b0818e5e9fbb1da1dfc2210494d7d7) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.53...17b3a98570b0818e5e9fbb1da1dfc2210494d7d7) ### [`v4.0.0-next.53`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.53) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.52...typedoc-plugin-markdown@4.0.0-next.53) ##### Patch Changes - Fixed omitted object literal default values. ### [`v4.0.0-next.52`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.52) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/5ed3b0930a230ac0bd08214f5344d567434639be...typedoc-plugin-markdown@4.0.0-next.52) ##### Patch Changes - Expose `useMDXFileExt` option. - Fix hooks being called in incorrect order. ### [`v4.0.0-next.51`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.50...5ed3b0930a230ac0bd08214f5344d567434639be) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.50...5ed3b0930a230ac0bd08214f5344d567434639be) ### [`v4.0.0-next.50`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.50) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.49...typedoc-plugin-markdown@4.0.0-next.50) ##### Patch Changes - Fix "undefined" custom `@group` headings. ### [`v4.0.0-next.49`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.49) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.48...typedoc-plugin-markdown@4.0.0-next.49) ##### Patch Changes - Fixed `publicPath` implemention. ### [`v4.0.0-next.48`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.48) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.47...typedoc-plugin-markdown@4.0.0-next.48) ##### Patch Changes - Ignore seperate module index when `entryModule` is defined. ### [`v4.0.0-next.47`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.47) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.46...typedoc-plugin-markdown@4.0.0-next.47) ##### Patch Changes - Fix params being incorrectly escaped in list format. - Removed generator in footer. - Fix typing of the defineTheme method. ### [`v4.0.0-next.46`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.46) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.45...typedoc-plugin-markdown@4.0.0-next.46) ##### Patch Changes - Allow jsx style curly braces in comments. ### [`v4.0.0-next.45`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.45): typedoc-plugin-markdown@4.0.0-next.44/45 [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/b906cd97c935fce30df636f850379769546838e6...typedoc-plugin-markdown@4.0.0-next.45) ##### Patch Changes - Expose textContentMappings to navigation - Expose theme hooks similar to default theme. - Expose TypedDoc media and include syntax. - Expose `@experimental` and `@internal` doc flags - Handle symbols with same name when generating urls - Expose version to breadcrumbs.home text mapping - Escape curly braces inside comment blocks. ### [`v4.0.0-next.44`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.43...b906cd97c935fce30df636f850379769546838e6) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.43...b906cd97c935fce30df636f850379769546838e6) ### [`v4.0.0-next.43`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.43) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.42...typedoc-plugin-markdown@4.0.0-next.43) ##### Patch Changes - Updated documentation ### [`v4.0.0-next.42`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.42) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/11526d8fe829a3d1f77b21ea3195750355d6fae8...typedoc-plugin-markdown@4.0.0-next.42) ##### Patch Changes - Fixed navigation structure ### [`v4.0.0-next.41`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/0be6ea680a4b9dd5e154b8e48d72fcd167762f89...11526d8fe829a3d1f77b21ea3195750355d6fae8) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/0be6ea680a4b9dd5e154b8e48d72fcd167762f89...11526d8fe829a3d1f77b21ea3195750355d6fae8) ### [`v4.0.0-next.40`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.39...0be6ea680a4b9dd5e154b8e48d72fcd167762f89) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.39...0be6ea680a4b9dd5e154b8e48d72fcd167762f89) ### [`v4.0.0-next.39`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.39) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.38...typedoc-plugin-markdown@4.0.0-next.39) ##### Patch Changes - Update ui for [@​eventProperty](https://redirect.github.com/eventProperty) tags - Added `textContentMappings` option ### [`v4.0.0-next.38`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.38) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.37...typedoc-plugin-markdown@4.0.0-next.38) ##### Patch Changes - Packages output file fixes ### [`v4.0.0-next.37`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.37) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.36...typedoc-plugin-markdown@4.0.0-next.37) ##### Patch Changes - Enable outputFileStrategy in "packages" mode ### [`v4.0.0-next.36`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.36) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.35...typedoc-plugin-markdown@4.0.0-next.36) ##### Patch Changes - Updated breadcrumbs UI ### [`v4.0.0-next.35`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.35) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.34...typedoc-plugin-markdown@4.0.0-next.35) ##### Patch Changes - Fixed `mergeReadme` for packages entryPointStrategy ### [`v4.0.0-next.34`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.34) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.33...typedoc-plugin-markdown@4.0.0-next.34) ##### Patch Changes - Expose `mergeReadme` option ### [`v4.0.0-next.33`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.33) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.32...typedoc-plugin-markdown@4.0.0-next.33) ##### Patch Changes - Exposed `publicPath` option ### [`v4.0.0-next.32`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.32) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.31...typedoc-plugin-markdown@4.0.0-next.32) ##### Patch Changes - Generate packages.md even if groups used ### [`v4.0.0-next.31`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.31) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.30...typedoc-plugin-markdown@4.0.0-next.31) ##### Patch Changes - Strikethough members marked as deprecated - Expose returned declarations for reference types ### [`v4.0.0-next.30`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.30) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.29...typedoc-plugin-markdown@4.0.0-next.30) ##### Patch Changes - Update header UI ### [`v4.0.0-next.29`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.29) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.28...typedoc-plugin-markdown@4.0.0-next.29) ##### Patch Changes - Fixed paraterTable style on declarations - UI updates ### [`v4.0.0-next.28`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.28) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.27...typedoc-plugin-markdown@4.0.0-next.28) ##### Patch Changes - Expose `--entryModule` option - UI updates to header and breadcrumbs - Prevent MDX parsing symbols as markdown links ### [`v4.0.0-next.27`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.27) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.26...typedoc-plugin-markdown@4.0.0-next.27) ##### Patch Changes - Preserve slash in module filenames ### [`v4.0.0-next.26`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%404.0.0-next.26) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0-next.25...typedoc-plugin-markdown@4.0.0-next.26) ##### Patch Changes - Support angle brackets, slashes and leading numbers in module names

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.



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

changeset-bot[bot] commented 9 months ago

⚠️ No Changeset found

Latest commit: b43edfd09cd1e4dadfc1ad99db5c029d5415fa64

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

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nhtsa-api-wrapper ❌ Failed (Inspect) Sep 5, 2024 10:22pm
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.92%. Comparing base (34ccde4) to head (2494c83).

:exclamation: Current head 2494c83 differs from pull request most recent head af08978

Please upload reports for the commit af08978 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #578 +/- ## ======================================= Coverage 99.92% 99.92% ======================================= Files 42 42 Lines 8459 8459 Branches 416 416 ======================================= Hits 8453 8453 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.