Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @prettier/plugin-ruby from 2.0.0 to 2.1.0 #92

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2022

Bumps @prettier/plugin-ruby from 2.0.0 to 2.1.0.

Changelog

Sourced from @​prettier/plugin-ruby's changelog.

[2.1.0] - 2022-04-04

Added

  • #1065 - langalex, kddnewton - The ability to set the PRETTIER_RUBY_TIMEOUT_MS environment variable to control how long to wait for the parser server to spin up.
  • #1173 - dleavitt - Support for RBS 2.x on Ruby 3.1.

Changed

  • #1028 - levymetal, kddnewton - Fix up some nested formatting with very complicated RSpec assertions.
  • #1035 - qcn, kddnewton - Ensure we don't try to print return incorrectly when multiple statements are contained within parentheses.
  • #1048 - kddnewton - Completely refactor the Ruby parser to use classes instead of hashes. Also remove a lot of the body keys are replace them with actual names.
  • #1042 - JoshuaKGoldberg, kddnewton - Ensure blocks are printed correctly when there are trailing comments on the do keyword.
  • #1134 - mhssmnn - Fix piping for STDIN to the gem process.
  • #1167 - dleavitt - More consistent assignment indentation.
  • #1074 - wagenet, kddnewton - Fix up return when nodes return arrays of docs.

Removed

  • #1048 - kddnewton - Drop support for Ruby 2.5.
Commits
  • cffe655 Bump to v2.1.0
  • e0065af Update CHANGELOG
  • 805109d Merge pull request #1189 from prettier/fix-1074
  • c9cd5f0 Merge pull request #1173 from dleavitt/rbs-2-standalone
  • 143833f Fix up return when nodes return arrays of docs.
  • 9fca64f Merge pull request #1188 from prettier/PRETTIER_RUBY_TIMEOUT_MS
  • d3e7566 PRETTIER_RUBY_TIMEOUT_MS
  • 46b2f14 Merge pull request #1187 from prettier/dependabot/npm_and_yarn/prettier-2.6.2
  • 41ff7ad Bump prettier from 2.6.1 to 2.6.2
  • b45010d Merge pull request #1185 from prettier/dependabot/npm_and_yarn/typescript-esl...
  • 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 [@prettier/plugin-ruby](https://github.com/prettier/plugin-ruby) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/prettier/plugin-ruby/releases)
- [Changelog](https://github.com/prettier/plugin-ruby/blob/main/CHANGELOG.md)
- [Commits](prettier/plugin-ruby@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: "@prettier/plugin-ruby"
  dependency-type: direct:development
  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 javascript Pull requests that update Javascript code labels Apr 5, 2022
@davidwessman davidwessman merged commit c8b0cd3 into main Apr 5, 2022
@davidwessman davidwessman deleted the dependabot/npm_and_yarn/main/prettier/plugin-ruby-2.1.0 branch April 5, 2022 08:30
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant