lin-ui-doc
lin-ui-doc copied to clipboard
chore(deps-dev): bump vuepress from 1.8.2 to 1.9.9
Bumps vuepress from 1.8.2 to 1.9.9.
Release notes
Sourced from vuepress's releases.
v1.9.2
TS Support for VuePress Plugin and Theme.
Motivation
We've announced VuePress 1.9 that takes full TypeScript Support for Config File, while VuePress 1.9.2 ships with TS Support for VuePress Plugin and Theme:
Quick Start
In order to make the plugin developer not dependent on VuePress for development, we provide a completely independent type package
@vuepress/types:npm i @vuepress/types -D
@vuepress/typesexports four functions:
defineConfigdefineConfig4CustomThemedefineThemedefinePluginNote that using
@vuepress/typesis equivalent to usingvuepress/config.Plugin Type
If you already have some VuePress plugins written in JS, you can leverage your IDE's intellisense with jsdoc type hints:
/** * @type {import('@vuepress/types').Plugin} */ module.exports = { ready() { // ... } };Alternatively, you can use the defineConfig helper which should provide intellisense without the need for jsdoc annotations:
import { definePlugin } from "@vuepress/types";</tr></table>
... (truncated)
Changelog
Sourced from vuepress's changelog.
1.9.9 (2023-02-25)
Bug Fixes
- remove non-existing :blur css pseudo selector (#3118) (5e3a5a0)
@Niko Strijbol- theme-default: headings anchor should not be selectable (#3063) (e5915a8)
@Rami Yushuvaev- types: missing types for
initialOpenGroupIndex(close: #3129) (#3130) (9049d48)@ulivz- types: missing types for nested sidebar group (close: #3127) (#3128) (74d5eec)
@ulivz1.9.8 (2023-01-06)
Bug Fixes
1.9.7 (2022-01-18)
Bug Fixes
1.9.6 (2022-01-17)
Bug Fixes
- core: compatibility with node 10 (close: #2981) (#2992) (f59598a)
@ulivz- types: missing
sidebarDepthat default theme config (5c6a16c)@ulivzFeatures
- add build concurrency control (close: #1819) (#2953) (2f9a394)
@Troy Eagle- theme-default: set home footer with markdown slot (close: #2993) (#2994) (753df05)
@ulivz1.9.5 (2021-12-25)
Features
... (truncated)
Commits
f1cbdb6build: release version 1.9.9cb87096build: release version 1.9.87cd8b30fix(cli):.vuepress/config.tsdoes not respect custom command (close: #3113...2f2357abuild: release version 1.9.75699216build: release version 1.9.62f9a394feat: add build concurrency control (close: #1819) (#2953)ef6f87abuild: release version 1.9.5e4a28dbbuild: release version 1.9.4accfe87build: release version 1.9.3ed3cce6build: release version 1.9.2- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)