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 ^1.5.0 #186

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitepress (source) ^1.0.0-rc.40 -> ^1.5.0 age adoption passing confidence

Release Notes

vuejs/vitepress (vitepress)

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

Bug Fixes
  • (temporary patch) lang lazy load not working with twoslash (4dac35f)
  • 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.

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

changeset-bot bot commented Apr 1, 2024

⚠️ No Changeset found

Latest commit: 31a9c01

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Apr 1, 2024

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

Name Status Preview Comments Updated (UTC)
vue ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 5:13pm

Copy link
Contributor

github-actions bot commented Apr 1, 2024

📊 Package size report   -0.01%↓

File Before After
package.json 2.2 kB -0.27%↓2.2 kB
Total (Includes all files) 93.2 kB -0.01%↓93.2 kB
Tarball size 18.6 kB -0.05%↓18.6 kB
Unchanged files
File Size
.babelrc 114 B
.browserslistrc 41 B
.changeset/config.json 308 B
.changeset/README.md 510 B
.codesanbox/ci.json 76 B
.commitlintrc 35 B
.editorconfig 145 B
.eslintignore 95 B
.eslintrc 389 B
.github/workflows/ci.yml 723 B
.github/workflows/codeql.yml 852 B
.github/workflows/pkg-size.yml 474 B
.github/workflows/release.yml 1.1 kB
.lintstagedrc.cjs 54 B
.postcssrc.cjs 51 B
.prettierignore 16 B
.prettierrc 31 B
.remarkrc 42 B
.renovaterc 35 B
.simple-git-hooks.cjs 51 B
.stylelintignore 92 B
.stylelintrc 96 B
.vitepress/components/index.ts 191 B
.vitepress/components/VueQrcodeDemo.vue 5.7 kB
.vitepress/components/VueQriousDemo.vue 3.4 kB
.vitepress/components/VueResizorDemo.vue 658 B
.vitepress/config.ts 310 B
.vitepress/theme/index.ts 337 B
CHANGELOG.md 280 B
index.md 6.6 kB
LICENSE 1.1 kB
packages/vue-qrcode/CHANGELOG.md 5.2 kB
packages/vue-qrcode/index.md 5.3 kB
packages/vue-qrcode/index.ts 3.3 kB
packages/vue-qrcode/package.json 1.0 kB
packages/vue-qrcode/README.md 5.5 kB
packages/vue-qrcode/tsconfig.json 139 B
packages/vue-qrious/CHANGELOG.md 4.6 kB
packages/vue-qrious/index.md 4.5 kB
packages/vue-qrious/index.ts 1.1 kB
packages/vue-qrious/package.json 1.1 kB
packages/vue-qrious/qrious.d.ts 472 B
packages/vue-qrious/README.md 4.5 kB
packages/vue-qrious/tsconfig.json 174 B
packages/vue-qrious/typings.d.ts 46 B
packages/vue-resizor/CHANGELOG.md 800 B
packages/vue-resizor/index.md 4.0 kB
packages/vue-resizor/package.json 1.2 kB
packages/vue-resizor/README.md 4.0 kB
packages/vue-resizor/src/bem.ts 635 B
packages/vue-resizor/src/helpers.ts 1.9 kB
packages/vue-resizor/src/index.ts 141 B
packages/vue-resizor/src/Resizor.tsx 8.8 kB
packages/vue-resizor/src/styles.less 691 B
packages/vue-resizor/src/types.ts 358 B
packages/vue-resizor/tsconfig.json 172 B
README.md 6.6 kB
tsconfig.base.json 362 B
tsconfig.json 343 B
vercel.json 124 B

🤖 This report was automatically generated by pkg-size-action

@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.0.1 chore(deps): update dependency vitepress to ^1.0.2 Apr 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.0.2 chore(deps): update dependency vitepress to ^1.1.0 Apr 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.1.0 chore(deps): update dependency vitepress to ^1.1.1 Apr 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.1.1 chore(deps): update dependency vitepress to ^1.1.3 Apr 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.1.3 chore(deps): update dependency vitepress to ^1.1.4 Apr 27, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 3338cc7 to 14ad465 Compare May 18, 2024 10:13
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.1.4 chore(deps): update dependency vitepress to ^1.2.0 May 18, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 14ad465 to 7536806 Compare May 21, 2024 11:33
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.2.0 chore(deps): update dependency vitepress to ^1.2.2 May 21, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 7536806 to 73c8786 Compare June 4, 2024 06:04
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.2.2 chore(deps): update dependency vitepress to ^1.2.3 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 73c8786 to e976b50 Compare July 7, 2024 18:21
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.2.3 chore(deps): update dependency vitepress to ^1.3.0 Jul 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.3.0 chore(deps): update dependency vitepress to ^1.3.1 Jul 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.3.1 chore(deps): update dependency vitepress to ^1.3.2 Aug 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.3.2 chore(deps): update dependency vitepress to ^1.3.3 Aug 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.3.3 chore(deps): update dependency vitepress to ^1.3.4 Aug 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.3.4 chore(deps): update dependency vitepress to ^1.4.0 Oct 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.4.0 chore(deps): update dependency vitepress to ^1.4.1 Oct 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.4.1 chore(deps): update dependency vitepress to ^1.4.2 Oct 29, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.4.2 chore(deps): update dependency vitepress to ^1.4.3 Oct 31, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.4.3 chore(deps): update dependency vitepress to ^1.4.5 Nov 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency vitepress to ^1.4.5 chore(deps): update dependency vitepress to ^1.5.0 Nov 4, 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