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
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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.0.0-rc.0
->2.0.0-rc.2
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 14Configuration
📅 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.