Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Bump ws and vuepress #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 24, 2024

Bumps ws to 6.2.3 and updates ancestor dependency vuepress. These dependencies need to be updated together.

Updates ws from 4.1.0 to 6.2.3

Release notes

Sourced from ws's releases.

6.2.3

Bug fixes

  • Backported e55e5106 to the 6.x release line (eeb76d31).

6.2.2

Bug fixes

  • Backported 00c425ec to the 6.x release line (78c676d2).

6.2.1

Bug fixes

  • Fixed a bug that, under certain circumstances, prevented the close timer from being set (aa1dcd5).

6.2.0

Features

  • Added ability to follow redirects (#1490).

Bug fixes

  • The opening handshake is now aborted if the Sec-WebSocket-Key header field value is invalid (160af45b).

6.1.4

Bug fixes

  • Fixed an issue that caused the Host header to always include a port (#1510).

6.1.3

Bug fixes

  • Fixed a bug that, under certain circumstances, prevented the close frame from being parsed (#1494).

6.1.2

Bug fixes

  • Restored compatibility with Node.js < 6.13.0 (26436e0).

6.1.1

Bug fixes

  • Queued messages to send are now discarded if the permessage-deflate is enabled and the socket closes prematurely (#1464, #1471).

6.1.0

Features

... (truncated)

Commits
  • d87f3b6 [dist] 6.2.3
  • eeb76d3 [security] Fix crash when the Upgrade header cannot be read (#2231)
  • 9bdb580 [dist] 6.2.2
  • 78c676d [security] Fix ReDoS vulnerability
  • d57db27 [dist] 6.2.1
  • 40734d8 [minor] Add missing option in JSDoc comment
  • 0556f31 [doc] Add TOC to ws.md (#1539)
  • aa1dcd5 [fix] Make WebSocket#close() set the close timer immediately
  • 297f56d [minor] Remove unneeded if statement
  • bcab373 [test] Increase code coverage
  • Additional commits viewable in compare view

Updates vuepress from 0.14.11 to 1.9.10

Release notes

Sourced from vuepress's releases.

v1.9.10

Bug Fixes

  • core: failed to resolve theme components when using theme inheritance (close: #3163) (#3164) (546499b)
  • markdown: replace double quotation marks in classname(fix #3152) (#3154) (cef64e6)

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() {
    // ...
  }
};

... (truncated)

Changelog

Sourced from vuepress's changelog.

1.9.10 (2023-08-14)

Bug Fixes

  • core: failed to resolve theme components when using theme inheritance (close: #3163) (#3164) (546499b)
  • markdown: replace double quotation marks in classname(fix #3152) (#3154) (cef64e6)

1.9.9 (2023-02-25)

Bug Fixes

1.9.8 (2023-01-06)

Bug Fixes

1.9.7 (2022-01-18)

Bug Fixes

1.9.6 (2022-01-17)

Bug Fixes

Features

... (truncated)

Commits
  • a3e4bba build: release version 1.9.10
  • f1cbdb6 build: release version 1.9.9
  • cb87096 build: release version 1.9.8
  • 7cd8b30 fix(cli): .vuepress/config.ts does not respect custom command (close: #3113...
  • 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
  • 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ws](https://github.com/websockets/ws) to 6.2.3 and updates ancestor dependency [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress). These dependencies need to be updated together.


Updates `ws` from 4.1.0 to 6.2.3
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@4.1.0...6.2.3)

Updates `vuepress` from 0.14.11 to 1.9.10
- [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.10/packages/vuepress)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: vuepress
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 24, 2024
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
Development

Successfully merging this pull request may close these issues.

0 participants