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 the minor-and-patch group with 3 updates #612

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the minor-and-patch group with 3 updates: tapioca, prism and sorbet-static-and-runtime.

Updates tapioca from 0.16.2 to 0.16.3

Release notes

Sourced from tapioca's releases.

v0.16.3

What's Changed

✨ Enhancements

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.16.2...v0.16.3

Commits
  • 3948457 Bump version to v0.16.3
  • 913a555 Merge pull request #2027 from Shopify/dependabot/bundler/minor-and-patch-5c4f...
  • 67acc90 Merge pull request #2028 from Shopify/dependabot/bundler/bundler-00f0729802
  • f518d0b Merge pull request #2029 from Shopify/fix-broken-test-ruby-31
  • 0c40a84 Skip Ruby 3.1 + Rails main
  • 1614dd8 Fix broken test on Ruby 3.1
  • 6dabfee be tapioca gem
  • 370a740 Bump webrick from 1.8.1 to 1.8.2 in the bundler group
  • 9eb77bf Update RBIs
  • 8585a11 Bump the minor-and-patch group with 4 updates
  • Additional commits viewable in compare view

Updates prism from 1.0.0 to 1.1.0

Release notes

Sourced from prism's releases.

v1.1.0

Added

  • Explicitly type each child node field in the Ruby API.
  • Add the main_script option to the parse APIs, which controls whether or not shebangs are considered.
  • Add the partial_script options to the parse APIs, which controls whether or not jumps that would otherwise be considered invalid are allowed. This is useful for parsing things like ERB sources, where you know it will be evaluated in a different context. Note that this functionality is replacing the previous idiom of passing in a list of scopes to indicate an eval context, because that behavior has changed upstream in ruby/ruby.
  • Add ArgumentsNode#contains_multiple_splats?.
  • Add ArgumentsNode#contains_forwarding?.
  • Accept all valid Ruby versions for the version option on parse APIs.
  • Accept version shorthands like "3.3" and "3.4" for the version option on parse APIs.
  • Support a max depth to protect against malicious payloads without hitting the stack limit.

Changed

  • Fix some token incompatibilities in the parser translation.
  • Fix up parsing tempfiles on Windows.
  • Fix up handling UTF-8 characters in file paths on Windows.
  • Do not warn for a \r at the end of a shebang on Windows.
  • Properly handle erroring for parsing a directory on Windows.
  • When a numbered reference is out of range, warn instead of raise.
  • Allow returns in default parameter values.
  • Reject many more invalid syntax patterns.
Changelog

Sourced from prism's changelog.

[1.1.0] - 2024-10-02

Added

  • Explicitly type each child node field in the Ruby API.
  • Add the main_script option to the parse APIs, which controls whether or not shebangs are considered.
  • Add the partial_script options to the parse APIs, which controls whether or not jumps that would otherwise be considered invalid are allowed. This is useful for parsing things like ERB sources, where you know it will be evaluated in a different context. Note that this functionality is replacing the previous idiom of passing in a list of scopes to indicate an eval context, because that behavior has changed upstream in ruby/ruby.
  • Add ArgumentsNode#contains_multiple_splats?.
  • Add ArgumentsNode#contains_forwarding?.
  • Accept all valid Ruby versions for the version option on parse APIs.
  • Accept version shorthands like "3.3" and "3.4" for the version option on parse APIs.
  • Support a max depth to protect against malicious payloads without hitting the stack limit.

Changed

  • Fix some token incompatibilities in the parser translation.
  • Fix up parsing tempfiles on Windows.
  • Fix up handling UTF-8 characters in file paths on Windows.
  • Do not warn for a \r at the end of a shebang on Windows.
  • Properly handle erroring for parsing a directory on Windows.
  • When a numbered reference is out of range, warn instead of raise.
  • Allow returns in default parameter values.
  • Reject many more invalid syntax patterns.
Commits
  • 5bf1903 Merge pull request #3128 from ruby/bump-version
  • f800268 Bump to v1.1.0
  • 2744eb3 Merge pull request #3127 from ruby/fix-up-binding-power
  • f29ceae Fix up binding power for singleton method receiver
  • 7cc60a3 Merge pull request #3126 from ianks/cargo-leak-fix
  • f06ecf4 Disable leak sanitize step in Rust in CI for now
  • e6c0ede Merge pull request #3125 from ruby/double-range-in-arguments
  • aee2de9 Fix up doubled range in arguments
  • 7ea42f6 Merge pull request #3124 from ruby/beginless-ranges
  • ab9d809 Fix up beginless ranges in method definitions
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11589 to 0.5.11597

Release notes

Sourced from sorbet-static-and-runtime's releases.

sorbet 0.5.11596.20241004111715-70e35331c

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11596', :group => :development
gem 'sorbet-runtime', '0.5.11596'

sorbet 0.5.11595.20241003100026-6198c09dd

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11595', :group => :development
gem 'sorbet-runtime', '0.5.11595'

sorbet 0.5.11594.20241003095841-8b9eb9efd

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11594', :group => :development
gem 'sorbet-runtime', '0.5.11594'

sorbet 0.5.11593.20241003080229-61ad72cb9

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11593', :group => :development
gem 'sorbet-runtime', '0.5.11593'

sorbet 0.5.11592.20241002144506-89a698d9f

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11592', :group => :development
gem 'sorbet-runtime', '0.5.11592'

sorbet 0.5.11591.20241002132141-21f5e2960

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11591', :group => :development
gem 'sorbet-runtime', '0.5.11591'

sorbet 0.5.11590.20241002095702-f5be18332

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11590', :group => :development
gem 'sorbet-runtime', '0.5.11590'

sorbet 0.5.11589.20240927145746-c6015b5e9

... (truncated)

Commits

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 <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 minor-and-patch group with 3 updates: [tapioca](https://github.com/Shopify/tapioca), [prism](https://github.com/ruby/prism) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet).


Updates `tapioca` from 0.16.2 to 0.16.3
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.16.2...v0.16.3)

Updates `prism` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/ruby/prism/releases)
- [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md)
- [Commits](ruby/prism@v1.0.0...v1.1.0)

Updates `sorbet-static-and-runtime` from 0.5.11589 to 0.5.11597
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: tapioca
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: prism
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 7, 2024 21:28
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
@dependabot dependabot bot requested review from Morriar and amomchilov October 7, 2024 21:28
@github-actions github-actions bot enabled auto-merge October 7, 2024 21:28
@github-actions github-actions bot merged commit d03127f into main Oct 7, 2024
8 checks passed
@github-actions github-actions bot deleted the dependabot/bundler/minor-and-patch-3973f8be49 branch October 7, 2024 21:36
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.

0 participants