Skip to content

Comments

build(deps): bump tapioca from 0.4.19 to 0.5.4 in /Library/Homebrew#68

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

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

Conversation

@dependabot
Copy link

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

Bumps tapioca from 0.4.19 to 0.5.4.

Release notes

Sourced from tapioca's releases.

v0.5.4

🐛 Bug Fixes

  • Fixed a problem with generating RBI files for default gems (#562)

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)

... (truncated)

Commits
  • 54cef07 Bump version to v0.5.4
  • 51b8ce5 Merge pull request #562 from Shopify/uk-revert-bundler-change
  • 2a93af1 Merge pull request #563 from Shopify/ch-bump-sorbet-10-26-2021
  • f3c2a3b Bump sorbet and sorbet-runtime to 0.5.9867
  • bcaec0b Revert spec type checking code breaking default gems
  • ad30d7f Add failing test
  • 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
  • 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.4.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.4.19...v0.5.4)

---
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 27, 2021
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