Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump lark from 1.1.7 to 1.1.8 (#82)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [lark](https://github.com/lark-parser/lark) from 1.1.7 to 1.1.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lark-parser/lark/releases">lark's releases</a>.</em></p> <blockquote> <h2>1.1.8 - Output-stable Earley; Interactive standalone; various improvements</h2> <h2>What's Changed</h2> <ul> <li>Populate the <code>Token.end_*</code> fields for ignored tokens by <a href="https://github.com/jtbraun"><code>@jtbraun</code></a> in <a href="https://redirect.github.com/lark-parser/lark/pull/1309">lark-parser/lark#1309</a></li> <li>Include .lark files in package data by <a href="https://github.com/ptrcnull"><code>@ptrcnull</code></a> in <a href="https://redirect.github.com/lark-parser/lark/pull/1308">lark-parser/lark#1308</a></li> <li>Add an error message when using Lark.save() when parser!='lalr' by <a href="https://github.com/erezsh"><code>@erezsh</code></a> in <a href="https://redirect.github.com/lark-parser/lark/pull/1328">lark-parser/lark#1328</a></li> <li>Add and improve docstrings by <a href="https://github.com/erezsh"><code>@erezsh</code></a> in <a href="https://redirect.github.com/lark-parser/lark/pull/1326">lark-parser/lark#1326</a></li> <li>Small update to PR <a href="https://redirect.github.com/lark-parser/lark/issues/1338">#1338</a> by <a href="https://github.com/erezsh"><code>@erezsh</code></a> in <a href="https://redirect.github.com/lark-parser/lark/pull/1339">lark-parser/lark#1339</a></li> <li>Fix 1345 attempt two by <a href="https://github.com/MegaIng"><code>@MegaIng</code></a> in <a href="https://redirect.github.com/lark-parser/lark/pull/1347">lark-parser/lark#1347</a></li> <li>Earley now uses OrderedSet for better output stability by <a href="https://github.com/erezsh"><code>@erezsh</code></a> in <a href="https://redirect.github.com/lark-parser/lark/pull/1327">lark-parser/lark#1327</a></li> <li>ContextualLexer now uses self.basic_lexer for easy extensibility (iss… by <a href="https://github.com/erezsh"><code>@erezsh</code></a> in <a href="https://redirect.github.com/lark-parser/lark/pull/1342">lark-parser/lark#1342</a></li> <li>Improved typing around LALR and ParserState by <a href="https://github.com/erezsh"><code>@erezsh</code></a> in <a href="https://redirect.github.com/lark-parser/lark/pull/1343">lark-parser/lark#1343</a></li> <li>Typing fixes. Mypy now produces 0 type errors by <a href="https://github.com/erezsh"><code>@erezsh</code></a> in <a href="https://redirect.github.com/lark-parser/lark/pull/1354">lark-parser/lark#1354</a></li> <li>Standalone: Added support for interactive parser. by <a href="https://github.com/erezsh"><code>@erezsh</code></a> in <a href="https://redirect.github.com/lark-parser/lark/pull/1356">lark-parser/lark#1356</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jtbraun"><code>@jtbraun</code></a> made their first contribution in <a href="https://redirect.github.com/lark-parser/lark/pull/1309">lark-parser/lark#1309</a></li> <li><a href="https://github.com/ptrcnull"><code>@ptrcnull</code></a> made their first contribution in <a href="https://redirect.github.com/lark-parser/lark/pull/1308">lark-parser/lark#1308</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lark-parser/lark/compare/1.1.7...1.1.8">https://github.com/lark-parser/lark/compare/1.1.7...1.1.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lark-parser/lark/commit/a43373c8c16bea0e2e006eb614b21c1970e4f989"><code>a43373c</code></a> Version bump (1.1.8)</li> <li><a href="https://github.com/lark-parser/lark/commit/aaf508b1aaf32ed609efc5a8bd4336db18802f33"><code>aaf508b</code></a> Merge pull request <a href="https://redirect.github.com/lark-parser/lark/issues/1356">#1356</a> from lark-parser/standalone_interactive</li> <li><a href="https://github.com/lark-parser/lark/commit/c611d562900f463f403db3f01044ce9daceb88e0"><code>c611d56</code></a> Fix spacing</li> <li><a href="https://github.com/lark-parser/lark/commit/8168545d8e7408d2701157a5f73e8c429929cf9a"><code>8168545</code></a> Standalone: Added support for interactive parser.</li> <li><a href="https://github.com/lark-parser/lark/commit/44483c91b7651bb6f9672c015c408beb4afdbb72"><code>44483c9</code></a> Merge pull request <a href="https://redirect.github.com/lark-parser/lark/issues/1354">#1354</a> from lark-parser/typing_oct2023</li> <li><a href="https://github.com/lark-parser/lark/commit/46df29b97bdac0708f72a28b8e6c76680d0fa5a9"><code>46df29b</code></a> Typing fixes. Mypy now produces 0 type errors</li> <li><a href="https://github.com/lark-parser/lark/commit/ba5ae311569b3ede4f712808e6dfdfe5162461c2"><code>ba5ae31</code></a> Merge pull request <a href="https://redirect.github.com/lark-parser/lark/issues/1343">#1343</a> from lark-parser/typing_sep2023</li> <li><a href="https://github.com/lark-parser/lark/commit/7dadc885a119f3c68ace42f3133630fa2af1a062"><code>7dadc88</code></a> Typing: Fixup standalone for old Python versions</li> <li><a href="https://github.com/lark-parser/lark/commit/af929c8b70314e23b033760df74af8552cd60c58"><code>af929c8</code></a> Typing: Fix typing in lexer</li> <li><a href="https://github.com/lark-parser/lark/commit/4f17b6a119223044a517bd2f8b6c3889ce75d239"><code>4f17b6a</code></a> Refactor lalr_parser.ParserState into lalr_parser_state</li> <li>Additional commits viewable in <a href="https://github.com/lark-parser/lark/compare/1.1.7...1.1.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lark&package-manager=pip&previous-version=1.1.7&new-version=1.1.8)](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>
- Loading branch information