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 doc-dependencies #2065

Merged
merged 1 commit into from
Apr 17, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typedoc (source) ~0.24.1 -> ~0.24.4 age adoption passing confidence
vitepress (source) 1.0.0-alpha.65 -> 1.0.0-alpha.72 age adoption passing confidence

Release Notes

TypeStrong/TypeDoc

v0.24.4

Compare Source

Bug Fixes
  • Fixed broken semantic coloring, #​2247.
  • Increased contrast for parameter titles in dark mode to meet WCAG AA contrast requirements, #​2244.
  • Underline color of index links now matches the text color, #​2245.
  • Increased contract for active menu item text in dark mode.

v0.24.3

Compare Source

Bug Fixes

v0.24.2

Compare Source

Features
  • Added semantic link coloring for reflection names & links, #​2227.
    Note: This resulted in function signatures becoming too busy for easy scanning with even slightly
    complicated signatures as such, TypeDoc now only renders parameter names in the signature title
    and includes the type in the parameter details as usual. This can be controlled with the new
    --hideParameterTypesInTitle option.
  • Conditional types will now render their branches on the next line for easier comprehension.
Bug Fixes
  • Fixed & showing as & and HTML text showing up in page contents navigation, #​2224.
  • Increased padding between sections when one navigation column is displayed, #​2225.
  • Correct padding for navigation elements with a displayed icon, #​2229.
  • Fixed source-order sort strategy failing to compare reflections within a file.
  • Added enum-member-source-order specialization of the source-order sort strategy which only compares enum members, #​2237.
  • Updated highlight colors for semantic links to meet WCAG AA contrast requirements, #​2228.
  • Type parameters are now highlighted consistently, #​2230.
  • Fixed semantic coloring in type and function signatures, #​2227.
  • Fixed issue where removing a reflection indirectly containing an object/function type would only partially remove the reflection, #​2231.
  • Fixed "Implementation of X.y" links if a mixture of methods and property-methods are used, #​2233.
  • "Implementation of" text to symbol-properties not contained in the documentation will now use the resolved name instead of a __@​ symbol name, #​2234.
  • Fix expansion of globs if a single entry point is provided, #​2235.
  • Validation will no longer be skipped for sub packages when running with --entryPointStrategy packages.
  • Fixed broken theme toggle if the page contained a member named "theme".
Thanks!
vuejs/vitepress

v1.0.0-alpha.72

Compare Source

Bug Fixes
  • search: don't directly access userConfig (3e0e9d2)
  • search: ready event is not fired on mac (e37e5cb)
  • theme: local search showDetailedList not working in windows (#​2248) (8354f8f)

v1.0.0-alpha.71

Compare Source

Bug Fixes
  • search: esm interop mark.js import (1b0a249)
  • search: properly group nested headings (b1c956c), closes #​2238

v1.0.0-alpha.70

Compare Source

Bug Fixes
  • a11y: increase touch target size of search icons (4449867)
  • search: avoid body scroll when using local search (#​2236) (144a7d8)
  • search: better highlighting in detailed view (#​2234) (be83524)
  • search: fix keyword highlighting and scrolling in excerpts (ca8db8a)
  • search: remove double base on importing excepts (185213c), closes #​2230
  • search: remove extra /index from routes (9e04b43)
  • search: show escape to close on footer (6d5b4cd)
Features
  • search: allow force disabling detailed view (40f1d1b)
  • search: make styling more configurable, align more with the theme (#​2233) (b2077c7)

v1.0.0-alpha.69

Compare Source

Bug Fixes
  • search: fix errors on empty titles (6d363ec)
  • theme: fix color of blockquote in custom containers (#​2173) (712a57f)

v1.0.0-alpha.68

Compare Source

Bug Fixes

v1.0.0-alpha.67

Compare Source

Bug Fixes
Features
  • allow passing props and children/slots to defineClientComponent (#​2198) (4c24960)

v1.0.0-alpha.66

Compare Source

Bug Fixes
  • search: properly resolve page link (609d447)
  • theme: fix meta key not showing on search button (e295160)
Features

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (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.

👻 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 requested a review from a team as a code owner April 17, 2023 01:21
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Apr 17, 2023
@codecov
Copy link

codecov bot commented Apr 17, 2023

Codecov Report

Merging #2065 (11f6e66) into next (4a095dd) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #2065      +/-   ##
==========================================
- Coverage   99.61%   99.61%   -0.01%     
==========================================
  Files        2535     2535              
  Lines      241892   241892              
  Branches     1289     1289              
==========================================
- Hits       240968   240960       -8     
- Misses        897      905       +8     
  Partials       27       27              

see 2 files with indirect coverage changes

@ST-DDT
Copy link
Member

ST-DDT commented Apr 17, 2023

@Shinigami92 This has lots of changes relates to the search. Is it the api search or a different one?
If it is the api search, can you please chech whether our one needs to be update/can be improved in the same way?

@renovate renovate bot force-pushed the renovate/doc-dependencies branch from 5228adf to 4c85b3f Compare April 17, 2023 10:00
ST-DDT
ST-DDT previously approved these changes Apr 17, 2023
@ST-DDT ST-DDT requested review from Shinigami92 and a team April 17, 2023 10:10
@renovate renovate bot force-pushed the renovate/doc-dependencies branch from 4c85b3f to dd88400 Compare April 17, 2023 13:25
ST-DDT
ST-DDT previously approved these changes Apr 17, 2023
@renovate renovate bot force-pushed the renovate/doc-dependencies branch from dd88400 to 6085932 Compare April 17, 2023 13:57
@renovate renovate bot force-pushed the renovate/doc-dependencies branch from 6085932 to 11f6e66 Compare April 17, 2023 14:08
@ST-DDT ST-DDT enabled auto-merge (squash) April 17, 2023 15:28
@ST-DDT ST-DDT merged commit db8792c into next Apr 17, 2023
@ST-DDT ST-DDT deleted the renovate/doc-dependencies branch April 17, 2023 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants