Skip to content

chore(deps): update dependency vitepress to v1.6.3#39

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/vitepress-1.x
Open

chore(deps): update dependency vitepress to v1.6.3#39
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/vitepress-1.x

Conversation

@renovate

@renovate renovate Bot commented Nov 9, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitepress (source) 1.0.0-alpha.46 -> 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)

v1.1.3

Compare Source

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

v1.1.2

Compare Source

v1.1.1

Compare Source

Bug Fixes

v1.1.0

Compare Source

Bug Fixes
  • client: hashchange should only be triggered for same page navigations (#​3768) (2a9fc2a)
  • client: emit correct Event instance in hashchange event
  • theme: remove small layout shift on On this page button (#​3767) (5f28e74)
Features

1.0.2 (2024-04-01)

Bug Fixes
  • theme: text containing html not showing properly in mobile nav menu (3c8b4c7)

1.0.1 (2024-03-22)

Bug Fixes
  • build: vendor vue-demi to avoid resolution issues with yarn berry (#​3680) (5d3cb96)

v1.0.2

Compare Source

Bug Fixes
  • theme: text containing html not showing properly in mobile nav menu (3c8b4c7)

v1.0.1

Compare Source

Bug Fixes
  • build: vendor vue-demi to avoid resolution issues with yarn berry (#​3680) (5d3cb96)

v1.0.0

Compare Source

Bug Fixes
  • build: resolve pattern relative to srcDir instead of root in createContentLoader (#​3638) (59183e9)
  • localSearch: remove empty titles that may appear in search results (#​3665) (f7aef3c)
  • theme: fixed sidebar expand caret showing when no children are present (#​3657) (e13f932)
  • theme: ignore inner-page items in next/prev link (#​3663) (b50a8a1)
  • theme: local nav separator not visible on pages having no outline (1909041)
Features
  • theme: allow selectively disabling external link icon on navbar items (#​3607) (5f6297c)

v1.0.0-rc.45

Compare Source

Bug Fixes
Features
  • set __VITEPRESS__ for easy detection by plugins and other tools (#​3634) (f6bd99e)

v1.0.0-rc.44

Compare Source

Reverts
  • types for internal components (e703429)

v1.0.0-rc.43

Compare Source

Bug Fixes
Features
Performance Improvements
BREAKING CHANGES
  • The default theme now styles the markdown content in the home page. If you have custom styles that rely on the markdown content not being styled, you may need to adjust your styles, or add markdownStyles: false to the frontmatter of your home page.

v1.0.0-rc.42

Compare Source

Bug Fixes
  • md: dont break on nesting blockquotes inside gfm alerts (8f8a6fe), closes #​3512
  • theme: correctly normalize paths ending with "index" (#​3544) (c582a8d)

v1.0.0-rc.41

Compare Source

Bug Fixes
  • handle CRLF in snippet plugin (5811b62), closes #​3499
  • lazy evaluate known extensions to allow env set in config (04f794b)
Features
BREAKING CHANGES
  • vitepress now uses shiki instead of shikiji. If you’re on the latest version and using shikiji specific features, you just need to change imports. The shikijiSetup hook is renamed to shikiSetup.

v1.0.0-rc.40

Compare Source

Bug Fixes
  • client: handle head orphans added in initial load (#​3474) (5e2d853)
  • theme: avoid selecting summary on toggling details (77a318c)
  • theme: hover color for code links inside custom containers (#​3467) (d529ed4)
  • type: fix missed VPBadge type in theme.d.ts (#​3470) (fcf828c)
Features

v1.0.0-rc.39

Compare Source

Bug Fixes
  • theme: misaligned outline indicator (#​3458) (0ce5ece)
  • theme: enter key behavior conflict with IME in search box (#​3454) (cd8ee6f)
  • theme: use--vp-c-tip- CSS variable for badge/block colors with typetip (#​3434) (78abf47)
Features

v1.0.0-rc.38

Compare Source

v1.0.0-rc.37

Compare Source

v1.0.0-rc.36

Compare Source

Bug Fixes
  • avoid pushing to history when clicking on the current link (#​3405) (d279e63)
  • theme/regression: external link icon not working (c236570), closes #​3424
  • theme/regression: inter getting bundled even importing without-fonts entry (#​3412) (b03fb83)

v1.0.0-rc.35

Compare Source

Bug Fixes
Features
Performance Improvements
  • localSearch: add concurrency pooling, cleanup logic, improve performance (#​3374) (ac5881e)

v1.0.0-rc.34

Compare Source

Bug Fixes
  • build: clear cache after build (9568fea), closes #​3363
  • default-theme: remove use of reactify for search i18n (8687b86)
  • print errors when importing an invalid dynamic route (#​3201) (6d89a08)
  • remove double title from home pages (9f1f04e), closes #​3375
  • theme/i18n: support customizing dark mode switch titles (#​3311) (50c9758)
Features

v1.0.0-rc.33

Compare Source

Features
  • allow explicitly mark code element as .vp-copy-ignore (#​3360) (93122ee)
  • build: enable VUE_PROD_HYDRATION_MISMATCH_DETAILS when DEBUG is truthy (f4d4280), closes #​422
Performance Improvements
  • implement concurrent promise pooling for render task (#​3366)

v1.0.0-rc.32

Compare Source

Features

v1.0.0-rc.31

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.

@vercel

vercel Bot commented Nov 9, 2023

Copy link
Copy Markdown

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

Name Status Preview Comments Updated (UTC)
vercel ❌ Failed (Inspect) Jan 23, 2025 0:05am

@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 8b0e386 to 53cda70 Compare November 17, 2023 05:47
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.25 chore(deps): update dependency vitepress to v1.0.0-rc.26 Nov 17, 2023
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 53cda70 to d345da7 Compare November 18, 2023 05:47
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.26 chore(deps): update dependency vitepress to v1.0.0-rc.27 Nov 18, 2023
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from d345da7 to 196d15b Compare November 19, 2023 09:00
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.27 chore(deps): update dependency vitepress to v1.0.0-rc.29 Nov 19, 2023
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 196d15b to b891dc3 Compare November 24, 2023 06:03
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.29 chore(deps): update dependency vitepress to v1.0.0-rc.30 Nov 24, 2023
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from b891dc3 to e144501 Compare November 25, 2023 11:13
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.30 chore(deps): update dependency vitepress to v1.0.0-rc.31 Nov 25, 2023
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from e144501 to e8ec22c Compare December 16, 2023 08:04
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.31 chore(deps): update dependency vitepress to v1.0.0-rc.32 Dec 16, 2023
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from e8ec22c to 025204e Compare December 27, 2023 08:37
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.32 chore(deps): update dependency vitepress to v1.0.0-rc.33 Dec 27, 2023
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 025204e to 9337487 Compare December 31, 2023 08:36
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.33 chore(deps): update dependency vitepress to v1.0.0-rc.34 Dec 31, 2023
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 9337487 to c7c28fa Compare January 4, 2024 05:17
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.34 chore(deps): update dependency vitepress to v1.0.0-rc.35 Jan 4, 2024
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from c7c28fa to 512163b Compare January 9, 2024 20:59
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.41 chore(deps): update dependency vitepress to v1.0.0-rc.42 Feb 7, 2024
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 8aafce0 to 4babca8 Compare February 18, 2024 05:51
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.42 chore(deps): update dependency vitepress to v1.0.0-rc.43 Feb 18, 2024
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 4babca8 to 6739134 Compare February 20, 2024 05:22
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.43 chore(deps): update dependency vitepress to v1.0.0-rc.44 Feb 20, 2024
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 6739134 to 144f02e Compare March 7, 2024 05:24
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.44 chore(deps): update dependency vitepress to v1.0.0-rc.45 Mar 7, 2024
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 144f02e to 948038c Compare March 22, 2024 02:53
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.45 chore(deps): update dependency vitepress to v1.0.0 Mar 22, 2024
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 948038c to fde0e78 Compare March 23, 2024 17:59
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.0 chore(deps): update dependency vitepress to v1.0.1 Mar 23, 2024
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from fde0e78 to 237fde0 Compare April 2, 2024 05:50
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.1 chore(deps): update dependency vitepress to v1.0.2 Apr 2, 2024
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 237fde0 to 28bfba6 Compare April 10, 2024 02:33
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.0.2 chore(deps): update dependency vitepress to v1.1.0 Apr 10, 2024
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 28bfba6 to 3c9d0ab Compare April 19, 2024 02:30
@renovate renovate Bot changed the title chore(deps): update dependency vitepress to v1.1.0 chore(deps): update dependency vitepress to v1.1.3 Apr 19, 2024
@renovate renovate Bot force-pushed the renovate/vitepress-1.x branch from 3c9d0ab to 391d42c Compare April 28, 2024 08:34
@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 28, 2024
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