Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2025

Bumps rbs from 3.9.5 to 3.10.0.

Release notes

Sourced from rbs's releases.

3.10.0

Release note

RBS 3.10.0 ships with a pure C parser implementation, signature updates for Ruby 4.0, and various bug fixes.

Pure C parser implementation

The new parser implementation was announced at RubyKaigi 2025 and is finally shipped as a RubyGem!

The new parser is faster than the one in 3.9 and is portable — it is independent of the Ruby runtime and is used to implement Sorbet’s RBS support.

Type definition of bundled gems

The type definitions of cgi have been moved to gem_rbs_collection, as it has been migrated to a bundled gem in Ruby 4.0

cgi-escape has been added to stdlib. You may need to declare a dependency on cgi-escape in your manifest.yaml, add -r cgi-escape to your command line, or update your type checker configuration.

dependencies:
  - name: cgi-escape

The type definitions for pathname have also been moved from stdlib to core, as it is now implemented as part of the core library.

Pull Requests

  • [Backport] Support rdoc v7 (#2770)
  • [Backport] Check tuple type length (#2766)
  • Backport update to 4.0.0-preview3 (#2768)
  • [Backport] Remove test code for bundled gems (#2762)
  • Merge pull request #2761 from ruby/update-minitest (#2763)
  • [Backport] Support BigDecimal v4 (#2759)
  • Parser/lexer backports (#2756)
  • Merge pull request #2753 from ruby/delete-printf (#2754)
  • Backports (#2751)
  • Merge pull request #2728 from ruby/cgi (#2747)
  • Merge pull request #2729 from ruby/rbs-assert (#2748)
  • Merge pull request #2749 from ruby/fix-test (#2750)
  • Backport RBS file updates (#2742)
  • Backport JSON PRs (#2740)
  • Merge pull request #2718 from ruby/ruby-4 (#2741)
  • [Backport] Move Pathname to core from stdlib (#2730)
  • Backport rdoc 6.16 (#2722)
  • Backport rdoc support (#2719)
  • Backport "Remove sig for IO#{ready?,nread}" (#2720)
  • Backport more pure C parsers (#2679)
  • Backport module name normalization (#2673)
  • Backport pure-C parser (#2671)
  • Fix test failure (#2672)

... (truncated)

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

Bumps [rbs](https://github.com/ruby/rbs) from 3.9.5 to 3.10.0.
- [Release notes](https://github.com/ruby/rbs/releases)
- [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md)
- [Commits](ruby/rbs@v3.9.5...v3.10.0)

---
updated-dependencies:
- dependency-name: rbs
  dependency-version: 3.10.0
  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 ruby Pull requests that update Ruby code labels Dec 23, 2025
@github-actions github-actions bot enabled auto-merge December 23, 2025 17:02
@github-actions github-actions bot merged commit b708af4 into main Dec 23, 2025
37 checks passed
@github-actions github-actions bot deleted the dependabot/bundler/rbs-3.10.0 branch December 23, 2025 17:04
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant