Skip to content

build(deps-dev): bump langium and langium-cli #942

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

Merged
merged 5 commits into from
Mar 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps langium-cli from 3.0.0-next.e78aeba to 3.0.1.

Release notes

Sourced from langium-cli's releases.

v3.0.0

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

Changelog

Sourced from langium-cli's changelog.

v3.0.1 (Feb. 2024)

Fixed a minor issue related to generated code for projects that don't use the langium/lsp import (#1393).

v3.0.0 (Feb. 2024)

Some adjustments of the generated code due to the LSP bundling changes in Langium. For further information, see here.

v2.0.1 (Aug. 2023)

Fix a bug that prevented usage of the JS API of the CLI package (#1160).

v2.0.0 (Aug. 2023)

EcmaScript Modules (ESM)

This package is now compiling to ESM only, refer to this changelog entry

Breaking Changes

  • The CLI now always uses the original projectName of the langium-config.json property for the generated type/object names. It no longer performs kebab-case transformation (#1122).
  • We've decided to remove generated $container type declarations for types where it isn't clear what the container types can be (#1055).

v1.3.0 (Aug. 2023)

Railroad Syntax Diagrams

With the introduction of langium-railroad, the CLI is now capable of generating railroad syntax diagrams for your language (#1075). To generate them to a file, use the following example config:

{
    ...
    "languages": [{
        ...
        "railroad": {
            "out": "docs/syntax-diagram.html"
        }
    }],
    ...
}

Note The vscode extension for Langium contributes the Show Railroad Syntax Diagram command to show this HTML in a webview.

Generated Terminal Definitions

The generated ast.ts file will now also contain an object containing all regular expressions used by your grammar's terminal rules (#1097). This allows to more easily reuse those regular expressions in your code.

... (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 requested a review from lars-reimann as a code owner March 1, 2024 09:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/langium-cli-3.0.1 branch from 1661a28 to e40c0fe Compare March 1, 2024 09:53
@lars-reimann lars-reimann changed the title build(deps-dev): bump langium-cli from 3.0.0-next.e78aeba to 3.0.1 build(deps-dev): bump langium and langium-cli from 3.0.0-next.e78aeba to 3.0.1 Mar 1, 2024
@lars-reimann lars-reimann changed the title build(deps-dev): bump langium and langium-cli from 3.0.0-next.e78aeba to 3.0.1 build(deps-dev): bump langium and langium-cli from 3.0.0-next.e78aeba to 3.0.0 Mar 1, 2024
Copy link

github-actions bot commented Mar 1, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ JSON eslint-plugin-jsonc 3 0 0 1.98s
✅ JSON jsonlint 3 0 0.25s
✅ JSON npm-package-json-lint yes no 0.73s
✅ JSON prettier 3 0 0 0.99s
✅ JSON v8r 3 0 308.31s
✅ REPOSITORY git_diff yes no 0.14s
✅ TYPESCRIPT eslint 58 0 0 6.47s
✅ TYPESCRIPT prettier 58 0 0 2.29s

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

@lars-reimann lars-reimann force-pushed the dependabot/npm_and_yarn/langium-cli-3.0.1 branch from f4deb3f to 9a025ab Compare March 1, 2024 10:42
@lars-reimann lars-reimann changed the title build(deps-dev): bump langium and langium-cli from 3.0.0-next.e78aeba to 3.0.0 build(deps-dev): bump langium and langium-cli Mar 1, 2024
Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (270cf7c) to head (56981d2).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #942   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           92        92           
  Lines        17096     17088    -8     
  Branches      3542      3540    -2     
=========================================
- Hits         17096     17088    -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lars-reimann lars-reimann force-pushed the dependabot/npm_and_yarn/langium-cli-3.0.1 branch from 89a9896 to e5d5128 Compare March 1, 2024 14:39
@lars-reimann lars-reimann force-pushed the dependabot/npm_and_yarn/langium-cli-3.0.1 branch 2 times, most recently from 5bcded9 to 56981d2 Compare March 1, 2024 15:36
@lars-reimann lars-reimann merged commit c25d147 into main Mar 1, 2024
@lars-reimann lars-reimann deleted the dependabot/npm_and_yarn/langium-cli-3.0.1 branch March 1, 2024 15:52
@lars-reimann
Copy link
Member

🎉 This PR is included in version 0.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Apr 1, 2024
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 released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant