vue-cli-plugin-electron-builder icon indicating copy to clipboard operation
vue-cli-plugin-electron-builder copied to clipboard

chore(deps-dev): bump vuepress from 1.8.2 to 1.9.7

Open dependabot[bot] opened this issue 2 years ago • 2 comments

Bumps vuepress from 1.8.2 to 1.9.7.

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/types exports four functions:

  • defineConfig
  • defineConfig4CustomTheme
  • defineTheme
  • definePlugin

Note that using @vuepress/types is equivalent to using vuepress/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.7 (2022-01-18)

Bug Fixes

1.9.6 (2022-01-17)

Bug Fixes

Features

1.9.5 (2021-12-25)

Features

1.9.4 (2021-12-24)

Bug Fixes

Features

... (truncated)

Commits
  • 2f2357a build: release version 1.9.7
  • 5699216 build: release version 1.9.6
  • 2f9a394 feat: add build concurrency control (close: #1819) (#2953)
  • ef6f87a build: release version 1.9.5
  • e4a28db build: release version 1.9.4
  • accfe87 build: release version 1.9.3
  • ed3cce6 build: release version 1.9.2
  • 2f707a6 refactor(types): move helpers to @vuepress/types
  • 84250cc feat(types): defineThemeEntry helper to infer type for theme entry
  • 7ac6aa8 feat(types): init @vuepress/types
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar May 26 '22 14:05 dependabot[bot]

@dependabot recreate

MatthijsBurgh avatar May 26 '22 14:05 MatthijsBurgh

Codecov Report

Base: 70.76% // Head: 70.76% // No change to project coverage :thumbsup:

Coverage data is based on head (c01bd03) compared to base (7da0105). Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1760   +/-   ##
=======================================
  Coverage   70.76%   70.76%           
=======================================
  Files           4        4           
  Lines         431      431           
  Branches      109      109           
=======================================
  Hits          305      305           
  Misses         53       53           
  Partials       73       73           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar May 26 '22 15:05 codecov[bot]