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 steep from 1.8.3 to 1.9.1 #55

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps steep from 1.8.3 to 1.9.1.

Release notes

Sourced from steep's releases.

1.9.1

Release note

Type checker core

  • Make implicitly-returns-nil opt-in (#1396)

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

... (truncated)

Changelog

Sourced from steep's changelog.

1.9.1 (2024-12-09)

Type checker core

  • Make implicitly-returns-nil opt-in (#1396)

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

... (truncated)

Commits
  • 24ef011 Merge pull request #1397 from soutaro/version-1.9.1
  • 60b8d64 Version 1.9.1
  • 8773379 Merge pull request #1396 from soutaro/implicitly-returns-nil-opt-in
  • 050bc59 Update test
  • 4fc5689 Make implicitly-returns-nil opt-in
  • e6dfa94 Merge pull request #1392 from soutaro/dependabot/bundler/gemfile_steep/steep-...
  • a9b3320 Bump steep from 1.9.0.dev.2 to 1.9.0 in /gemfile_steep
  • 1b9b304 Merge pull request #1389 from soutaro/version-1.9.0
  • 8bb2fdd Version 1.9.0
  • 54eb40c Add 1.8.x changelog
  • 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 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 [steep](https://github.com/soutaro/steep) from 1.8.3 to 1.9.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2024

Superseded by #57.

@dependabot dependabot bot closed this Dec 17, 2024
@dependabot dependabot bot deleted the dependabot/bundler/steep-1.9.1 branch December 17, 2024 05:15
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.

0 participants