treasure-data / trino-client-ruby

Trino/Presto client library for Ruby
Apache License 2.0
70 stars 45 forks source link

Update standard requirement from ~> 1.12.1 to ~> 1.22.0 #87

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on standard to permit the latest version.

Changelog

Sourced from standard's changelog.

1.22.0

  • Add extend_config option #506

1.21.1

  • Fix standard comment directives #498

1.21.0

  • Update rubocop-performance from 1.15.1 to 1.15.2
  • Update rubocop from 1.40.0 to 1.42.0

1.20.0

  • Update rubocop from 1.39.0 to 1.40.0

1.19.1

  • Loosen dependency on language_server-protocol

1.19.0

  • Add a language server protocol (LSP) server via the new standardrb --lsp command line mode. All credit to @​will! #475

1.18.1

  • Update rubocop-performance from 1.15.0 to 1.15.1

1.18.0

  • Update rubocop from 1.38.0 to 1.39.0

1.17.0

  • Update rubocop-performance from 1.14.3 to 1.15.0
  • Update rubocop from 1.35.1 to 1.38.0
  • Require parentheses around complex ternary conditions 3b0b499a

1.16.1

  • Update rubocop from 1.35.0 to 1.35.1

1.16.0

  • Update rubocop from 1.33.0 to 1.35.0

1.15.0

... (truncated)

Commits
  • cac3e60 1.22.0
  • bbce2e4 Make the new extend_config feature more prominent in the README
  • 0e259ff Merge pull request #506 from testdouble/inherit-plugins
  • bf990d8 fix 2.7
  • 32c3734 Add a new feature to Standard to allow it to natively run plugins/extensions ...
  • fa402c3 Update README.md
  • 1808355 Merge pull request #464 from patrickbrown-dev/feat_verbose-version
  • f03a222 Remove .idea/ dir
  • 2f90872 1.21.1
  • df531ab Merge pull request #498 from andreccosta/fix-ignored-standard-directives
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 1 year ago

Superseded by #88.