Skip to content

chore(deps): bump @davisvaughan/tree-sitter-r from 1.2.0 to 1.3.0 in /core-ingestion in the production-dependencies group#299

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/core-ingestion/production-dependencies-26b158ed27
Open

chore(deps): bump @davisvaughan/tree-sitter-r from 1.2.0 to 1.3.0 in /core-ingestion in the production-dependencies group#299
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/core-ingestion/production-dependencies-26b158ed27

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group in /core-ingestion with 1 update: @davisvaughan/tree-sitter-r.

Updates @davisvaughan/tree-sitter-r from 1.2.0 to 1.3.0

Release notes

Sourced from @​davisvaughan/tree-sitter-r's releases.

v1.3.0

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

Changelog

Sourced from @​davisvaughan/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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group in /core-ingestion with 1 update: [@davisvaughan/tree-sitter-r](https://github.com/r-lib/tree-sitter-r).


Updates `@davisvaughan/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: "@davisvaughan/tree-sitter-r"
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

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 Jun 22, 2026
@dependabot dependabot Bot requested a review from josephismikhail as a code owner June 22, 2026 02:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 22, 2026
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.

0 participants