Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

chore(deps-dev): bump @vuepress/plugin-nprogress from 1.8.2 to 1.9.7#853

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vuepress/plugin-nprogress-1.9.7
Closed

chore(deps-dev): bump @vuepress/plugin-nprogress from 1.8.2 to 1.9.7#853
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vuepress/plugin-nprogress-1.9.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps @vuepress/plugin-nprogress from 1.8.2 to 1.9.7.

Release notes

Sourced from @​vuepress/plugin-nprogress'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/plugin-nprogress'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

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)

Bumps [@vuepress/plugin-nprogress](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-nprogress) from 1.8.2 to 1.9.7.
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/v1.9.7/packages/@vuepress/plugin-nprogress)

---
updated-dependencies:
- dependency-name: "@vuepress/plugin-nprogress"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 2, 2022 21:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 2, 2022
@dependabot dependabot bot requested a review from markmcdowell May 2, 2022 21:38
@codecov
Copy link
Copy Markdown

codecov bot commented May 2, 2022

Codecov Report

Merging #853 (eb2e190) into main (532fd6a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #853   +/-   ##
=======================================
  Coverage   86.05%   86.05%           
=======================================
  Files          18       18           
  Lines         251      251           
  Branches       42       42           
=======================================
  Hits          216      216           
  Misses         35       35           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 532fd6a...eb2e190. Read the comment docs.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github May 4, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@stale
Copy link
Copy Markdown

stale bot commented Jun 12, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 12, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2023

Superseded by #932.

@dependabot dependabot bot closed this Jan 30, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vuepress/plugin-nprogress-1.9.7 branch January 30, 2023 21:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants