Skip to content

Comments

build(deps): bump tapioca from 0.4.19 to 0.5.3 in /Library/Homebrew#67

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/Library/Homebrew/tapioca-0.5.3
Closed

build(deps): bump tapioca from 0.4.19 to 0.5.3 in /Library/Homebrew#67
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/Library/Homebrew/tapioca-0.5.3

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 22, 2021

Bumps tapioca from 0.4.19 to 0.5.3.

Release notes

Sourced from tapioca's releases.

v0.5.3

⚠️ Alerts

  • Tapioca now requires a minimum Sorbet version of 0.5.6200 (released Jan 2020)

✨ Enhancements

🧹 Changes

  • Remove unparser as a direct dependency (#519)

v0.5.2

🐛 Bug Fixes

  • Load ConstantLocator early to make sure we don't misattribute constant locations (#493)
  • Load Rails before requiring the Gemfile, which is needed for some gems to load properly (#500)

✨Enhancements

  • Support modules that declare SmartProperties properties. (#502)

v0.5.1

🧹 Changes

  • Bump rbi to v0.0.4
  • Remove rake as a runtime dependency

v0.5.0

This is quite a large release that changes many things (for the better, we hope):

⚠️ Alerts

  • sync and generate commands have been deprecated and replaced by a single gem command. (#414)
  • Support for Ruby 2.4 and 2.5 have been dropped. If you still need to use Tapioca on these Ruby versions, you will have to continue using the 0.4.x versions. (#339, #351)
  • The API of DSL generators have changed slightly, so if you have custom DSL generators, you will need to upgrade them to the new syntax that uses the RBI gem instead of Parlour. (#388)
  • Our main branch has been renamed to main.

🆕 New Features

  • A new DSL generator for exposing nested ActiveSupport::Concern modules properly. (#360)
  • A new DSL generator for the Config gem. (#372)
  • A new DSL generator for ActiveStorage. (#416)
  • A new DSL generator for ActiveModel::Attributes. (#419)
  • A new DSL generator for AASM. (#463)
  • Better generation for mixes_in_class_modules on Sorbet versions that support multiple arguments to it. (#363)
  • DSL generators have built-in access to reflection helpers like name_of, superclass_of, etc and are advised to use them over calling the normal reflection methods. (#418, #481)

🐛 Bug Fixes

  • Compile generic types in signatures using the correct constant (#412)
  • Do not generate empty ActiveJob classes. (#345)

... (truncated)

Commits
  • 9aa9d9e Bump version to v0.5.3
  • 55089d6 Merge pull request #550 from Shopify/uk-am-secure-password
  • 05cb401 Add ActiveModel::SecurePassword DSL generator
  • 8adcb66 Merge pull request #556 from Shopify/ch-fix-rbi-for
  • 583573e Update compiler/dsl tests for updated behaviour
  • b7553aa Update rbi_for to use transformed_string
  • 3ea298e Merge pull request #553 from Shopify/ch-add-simple-error-handling-for-dsl
  • e6dff4c Bump CI
  • afcecf2 Add helper method for empty error assertion
  • 9ba6b2c Rename add_message to add_error
  • 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 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 [tapioca](https://github.com/Shopify/tapioca) from 0.4.19 to 0.5.3.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.4.19...v0.5.3)

---
updated-dependencies:
- dependency-name: tapioca
  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 Oct 22, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 27, 2021

Superseded by #68.

@dependabot dependabot bot closed this Oct 27, 2021
@dependabot dependabot bot deleted the dependabot/bundler/Library/Homebrew/tapioca-0.5.3 branch October 27, 2021 13:16
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