Skip to content

chore(deps)(deps): bump tree-sitter-r from 1.2.0 to 1.3.0 in /diffctx#81

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/diffctx/tree-sitter-r-1.3.0
Open

chore(deps)(deps): bump tree-sitter-r from 1.2.0 to 1.3.0 in /diffctx#81
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/diffctx/tree-sitter-r-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps tree-sitter-r from 1.2.0 to 1.3.0.

Release notes

Sourced from tree-sitter-r's releases.

v1.3.0

NOTE: Download tree-sitter-r.tar.gz for the complete source code.

Changelog

Sourced from tree-sitter-r's changelog.

1.3.0

  • Strings of all types (single quoted, double quoted, and raw) now share the exact same field and child node structure:

    • An 'open' field containing a string_open node (', ", or a raw string opening sequence).
    • An optional 'content' field containing a string_content node.
    • A 'close' field containing a string_close node (', ", or a raw string closing sequence).

    This also fixes an issue where an unclosed raw string wasn't considered a parse error (#195).

  • return is no longer considered a keyword with its own special node. It is now a standard identifier. This is in line with R, where ?Reserved documents the full set of R keywords, and return is noticeably absent from this list. This change puts tree-sitter-r fully in line with R's set of keywords, with no special cases, and fixes some bugs related to an inability to parse return in function parameter or call argument positions. highlights.scm retains special support for marking the return of return() as a @keyword, since most users expect return() to highlight differently than other function calls (#189).

  • Hexadecimal constants with decimals are now supported (#191).

  • Integers and complex numbers with a leading decimal, such as .1L and .1i, now parse correctly (#190).

  • else is no longer consumed as eagerly in some special cases (#200).

  • In CRLF files, comment nodes no longer accidentally capture the \r of \r\n (#184, @​felix-andreas).

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 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 [tree-sitter-r](https://github.com/r-lib/tree-sitter-r) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/r-lib/tree-sitter-r/releases)
- [Changelog](https://github.com/r-lib/tree-sitter-r/blob/main/CHANGELOG.md)
- [Commits](r-lib/tree-sitter-r@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: tree-sitter-r
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 28, 2026
@sonarqubecloud

Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant