inducer / relate

RELATE is an Environment for Learning And TEaching
http://documen.tician.de/relate
Other
384 stars 120 forks source link

Bump @codemirror/lang-python from 6.1.3 to 6.1.6 #1168

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps @codemirror/lang-python from 6.1.3 to 6.1.6.

Changelog

Sourced from @​codemirror/lang-python's changelog.

6.1.6 (2024-04-29)

Bug fixes

Improve the way indentation for the current body is preserved when inenting new lines.

6.1.5 (2024-03-28)

Bug fixes

Properly indent else: when attached to a for or while statement.

6.1.4 (2024-02-02)

Bug fixes

Explicitly declare dependencies on @​lezer/common and @​codemirror/state

Commits
  • 83ed6b3 Mark version 6.1.6
  • 0468622 Base continued body in indentation on the indentation of the line before
  • cc69f68 Mark version 6.1.5
  • 0cf3593 Improve indentation of else line under for/while loops
  • ce4804b Mark version 6.1.4
  • 6676fd5 Declare missing dependencies
  • See full diff in compare view


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