Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps vscode-ws-jsonrpc from 0.2.0 to 2.0.1.

Changelog

Sourced from vscode-ws-jsonrpc's changelog.

[2.0.1] - 2022-12-01

  • Changed the compile target and module to ES2022. Applied linting. Code was functionally not changed.

[2.0.0] - 2022-09-08

  • BREAKING: Transform to package of type module and switch to TypeScript ECMAScript Module Support in Node.js.
  • BREAKING: All cjs exports have been removed.
    • Added verification examples for webpack and vite that shall ensure the libs work in dependent projects and the give you an idea how to use monaco-languageclient and vscode-ws-jsonrpc with common bundlers.
  • Revised all READMEs

1.x.x BREAKING CHANGES

The default export now provides esm code. If you require CommonJS modules you can use the additional exports. The npm packages exports the following:

  • vscode-ws-jsonrpc
  • vscode-ws-jsonrpc/server
  • vscode-ws-jsonrpc/socket
  • vscode-ws-jsonrpc/cjs
  • vscode-ws-jsonrpc/cjs/server
  • vscode-ws-jsonrpc/cjs/socket

[1.0.2] - 2022-07-21

  • Update vscode-jsonrpc to 8.0.2
  • Updated vite to 3.0.2

[1.0.1] - 2022-06-22

  • Library ships as src, esm and cjs builds. Use typesVersions in package.json for proper TypeScript import support

[1.0.0] - 2022-06-21

  • Merged npm packages @codingame/monaco-jsonrpc and vscode-ws-jsonrpc into this package.
  • Integrate eslint with eslint-config-standard #385

There was no CHANGELOG available in the previous repositories.

Commits
  • 365c6e8 Updated main CHANGELOG and fixed homepage of vscode-ws-jsonrpc
  • 33b1c51 Prepare for next releases
  • 7924e09 Specifically disable @​typescript-eslint/dot-notation
  • cb39f26 Added eslint-plugin-header
  • 3070fc7 Enable eslint for all packages
  • d4c3a4a Fixed PR comments
  • 1354a94 First dev release of vscode-ws-jsonrpc from this repository
  • 3d1a44a Integrate all changes from @​codingame/vscode-ws-jsonrpc
  • 73f2373 Base on TypeFox version
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by kaisalmen, a new releaser for vscode-ws-jsonrpc since your current version.


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 [vscode-ws-jsonrpc](https://github.com/TypeFox/monaco-languageclient/tree/HEAD/packages/vscode-ws-jsonrpc) from 0.2.0 to 2.0.1.
- [Release notes](https://github.com/TypeFox/monaco-languageclient/releases)
- [Changelog](https://github.com/TypeFox/monaco-languageclient/blob/main/packages/vscode-ws-jsonrpc/CHANGELOG.md)
- [Commits](https://github.com/TypeFox/monaco-languageclient/commits/v2.0.1/packages/vscode-ws-jsonrpc)

---
updated-dependencies:
- dependency-name: vscode-ws-jsonrpc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants