Skip to content

Bump @codemirror/lang-python from 6.1.2 to 6.2.1 - #1644

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/codemirror/lang-python-6.2.1
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/codemirror/lang-python-6.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor

Bumps @codemirror/lang-python from 6.1.2 to 6.2.1.

Changelog

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

6.2.1 (2025-05-14)

Bug fixes

Fix an issue where the indentation logic would too eagerly align lines to the body directly above them.

6.2.0 (2025-04-25)

Bug fixes

Add an indentation rule for member expressions.

New features

Allow multi-line strings to be code-folded.

6.1.7 (2025-01-18)

Bug fixes

Properly indent match/case statements.

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

6.1.3 (2023-06-12)

Bug fixes

Fix a bug where blocks started after a wrapped argument list or similar construct were indented too far.

Commits
  • b29a2dd Mark version 6.2.1
  • a6ff7c5 Don't align indentation with previous body when there is content on a line
  • 34dbda2 Mark version 6.2.0
  • 52640ae Add an indentation rule for member expressions
  • 3049f47 Add code folding for multi-line strings
  • 3930ddf Mark version 6.1.7
  • 0f6499a Indentation for match-case statements
  • fec0c16 Add a usage section to readme
  • 83ed6b3 Mark version 6.1.6
  • 0468622 Base continued body in indentation on the indentation of the line before
  • Additional commits viewable 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 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)

Bumps [@codemirror/lang-python](https://github.com/codemirror/lang-python) from 6.1.2 to 6.2.1.
- [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-python@6.1.2...6.2.1)

---
updated-dependencies:
- dependency-name: "@codemirror/lang-python"
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 15, 2026
@zetter-rpf

Copy link
Copy Markdown
Contributor

We should be cautious about this as the related package caused an issue https://github.com/RaspberryPiFoundation/digital-editor-issues/issues/1802

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