Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2024

This PR contains the following updates:

Package Change Age Confidence
vitepress (source) 1.2.3 -> 1.6.4 age confidence

Release Notes

vuejs/vitepress (vitepress)

v1.6.4

Compare Source

v1.6.3

Compare Source

Bug Fixes
  • docsearch not rendering properly (3e4120e)

v1.6.2

Compare Source

Bug Fixes
  • fix static content removal for lean chunks due to Vue 3.5 changes (#​4508) (8214cae)

v1.6.1

Compare Source

Bug Fixes
  • build: escape $ in replace pattern in dynamic routes plugin (e812916), closes #​4499
  • theme/regression: broken hero heading at certain viewports (37dbe89)

v1.6.0

Compare Source

Bug Fixes
  • build: out of order css in prod builds (241d17d), closes #​4098
  • build: properly strip vpi-social css declaration in debug mode (c61182a)
  • build: respect vite.clearScreen in build (8ea776a), closes #​4468
  • build: specify mode for iconify (8a5e8ea)
  • theme: apply externalLinkIcon option on VPHome (#​4492) (fe48943)
  • theme: don't show external link icon for images (096bba1)
  • theme: ignore footnote-ref for outline (1832617), closes #​4402
  • theme: includes text to h1 tag for hero page (#​4472) (bd896c6), closes #​4453
Features
Miscellaneous

v1.5.0

Compare Source

Features

1.4.5 (2024-11-03)

Bug Fixes
  • lang lazy load not working with twoslash (fc92a77), closes #​4334
  • typo in missing language check (dcb8450)

1.4.3 (2024-10-31)

Performance Improvements

1.4.2 (2024-10-29)

Bug Fixes

1.4.1 (2024-10-13)

Bug Fixes
Features

v1.4.5

Features

1.4.5 (2024-11-03)

Bug Fixes
  • lang lazy load not working with twoslash (fc92a77), closes #​4334
  • typo in missing language check (dcb8450)

1.4.3 (2024-10-31)

Performance Improvements

1.4.2 (2024-10-29)

Bug Fixes

1.4.1 (2024-10-13)

Bug Fixes
Features

v1.4.4

Features

1.4.5 (2024-11-03)

Bug Fixes
  • lang lazy load not working with twoslash (fc92a77), closes #​4334
  • typo in missing language check (dcb8450)

1.4.3 (2024-10-31)

Performance Improvements

1.4.2 (2024-10-29)

Bug Fixes

1.4.1 (2024-10-13)

Bug Fixes
Features

v1.4.3

Compare Source

Features

1.4.5 (2024-11-03)

Bug Fixes
  • lang lazy load not working with twoslash (fc92a77), closes #​4334
  • typo in missing language check (dcb8450)

1.4.3 (2024-10-31)

Performance Improvements

1.4.2 (2024-10-29)

Bug Fixes

1.4.1 (2024-10-13)

Bug Fixes
Features

v1.4.2

Compare Source

Features

1.4.5 (2024-11-03)

Bug Fixes
  • lang lazy load not working with twoslash (fc92a77), closes #​4334
  • typo in missing language check (dcb8450)

1.4.3 (2024-10-31)

Performance Improvements

1.4.2 (2024-10-29)

Bug Fixes

1.4.1 (2024-10-13)

Bug Fixes
Features

v1.4.1

Compare Source

Features

1.4.5 (2024-11-03)

Bug Fixes
  • lang lazy load not working with twoslash (fc92a77), closes #​4334
  • typo in missing language check (dcb8450)

1.4.3 (2024-10-31)

Performance Improvements

1.4.2 (2024-10-29)

Bug Fixes

1.4.1 (2024-10-13)

Bug Fixes
Features

v1.4.0

Compare Source

Features

1.4.5 (2024-11-03)

Bug Fixes
  • lang lazy load not working with twoslash (fc92a77), closes #​4334
  • typo in missing language check (dcb8450)

1.4.3 (2024-10-31)

Performance Improvements

1.4.2 (2024-10-29)

Bug Fixes

1.4.1 (2024-10-13)

Bug Fixes
Features

v1.3.4

Compare Source

Bug Fixes
  • vueRE conflicting with lineNoRE (#​4247) (2ac64b8)
  • hmr not updating page data in rewritten paths and file path is wrong in mdit for dynamic routes (c46e4b7), closes #​4172
  • remove font synthesis in webfont mode, google fonts now support italic axis in inter (1628918)
  • theme: change the order of CSS rules of VPFlyout (#​4225) (68150a6), closes #​4224
  • theme: respect custom tag prop in VPButton component (#​4185) (9c5d348)
Features
  • add data-title attribute for code group label tag (#​4152) (bc7271d)
  • allow ignoring certain headers and their subtrees completely in outline (3e11b6a), closes #​4171
  • client: add onAfterPageLoad hook in router (#​4126) (315c220)
  • support adding extra attributes to snippet imports (useful for twoslash) (#​4100) (e8f7dd1)
  • theme: expose theme default VPLink & VPSocialLink(s) component (#​4178) (615e33b)
  • trigger onContentUpdated on frontmatter-only changes too (0db269a)

1.3.4 (2024-08-24)

Bug Fixes
  • check if _importGlobMap (vite internal) exists before using it (612d66f)

1.3.3 (2024-08-17)

Miscellaneous

1.3.2 (2024-08-05)

Bug Fixes

1.3.1 (2024-07-14)

Bug Fixes
  • don't reopen browser on restart when vite.server.open is specified (6263db1), closes #​4040
  • theme/regression: typo in component props resulting in nested titles not showing in navbar (01d0d45), closes #​4042

v1.3.3

Compare Source

Bug Fixes
  • vueRE conflicting with lineNoRE (#​4247) (2ac64b8)
  • hmr not updating page data in rewritten paths and file path is wrong in mdit for dynamic routes (c46e4b7), closes #​4172
  • remove font synthesis in webfont mode, google fonts now support italic axis in inter (1628918)
  • theme: change the order of CSS rules of VPFlyout (#​4225) (68150a6), closes #​4224
  • theme: respect custom tag prop in VPButton component (#​4185) (9c5d348)
Features
  • add data-title attribute for code group label tag (#​4152) (bc7271d)
  • allow ignoring certain headers and their subtrees completely in outline (3e11b6a), closes #​4171
  • client: add onAfterPageLoad hook in router (#​4126) (315c220)
  • support adding extra attributes to snippet imports (useful for twoslash) (#​4100) (e8f7dd1)
  • theme: expose theme default VPLink & VPSocialLink(s) component (#​4178) (615e33b)
  • trigger onContentUpdated on frontmatter-only changes too (0db269a)

1.3.4 (2024-08-24)

Bug Fixes
  • check if _importGlobMap (vite internal) exists before using it (612d66f)

1.3.3 (2024-08-17)

Miscellaneous

1.3.2 (2024-08-05)

Bug Fixes

1.3.1 (2024-07-14)

Bug Fixes
  • don't reopen browser on restart when vite.server.open is specified (6263db1), closes #​4040
  • theme/regression: typo in component props resulting in nested titles not showing in navbar (01d0d45), closes #​4042

v1.3.2

Compare Source

Bug Fixes
  • vueRE conflicting with lineNoRE (#​4247) (2ac64b8)
  • hmr not updating page data in rewritten paths and file path is wrong in mdit for dynamic routes (c46e4b7), closes #​4172
  • remove font synthesis in webfont mode, google fonts now support italic axis in inter (1628918)
  • theme: change the order of CSS rules of VPFlyout (#​4225) (68150a6), closes #​4224
  • theme: respect custom tag prop in VPButton component (#​4185) (9c5d348)
Features
  • add data-title attribute for code group label tag (#​4152) (bc7271d)
  • allow ignoring certain headers and their subtrees completely in outline (3e11b6a), closes #​4171
  • client: add onAfterPageLoad hook in router (#​4126) (315c220)
  • support adding extra attributes to snippet imports (useful for twoslash) (#​4100) (e8f7dd1)
  • theme: expose theme default VPLink & VPSocialLink(s) component (#​4178) (615e33b)
  • trigger onContentUpdated on frontmatter-only changes too (0db269a)

1.3.4 (2024-08-24)

Bug Fixes
  • check if _importGlobMap (vite internal) exists before using it (612d66f)

1.3.3 (2024-08-17)

Miscellaneous

1.3.2 (2024-08-05)

Bug Fixes

1.3.1 (2024-07-14)

Bug Fixes
  • don't reopen browser on restart when vite.server.open is specified (6263db1), closes #​4040
  • theme/regression: typo in component props resulting in nested titles not showing in navbar (01d0d45), closes #​4042

v1.3.1

Compare Source

Bug Fixes

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.

@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 82490be to 2d16d72 Compare July 14, 2024 14:00
@renovate renovate bot changed the title Update dependency vitepress to v1.3.0 Update dependency vitepress to v1.3.1 Jul 14, 2024
@renovate renovate bot changed the title Update dependency vitepress to v1.3.1 Update dependency vitepress to v1.3.2 Aug 5, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 2d16d72 to 5d2c055 Compare August 5, 2024 20:19
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 5d2c055 to 22953a1 Compare August 17, 2024 13:38
@renovate renovate bot changed the title Update dependency vitepress to v1.3.2 Update dependency vitepress to v1.3.3 Aug 17, 2024
@renovate renovate bot changed the title Update dependency vitepress to v1.3.3 Update dependency vitepress to v1.3.4 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 22953a1 to c25f593 Compare August 24, 2024 19:30
@renovate renovate bot changed the title Update dependency vitepress to v1.3.4 Update dependency vitepress to v1.4.0 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from c25f593 to 93ee013 Compare October 7, 2024 14:07
@renovate renovate bot changed the title Update dependency vitepress to v1.4.0 Update dependency vitepress to v1.4.1 Oct 13, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 93ee013 to b669057 Compare October 13, 2024 11:11
@renovate renovate bot changed the title Update dependency vitepress to v1.4.1 Update dependency vitepress to v1.4.2 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from b669057 to 6b98da9 Compare October 29, 2024 18:29
@renovate renovate bot changed the title Update dependency vitepress to v1.4.2 Update dependency vitepress to v1.4.3 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch 2 times, most recently from 65afcbc to d0eddbe Compare November 3, 2024 12:51
@renovate renovate bot changed the title Update dependency vitepress to v1.4.3 Update dependency vitepress to v1.4.5 Nov 3, 2024
@renovate renovate bot changed the title Update dependency vitepress to v1.4.5 Update dependency vitepress to v1.5.0 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from d0eddbe to eacafe2 Compare November 4, 2024 16:03
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from eacafe2 to fa5ca79 Compare January 20, 2025 14:24
@renovate renovate bot changed the title Update dependency vitepress to v1.5.0 Update dependency vitepress to v1.6.0 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from fa5ca79 to aae058c Compare January 20, 2025 21:02
@renovate renovate bot changed the title Update dependency vitepress to v1.6.0 Update dependency vitepress to v1.6.1 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from aae058c to 1fb9b4a Compare January 22, 2025 15:22
@renovate renovate bot changed the title Update dependency vitepress to v1.6.1 Update dependency vitepress to v1.6.2 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 1fb9b4a to 62c3576 Compare January 22, 2025 17:22
@renovate renovate bot changed the title Update dependency vitepress to v1.6.2 Update dependency vitepress to v1.6.3 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch 2 times, most recently from 7fb330a to 436f063 Compare January 30, 2025 17:13
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 436f063 to 9fa3982 Compare February 9, 2025 17:40
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 9fa3982 to 18c7a90 Compare March 3, 2025 17:37
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch 3 times, most recently from 87b17df to 479d9d3 Compare March 17, 2025 18:14
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 479d9d3 to 7ead4a7 Compare April 1, 2025 12:17
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 7ead4a7 to e3c1205 Compare April 8, 2025 13:14
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from e3c1205 to 6c537df Compare April 24, 2025 08:10
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 6c537df to 50b931a Compare May 19, 2025 19:59
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch 2 times, most recently from 0ea137f to c0c4cee Compare June 4, 2025 05:59
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from c0c4cee to 714f654 Compare June 22, 2025 14:39
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 714f654 to efb88c1 Compare July 2, 2025 15:03
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from efb88c1 to 9c5e5c1 Compare August 5, 2025 16:23
@renovate renovate bot changed the title Update dependency vitepress to v1.6.3 Update dependency vitepress to v1.6.4 Aug 5, 2025
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch 2 times, most recently from a295f3d to 90f4744 Compare August 13, 2025 16:42
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 90f4744 to 8474a8b Compare August 19, 2025 15:55
@renovate renovate bot force-pushed the renovate/vitepress-1.x-lockfile branch from 8474a8b to a7ee6a2 Compare August 31, 2025 10:41
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.

0 participants