jaspermayone / greenhouse

0 stars 0 forks source link

build(deps-dev): bump solargraph-rails from 0.2.1.1 to 1.1.0 #123

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps solargraph-rails from 0.2.1.1 to 1.1.0.

Changelog

Sourced from solargraph-rails's changelog.

v1.1.0

  • remove pinned solargraph version

v1.0.1

https://github.com/alisnic/solargraph-arc was merged, with the following features:

  • fixes autocompletion for multi-level classes defined in 1 line class Foo::Bar::Baz. See castwide/solargraph#506
  • autocomplete database columns by parsing db/schema.rb
  • autocomplete of model relations
  • parsing of delegate calls
  • completions for methods generated by Devise
  • better support for running solargraph outside bundle
  • better completion inside controllers. request, response, params, etc.
  • autocomplete inside routes.rb
  • autocomplete inside migrations
  • completions for methods generated by ActiveStorage
  • better ActiveRecord completions

v1.0.0.pre.1

https://github.com/alisnic/solargraph-arc was merged, with the following features:

  • fixes autocompletion for multi-level classes defined in 1 line class Foo::Bar::Baz. See castwide/solargraph#506
  • autocomplete database columns by parsing db/schema.rb
  • autocomplete of model relations
  • parsing of delegate calls
  • completions for methods generated by Devise
  • better support for running solargraph outside bundle
  • better completion inside controllers. request, response, params, etc.
  • autocomplete inside routes.rb
  • autocomplete inside migrations
  • completions for methods generated by ActiveStorage
  • better ActiveRecord completions

v0.3.0

  • Require String inflection monkeypatches directly to avoid error from ActiveSupport v7
  • Remove Gemfile.lock from version control

v0.2.2.pre.4

  • Loosen the dependency requirements

v0.2.2.pre.3

  • Update to solargraph 0.42.3
  • Determine return type of association using class_name argument

v0.2.2.pre.2

  • Simplistic support for associations
  • Added dependency on ActiveSupport 6.1 for helpful String methods like .camelize and .singularize

... (truncated)

Commits
  • f671f1c Version bump
  • c7a2dc4 Merge pull request #49 from iftheshoefritz/unversioned-solargraph
  • 3c4b6a7 Create separate tests for each core file
  • 8d70396 Stop expecting .descendants
  • 8a68f60 Remove the pinned version on solargraph dependency
  • 7d386b5 Merge pull request #51 from iftheshoefritz/split_rails_jobs
  • 3b07886 Turn on matrix for 2.7,3.0 Rubies and solargraph 0.44.3->0.47.2
  • e03c484 Add solargraph version as a CI matrix variable
  • 5fdc95e Downgrade github actions to ubuntu-20.04
  • ebc2f3c Merge pull request #50 from iftheshoefritz/fix-rails7-routing-spec
  • 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 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)