nunhes / vuepress-theme-hope-es2t11

Created with StackBlitz ⚡️
https://stackblitz.com/edit/vuepress-theme-hope-es2t11
1 stars 0 forks source link

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

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vuepress/client (source) 2.0.0-beta.61 -> 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)) ### [`v2.0.0-beta.68`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta68-2023-11-10) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.67...v2.0.0-beta.68) ##### Build System - drop support for node 16 ([10b0aa9](https://togithub.com/vuepress/core/commit/10b0aa9b186710de1d15495e968b63ccdbbd778b)) ##### Features - **core:** support templateBuildRenderer in app options and theme api (close [#​1120](https://togithub.com/vuepress/core/issues/1120)) ([0b0108d](https://togithub.com/vuepress/core/commit/0b0108d5ad14dddf77723edddeca4e5ae4f4c7fa)) - **theme-default:** sync code group status (close [#​541](https://togithub.com/vuepress/core/issues/541)) ([7078dd5](https://togithub.com/vuepress/core/commit/7078dd532e699d3e3cfc1eefd4d4b317471a388e)) - **utils:** add templateRenderer utils ([fe8ea2a](https://togithub.com/vuepress/core/commit/fe8ea2ac4d5ba2163896112ebe4e8fd6ef16878d)) ##### BREAKING CHANGES - **utils:** the outlets of templateBuild has been updated, see `TEMPLATE_RENDERER_OUTLETS` in `@vuepress/utils` package - drop support for node 16 ### [`v2.0.0-beta.67`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta67-2023-08-28) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.66...v2.0.0-beta.67) ##### Bug Fixes - **client:** avoid mismatching between route path and page data (close [#​1249](https://togithub.com/vuepress/core/issues/1249)) ([#​1381](https://togithub.com/vuepress/core/issues/1381)) ([acbdc7f](https://togithub.com/vuepress/core/commit/acbdc7f5c03030fb7fdc32beef898a879fbf8e48)) - **markdown:** handle data uri correctly (close [#​1393](https://togithub.com/vuepress/core/issues/1393)) ([#​1403](https://togithub.com/vuepress/core/issues/1403)) ([bd8aa0a](https://togithub.com/vuepress/core/commit/bd8aa0a18956b538f1476e902809d6ed9c6831a0)) ### [`v2.0.0-beta.66`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta66-2023-07-11) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.65...v2.0.0-beta.66) ##### Reverts - fix(client): avoid mismatching between route path and page data (close [#​1249](https://togithub.com/vuepress/core/issues/1249)) ([#​1361](https://togithub.com/vuepress/core/issues/1361)) ([73e55f0](https://togithub.com/vuepress/core/commit/73e55f0d795eb42600602d5024d27a2ecd6b66f4)) ### [`v2.0.0-beta.65`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta65-2023-07-11) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.64...v2.0.0-beta.65) ##### Bug Fixes - **client:** avoid mismatching between route path and page data (close [#​1249](https://togithub.com/vuepress/core/issues/1249)) ([#​1361](https://togithub.com/vuepress/core/issues/1361)) ([9b0ad9e](https://togithub.com/vuepress/core/commit/9b0ad9e7935f5b8b5b23c2d2cacff5f71514068a)) - **client:** fallback page lang to site lang (close [#​1365](https://togithub.com/vuepress/core/issues/1365)) ([#​1380](https://togithub.com/vuepress/core/issues/1380)) ([debd65d](https://togithub.com/vuepress/core/commit/debd65d68d895e32641f6c171fd4ca0516d621cc)) ##### Features - **plugin-git:** remove duplicate no-reply contributors ([#​1364](https://togithub.com/vuepress/core/issues/1364)) ([3ff1b06](https://togithub.com/vuepress/core/commit/3ff1b0638b14d1b636fdc531283aeee4b10b7122)) ### [`v2.0.0-beta.64`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta64-2023-07-03) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.63...v2.0.0-beta.64) ##### Bug Fixes - **plugin-active-header-links:** remove force replace when updating hash ([#​1360](https://togithub.com/vuepress/core/issues/1360)) ([fa6b9ea](https://togithub.com/vuepress/core/commit/fa6b9eab1ace5b06a02d95bb63d16df7b59adeea)) ##### Performance Improvements - **client:** use eager computed for routeLocale ([9d85d4f](https://togithub.com/vuepress/core/commit/9d85d4f5b4fe0bc4bca392b466e168240d156dd3)) - **client:** use eager computed for routePath to avoid extra route locale resolving ([aacff56](https://togithub.com/vuepress/core/commit/aacff56bc60559763c246eab8a6697f9e4418ad3)) - **core:** reduce pageRoutes size ([#​1274](https://togithub.com/vuepress/core/issues/1274)) ([08cf419](https://togithub.com/vuepress/core/commit/08cf419119fae22abd1d8c4178a7ecddb7564e78)) ### [`v2.0.0-beta.63`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta63-2023-06-08) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.62...v2.0.0-beta.63) ##### Bug Fixes - **plugin-medium-zoom:** avoid inject error in ssr mode (close [#​1338](https://togithub.com/vuepress/core/issues/1338)) ([#​1339](https://togithub.com/vuepress/core/issues/1339)) ([5a56c9b](https://togithub.com/vuepress/core/commit/5a56c9b984d5000a1accf051ff2e76cd9b665aaf)) - **theme-default:** fix languages locale config (close [#​1345](https://togithub.com/vuepress/core/issues/1345)) ([2edad72](https://togithub.com/vuepress/core/commit/2edad726e64fc0f3778fa0d56881ddd859e36a55)) ### [`v2.0.0-beta.62`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta62-2023-05-11) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.61...v2.0.0-beta.62) ##### Bug Fixes - **core:** ensure page.title isString (close [#​1306](https://togithub.com/vuepress/core/issues/1306)) ([#​1308](https://togithub.com/vuepress/core/issues/1308)) ([644b406](https://togithub.com/vuepress/core/commit/644b406e3516a44edd063a13f7fbfb27952ada85)) - **plugin-docsearch:** allow using slash key to init docsearch ([#​1323](https://togithub.com/vuepress/core/issues/1323)) ([3382bb1](https://togithub.com/vuepress/core/commit/3382bb1763eec68f3f0380a9ec887f0b0a3b0e95)) - **plugin-theme-data:** remove locales field in themeLocaleData (close [#​1287](https://togithub.com/vuepress/core/issues/1287)) ([#​1313](https://togithub.com/vuepress/core/issues/1313)) ([d91996f](https://togithub.com/vuepress/core/commit/d91996fd0864abd5029e4c4cff319db48be06b47)) ##### Build System - bump dependencies, drop node 14 ([#​1311](https://togithub.com/vuepress/core/issues/1311)) ([a8c30ee](https://togithub.com/vuepress/core/commit/a8c30ee8f6a91efd8860575754766d4c186460c2)) ##### Features - bump vue to 3.3 ([#​1327](https://togithub.com/vuepress/core/issues/1327)) ([bebadea](https://togithub.com/vuepress/core/commit/bebadeaf8c25104c2f9e9cf53685766c3844db1a)) - **bundler-vite:** bump vite to 4.3 and temporarily remove manualChunks ([#​1328](https://togithub.com/vuepress/core/issues/1328)) ([031563e](https://togithub.com/vuepress/core/commit/031563e5aa2e0eb99e3ba3702f0a1c6978bbbfc3)) - **markdown:** support relative image links without `./` ([#​1103](https://togithub.com/vuepress/core/issues/1103)) ([b7d71be](https://togithub.com/vuepress/core/commit/b7d71be8760a025694a9a522b0e354217c1c4111)) - **theme-default:** improve css variable acquisition ([#​1322](https://togithub.com/vuepress/core/issues/1322)) ([eb0d0ea](https://togithub.com/vuepress/core/commit/eb0d0eaa4a57843838c6e564a8ced164b34d7677)) ##### Performance Improvements - **shared:** reduce regexp match usage ([#​1315](https://togithub.com/vuepress/core/issues/1315)) ([23bdec6](https://togithub.com/vuepress/core/commit/23bdec6969b9666b800e0ebeb9e9b3a6ed05ef98)) ##### BREAKING CHANGES - **markdown:** for markdown image syntax `![alt](path)`, paths without `./` or `/` or protocol will be treated as relative links - drop support for node 14

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 1 year 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: vuepress-theme-hope-starter@undefined
npm ERR! Found: vuepress-theme-hope@2.0.0-beta.198
npm ERR! node_modules/vuepress-theme-hope
npm ERR!   dev vuepress-theme-hope@"2.0.0-beta.225" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! dev vuepress-theme-hope@"2.0.0-beta.225" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: vuepress-vite@2.0.0-beta.63
npm ERR! node_modules/vuepress-vite
npm ERR!   peerOptional vuepress-vite@"2.0.0-beta.63" from vuepress-theme-hope@2.0.0-beta.225
npm ERR!   node_modules/vuepress-theme-hope
npm ERR!     dev vuepress-theme-hope@"2.0.0-beta.225" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-01-26T11_50_42_437Z-debug-0.log