Skip to content

chore(deps): bump langium from 4.3.1 to 4.4.0 - #181

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/langium-4.4.0
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/langium-4.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps langium from 4.3.1 to 4.4.0.

Changelog

Sourced from langium's changelog.

v4.4.0 (Sep. 2026)

  • Significantly reduce the memory usage of the CST and improve parsing performance (#2191).
  • Support priority read requests to prevent LSP requests from operating on outdated data (#2214).
  • Implement the LSP 3.18 workspace/textDocumentContent request via the new TextDocumentContentProvider service (#2190).
  • The default completion provider now supports both the insert and replace suggestion modes (#2211).
  • Test assertions now accept lazily computed error messages (#2208).
  • Update Chevrotain to v13 (#2196).
  • Update vscode-languageserver to 10.1 and vscode-languageserver-protocol to 3.18.2 (#2184).
  • Fix streaming of array-valued multi-references (#2220).
  • Fix JSON deserialization of multi-references (#2181).
  • Fix MapScope using its outer scope even when it is disabled (#2210).
  • Improve customizability of URI normalization in the UriTrie (#2209).

Breaking Changes

  • As part of the CST memory optimization (#2191), CstNode#root is no longer stored but derived from the container hierarchy, and CompositeCstNode#content is now a readonly array that must be manipulated via the CstNodeBuilder.

v4.3.0 (Jun. 2026)

  • Update LSP support to version 3.18 of the protocol (#2165).
  • Improve memory usage of references (#2161).
  • Add a isComplete check to the AST reflection service (#2155).

Breaking Changes

  • As a consequence of the LSP version upgrade, Langium now requires updated versions of the language-server packages:
    • "vscode-languageserver": "~10.0.0"
    • "vscode-languageserver-protocol": "~3.18.0"
    • "vscode-languageserver-types": "~3.18.0"

v4.2.3 (May. 2026)

  • Fix a long-standing completion issue for parser rules with common prefixes (#2146, #2147).

v4.2.2 (Apr. 2026)

  • Bump Chevrotain to v12 (#2134).

v4.2.1 (Feb. 2026)

  • Fix an infix rule issue (#2116).

v4.2.0 (Jan. 2026)

  • Improve code completion for common prefixes (#2087).
  • Improve code completion for case insensitive languages (#2102).
  • Move initial document loading into an overridable method (#2083).
  • Update Chevrotain to 11.1.0 (#2089).
  • Fix minor issues in the generator API (#2091, #2090).

... (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 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)

Bumps [langium](https://github.com/eclipse-langium/langium/tree/HEAD/packages/langium) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/eclipse-langium/langium/releases)
- [Changelog](https://github.com/eclipse-langium/langium/blob/main/packages/langium/CHANGELOG.md)
- [Commits](https://github.com/eclipse-langium/langium/commits/HEAD/packages/langium)

---
updated-dependencies:
- dependency-name: langium
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 21, 2026
@phodal phodal closed this in 1ee4345 Sep 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 22, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/langium-4.4.0 branch September 22, 2026 06:05
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants