Skip to content

Bump prettier from 1.3.0 to 2.1.0 #358

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps prettier from 1.3.0 to 2.1.0.

Changelog

Sourced from prettier'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.

[2.0.0] - 2021-10-28

Changed

  • #1018 - rindek, kddnewton - Ensure brackets are used when matching an array pattern with a single element.
  • #906 - Hansenq, kddnewton - Turn off the Style/MultilineBlockChain rubocop rule in our shipped configuration because multiple chained method calls with blocks can potentially conflict with rubocop's desired output.

[2.0.0-rc4] - 2021-10-18

Added

  • #993 - kddnewton - Nicer error message if you don't have the necessary JavaScript files to run prettier.
  • #996 - nbudin - Allow @prettier/plugin-ruby to run in yarn's plug'n'play mode.

Changed

  • #1000 - nbudin, kddnewton - Fix for rescuing single top-level exceptions in rescue clauses.

[2.0.0-rc3] - 2021-10-01

Changed

  • #987 - valscion - Ignore stderr when checking for node ruby connection clients, restoring the behavior of v1.x
  • #989 - hubertjakubiak, kddnewton - Make sure comments after the keyword/lbrace are not moved inside the body of the statements of do and brace blocks.

[2.0.0-rc2] - 2021-09-30

Added

... (truncated)

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](https://github.com/prettier/plugin-ruby) from 1.3.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@v1.3.0...v2.1.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 5, 2022
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