vuepress-star / vuepress-theme-star

Repo for VuePress Theme Star
https://vuepress-star.github.io/
MIT License
1 stars 0 forks source link

fix(deps): update dependency @vuepress/client to v2.0.0-rc.2 #169

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.53 -> 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 ### [`v2.0.0-beta.61`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta61-2023-02-27) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.60...v2.0.0-beta.61) ##### Bug Fixes - **client:** avoid updating routeLocale on route hash change ([#​1253](https://togithub.com/vuepress/core/issues/1253)) ([5eb9489](https://togithub.com/vuepress/core/commit/5eb948922761e9cc96674a7d43a075ecf59ef5ea)) - **markdown:** render token attrs in code block ([#​1220](https://togithub.com/vuepress/core/issues/1220)) ([b4e313b](https://togithub.com/vuepress/core/commit/b4e313bb757696eb4baa347940dbeb5dac1938f2)) - **theme-default:** fix site name text overflow style ([#​1260](https://togithub.com/vuepress/core/issues/1260)) ([95363a5](https://togithub.com/vuepress/core/commit/95363a50d8977f9beabb94aa7ec4ab9602605ed9)) ##### Features - **core:** attach markdownEnv to page object ([#​1228](https://togithub.com/vuepress/core/issues/1228)) ([8a63e19](https://togithub.com/vuepress/core/commit/8a63e19c52a5db1c3a173239b3c339cd9693e93b)) - **markdown:** add error log for importCode plugin ([#​1273](https://togithub.com/vuepress/core/issues/1273)) ([b722a62](https://togithub.com/vuepress/core/commit/b722a623842f0ecde650027468d967bec79aa2c6)) - **plugin-docsearch:** load docsearch asynchronously (close [#​1247](https://togithub.com/vuepress/core/issues/1247)) ([#​1254](https://togithub.com/vuepress/core/issues/1254)) ([f5d5b11](https://togithub.com/vuepress/core/commit/f5d5b11f787abb87225284fb059e3d89e3bcf768)) - **plugin-docsearch:** support indexBase option (close [#​1223](https://togithub.com/vuepress/core/issues/1223)) ([#​1224](https://togithub.com/vuepress/core/issues/1224)) ([23a4c68](https://togithub.com/vuepress/core/commit/23a4c681cfd50607f396cb3894ede3cc60698d1b)) ### [`v2.0.0-beta.60`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta60-2022-12-28) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.59...v2.0.0-beta.60) ##### Bug Fixes - **markdown:** avoid extracting headers in nested blocks by bumping mdit-vue (close [#​1201](https://togithub.com/vuepress/core/issues/1201)) ([ecd3716](https://togithub.com/vuepress/core/commit/ecd3716e0fca2e4c4457d514f245ca06e6e9086e)) - **theme-default:** fix word breaking (close [#​1209](https://togithub.com/vuepress/core/issues/1209)) ([#​1210](https://togithub.com/vuepress/core/issues/1210)) ([1e7761f](https://togithub.com/vuepress/core/commit/1e7761f269556816e7f8202481234a8d6a471dc2)) - **theme-default:** preserve url params when switching language ([#​1211](https://togithub.com/vuepress/core/issues/1211)) ([941b2fe](https://togithub.com/vuepress/core/commit/941b2fe8a5c45e1065b9a1f0b0541e571b43f26d)) ##### Features - **client:** improve default head title resolver ([c688270](https://togithub.com/vuepress/core/commit/c68827024584bb46aeb119087f91c8cb6053de27)) - **plugin-docsearch:** add injectStyles option (close [#​948](https://togithub.com/vuepress/core/issues/948)) ([#​1208](https://togithub.com/vuepress/core/issues/1208)) ([34fb6c2](https://togithub.com/vuepress/core/commit/34fb6c24e7250f20d1092a70141af528ae2f6b91)) ### [`v2.0.0-beta.59`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta59-2022-12-14) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.58...v2.0.0-beta.59) ##### Bug Fixes - **bundler-webpack:** fix order of extensionAlias (close [#​1082](https://togithub.com/vuepress/core/issues/1082)) ([28eeb9b](https://togithub.com/vuepress/core/commit/28eeb9ba04704c45ae993a0c5f994da1e87d26df)) ### [`v2.0.0-beta.58`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta58-2022-12-10) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.57...v2.0.0-beta.58) ##### Bug Fixes - **bundler-webpack:** avoid duplicated style preload ([e484a55](https://togithub.com/vuepress/core/commit/e484a55ca3c0b80babab47c227d7321a6bc6ddd7)) - **bundler-webpack:** fix module identifier matching ([9d8d645](https://togithub.com/vuepress/core/commit/9d8d64573ec37df446f8ca99bb9270c5328a7024)) - **bundler-webpack:** partially fix ssr dependencies issue ([83e7b6c](https://togithub.com/vuepress/core/commit/83e7b6cb77f6ae6766d7546131d2ae602d74e1f2)) ### [`v2.0.0-beta.57`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta57-2022-12-09) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.56...v2.0.0-beta.57) ##### Bug Fixes - **theme-default:** fix code block misalignment (close [#​901](https://togithub.com/vuepress/core/issues/901)) ([#​1185](https://togithub.com/vuepress/core/issues/1185)) ([7d156d7](https://togithub.com/vuepress/core/commit/7d156d781f86e29e7c261eb467c5c48589055f6f)) ##### Build System - bump to vite 4 and rollup 3 ([5fac2e6](https://togithub.com/vuepress/core/commit/5fac2e644202a1d3df8204601bb0a32a5df55d15)) ##### Code Refactoring - remove page excerpt ([a27bc24](https://togithub.com/vuepress/core/commit/a27bc246602214970a12b0222d8bdbc49339cf03)) ##### Features - **client:** add **VUEPRESS_BASE** constant ([fe047fe](https://togithub.com/vuepress/core/commit/fe047fe44fe0c46e7051106bde50829d39482ba0)) ##### BREAKING CHANGES - bump to vite 4 and rollup 3 - `excerpt` has been removed from page object and page data ### [`v2.0.0-beta.56`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta56-2022-12-09) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.55...v2.0.0-beta.56) ##### Reverts - perf: render pages in parallel ([#​1094](https://togithub.com/vuepress/core/issues/1094)) ([#​1186](https://togithub.com/vuepress/core/issues/1186)) ([1e698f5](https://togithub.com/vuepress/core/commit/1e698f5f6a04c80d7c3c6b56c7af3a7077256233)) ### [`v2.0.0-beta.55`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta55-2022-12-09) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.54...v2.0.0-beta.55) ##### Bug Fixes - **bundler-vite:** fix regression of vite options merging (close [#​1184](https://togithub.com/vuepress/core/issues/1184)) ([998eb94](https://togithub.com/vuepress/core/commit/998eb94c58f11ba1728179310d61f337c3367695)) ##### Performance Improvements - render pages in parallel ([#​1094](https://togithub.com/vuepress/core/issues/1094)) ([78f737c](https://togithub.com/vuepress/core/commit/78f737c537a5de076f88f604a7413e39ac8e42f9)) ### [`v2.0.0-beta.54`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-beta54-2022-12-08) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-beta.53...v2.0.0-beta.54) ##### Bug Fixes - **bundler-vite:** make user config have the highest priority ([#​1092](https://togithub.com/vuepress/core/issues/1092)) ([91cc59e](https://togithub.com/vuepress/core/commit/91cc59e437a44d8743edbe8423c3c3be416a5c4a)) - **client:** allow double quotes in head tag (close [#​1174](https://togithub.com/vuepress/core/issues/1174)) ([#​1176](https://togithub.com/vuepress/core/issues/1176)) ([69956c0](https://togithub.com/vuepress/core/commit/69956c0952e35561ddd385a41f9337142baf3fba)) - **client:** async load client configs to avoid circular deps (close [#​1154](https://togithub.com/vuepress/core/issues/1154)) ([b0a7a0e](https://togithub.com/vuepress/core/commit/b0a7a0e686b98dd8201dfed8effd6f7616e7d498)) - **markdown:** support single quotes in img tag (close [#​937](https://togithub.com/vuepress/core/issues/937)) ([#​1104](https://togithub.com/vuepress/core/issues/1104)) ([7dae33a](https://togithub.com/vuepress/core/commit/7dae33ab2edb95343f6e11b60116cfc32f79a68b)) ##### Features - **bundler-vite:** improve chunk splitting ([#​1170](https://togithub.com/vuepress/core/issues/1170)) ([b4e9ca6](https://togithub.com/vuepress/core/commit/b4e9ca6f97247c568901486116e8924e39c9cb58)) - improve page path and vite chunk name ([#​1100](https://togithub.com/vuepress/core/issues/1100)) ([d93b682](https://togithub.com/vuepress/core/commit/d93b682172f2f26f5eab39d965771621a03e2384)) - improve print style ([#​1181](https://togithub.com/vuepress/core/issues/1181)) ([0800a07](https://togithub.com/vuepress/core/commit/0800a07224e8d2fb3975ad7eda7de674c0686a11)) - **theme-default:** collapsible nested item in sidebar (close [#​883](https://togithub.com/vuepress/core/issues/883)) ([#​1158](https://togithub.com/vuepress/core/issues/1158)) ([48ab95c](https://togithub.com/vuepress/core/commit/48ab95c775dc6b21a54451bfe654e2f58fd4d05c)) - **theme-default:** improve style of custom container ([#​1131](https://togithub.com/vuepress/core/issues/1131)) ([4941f95](https://togithub.com/vuepress/core/commit/4941f95da5be5a0060a916a21a62de37dd7c87b9)) - **utils:** replace chalk with picocolors ([#​1145](https://togithub.com/vuepress/core/issues/1145)) ([ee0ea8c](https://togithub.com/vuepress/core/commit/ee0ea8c6adcbb91a79c89d940aa8953a24fc84f0)) ##### BREAKING CHANGES - **utils:** `@vuepress/utils` no longer exports `chalk`, use `colors` instead

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.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3651428404

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 3635232214: 0.0%
Covered Lines: 2
Relevant Lines: 2

