This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
claudiopro
force-pushed
the
prettier-1.19.1
branch
from
November 28, 2019 22:37
d42db80
to
a44c7d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@claudiopro has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
yangshun
approved these changes
Dec 1, 2019
@claudiopro merged this pull request in abcbe20. |
facebook-github-bot
pushed a commit
that referenced
this pull request
Dec 2, 2019
Summary: **Summary** Updates changelog and generated files for v0.11.3. This PR depends on #2265 that fixes the TravisCI build by upgrading Prettier to v1.19.1 **Test Plan** Verify all tests and lint pass ``` yarn test yarn lint ``` Pull Request resolved: #2269 Reviewed By: yangshun Differential Revision: D18757775 Pulled By: claudiopro fbshipit-source-id: ead0c20f59a74fc888a67e9810dbea15079ee64e
mmissey
pushed a commit
to mmissey/draft-js
that referenced
this pull request
Mar 24, 2020
Summary: **Summary** Updates `prettier` in dev dependencies to `v1.19.1` to align with the version in use on Facebook's `www` repo. This fixes the [failures in TravisCI lint jobs](https://travis-ci.org/facebook/draft-js/builds/611609545) caused by 6217dc8. **Test Plan** Verify there are no lint errors by running the command: ``` yarn lint ``` Pull Request resolved: facebookarchive#2265 Reviewed By: mrkev Differential Revision: D18748117 Pulled By: claudiopro fbshipit-source-id: da74d8c36685647ee8841f29fc05aa754eff8ba7
mmissey
pushed a commit
to mmissey/draft-js
that referenced
this pull request
Mar 24, 2020
Summary: **Summary** Updates changelog and generated files for v0.11.3. This PR depends on facebookarchive#2265 that fixes the TravisCI build by upgrading Prettier to v1.19.1 **Test Plan** Verify all tests and lint pass ``` yarn test yarn lint ``` Pull Request resolved: facebookarchive#2269 Reviewed By: yangshun Differential Revision: D18757775 Pulled By: claudiopro fbshipit-source-id: ead0c20f59a74fc888a67e9810dbea15079ee64e
vilemj-Viclick
pushed a commit
to kontent-ai/draft-js
that referenced
this pull request
Jul 16, 2020
Summary: **Summary** Updates `prettier` in dev dependencies to `v1.19.1` to align with the version in use on Facebook's `www` repo. This fixes the [failures in TravisCI lint jobs](https://travis-ci.org/facebook/draft-js/builds/611609545) caused by 6217dc8. **Test Plan** Verify there are no lint errors by running the command: ``` yarn lint ``` Pull Request resolved: facebookarchive#2265 Reviewed By: mrkev Differential Revision: D18748117 Pulled By: claudiopro fbshipit-source-id: da74d8c36685647ee8841f29fc05aa754eff8ba7
vilemj-Viclick
pushed a commit
to kontent-ai/draft-js
that referenced
this pull request
Jul 16, 2020
Summary: **Summary** Updates changelog and generated files for v0.11.3. This PR depends on facebookarchive#2265 that fixes the TravisCI build by upgrading Prettier to v1.19.1 **Test Plan** Verify all tests and lint pass ``` yarn test yarn lint ``` Pull Request resolved: facebookarchive#2269 Reviewed By: yangshun Differential Revision: D18757775 Pulled By: claudiopro fbshipit-source-id: ead0c20f59a74fc888a67e9810dbea15079ee64e
alicayan008
pushed a commit
to alicayan008/draft-js
that referenced
this pull request
Jul 4, 2023
Summary: **Summary** Updates `prettier` in dev dependencies to `v1.19.1` to align with the version in use on Facebook's `www` repo. This fixes the [failures in TravisCI lint jobs](https://travis-ci.org/facebook/draft-js/builds/611609545) caused by 6217dc8189154e1444cff66f3f7ea453ac8f804c. **Test Plan** Verify there are no lint errors by running the command: ``` yarn lint ``` Pull Request resolved: facebookarchive/draft-js#2265 Reviewed By: mrkev Differential Revision: D18748117 Pulled By: claudiopro fbshipit-source-id: da74d8c36685647ee8841f29fc05aa754eff8ba7
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Updates
prettier
in dev dependencies tov1.19.1
to align with the version in use on Facebook'swww
repo. This fixes the failures in TravisCI lint jobs caused by 6217dc8.Test Plan
Verify there are no lint errors by running the command: