Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

prettier-ruby

Prettier for the Ruby programming language.
Collective - Host: opensource - https://opencollective.com/prettier-ruby - Website: https://prettier.io/ - Code: https://github.com/prettier/plugin-ruby

Consolidate printing and parsing logic to match prettier code

github.com/prettier/plugin-ruby - ccfe44864dd3c24a615ce64f68fea6de481930f5 authored almost 4 years ago by Kevin Deisz <[email protected]>
Ensure you can recurse into hashes

github.com/prettier/plugin-ruby - 5fa500080a77d886b743989cfd06c9a1b2b91f74 authored almost 4 years ago by Kevin Deisz <[email protected]>
Standardize comments

github.com/prettier/plugin-ruby - 6beb65d6ae0f8afff1e5c2a54fbc5d9d9a1eb082 authored almost 4 years ago by Kevin Deisz <[email protected]>
Fix up embdocs

github.com/prettier/plugin-ruby - a5e26416fc38a36bf99522014af0d897f08b1445 authored almost 4 years ago by Kevin Deisz <[email protected]>
Split up arrays and aref tests

github.com/prettier/plugin-ruby - b33758a501a0bf23f1e7877c8592135d61c18367 authored almost 4 years ago by Kevin Deisz <[email protected]>
Fix up line counts

github.com/prettier/plugin-ruby - 128911ee7164fe623c9d5c9e3731aad78e97f331 authored almost 4 years ago by Kevin Deisz <[email protected]>
Make sure the special array literals do not have any embedded comments

github.com/prettier/plugin-ruby - f6f00dad42ef8cc1709424291e8916fd4360d594 authored almost 4 years ago by Kevin Deisz <[email protected]>
Fix up alias printing

github.com/prettier/plugin-ruby - d789a4815ff57a6f583b90c668ffacf04cb96ca6 authored almost 4 years ago by Kevin Deisz <[email protected]>
Catch up to previous progress

github.com/prettier/plugin-ruby - 76c8fe1eb5cfe9a345342e7a26bc8c589055a594 authored almost 4 years ago by Kevin Deisz <[email protected]>
Attach extra comment handling to prettier plugin

github.com/prettier/plugin-ruby - ae4eb5fcc8f5a0dd33e438c65648b59e8cc20d49 authored almost 4 years ago by Kevin Deisz <[email protected]>
Strip out the old printComments

github.com/prettier/plugin-ruby - 492c67c1ba5db8162a3c7fe5bfb3789cd2959379 authored almost 4 years ago by Kevin Deisz <[email protected]>
Debug character ranges

github.com/prettier/plugin-ruby - 7f31b8c8c5f48f4bf50fc6dfad8a2429e37029c7 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #681 from prettier/heredocs

Heredocs

github.com/prettier/plugin-ruby - 4354fea1005e65a90c530709bc6268413a9c486b authored almost 4 years ago by Kevin Deisz <[email protected]>
Handle special xstring heredocs

github.com/prettier/plugin-ruby - 3554421e56aed4c512b0d3448e754c44937204dc authored almost 4 years ago by Kevin Deisz <[email protected]>
Add even more tests for heredocs

github.com/prettier/plugin-ruby - 1b8f9751cf45572b46d202e7d7c1a7073f0ecc70 authored almost 4 years ago by Kevin Deisz <[email protected]>
Fix up embed heredocs with new heredoc format

github.com/prettier/plugin-ruby - e9ad5cac60b0446c18243b08a3d0fddbb523c142 authored almost 4 years ago by Kevin Deisz <[email protected]>
Print heredocs consistently

github.com/prettier/plugin-ruby - 129b2c92512328784249a5d28522e944d4807af9 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #680 from prettier/not-operator-parens

Ensure `not` keeps parentheses if they are being used.

github.com/prettier/plugin-ruby - b7e59015c1e8ce4cdb1d5218ce347dd62afe04c9 authored almost 4 years ago by Kevin Deisz <[email protected]>
Ensure `not` keeps parentheses if they are being used.

github.com/prettier/plugin-ruby - 90eab228d3609ad36e6eb0995f56b64f1dc3d46f authored almost 4 years ago by Kevin Deisz <[email protected]>
Clean up code in args.js

github.com/prettier/plugin-ruby - 65c33ad76770a0b938cd26d5213c31d4fb0aac24 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #542 from xinminlabs/do-not-wrap-line-inside-arg-paren-for-some-cases

do not wrap line inside arg_paren for some cases

github.com/prettier/plugin-ruby - 84e49bf8eca143d371a5a617bc9861b321172d72 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #679 from prettier/parse-order-modifiers

Maintain parse order during if/unless modifier expressions

github.com/prettier/plugin-ruby - 699c5c666ccfbd0c9c11cd43cbeba54020752447 authored almost 4 years ago by Kevin Deisz <[email protected]>
Maintain parse order during if/unless modifier expressions

github.com/prettier/plugin-ruby - bea52d5461eb1ee81a43ede863de5d42a7f66b49 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #678 from prettier/all-ternaries-in-args

All ternaries in command args should get parens

github.com/prettier/plugin-ruby - bd57611b14d7edf5d0b1759ed500a99b227457ee authored almost 4 years ago by Kevin Deisz <[email protected]>
All ternaries in command args should get parens

github.com/prettier/plugin-ruby - 306bfab0b10c5633ab1ffc385700e973d9c9d405 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #592 from Rsullivan00/ternary-method-expressions

Fix ternary -> if conditional with method call

github.com/prettier/plugin-ruby - 7b0bdbf3e0df758f33f78fe402249acf41617059 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #677 from prettier/ensure-parent-broken-on-multiline

Ensure parent broken on multiline

github.com/prettier/plugin-ruby - 33cf6203af1789363e7373ec1e34f06ba75d7937 authored almost 4 years ago by Kevin Deisz <[email protected]>
Add @johncsnyder as a contributor

github.com/prettier/plugin-ruby - 11c5b63361252d8c660377db30eed96580d429be authored almost 4 years ago by Kevin Deisz <[email protected]>
Ensure parent is broken on multiline conditionals

github.com/prettier/plugin-ruby - 88bfe4bf28319ec7b10301fa89e20711ee0fb78b authored almost 4 years ago by Kevin Deisz <[email protected]>
Fix undefined doc with predicate method

github.com/prettier/plugin-ruby - 25622594d6e3e51c53d7442a2da57368a9748fdd authored almost 4 years ago by Kevin Deisz <[email protected]>
Formatting on the bug template

github.com/prettier/plugin-ruby - 22d021f2e1fb9932e2b3a2ba82260a81e9da4067 authored almost 4 years ago by Kevin Deisz <[email protected]>
Add options to issue template

github.com/prettier/plugin-ruby - 68dda1b4624f350003b830d19603cae8c0e119fc authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #675 from prettier/heredocs-and-blocks

Heredocs and blocks

github.com/prettier/plugin-ruby - 5315233a60288709461bcc3c47aa4340671f427a authored almost 4 years ago by Kevin Deisz <[email protected]>
Add @mmcnl as a contributor

github.com/prettier/plugin-ruby - d173a088ebbce682608ff938c48c7f3a60eef89c authored almost 4 years ago by Kevin Deisz <[email protected]>
Handle heredocs and blocks in arg parens

github.com/prettier/plugin-ruby - b4bf664109f405ac44b64bf7e88a32faae3ebd44 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #674 from prettier/method-chains

Print method chains

github.com/prettier/plugin-ruby - be9312bfb4f3514a94d28299bb54bfcabda9e3a3 authored almost 4 years ago by Kevin Deisz <[email protected]>
Print method chains

Transforms

```ruby
posts.active.where('created_at > ?', 1.year.ago).order('id asc').limit(10)
`...

github.com/prettier/plugin-ruby - 86d85477054ff4dc48fd808763677ae0800c326e authored almost 4 years ago by Kevin Deisz <[email protected]>
Increment version

github.com/prettier/plugin-ruby - a1fa72a485d1bd35aa7e1b7e09fcf4f1f36fd40b authored almost 4 years ago by Kevin Deisz <[email protected]>
Update CHANGELOG

github.com/prettier/plugin-ruby - 41f0479ffacf1f7dd1afb742ff1014d1ac84c4b5 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #673 from prettier/better-heredoc-handling

Better heredoc handling

github.com/prettier/plugin-ruby - 4dfbfffd56fdf5eca48e433b28368a7e4aaf5294 authored almost 4 years ago by Kevin Deisz <[email protected]>
Better heredoc handling

Previously there was kind of a weird dance where heredocs were either actual `heredoc` nodes (wh...

github.com/prettier/plugin-ruby - 841d0bad501adab98637cdc52c256cfe8b91232f authored almost 4 years ago by Kevin Deisz <[email protected]>
Rename ripperjs to parser

github.com/prettier/plugin-ruby - 3030fe363478dc6346f62594ecf8c7ac6f8e5921 authored almost 4 years ago by Kevin Deisz <[email protected]>
Strip out as yet unused playground code to simplify the repository

github.com/prettier/plugin-ruby - 7535b3ab5b20cde79b0a3562017b6fad8cf2c386 authored almost 4 years ago by Kevin Deisz <[email protected]>
Better handling of the BEGIN and END nodes with and without comments

github.com/prettier/plugin-ruby - a53436f186087b1f9ce4fda0487b05be93ced850 authored almost 4 years ago by Kevin Deisz <[email protected]>
Move aref nodes into their own file

github.com/prettier/plugin-ruby - c93cd7948ff732103a35c8b7a985de047d19ea4d authored almost 4 years ago by Kevin Deisz <[email protected]>
Ensure CONTRIBUTING does not change formatting

github.com/prettier/plugin-ruby - 3a7614ed33dc21539d47f6746843adc8f67373ea authored almost 4 years ago by Kevin Deisz <[email protected]>
Better handling of the alias node with and without comments

github.com/prettier/plugin-ruby - b7579c9983ffbac1506a5796546c784c5124a446 authored almost 4 years ago by Kevin Deisz <[email protected]>
Go through the whole cycle when testing code with comments in it

github.com/prettier/plugin-ruby - bc885ca6b582a35b686f46d9eb4e7443d5f8f687 authored almost 4 years ago by Kevin Deisz <[email protected]>
Update CHANGELOG

github.com/prettier/plugin-ruby - 42b6c1f098a9e6017b7543a1cc8c8a6d9095cde2 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #601 from Rsullivan00/rs/ternary-command-call

Prevent ternary conversions with calls

github.com/prettier/plugin-ruby - 5bfce63a01490e057d4f57cd50385d36df010414 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #672 from prettier/modifier-parens

Modifier parens

github.com/prettier/plugin-ruby - eb02152bca1701b648e88ae73910848946d86978 authored almost 4 years ago by Kevin Deisz <[email protected]>
Add @coiti as a contributor

github.com/prettier/plugin-ruby - 24d2f0e5072edb9372d0f38ca0828081974ee230 authored almost 4 years ago by Kevin Deisz <[email protected]>
Add parens for necessary modifier statements

Occasionally you can end up in a situation where you can't use a
modifier form of an if/unless s...

github.com/prettier/plugin-ruby - 0f71a089b43b06a9ff77e9290fa1097cfc27fe5a authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #671 from prettier/trailing-commas-in-hash-arguments

Trailing commas in hash arguments

github.com/prettier/plugin-ruby - 285f6fcea41fdb377c1f955a7612faaf8dff97c3 authored almost 4 years ago by Kevin Deisz <[email protected]>
Trailing commas in hash arguments

Previously, printing this:

```ruby
patch '/api/v1/shops', params: { shop: { name: 'Single Lane'...

github.com/prettier/plugin-ruby - a202db9f4e9cd93de229b0f2bab3589b8f344bcc authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #670 from prettier/dependabot/npm_and_yarn/prettier-2.2.1

Bump prettier from 2.2.0 to 2.2.1

github.com/prettier/plugin-ruby - 2ae57745302e0799ea2ea1dc12370058037b19fa authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #669 from prettier/turn-off-to-proc-by-default

Turn off the `Symbol#to_proc` transform by default

github.com/prettier/plugin-ruby - 0287957432ebe6a97af54bdc0aeb856d015f42a0 authored almost 4 years ago by Kevin Deisz <[email protected]>
Bump prettier from 2.2.0 to 2.2.1

Bumps [prettier](https://github.com/prettier/prettier) from 2.2.0 to 2.2.1.
- [Release notes](ht...

github.com/prettier/plugin-ruby - 3919d67cbd4752f01fc5a8dc4e052d45a3dd0be0 authored almost 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Turn off the `Symbol#to_proc` transform by default

When you convert something like:

```ruby
[1, 2, 3].map { |i| i.to_s }
```

into:

```ruby
[1, 2...

github.com/prettier/plugin-ruby - c180a105f770fbb8bc1ec339fb4a233db1d05094 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #668 from prettier/dependabot/npm_and_yarn/eslint-7.14.0

Bump eslint from 7.13.0 to 7.14.0

github.com/prettier/plugin-ruby - 2829485f4bc6cf2329581143fe8cac715fe094c5 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #667 from prettier/dependabot/npm_and_yarn/prettier-2.2.0

Bump prettier from 2.1.2 to 2.2.0

github.com/prettier/plugin-ruby - 87606faf8bd277bf2aa24584d9be3a527bcedc1d authored almost 4 years ago by Kevin Deisz <[email protected]>
Bump eslint from 7.13.0 to 7.14.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.13.0 to 7.14.0.
- [Release notes](https:...

github.com/prettier/plugin-ruby - 1cced7b3ec54b5a7fc84644a2bea2ac1403d606e authored almost 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump prettier from 2.1.2 to 2.2.0

Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](ht...

github.com/prettier/plugin-ruby - 070b6f22aca329f403518b440a7027dd641c68b3 authored almost 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #666 from prettier/dependabot/npm_and_yarn/eslint-7.13.0

Bump eslint from 7.12.1 to 7.13.0

github.com/prettier/plugin-ruby - d8c4dc41efa3249da3ce78c9ca8c60a389d3f30a authored almost 4 years ago by Kevin Deisz <[email protected]>
Bump eslint from 7.12.1 to 7.13.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.0.
- [Release notes](https:...

github.com/prettier/plugin-ruby - ec0a9aaaa591b6fc3cadd7ddeb05c731fdf77ced authored almost 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #665 from prettier/dependabot/npm_and_yarn/jest-26.6.3

Bump jest from 26.6.2 to 26.6.3

github.com/prettier/plugin-ruby - 357470c433d9dc93c582c708a4e2d8d046a3007a authored almost 4 years ago by Kevin Deisz <[email protected]>
Bump jest from 26.6.2 to 26.6.3

Bumps [jest](https://github.com/facebook/jest) from 26.6.2 to 26.6.3.
- [Release notes](https://...

github.com/prettier/plugin-ruby - 83c6229ed3d8e0239eb2ff669a2885e7906e10f6 authored almost 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #664 from prettier/dependabot/npm_and_yarn/jest-26.6.2

Bump jest from 26.6.1 to 26.6.2

github.com/prettier/plugin-ruby - d8b54eb1411decfcb7f9ad762a219b7c3fbce96e authored almost 4 years ago by Kevin Deisz <[email protected]>
Bump jest from 26.6.1 to 26.6.2

Bumps [jest](https://github.com/facebook/jest) from 26.6.1 to 26.6.2.
- [Release notes](https://...

github.com/prettier/plugin-ruby - 9dea7a7fb0d295206aa60f86d63a178b9c3e7c9d authored almost 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #660 from prettier/dependabot/npm_and_yarn/jest-26.6.1

Bump jest from 26.6.0 to 26.6.1

github.com/prettier/plugin-ruby - c4deb68528083e724eb9fb66bcfda568341d2ccb authored almost 4 years ago by Kevin Deisz <[email protected]>
Fix up workflow

github.com/prettier/plugin-ruby - 9eb9f720190fef82cb1b735159f0c814e35ced12 authored almost 4 years ago by Kevin Deisz <[email protected]>
Add automerging dependabot PRs

github.com/prettier/plugin-ruby - 73010ac7873455f9efae5a935554ea8b6f70b062 authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #662 from prettier/dependabot/npm_and_yarn/eslint-7.12.1

Bump eslint from 7.12.0 to 7.12.1

github.com/prettier/plugin-ruby - 7202fc05379d3fc1521db73c5569580082cc56fa authored almost 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #663 from prettier/dependabot/npm_and_yarn/eslint-config-prettier-6.15.0

Bump eslint-config-prettier from 6.14.0 to 6.15.0

github.com/prettier/plugin-ruby - 0854ea80efd8461ed6aec688e3038a309dbaaf44 authored almost 4 years ago by Kevin Deisz <[email protected]>
Bump eslint-config-prettier from 6.14.0 to 6.15.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.14.0 t...

github.com/prettier/plugin-ruby - e9877c2cc86cd813b5597321c2cfe1e7ec1ca9ed authored almost 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump eslint from 7.12.0 to 7.12.1

Bumps [eslint](https://github.com/eslint/eslint) from 7.12.0 to 7.12.1.
- [Release notes](https:...

github.com/prettier/plugin-ruby - 3622e6f42e6287cf743153fc4135b91930e969fa authored almost 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #661 from prettier/dependabot/npm_and_yarn/eslint-7.12.0

Bump eslint from 7.11.0 to 7.12.0

github.com/prettier/plugin-ruby - e63c8ec06938993b7b56318a58fb1117b55d79e7 authored almost 4 years ago by Kevin Deisz <[email protected]>
Bump eslint from 7.11.0 to 7.12.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.0.
- [Release notes](https:...

github.com/prettier/plugin-ruby - 998e32868a26861ea6037a31c0438827849cdcd2 authored almost 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump jest from 26.6.0 to 26.6.1

Bumps [jest](https://github.com/facebook/jest) from 26.6.0 to 26.6.1.
- [Release notes](https://...

github.com/prettier/plugin-ruby - 7e36dc0ff231220ccee10fd097d0706607c89530 authored almost 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #659 from prettier/dependabot/npm_and_yarn/eslint-config-prettier-6.14.0

Bump eslint-config-prettier from 6.13.0 to 6.14.0

github.com/prettier/plugin-ruby - d94dd8c26f35f02025c6d0edfa220f126b5947ce authored almost 4 years ago by Kevin Deisz <[email protected]>
Bump eslint-config-prettier from 6.13.0 to 6.14.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.13.0 t...

github.com/prettier/plugin-ruby - 7b7d110eccdd730d53d220d1946c4cf20ddeec20 authored almost 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #658 from prettier/dependabot/npm_and_yarn/jest-26.6.0

Bump jest from 26.5.3 to 26.6.0

github.com/prettier/plugin-ruby - 469868fcc2ed75ff23301d9023f219919987302e authored almost 4 years ago by Kevin Deisz <[email protected]>
Bump jest from 26.5.3 to 26.6.0

Bumps [jest](https://github.com/facebook/jest) from 26.5.3 to 26.6.0.
- [Release notes](https://...

github.com/prettier/plugin-ruby - 7a0e8afeae0de59f79837ea2e5210ebb19830e66 authored almost 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #657 from prettier/dependabot/npm_and_yarn/eslint-config-prettier-6.13.0

Bump eslint-config-prettier from 6.12.0 to 6.13.0

github.com/prettier/plugin-ruby - 3a15fe977e18b2a73db23e682d33db300b35becb authored about 4 years ago by Kevin Deisz <[email protected]>
Bump eslint-config-prettier from 6.12.0 to 6.13.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.12.0 t...

github.com/prettier/plugin-ruby - e23b00a4ef0e4ba0ee5aa50a2d273e4de810c68d authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Add @jbielick as a contributor

github.com/prettier/plugin-ruby - c31fb468676805993f5dd6c3bb71145f0c9d089d authored about 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #656 from prettier/lambdas

Don't convert between `lambda {}` and `-> {}`.

github.com/prettier/plugin-ruby - 5ebc0b96105ed58d057ddb60f1311b7bcd0f775b authored about 4 years ago by Kevin Deisz <[email protected]>
Don't convert between `lambda {}` and `-> {}`.

Technically it's breaking the semantics of the program. Also because lambda method call argument...

github.com/prettier/plugin-ruby - 9c1b1a4d018e2ff87c273a90aa2a8529791cfe1a authored about 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #655 from prettier/dependabot/npm_and_yarn/pretty-quick-3.1.0

Bump pretty-quick from 3.0.2 to 3.1.0

github.com/prettier/plugin-ruby - ee51c7a9de78bb8be8cb2ee205cf656900b2b05e authored about 4 years ago by Kevin Deisz <[email protected]>
Bump pretty-quick from 3.0.2 to 3.1.0

Bumps [pretty-quick](https://github.com/azz/pretty-quick) from 3.0.2 to 3.1.0.
- [Release notes]...

github.com/prettier/plugin-ruby - 9a741f4fe77520fcef2a36b1901744a2d9de16dd authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #650 from prettier/dependabot/npm_and_yarn/jest-26.5.3

Bump jest from 26.5.2 to 26.5.3

github.com/prettier/plugin-ruby - 679b523e66fc49b4dbc45fd52f377913bb1ecb90 authored about 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #647 from prettier/dependabot/npm_and_yarn/all-contributors-cli-6.19.0

Bump all-contributors-cli from 6.18.0 to 6.19.0

github.com/prettier/plugin-ruby - 3ba7533c6b1c7396487cec845bb0d46ed15069b2 authored about 4 years ago by Kevin Deisz <[email protected]>
Bump jest from 26.5.2 to 26.5.3

Bumps [jest](https://github.com/facebook/jest) from 26.5.2 to 26.5.3.
- [Release notes](https://...

github.com/prettier/plugin-ruby - 4324071e91613e0f5f167cc62055c6be7d4d3d18 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #648 from prettier/dependabot/npm_and_yarn/eslint-7.11.0

Bump eslint from 7.10.0 to 7.11.0

github.com/prettier/plugin-ruby - 4537450954bc634c59266f6d59c1fcd30f3114b8 authored about 4 years ago by Kevin Deisz <[email protected]>
Bump eslint from 7.10.0 to 7.11.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0.
- [Release notes](https:...

github.com/prettier/plugin-ruby - 744c508c3a2be9c792776a60aec80dcdc793ce1e authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump all-contributors-cli from 6.18.0 to 6.19.0

Bumps [all-contributors-cli](https://github.com/all-contributors/all-contributors-cli) from 6.18...

github.com/prettier/plugin-ruby - ea02430da8687f107557e44ba82191703b4a9dd0 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #644 from prettier/dependabot/npm_and_yarn/all-contributors-cli-6.18.0

Bump all-contributors-cli from 6.17.4 to 6.18.0

github.com/prettier/plugin-ruby - 815d7787bbdda1ea5a170d81f843128e0e072ed0 authored about 4 years ago by Kevin Deisz <[email protected]>
Merge pull request #646 from prettier/dependabot/npm_and_yarn/jest-26.5.2

Bump jest from 26.4.2 to 26.5.2

github.com/prettier/plugin-ruby - a2e8ddf9f204ca0b171b506c030f5c55233865b1 authored about 4 years ago by Kevin Deisz <[email protected]>
Bump jest from 26.4.2 to 26.5.2

Bumps [jest](https://github.com/facebook/jest) from 26.4.2 to 26.5.2.
- [Release notes](https://...

github.com/prettier/plugin-ruby - 8b62b4f48000916156c19494ed97fffffece3afc authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump all-contributors-cli from 6.17.4 to 6.18.0

Bumps [all-contributors-cli](https://github.com/all-contributors/all-contributors-cli) from 6.17...

github.com/prettier/plugin-ruby - 9d98d32011886ab2f9e7e964650b6018db2e06dc authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>