đź’› - Coveralls
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
Scope: all 20 workspace projects
 WARN  GET https://registry.npmjs.org/@vuepress%2Fclient error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vuepress%2Fclient error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@vuepress/bundler-vite/-/bundler-vite-2.0.0-beta.53.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
/tmp/renovate/repos/github/vuepress-star/vuepress-theme-star/docs/.vuepress:
 ERR_PNPM_META_FETCH_FAIL  GET https://registry.npmjs.org/@vuepress%2Fclient: Value of "this" must be of type URLSearchParams

This error happened while installing a direct dependency of /tmp/renovate/repos/github/vuepress-star/vuepress-theme-star/docs/.vuepress
 WARN  GET https://registry.npmjs.org/@vuepress/bundler-webpack/-/bundler-webpack-2.0.0-beta.53.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vuepress/cli/-/cli-2.0.0-beta.53.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vuepress/plugin-docsearch/-/plugin-docsearch-2.0.0-beta.53.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-2.0.0-beta.53.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vuepress/plugin-register-components/-/plugin-register-components-2.0.0-beta.53.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vuepress/utils/-/utils-2.0.0-beta.53.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/anywhere/-/anywhere-1.6.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/sass-loader/-/sass-loader-13.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vue/-/vue-3.2.45.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vuepress/-/vuepress-2.0.0-beta.53.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vuepress/core/-/core-2.0.0-beta.53.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.0.10.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/element-plus/-/element-plus-2.2.27.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/lightgallery/-/lightgallery-2.7.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vuepress-plugin-sass-palette/-/vuepress-plugin-sass-palette-2.0.0-beta.134.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.