Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rbs and steep in /steep #2129

Merged
merged 4 commits into from
Dec 10, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps rbs and steep. These dependencies needed to be updated together.
Updates rbs from 3.6.1 to 3.7.0

Release notes

Sourced from rbs's releases.

3.7.0

Release note

Miscellaneous

  • bundle update mutex_m (#2122)

3.7.0.pre.1

Release note

Signature updates

  • CGI.accept_charset (#2045)
  • IO#readline, IO#readlines (#2059)
  • Kernel#proc (#2036)
  • Kernel#system (#2075)
  • Object#to_yaml (#2107)
  • OpenSSL::Digest (#2108)
  • OpenSSL.base64digest (#2078)
  • Process.detach (#2083)

Library changes

  • Reduce object allocation for record type (#2118)
  • Milestone to graduate stringio from core. (#2114)
  • Mark all internal parse_ methods as static (#2103)
  • Add templating mechanism to automatically generate .c/.h files (#2098)
  • Remove unused rbs_unescape_string declaration (#2058)
  • Fix UntypedFunction does not provide #map_type_name (#2054)
  • Better instance_eval/instance_exec detection (#2052)
  • Overload annotations (#2049)

rbs prototype

  • prototype rb: Fix crashed by self::CONST (#2079)

rbs collection

  • mutex_m support (#2115)

Miscellaneous

  • Use File.open with block (#2119)
  • Compile without activesupport (#2105)
  • docs: Add singleton attribute members to syntax.md (#2090)
  • Bundle update rubocop-on-rbs (#2094)
  • bundle exec on windows (#2101)
  • Fix typos (#2097)
  • Bundle update json 2.8.2 (#2095)
  • Skip rbs gem validation (#2084)

... (truncated)

Changelog

Sourced from rbs's changelog.

3.7.0 (2024-12-05)

Miscellaneous

  • bundle update mutex_m (#2122)

3.7.0.pre.1 (2024-12-05)

Signature updates

  • CGI.accept_charset (#2045)
  • IO#readline, IO#readlines (#2059)
  • Kernel#proc (#2036)
  • Kernel#system (#2075)
  • Object#to_yaml (#2107)
  • OpenSSL::Digest (#2108)
  • OpenSSL.base64digest (#2078)
  • Process.detach (#2083)

Library changes

  • Reduce object allocation for record type (#2118)
  • Milestone to graduate stringio from core. (#2114)
  • Mark all internal parse_ methods as static (#2103)
  • Add templating mechanism to automatically generate .c/.h files (#2098)
  • Remove unused rbs_unescape_string declaration (#2058)
  • Fix UntypedFunction does not provide #map_type_name (#2054)
  • Better instance_eval/instance_exec detection (#2052)
  • Overload annotations (#2049)

rbs prototype

  • prototype rb: Fix crashed by self::CONST (#2079)

rbs collection

  • mutex_m support (#2115)

Miscellaneous

  • Use File.open with block (#2119)
  • Compile without activesupport (#2105)
  • docs: Add singleton attribute members to syntax.md (#2090)
  • Bundle update rubocop-on-rbs (#2094)
  • bundle exec on windows (#2101)
  • Fix typos (#2097)
  • Bundle update json 2.8.2 (#2095)
  • Skip rbs gem validation (#2084)
  • Skip PTY_test with Windows platform (#2055)
  • Randomize stdlib test order to uncover hidden assumptions (#2043)

... (truncated)

Commits

Updates steep from 1.8.3 to 1.9.0

Release notes

Sourced from steep's releases.

1.9.0

Release note

Type checker core

  • Report diagnostic on unknown record key (#1385)
  • Report annotation syntax error (#1384)
  • emit UnreachableBranch to the "void" condition (#1356)
  • Support &method(:name) call for block_pass (#1276)
  • Emit SingletonTypeMismatch when class/module mismatch (#1274)
  • refactor: Use Array#fetch instead of Array#[] to resolve type errors (#1287)
  • refactor: Use Hash#fetch instead of Hash#[] to resolve type errors (#1286)
  • Expand array(splat(expr node (#1347)
  • Add UnannotatedEmptyCollection diagnostic (#1338)
  • Update type checking strategy (#1308)
  • Fix untyped hash typing (#1299)
  • Support implicitly-returns-nil (#1258)
  • Fix record shape (#1265)
  • Remove unused rules (#1238)

Commandline tool

  • Introduces a new target.* syntax for everything in the target (#1387)
  • Symbolize target/group names (#1364)
  • Update Steepfile template (#1355)
  • Delete target from --validate option (#1346)
  • Install rbs collection automatically (#1345)

Language server

  • Add link to diagnostic manual (#1388)
  • Stop accumulating diagnostics (#1367)
  • Send server version to client (#1341)
  • Add custom methods to trigger type check manually (#1340)
  • Type check thread helpers (#1335)
  • Use URI::RFC2396_Parser (#1329)
  • Handle file deletion notification (#1300)
  • Refactor communication between master and type check worker (#1285)
  • Skip sending response to $/steep/typecheck request from steep langserver (#1267)

Miscellaneous

  • Use rbs-3.7 (#1383)
  • Move diagnostic docs (#1370)
  • Add anchor (#1359)
  • Update example to not use ^ as a hash function (#1360)
  • doc: Add diagnostics for Ruby page (#1249)
  • Update filename example in initial Steepfile (#1230)
  • docs: Add document for steep:ignore comment (#1353)
  • docs: Add document for type assertion and type application (#1235)

... (truncated)

Changelog

Sourced from steep's changelog.

1.9.0 (2024-12-06)

Type checker core

  • Report diagnostic on unknown record key (#1385)
  • Report annotation syntax error (#1384)
  • emit UnreachableBranch to the "void" condition (#1356)
  • Support &method(:name) call for block_pass (#1276)
  • Emit SingletonTypeMismatch when class/module mismatch (#1274)
  • refactor: Use Array#fetch instead of Array#[] to resolve type errors (#1287)
  • refactor: Use Hash#fetch instead of Hash#[] to resolve type errors (#1286)
  • Expand array(splat(expr node (#1347)
  • Add UnannotatedEmptyCollection diagnostic (#1338)
  • Update type checking strategy (#1308)
  • Fix untyped hash typing (#1299)
  • Support implicitly-returns-nil (#1258)
  • Fix record shape (#1265)
  • Remove unused rules (#1238)

Commandline tool

  • Introduces a new target.* syntax for everything in the target (#1387)
  • Symbolize target/group names (#1364)
  • Update Steepfile template (#1355)
  • Delete target from --validate option (#1346)
  • Install rbs collection automatically (#1345)

Language server

  • Add link to diagnostic manual (#1388)
  • Stop accumulating diagnostics (#1367)
  • Send server version to client (#1341)
  • Add custom methods to trigger type check manually (#1340)
  • Type check thread helpers (#1335)
  • Use URI::RFC2396_Parser (#1329)
  • Handle file deletion notification (#1300)
  • Refactor communication between master and type check worker (#1285)
  • Skip sending response to $/steep/typecheck request from steep langserver (#1267)

Miscellaneous

  • Use rbs-3.7 (#1383)
  • Move diagnostic docs (#1370)
  • Add anchor (#1359)
  • Update example to not use ^ as a hash function (#1360)
  • doc: Add diagnostics for Ruby page (#1249)
  • Update filename example in initial Steepfile (#1230)
  • docs: Add document for steep:ignore comment (#1353)
  • docs: Add document for type assertion and type application (#1235)
  • Print test names in CI for investigation (#1354)

... (truncated)

Commits
  • 1b9b304 Merge pull request #1389 from soutaro/version-1.9.0
  • 8bb2fdd Version 1.9.0
  • 54eb40c Add 1.8.x changelog
  • 12c2fea Load upt to 100 issues
  • 225257e Merge pull request #1388 from soutaro/diagnostic-url
  • 6c4fe3e Add link to diagnostic manual
  • b54108f Merge pull request #1387 from soutaro/group-option
  • 2274975 Introduces a new target.* syntax for everything in the target
  • 8d30cf0 Merge pull request #1386 from soutaro/dependabot/bundler/gemfile_steep/rbs-3.7.0
  • 49b667a Bump rbs from 3.7.0.dev.1 to 3.7.0 in /gemfile_steep
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 6, 2024
dependabot bot and others added 2 commits December 10, 2024 14:27
Bumps [rbs](https://github.com/ruby/rbs) and [steep](https://github.com/soutaro/steep). These dependencies needed to be updated together.

Updates `rbs` from 3.6.1 to 3.7.0
- [Release notes](https://github.com/ruby/rbs/releases)
- [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md)
- [Commits](v3.6.1...v3.7.0)

Updates `steep` from 1.8.3 to 1.9.0
- [Release notes](https://github.com/soutaro/steep/releases)
- [Changelog](https://github.com/soutaro/steep/blob/master/CHANGELOG.md)
- [Commits](soutaro/steep@v1.8.3...v1.9.0)

---
updated-dependencies:
- dependency-name: rbs
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: steep
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@soutaro soutaro force-pushed the dependabot/bundler/steep/multi-f10d3bcaf6 branch from 1825842 to 8ce8869 Compare December 10, 2024 05:27
@soutaro soutaro enabled auto-merge December 10, 2024 05:53
@soutaro soutaro added this pull request to the merge queue Dec 10, 2024
@soutaro soutaro added this to the RBS 3.8 milestone Dec 10, 2024
Merged via the queue into master with commit 46b49c5 Dec 10, 2024
17 of 18 checks passed
@soutaro soutaro deleted the dependabot/bundler/steep/multi-f10d3bcaf6 branch December 10, 2024 05:57
@soutaro soutaro added the Released PRs already included in the released version label Dec 19, 2024
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 Released PRs already included in the released version ruby Pull requests that update Ruby code
Development

Successfully merging this pull request may close these issues.

1 participant