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.2.2 #93

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitepress (source) 1.0.0-rc.31 -> 1.2.2 age adoption passing confidence

Release Notes

vuejs/vitepress (vitepress)

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

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 has been generated by Mend Renovate. View repository job log here.

Copy link

netlify bot commented Dec 16, 2023

Deploy Preview for tresleches ready!

Name Link
🔨 Latest commit 5539fb8
🔍 Latest deploy log https://app.netlify.com/sites/tresleches/deploys/65c287a6843ba70008a28a30
😎 Deploy Preview https://deploy-preview-93--tresleches.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@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 26, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch 2 times, most recently from 6b52e21 to 89ac903 Compare December 30, 2023 19:31
@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 30, 2023
@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 3, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch 2 times, most recently from bd5619f to affaadf Compare January 8, 2024 10:04
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.35 chore(deps): update dependency vitepress to v1.0.0-rc.36 Jan 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.36 chore(deps): update dependency vitepress to v1.0.0-rc.37 Jan 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.37 chore(deps): update dependency vitepress to v1.0.0-rc.39 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch 2 times, most recently from b7a882a to 90b8cbf Compare January 22, 2024 11:42
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.39 chore(deps): update dependency vitepress to v1.0.0-rc.40 Jan 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.40 chore(deps): update dependency vitepress to v1.0.0-rc.41 Feb 1, 2024
@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 6, 2024
@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 17, 2024
@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 19, 2024
@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 6, 2024
@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 21, 2024
@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 22, 2024
@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 1, 2024
@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 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.1.0 chore(deps): update dependency vitepress to v1.1.1 Apr 18, 2024
@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 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 dabee0c to c127ab4 Compare May 18, 2024 13:13
@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 from c127ab4 to 4c3b9b7 Compare May 21, 2024 17:52
@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
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.

None yet

0 participants