vuepress-theme-hope / theme-ru-docs

Ru docs for vuepress-theme-hope
https://theme-hope-ru.vuejs.press
0 stars 1 forks source link

fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.14 #91

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vuepress/bundler-vite (source) 2.0.0-rc.9 -> 2.0.0-rc.14 age adoption passing confidence

Release Notes

vuepress/core (@​vuepress/bundler-vite) ### [`v2.0.0-rc.14`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-rc14-2024-06-19) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-rc.13...v2.0.0-rc.14) ##### Features - **bundler-vite:** upgrade vite to v5.3 ([68d3dbc](https://togithub.com/vuepress/core/commit/68d3dbc4aab849acc2148d2343d1d7ed7f5bdb59)) - **markdown:** support single line code import syntax (close [#​1355](https://togithub.com/vuepress/core/issues/1355)) ([34e291e](https://togithub.com/vuepress/core/commit/34e291e4afca7eac3f302e41e1e483e3f1c09201)) ### [`v2.0.0-rc.13`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-rc13-2024-05-31) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-rc.12...v2.0.0-rc.13) ##### Bug Fixes - **bundler-vite:** exclude vite 5.2.12 from version range (close [#​1573](https://togithub.com/vuepress/core/issues/1573)) ([1b77850](https://togithub.com/vuepress/core/commit/1b77850a145c7a9deba6643e2b8967430e2e7638)) ### [`v2.0.0-rc.12`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-rc12-2024-05-27) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-rc.11...v2.0.0-rc.12) ##### Bug Fixes - **client:** support non-ascii locale path ([01ee546](https://togithub.com/vuepress/core/commit/01ee546167c5b2b781efca4c49d197593c79193e)) - **core:** fix page redirects comparison ([#​1563](https://togithub.com/vuepress/core/issues/1563)) ([90a11d9](https://togithub.com/vuepress/core/commit/90a11d9fb9b2701145ca1717c7d67da7b1e3e0ed)) - fix route resolving error with hash and queries (close [#​1561](https://togithub.com/vuepress/core/issues/1561)) ([#​1562](https://togithub.com/vuepress/core/issues/1562)) ([4df59d4](https://togithub.com/vuepress/core/commit/4df59d4a6c8ae590cf976727f6b872436320df73)) ##### Code Refactoring - **markdown:** remove codePlugin and add vPrePlugin (close [#​1550](https://togithub.com/vuepress/core/issues/1550)) ([#​1556](https://togithub.com/vuepress/core/issues/1556)) ([385577c](https://togithub.com/vuepress/core/commit/385577ce62da060eee787845398a9c23cfbb32c7)) ##### Features - **bundler-webpack:** enable css-modules for .module.css files (close [#​1557](https://togithub.com/vuepress/core/issues/1557)) ([#​1560](https://togithub.com/vuepress/core/issues/1560)) ([10378e1](https://togithub.com/vuepress/core/commit/10378e10f090f834daf25ca32fb6142b7b1c0da2)) - **bundler-webpack:** replace postcss-csso with lightningcss (close [#​1349](https://togithub.com/vuepress/core/issues/1349)) ([c854b19](https://togithub.com/vuepress/core/commit/c854b19c1c71251326cf44208ee8400fce0f33b4)) - **bundler-webpack:** replace webpack-chain with webpack-5-chain (close [#​1503](https://togithub.com/vuepress/core/issues/1503)) ([#​1566](https://togithub.com/vuepress/core/issues/1566)) ([21ae915](https://togithub.com/vuepress/core/commit/21ae9154b4a7fc379fc5f7d67043c15ebc81bcf1)) - **core:** allow non-default-export client config file ([#​1564](https://togithub.com/vuepress/core/issues/1564)) ([d3b3cc4](https://togithub.com/vuepress/core/commit/d3b3cc415bb24b2434d4c509b34b6c7cc3326d60)) ##### BREAKING CHANGES - **markdown:** `markdown.code` option is remove. Please use `@vuepress/plugin-shiki` and `@vuepress/plugin-prismjs` instead. - **bundler-webpack:** For webpack bundler, css-modules will be enabled for `*.module.[ext]` files. The previous `*.[ext]?module` usage is no longer supported. ### [`v2.0.0-rc.11`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-rc11-2024-05-16) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-rc.10...v2.0.0-rc.11) ##### Features - **client:** improve AutoLinkProps ([#​1554](https://togithub.com/vuepress/core/issues/1554)) ([0777d09](https://togithub.com/vuepress/core/commit/0777d098e420ebc44ed9bb983009ee5d6367bb1d)) - **client:** support slot props in AutoLink ([630e29a](https://togithub.com/vuepress/core/commit/630e29a0a64973cf41369b854c0663ea36b12608)) ### [`v2.0.0-rc.10`](https://togithub.com/vuepress/core/blob/HEAD/CHANGELOG.md#200-rc10-2024-05-16) [Compare Source](https://togithub.com/vuepress/core/compare/v2.0.0-rc.9...v2.0.0-rc.10) ##### Bug Fixes - **bundler-vite:** disable server.fs.cachedChecks by default (close [#​1526](https://togithub.com/vuepress/core/issues/1526)) ([bab6ae9](https://togithub.com/vuepress/core/commit/bab6ae90beb34194557eea1c979aacb0ea72ca91)) - **client:** fix siteLocaleData type ([#​1529](https://togithub.com/vuepress/core/issues/1529)) ([1825636](https://togithub.com/vuepress/core/commit/1825636bee63554945afe52138e2efa805de0ec2)) - **client:** keep full path during route navigation (close [#​1514](https://togithub.com/vuepress/core/issues/1514)) ([#​1527](https://togithub.com/vuepress/core/issues/1527)) ([e6455e0](https://togithub.com/vuepress/core/commit/e6455e0d4af71f006f639d39b89d96cc52013eeb)) - **core:** transform file path to chunk name (close [#​1531](https://togithub.com/vuepress/core/issues/1531)) ([d584ee3](https://togithub.com/vuepress/core/commit/d584ee3df9f72f84737f135b4957a3940c621bd2)) - **markdown:** fix query parsing and absolute link fallback in linksPlugin (close [#​1536](https://togithub.com/vuepress/core/issues/1536)) ([#​1537](https://togithub.com/vuepress/core/issues/1537)) ([5082b3d](https://togithub.com/vuepress/core/commit/5082b3df08d06f81560d656144b2b0f3aeb3366a)) - **shared:** check external link correctly ([#​1543](https://togithub.com/vuepress/core/issues/1543)) ([34e240c](https://togithub.com/vuepress/core/commit/34e240c7b66357563b4ccd17a11709a661ffbb03)) - **shared:** check link with protocol correctly ([#​1542](https://togithub.com/vuepress/core/issues/1542)) ([8b1ab67](https://togithub.com/vuepress/core/commit/8b1ab674136cd4d4672b0c26cc9be008236a9efa)) ##### Features - **client:** add AutoLink component ([#​1546](https://togithub.com/vuepress/core/issues/1546)) ([8eb722f](https://togithub.com/vuepress/core/commit/8eb722febacf8e4271fa6ad5410298f001c73509)) - **client:** export ResolvedRoute type ([#​1525](https://togithub.com/vuepress/core/issues/1525)) ([950f158](https://togithub.com/vuepress/core/commit/950f15824397ecce839ab1b6fe50543bc7a91634)) - **client:** support relative link in RouteLink ([#​1545](https://togithub.com/vuepress/core/issues/1545)) ([7c8f271](https://togithub.com/vuepress/core/commit/7c8f2712489db9880d77bb783618d2226926b11d)) - **core:** allow null permalink in frontmatter to disable permalink ([#​1547](https://togithub.com/vuepress/core/issues/1547)) ([becebb2](https://togithub.com/vuepress/core/commit/becebb23fa3c811879ca6ae68f7c532c3b7ee267)) - enable hydration mismatch details in debug mode ([#​1530](https://togithub.com/vuepress/core/issues/1530)) ([b752f9c](https://togithub.com/vuepress/core/commit/b752f9c79a693dedeb0c352fd94979f480bad2e7)) - **markdown:** upgrade markdown-it type to v14 ([0a5d4eb](https://togithub.com/vuepress/core/commit/0a5d4eb2fd95da71687725a1b8b37d7f1572439d)) - **shared:** support relative links in normalizeRoutePath ([#​1544](https://togithub.com/vuepress/core/issues/1544)) ([c443a95](https://togithub.com/vuepress/core/commit/c443a95a7002e37e852caf566d0bb283c76e45ce)) ##### Performance Improvements - **shared:** use non-capture group for resolveRoutePathFromUrl ([#​1539](https://togithub.com/vuepress/core/issues/1539)) ([2bbb2b2](https://togithub.com/vuepress/core/commit/2bbb2b2b64a3429315044a419192ddfa6bd0f594))

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.