-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump langium and langium-cli (#942)
Bumps [langium-cli](https://github.com/eclipse-langium/langium/tree/HEAD/packages/langium-cli) from 3.0.0-next.e78aeba to 3.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eclipse-langium/langium/releases">langium-cli's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <p>Changes: <a href="https://github.com/eclipse-langium/langium/blob/main/packages/langium/CHANGELOG.md#v300-feb-2024">https://github.com/eclipse-langium/langium/blob/main/packages/langium/CHANGELOG.md#v300-feb-2024</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eclipse-langium/langium/blob/main/packages/langium-cli/CHANGELOG.md">langium-cli's changelog</a>.</em></p> <blockquote> <h2>v3.0.1 (Feb. 2024)</h2> <p>Fixed a minor issue related to generated code for projects that don't use the <code>langium/lsp</code> import (<a href="https://redirect.github.com/eclipse-langium/langium/pull/1393">#1393</a>).</p> <h2>v3.0.0 (Feb. 2024)</h2> <p>Some adjustments of the generated code due to the LSP bundling changes in Langium. For further information, see <a href="https://github.com/eclipse-langium/langium/blob/main/packages/langium/CHANGELOG.md#smaller-bundles-with-exports">here</a>.</p> <h2>v2.0.1 (Aug. 2023)</h2> <p>Fix a bug that prevented usage of the JS API of the CLI package (<a href="https://redirect.github.com/eclipse-langium/langium/pull/1160">#1160</a>).</p> <h2>v2.0.0 (Aug. 2023)</h2> <h3>EcmaScript Modules (ESM)</h3> <p>This package is now compiling to ESM only, refer to <a href="https://github.com/eclipse-langium/langium/blob/main/packages/langium/CHANGELOG.md#ecmascript-modules-esm">this changelog entry</a></p> <h3>Breaking Changes</h3> <ul> <li>The CLI now always uses the original <code>projectName</code> of the <code>langium-config.json</code> property for the generated type/object names. It no longer performs kebab-case transformation (<a href="https://redirect.github.com/eclipse-langium/langium/pull/1122">#1122</a>).</li> <li>We've decided to remove generated <code>$container</code> type declarations for types where it isn't clear what the container types can be (<a href="https://redirect.github.com/eclipse-langium/langium/pull/1055">#1055</a>).</li> </ul> <h2>v1.3.0 (Aug. 2023)</h2> <h3>Railroad Syntax Diagrams</h3> <p>With the introduction of <a href="https://github.com/eclipse-langium/langium/tree/main/packages/langium-railroad"><code>langium-railroad</code></a>, the CLI is now capable of generating railroad syntax diagrams for your language (<a href="https://redirect.github.com/eclipse-langium/langium/pull/1075">#1075</a>). To generate them to a file, use the following example config:</p> <pre lang="json"><code>{ ... "languages": [{ ... "railroad": { "out": "docs/syntax-diagram.html" } }], ... } </code></pre> <blockquote> <p><strong>Note</strong> The vscode extension for Langium contributes the <code>Show Railroad Syntax Diagram</code> command to show this HTML in a webview.</p> </blockquote> <h3>Generated Terminal Definitions</h3> <p>The generated <code>ast.ts</code> file will now also contain an object containing all regular expressions used by your grammar's terminal rules (<a href="https://redirect.github.com/eclipse-langium/langium/pull/1097">#1097</a>). This allows to more easily reuse those regular expressions in your code.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/eclipse-langium/langium/commits/HEAD/packages/langium-cli">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=langium-cli&package-manager=npm_and_yarn&previous-version=3.0.0-next.e78aeba&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --------- Co-authored-by: Lars Reimann <mail@larsreimann.com>
- Loading branch information
1 parent
270cf7c
commit c25d147
Showing
61 changed files
with
140 additions
and
161 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/safe-ds-lang/tests/language/generation/safe-ds-python-generator.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.