nunhes / vuepress-w-themehope

A Vuepress site w theme-hope
2 stars 1 forks source link

Update dependency @vuepress/client to v2.0.0-rc.2 #9

Open renovate[bot] opened 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vuepress/client (source) 2.0.0-beta.50-pre.1 -> 2.0.0-rc.2 age adoption passing confidence

Release Notes

vuepress/core (@​vuepress/client) ### [`v2.0.0-rc.2`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-rc2-2024-01-26) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-rc.1...v2.0.0-rc.2) ##### Bug Fixes - **bundler-vite:** add vuepress to client packages list ([#​1473](https://togithub.com/vuepress/core/issues/1473)) ([5771dbb](https://togithub.com/vuepress/core/commit/5771dbbba5415d7da6c0344034f573a2b70fe66d)) ### [`v2.0.0-rc.1`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-rc1-2024-01-24) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-rc.0...v2.0.0-rc.1) ##### Bug Fixes - **bundler-vite:** serve assets with absolute path in dev server correctly (close [#​1442](https://togithub.com/vuepress/core/issues/1442)) ([d0b4062](https://togithub.com/vuepress/core/commit/d0b4062d1975403f85504958bd9e87d9f35fb88e)) - **client:** avoid updating existing head tags (close [#​1268](https://togithub.com/vuepress/core/issues/1268)) ([#​1314](https://togithub.com/vuepress/core/issues/1314)) ([bfbab28](https://togithub.com/vuepress/core/commit/bfbab2803ec090f80a287484a037b1f6e4a9827b)) - **client:** merge locales head correctly ([2fe35bb](https://togithub.com/vuepress/core/commit/2fe35bb3a358b59d2b14b4bcae7eb644768e80ba)) - **markdown:** use non-greedy matching when parsing attributes ([#​1469](https://togithub.com/vuepress/core/issues/1469)) ([91d8e3d](https://togithub.com/vuepress/core/commit/91d8e3d91962a8c06b648bdadbe239be113d5d42)) ##### Features - bump to vue 3.4 ([7f192ea](https://togithub.com/vuepress/core/commit/7f192ead367c59f811210a22c98bd4a6138d749c)) - **cli:** update config file build target to node18 ([66d20fc](https://togithub.com/vuepress/core/commit/66d20fc91d95587212c81f8773a4a78a38a95dc3)) - **cli:** update info command to include more binaries and remove ecosystem packages ([84b5c80](https://togithub.com/vuepress/core/commit/84b5c80989d59f14aecb6efd3cc5df4ed427a77d)) - **markdown:** add absolutePathPrependBase option for assets plugin ([634af03](https://togithub.com/vuepress/core/commit/634af031331605d1d28cb7e92734c68842d009e0)) - **markdown:** add title support for code blocks (close [#​1277](https://togithub.com/vuepress/core/issues/1277)) ([#​1456](https://togithub.com/vuepress/core/issues/1456)) ([706a427](https://togithub.com/vuepress/core/commit/706a42783bf54ccf5a9c1f5db2c615119436969c)) - **markdown:** bump to markdown-it 14 ([5abdcdf](https://togithub.com/vuepress/core/commit/5abdcdfea433f7986e93cd6e766ce1cc445e9dff)) - **markdown:** update default anchor permalink function (close [#​1363](https://togithub.com/vuepress/core/issues/1363)) ([#​1452](https://togithub.com/vuepress/core/issues/1452)) ([f7d6dde](https://togithub.com/vuepress/core/commit/f7d6dde7dc0ec461abb2529f72f2446eb6b87c5d)) - **vuepress:** add client-types export ([#​1460](https://togithub.com/vuepress/core/issues/1460)) ([57bb91b](https://togithub.com/vuepress/core/commit/57bb91b642e71c4fe33d45d9a06b2c9fe0f7b052)) - **vuepress:** add more exports and bin shorthands (close [#​1446](https://togithub.com/vuepress/core/issues/1446)) ([#​1449](https://togithub.com/vuepress/core/issues/1449)) ([3a32e0a](https://togithub.com/vuepress/core/commit/3a32e0a3278514ee051ef34d9faa2dd9009b1677)) ##### BREAKING CHANGES - **vuepress:** `vuepress-vite` and `vuepress-webpack` packages have been removed, and the corresponding commands have been moved to `vuepress` package. With `vuepress` command, you need to install bundler package and set bundler in config file manually. With `vuepress-vite` and `vuepress-webpack` command, you still need to install bundler package, but you can omit bundler option in config file. - **markdown:** the default permalink function of markdown-it-anchor has been changed from `ariaHidden` to `headerLink` for better accessibility, which would be a potential breaking change for theme authors - **markdown:** bump to markdown-it 14 ### [`v2.0.0-rc.0`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-rc0-2023-11-16) ##### Bug Fixes - support links with custom protocol (close [#​1404](https://togithub.com/vuepress/core/issues/1404)) ([#​1421](https://togithub.com/vuepress/core/issues/1421)) ([518fd7d](https://togithub.com/vuepress/core/commit/518fd7d5db3220b92893a94438d9f9422093e403)) ##### Features - upgrade to vite 5 and esbuild 0.19 ([e1e9ec3](https://togithub.com/vuepress/core/commit/e1e9ec3fc615f8e11bb2400a0aeb4179413125f9))

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 7 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: pnpm-lock.yaml
.                                        |  WARN  deprecated vuepress@2.0.0-beta.50-pre.1
Progress: resolved 1, reused 0, downloaded 0, added 0
undefined
 ERR_PNPM_NO_MATCHING_VERSION  No matching version found for vuepress-vite@2.0.0-beta.50-pre.1

This error happened while installing the dependencies of vuepress@2.0.0-beta.50-pre.1

The latest release of vuepress-vite is "2.0.0-rc.0".

Other releases are:
  * next: 2.0.0-rc.0

If you need the full list of all 70 published versions run "$ pnpm view vuepress-vite versions".