Shopify / ruby-lsp-rails

A Ruby LSP addon for Rails
https://shopify.github.io/ruby-lsp-rails/
MIT License
518 stars 21 forks source link

Bump the minor-and-patch group with 6 updates #335

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the minor-and-patch group with 6 updates:

Package From To
mocha 2.1.0 2.2.0
rubocop-sorbet 0.8.0 0.8.1
sorbet-static-and-runtime 0.5.11332 0.5.11346
tapioca 0.13.1 0.13.3
ruby-lsp 0.16.2 0.16.4
sorbet-runtime 0.5.11332 0.5.11346

Updates mocha from 2.1.0 to 2.2.0

Changelog

Sourced from mocha's changelog.

2.2.0

External changes

  • Support multiple methods in responds_with matcher (f086b7e4, #578) - thanks to @​vlad-pisanov for the suggestion

  • Add block syntax for sequences (93fdffd, #61)

  • Improve sequence failure message (0800c6ff, #60)

  • Drop support for Ruby v2.0 (85848fb0, #642)

  • Include the original test name in expired stub error messages (ca3ff8eb, #641, #642) - thanks to @​casperisfine

  • Avoid rubocop directive ending up in YARD docs (2a9ee81a)

  • Update docs to fix those for Mock#method_missing (cee0bad6)

  • Reinstate missing CNAME for GitHub Pages site (da67bb0d)

  • Use Ruby v1.9 Hash syntax in docs (6de20726, #625)

  • Add missing YARD tag for API#sequence name param (343c5979)

  • Add missing YARD tag for API#states name param (f798df83)

Internal changes

Commits
  • 5324009 [skip ci] Update documentation for v2.2.0
  • 76495e1 Bump version to 2.2.0 & prepare for release
  • 9d2b88e Include the original test name in expired stub error messages
  • 85848fb Drop support for Ruby v2.0
  • ce31b54 Add Ruby v3.3 to CI build matrix
  • 0800c6f Improve sequence failure message
  • 93fdffd Add block syntax for sequences
  • f798df8 Add missing YARD tag for API#states name param
  • 343c597 Add missing YARD tag for API#sequence name param
  • 6de2072 Use Ruby v1.9 Hash syntax in docs
  • Additional commits viewable in compare view


Updates rubocop-sorbet from 0.8.0 to 0.8.1

Release notes

Sourced from rubocop-sorbet's releases.

v0.8.1

What's Changed

🛠 Other Changes

New Contributors

Full Changelog: https://github.com/Shopify/rubocop-sorbet/compare/v0.8.0...v0.8.1

Commits
  • 479aaef Bump version to v0.8.1
  • 23b9d82 Merge pull request #221 from Shopify/dependabot/bundler/rake-13.2.1
  • 1eb6517 Bump rake from 13.1.0 to 13.2.1
  • d5f72a2 Merge pull request #218 from Shopify/centralize_ruby_version
  • 107aa2e Remove TargetRubyVersion from config/rbi.yml
  • c15a2d2 Update Rubocop to 1.62.1
  • b43acc9 Centralize Ruby Version to .ruby-version
  • 7c44e60 Merge pull request #212 from Shopify/dependabot/github_actions/actions/stale-9
  • c5d0a19 Merge pull request #211 from Shopify/dependabot/github_actions/actions/checko...
  • b6b33d7 Merge pull request #216 from Shopify/dependabot/bundler/rspec-3.13.0
  • Additional commits viewable in compare view


Updates sorbet-static-and-runtime from 0.5.11332 to 0.5.11346

Release notes

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

sorbet 0.5.11345.20240412161526-5c0012a52

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11344.20240412111932-3afd7e5b7

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11343.20240412093356-2f9b15f81

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11342.20240411132013-f6c67ae4c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11341.20240411105921-81f7617ed

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11340.20240410150614-443cd113c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11339.20240410120813-d5bba0907

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11338.20240409113636-5cec8509e

... (truncated)

Commits


Updates tapioca from 0.13.1 to 0.13.3

Release notes

Sourced from tapioca's releases.

v0.13.3

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/Shopify/tapioca/compare/v0.13.2...v0.13.3

v0.13.2

What's Changed

🚧 Breaking Changes

✨ Enhancements

🛠 Other Changes

New Contributors

Full Changelog: https://github.com/Shopify/tapioca/compare/v0.13.1...v0.13.2

Commits
  • f00b6c1 Bump version to v0.13.3
  • d4034fc Merge pull request #1867 from Shopify/fix_invalid-ar-find-output
  • 01b7880 Remove extra ) in the ActiveRecord.find output
  • 37e48be Bump version to v0.13.2
  • 4f4b9ed Merge pull request #1866 from Shopify/KaanOzkan-patch-1
  • 1daf684 Specify rails
  • ae9ee97 Specify DSL compiler contributions in README
  • cdc0d7c Disable all permissions for action
  • 5e946e9 Sanitize branch input
  • 032e04f Merge pull request #1860 from bdewater/ar-count-block
  • Additional commits viewable in compare view


Updates ruby-lsp from 0.16.2 to 0.16.4

Commits
  • 004e899 Bump extension version to v0.5.18
  • d9f1af0 Run initialize and document synchronization in main thread (#1915)
  • d0828bb Set codeowners to ruby-dx (#1916)
  • 3ece8bc [VSCode] Change the order of existence checks for Manager. Check 'asdf' last....
  • 7bb5c85 Allow configuring Mise executable path (#1914)
  • aac424d Enhance version manager config to accept more fields (#1831)
  • 3850b82 Remove Singleton from formatters (#1904)
  • 9e91813 Ignore non-ruby files in file watcher (#1912)
  • a2f9ece Add note about editor limitations (#1910)
  • f98f84f Add watched_files_dynamic_registration to global state (#1905)
  • Additional commits viewable in compare view


Updates sorbet-runtime from 0.5.11332 to 0.5.11346

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11345.20240412161526-5c0012a52

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11344.20240412111932-3afd7e5b7

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11343.20240412093356-2f9b15f81

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11342.20240411132013-f6c67ae4c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11341.20240411105921-81f7617ed

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11340.20240410150614-443cd113c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11339.20240410120813-d5bba0907

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11338.20240409113636-5cec8509e

... (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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions