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

build(deps): bump langium from 3.0.0 to 3.1.1 #1221

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps langium from 3.0.0 to 3.1.1.

Release notes

Sourced from langium's releases.

v3.1.0

Changes: https://github.com/eclipse-langium/langium/blob/main/packages/langium/CHANGELOG.md#v310-jun-2024

Changelog

Sourced from langium's changelog.

Change Log of langium

v3.1.0 (Jun. 2024)

General Improvements

  • Completion items now show the documentation of an element (#1516).
  • Better support for text document LSP operations (#1474).
  • Improve unknown file type handling in the language server (#1455, #1492).
  • Emit an event after configuration section updates (#1445).
  • Deleted files now have their diagnostics removed (#1441).
  • The parser can now start with an alternative entry rule (#1407).

Bug Fixes

  • Fixed cyclic formatter behavior (#1550).
  • Fixed incorrect CST nodes after performing grammar actions (#1547).
  • Fixed a few Stream idempotency issues (#1545).

Breaking Changes

  • The ConfigurationProvider interface needs to implement the onConfigurationSectionUpdate method (#1445).
  • The ServiceRegistry interface needs to implement the new hasServices method (#1455).
  • The DefaultServiceRegistry#map field has been deprecated. Please use the new fileExtensionMap field (together with languageIdMap instead).
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from lars-reimann as a code owner July 1, 2024 14:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/langium-3.1.1 branch from c5f2403 to 975c48b Compare July 1, 2024 17:03
Bumps [langium](https://github.com/eclipse-langium/langium/tree/HEAD/packages/langium) from 3.0.0 to 3.1.1.
- [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-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/langium-3.1.1 branch from 975c48b to 6592eb3 Compare July 2, 2024 07:15
Copy link

github-actions bot commented Jul 4, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ JSON jsonlint 3 0 0.21s
✅ JSON npm-package-json-lint yes no 0.64s
✅ JSON prettier 3 0 0 1.31s
✅ JSON v8r 3 0 9.65s
✅ REPOSITORY git_diff yes no 0.21s
✅ TYPESCRIPT eslint 3 0 0 5.24s
✅ TYPESCRIPT prettier 3 0 0 1.0s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2024

A newer version of langium exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

1 participant