Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump monaco-languageclient from 1.1.0 to 4.0.3 #41

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

Conversation

dependabot[bot]
Copy link

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

Bumps monaco-languageclient from 1.1.0 to 4.0.3.

Changelog

Sourced from monaco-languageclient's changelog.

[4.0.3] - 2022-12-01

  • Fixed compile target configuration

[4.0.2] - 2022-12-01

[4.0.1] - 2022-10-19

  • Update to monaco-editor 0.34.1 #373
    • Update to [email protected]
    • Update exmaple dependencies (which don't affect the library)

[4.0.0] - 2022-09-08

  • BREAKING CHANGE: Transform to package of type module and switch to TypeScript ECMAScript Module Support in Node.js.
  • BREAKING CHANGE: All cjs exports have been removed.
  • BREAKING CHANGE: The old monaco-converter has been removed. If you still rely on it, please take a look at the example language service written in JavaScript and adapt to the converters usage available since v2.0.0.
  • 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

[3.0.1] - 2022-08-24

  • Update monaco-vscode-api to version 1.69.9

[3.0.0] - 2022-08-15

  • Update to monaco 0.34/vscode 1.69 #409

2.x.x BREAKING CHANGES

v2+ of this library is dependant on monaco-vscode-api which removed all vscode-api/-compatibility related code. The change has mostly no effect on end users code, but there are two things that need to be taken into account:

  • If you use Webpack or vite for bundling, you have to remove the vscode alias entry from the configuration
  • If you customized monaco services, then you have to adjust them to the changed interface

The npm packages exports the following:

  • monaco-languagclient
  • monaco-languagclient/monaco-converters
  • monaco-languagclient/monaco-converters/cjs

[2.1.0] - 2022-07-21

  • Update vscode api #399
  • Updated vite to 3.0.2

... (truncated)

Commits
  • c5511b1 Prepare monaco-languageclient 4.0.3 release: Fix tsconfigs
  • d5fc52f Prepare monaco-languageclient 4.0.2 and vscode-ws-jsonrpc 2.0.1
  • 45efc4f Adjust eslint instructions and fix linting issue
  • 7467ba4 Update dependencies
  • 5026f21 Added peerDependencies
  • 9890f0b monaco-languageclient release 4.0.1
  • 1efe619 Update to monaco-editor 0.34.1
  • 4e44deb Minor README and CHANGELOG corrections
  • 2482434 Fix minor issues in README and CHANGELOG
  • 0d046a1 Release preparation for monaco-languageclient 4.0.0 and vscode-ws-jsonrpc 2.0.0
  • 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)

Bumps [monaco-languageclient](https://github.com/TypeFox/monaco-languageclient/tree/HEAD/packages/client) from 1.1.0 to 4.0.3.
- [Release notes](https://github.com/TypeFox/monaco-languageclient/releases)
- [Changelog](https://github.com/TypeFox/monaco-languageclient/blob/main/packages/client/CHANGELOG.md)
- [Commits](https://github.com/TypeFox/monaco-languageclient/commits/mlc-4.0.3/packages/client)

---
updated-dependencies:
- dependency-name: monaco-languageclient
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Dec 2, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 2, 2022

The following labels could not be found: swagger-editor@next, cat: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants