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 dependency vitepress to v1.6.3 #1173

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 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitepress (source) 1.1.3 -> 1.6.3 age adoption passing confidence

Release Notes

vuejs/vitepress (vitepress)

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

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

v1.4.3

Compare Source

Performance Improvements

v1.4.2

Compare Source

Bug Fixes

v1.4.1

Compare Source

Bug Fixes
Features

v1.4.0

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.4

Compare Source

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

v1.3.3

Compare Source

Miscellaneous

v1.3.2

Compare Source

Bug Fixes

v1.3.1

Compare Source

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.0

Compare Source

Bug Fixes
  • build: don't normalize links containing target or download property (e24899a), closes #​3947
  • build: respect frontmatter.lastUpdated for pageData.lastUpdated and sitemap generation (7fcf462), closes #​3931
  • build: sort pageToHashMap to ensure stable assets (e302328), closes #​4016
  • client: do nothing on anchor elements with empty href (6461f5d), closes #​3950
  • don't do git log on non-existent file (387acf7), closes #​4008
  • don't reopen browser on restart (d837e82), closes #​4001
  • properly handle svg anchor elements (b785bd6)
  • theme: add styles for h4 too (b54d7b0)
  • theme: deep watch sidebar groups and force render on match change (97f9469), closes #​3613
  • theme: dim color for all text like elements inside blockquotes (5d3ed87), closes #​3929
  • theme: force update title attribute on hydration (d348da7), closes #​4004
  • theme: show filled nav bar when nav screen is open (0fc70e2)
Features

1.2.3 (2024-06-04)

Bug Fixes
  • theme,a11y: handle overflow on long mathematical equation and make tables focusable (#​3932) (closes #​3914) (afc611d)
  • types: wrong types generated for markdown-it > mdurl (48ca76c), closes #​3935

1.2.2 (2024-05-21)

Bug Fixes
  • dont escape ampersand twice in title (7ea3572)

1.2.1 (2024-05-21)

Bug Fixes
  • a11y: make code blocks accessible with keyboard (#​3902) (cb308b9)
  • escape title properly in build (49b1233)
  • theme: remove unnecessary navigation role on nav element (af4717d)

v1.2.3

Compare Source

Bug Fixes
  • theme,a11y: handle overflow on long mathematical equation and make tables focusable (#​3932) (closes #​3914) (afc611d)
  • types: wrong types generated for markdown-it > mdurl (48ca76c), closes #​3935

v1.2.2

Compare Source

Bug Fixes
  • dont escape ampersand twice in title (7ea3572)

v1.2.1

Compare Source

Bug Fixes
  • a11y: make code blocks accessible with keyboard (#​3902) (cb308b9)
  • escape title properly in build (49b1233)
  • theme: remove unnecessary navigation role on nav element (af4717d)

v1.2.0

Compare Source

Bug Fixes
  • build: show file info on error (f0debd2)
  • dev: match dev and prod routing behavior (#​3837) (b360ac8)
  • markdown: entities and escapes not working properly (#​3882) (d5dbd70)
  • render 404 page completely on client to infer locale from browser path (#​3858) (728cb15)
  • style: prefer YaHei over DengXian (f0a37b4)
  • theme/regression: custom font not applying in Chinese docs because of specificity (fa2f38a), closes #​3864
  • theme: external link icon not visible for target _blank links (d08eeed), closes #​3327
  • theme: fix invalid vp-offset in ssr (9794877)
Features

1.1.4 (2024-04-27)

Bug Fixes
  • dev: multiple server instances being created when editing config too quickly (#​3835) (729a890)
  • theme/a11y: add unique name to footer prev / next navigation landmark (e60c101)
  • theme/a11y: remove duplicate assistive text from outline nav (#​3803) (733d986)
  • theme/i18n: 404 page not showing localized text (#​3833) (cc11b8e)
  • theme: disable keypress effect on search button (ccc37bb)
  • theme: don't use Chinese quotes on non-Chinese documents (#​3834) (75115f4)
  • theme: leaking event listener when going back/forward on Safari on iOS (#​3658) (#​3671) (1a72181)

1.1.3 (2024-04-18)

Bug Fixes
  • build/regression: markdown backslash escapes not working (d02d1e9), closes #​3808

1.1.1 (2024-04-18)

Bug Fixes

v1.1.4

Compare Source

Bug Fixes
  • dev: multiple server instances being created when editing config too quickly (#​3835) (729a890)
  • theme/a11y: add unique name to footer prev / next navigation landmark (e60c101)
  • theme/a11y: remove duplicate assistive text from outline nav (#​3803) (733d986)
  • theme/i18n: 404 page not showing localized text (#​3833) (cc11b8e)
  • theme: disable keypress effect on search button (ccc37bb)
  • theme: don't use Chinese quotes on non-Chinese documents (#​3834) (75115f4)
  • theme: leaking event listener when going back/forward on Safari on iOS (#​3658) (#​3671) (1a72181)

Configuration

📅 Schedule: Branch creation - "every weekend" (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, check this box

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 18, 2024
Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 6.07%. Comparing base (a6aa322) to head (294a7bf).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1173   +/-   ##
=====================================
  Coverage   6.07%   6.07%           
=====================================
  Files         24      24           
  Lines        477     477           
  Branches      71      71           
=====================================
  Hits          29      29           
  Misses       395     395           
  Partials      53      53           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.1.1 chore(deps): update dependency vitepress to v1.1.3 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from ba07404 to 07c8fe8 Compare April 18, 2024 17:44
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.1.3 chore(deps): update dependency vitepress to v1.1.3 - autoclosed Apr 25, 2024
@renovate renovate bot closed this Apr 25, 2024
@renovate renovate bot deleted the renovate/vitepress-1.x branch April 25, 2024 14:15
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.1.3 - autoclosed chore(deps): update dependency vitepress to v1.1.3 Apr 27, 2024
@renovate renovate bot reopened this Apr 27, 2024
@renovate renovate bot restored the renovate/vitepress-1.x branch April 27, 2024 16:23
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.1.3 chore(deps): update dependency vitepress to v1.1.4 Apr 27, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 07c8fe8 to f150d1c Compare April 27, 2024 16:23
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.1.4 chore(deps): update dependency vitepress to v1.2.0 May 18, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch 2 times, most recently from 798c46f to 82abce0 Compare May 21, 2024 17:11
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.2.0 chore(deps): update dependency vitepress to v1.2.2 May 21, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 82abce0 to 68abf86 Compare June 4, 2024 07:35
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.2.2 chore(deps): update dependency vitepress to v1.2.3 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 68abf86 to 4d87b0a Compare July 7, 2024 17:15
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.2.3 chore(deps): update dependency vitepress to v1.3.0 Jul 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.3.0 chore(deps): update dependency vitepress to v1.3.1 Jul 14, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 4d87b0a to dadc32e Compare July 14, 2024 10:53
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from dadc32e to 83bc2d5 Compare August 5, 2024 18:33
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.3.1 chore(deps): update dependency vitepress to v1.3.2 Aug 5, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 83bc2d5 to 203907f Compare August 17, 2024 12:16
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.3.2 chore(deps): update dependency vitepress to v1.3.3 Aug 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.3.3 chore(deps): update dependency vitepress to v1.3.4 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 203907f to 8b90170 Compare August 24, 2024 16:33
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.3.4 chore(deps): update dependency vitepress to v1.4.0 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 8b90170 to d75861d Compare October 7, 2024 11:09
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.4.0 chore(deps): update dependency vitepress to v1.4.1 Oct 13, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from d75861d to 3c5df9d Compare October 13, 2024 13:49
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.4.1 chore(deps): update dependency vitepress to v1.4.2 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 3c5df9d to b4051bb Compare October 29, 2024 18:53
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.4.2 chore(deps): update dependency vitepress to v1.4.3 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch 2 times, most recently from c28edf5 to d4b6b0a Compare November 3, 2024 13:09
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.4.3 chore(deps): update dependency vitepress to v1.4.5 Nov 3, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from d4b6b0a to fc5f657 Compare November 4, 2024 17:49
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.4.5 chore(deps): update dependency vitepress to v1.5.0 Nov 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.5.0 chore(deps): update dependency vitepress to v1.5.0 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/vitepress-1.x branch December 8, 2024 18:25
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.5.0 - autoclosed chore(deps): update dependency vitepress to v1.5.0 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from c2c038d to fc5f657 Compare December 8, 2024 19:41
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from fc5f657 to fc8a479 Compare January 20, 2025 12:22
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.5.0 chore(deps): update dependency vitepress to v1.6.0 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from fc8a479 to b16be9e Compare January 21, 2025 09:27
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.6.0 chore(deps): update dependency vitepress to v1.6.1 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from b16be9e to 6382c01 Compare January 22, 2025 09:26
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.6.1 chore(deps): update dependency vitepress to v1.6.2 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 6382c01 to 294a7bf Compare January 22, 2025 16:57
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.6.2 chore(deps): update dependency vitepress to v1.6.3 Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants