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

chore(deps): update devdependencies (major) #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rightcapital/prettier-config (source) 6.0.12 -> 7.0.4 age adoption passing confidence
typedoc-plugin-markdown (source) 3.17.1 -> 4.0.2 age adoption passing confidence

Release Notes

RightCapitalHQ/frontend-style-guide (@​rightcapital/prettier-config)

v7.0.4

Compare Source

Patches
  • fix(deps): update dependencies (non-major) (491ecdd)

v7.0.3

Compare Source

Patches
  • fix(deps): update dependencies (non-major) (cff58b9)

v7.0.2

Compare Source

Patches
  • chore(deps): update pnpm to v9 (f553292)

v7.0.1

Compare Source

Thu, 25 Apr 2024 05:29:31 GMT

7.0.1 (2024-4-25)
  • fix(deps): pin dependency prettier-plugin-packagejson to 2.5.0 (a3a7202)

v7.0.0

Compare Source

Tue, 16 Apr 2024 01:58:14 GMT

v6.0.16

Compare Source

Thu, 11 Apr 2024 02:57:31 GMT

6.0.16 (2024-4-11)
  • fix(deps): update dependencies (non-major) (1df49a6)

v6.0.15

Compare Source

Tue, 19 Mar 2024 01:43:17 GMT

6.0.15 (2024-3-19)
  • fix(deps): update dependencies (non-major) (b045435)

v6.0.14

Compare Source

Mon, 26 Feb 2024 05:50:35 GMT

6.0.14 (2024-2-26)
  • fix(deps): update dependencies (non-major) (7f2eb99)

v6.0.13

Compare Source

Sun, 18 Feb 2024 02:27:42 GMT

6.0.13 (2024-2-18)
  • fix(deps): update dependencies (non-major) (4f884d7)
typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)

v4.0.2

Compare Source

Patch Changes
  • Fix symbol url anchors when "flattenOutputFiles" is "true" (#​616)
  • Normalize line breaks and tags within table columns (#​615)
  • Remove superfluous spaces and symbol on external links (#​614)
  • Escape all angle brackets with "santizeComments" (#​612)
  • Correctly handle quoted symbol names (#​611)
  • Correctly handle excludeScopesInPaths in windows (#​610)

v4.0.1

Compare Source

Patch Changes
  • Remove superfluous newlines from table column descriptions (#​591).
  • Handle multiple @example tags on same reflection.
  • Fix missing extended by definitions.
  • Escape Symbols with signatures correctly.

v4.0.0

Compare Source

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.
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).
  • @​experimental / @​internal annotations. (#​556)
  • Fix events output and strike-through deprecated items. (#​534)
  • Class static functions are no longer marked. (#​533)
  • @​example block not rendered with Headline (#​501)
  • Support for categories (#​499)
  • Correctly resolve package readme urls from member pages. (#​483)
  • Add the ability to add a separate frontmatter for readme file. (#​469)
  • Items in tables are not linkable. (#​463)
  • Custom i18n texts. (#​458)
  • How to improve the formatting for types?. (#​456)
  • How to change title format. (#​450)
  • Export Docusaurus plugin options type. (#​440)
  • How to export interface as a table. (#​403)
  • Broken Link caused by Typescript class being defined in an index file. (#​402)
  • Markdown plugin inserts unnecessary escape characters. (#​398)
  • Potential bug with optional function argument. (#​396)
  • Respect monorepo readmeFile configuration (#​383)
  • Embed all objects under a Module/Namespace onto single page. (#​338)
  • Extra spaces when merging lines in a table. (#​331)
  • Does not support namespace (or module) and interface with same name. (#​300)
  • Integration with VitePress? (#​287)
  • Typedoc comments with text wrapped in < and > breaks Docusaurus Markdown parser. (#​276)
  • Navigation support? (#​262)
  • Sidebar Category Support? (#​213)
  • Properties as Table like function properties. (#​109)
  • Provide a link/excerpt/screenshot to a demo/example rendered output (#​102)

Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md.


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added the dependencies Change in project dependencies. label Apr 5, 2024
@renovate renovate bot assigned rainx Apr 5, 2024
@renovate renovate bot requested a review from rainx April 5, 2024 22:05
@renovate renovate bot changed the title chore(deps): update devdependency eslint to v9 chore(deps): update devdependencies (major) Apr 16, 2024
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 3 times, most recently from 4ce229d to 1cec873 Compare April 22, 2024 20:07
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 2 times, most recently from 259bf9e to 9b49813 Compare April 26, 2024 06:55
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch 4 times, most recently from 94ad83d to ddfed74 Compare May 7, 2024 10:41
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch from ddfed74 to 8d6e0cf Compare May 15, 2024 21:10
@renovate renovate bot force-pushed the renovate/major-auto-merge-dev-dependencies-updates branch from 8d6e0cf to c1b3f98 Compare May 16, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

None yet

1 participant