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

Update dependency vitepress to v1.4.0 #542

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2024

This PR contains the following updates:

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

Release Notes

vuejs/vitepress (vitepress)

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)

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 branch from ea36a22 to 344b188 Compare July 14, 2024 12:43
@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 force-pushed the renovate/vitepress-1.x branch 2 times, most recently from 7725d25 to 1a306c4 Compare July 17, 2024 14:40
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 1a306c4 to 36724e4 Compare August 5, 2024 19:19
@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 branch from 36724e4 to dbf4a02 Compare August 13, 2024 13:26
@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 force-pushed the renovate/vitepress-1.x branch from dbf4a02 to c61233a Compare August 17, 2024 13:24
@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 branch from c61233a to 671a716 Compare August 24, 2024 17:28
@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 branch from 671a716 to 5366f7a Compare October 7, 2024 13:43
@kristiandupont kristiandupont merged commit ecc0efe into main Oct 8, 2024
1 check passed
@kristiandupont kristiandupont deleted the renovate/vitepress-1.x branch October 8, 2024 09:12
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.

1 participant