Skip to content

build(deps): bump langium from 3.5.0 to 4.1.3#1417

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/langium-4.1.3
Closed

build(deps): bump langium from 3.5.0 to 4.1.3#1417
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/langium-4.1.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps langium from 3.5.0 to 4.1.3.

Release notes

Sourced from langium's releases.

v4.1.0

Changes: https://github.com/eclipse-langium/langium/blob/main/packages/langium/CHANGELOG.md#v410-sep-2025

v4.0.0

Changes: https://github.com/eclipse-langium/langium/blob/main/packages/langium/CHANGELOG.md#v400-jul-2025

Changelog

Sourced from langium's changelog.

Change Log of langium

v4.1.0 (Sep. 2025)

  • Add a profiler service for parsing, linking and validation (#1993).
  • Enable configuration of document state settings in the startLanguageServer function (#2019).
  • Improvements to the responsiveness of the DocumentBuilder#waitUntil method when providing a document URI (#2024).
  • Update the CrossReferencesOfAstNodeType to include multi-references (#2036).
  • Add a way to prevent validation of specific AST nodes to improve performance (#2035).

v4.0.3 (Sep. 2025)

Rollback of v4.0.2.

v4.0.2 (Sep. 2025)

Attempted to fix a bug, which was later identified as a TypeScript compiler issue

v4.0.1 (Sep. 2025)

  • Fixes multiple issues related to the stability of infix rules (#2011, #2023).
  • Fixes an issue related to the trace parameter of copyAstNode (#1995).
  • Extends the MultiMap constructor to accept an Iterable (#2020).
  • Removed a problematic performance optimization in the resetToState method (#2022).

v4.0.0 (Jul. 2025)

Multi-Target References

With the new multi-target references (#1509), references in your language can now target multiple elements at once:

interface Obj {
    A: number
}
interface Obj {
    B: string
}
// `Obj` is a reference to both interfaces (not only one of them)
// Our type system should merge those definitions
const x: Obj = {
    A: 123,
    B: "hello world"
}

There are a lot of existing programming languages out there that provide features like interface merging or partial classes, which allow you to target multiple AST elements with one reference. This feature is now available in the grammar language via the [+ReferenceType] syntax:

</tr></table> 

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2026
@dependabot dependabot bot requested a review from lars-reimann as a code owner January 1, 2026 14:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/langium-4.1.3 branch 2 times, most recently from e80df5c to 5cebfc6 Compare January 2, 2026 19:51
Bumps [langium](https://github.com/eclipse-langium/langium/tree/HEAD/packages/langium) from 3.5.0 to 4.1.3.
- [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.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/langium-4.1.3 branch from 5cebfc6 to 3ebfd12 Compare January 23, 2026 09:25
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2026

Superseded by #1423.

@dependabot dependabot bot closed this Feb 1, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/langium-4.1.3 branch February 1, 2026 14:34
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