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

Update Dependencies #1821

Merged
merged 2 commits into from
Jan 8, 2020
Merged

Update Dependencies #1821

merged 2 commits into from
Jan 8, 2020

Conversation

belcherj
Copy link
Contributor

@belcherj belcherj commented Jan 8, 2020

Fix

Fixes: #1732 because of draft-js update

Updates Dependencies

Test

Run app and click around.

Review

Only one developer is required to review these changes, but anyone can perform the review.

Release

RELEASE-NOTES.txt was updated with:

  • Updated dependencies

@belcherj belcherj requested a review from a team January 8, 2020 15:24
@belcherj belcherj self-assigned this Jan 8, 2020
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "2.3.0",
"fake-indexeddb": "3.0.0",
"hard-source-webpack-plugin": "0.13.1",
"html-webpack-plugin": "3.2.0",
"husky": "3.1.0",
"husky": "4.0.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix: make Yarn silent. When Husky was installed with Yarn 1.21.1, hooks output was too verbose (#626).
Support Yarn v2 new Plug'n'Play feature (thanks to @arcanis)
Improve path handling on Windows (in particular with Cygwin and Cmdr)
Remove dependencies and simplify code
Breaking requires Node 10+

Looks great.

"draft-js": "0.11.3",
"core-js": "3.6.2",
"date-fns": "2.9.0",
"draft-js": "0.11.4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix typing Chinese in Edge (#2082) (#2088) (Robbert Brak in 8c0727e)

Hoping this may impact our issues with IME input unexpectedly changing

Copy link
Member

@dmsnell dmsnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the ball - thanks again 🙇

@belcherj belcherj merged commit ca456a4 into develop Jan 8, 2020
@belcherj belcherj deleted the update/dependencies branch January 8, 2020 19:41
@codebykat codebykat added this to the 1.14 milestone Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Note does not scroll when typing on an indented line
3 participants