Skip to content

Conversation

@yhatt
Copy link
Member

@yhatt yhatt commented Aug 3, 2018

This PR will upgrade the version of dependent packages to the latest by using yarn upgrade-interactive --latest.

The most important change is a major update of TypeScript. Thanks to the great work of TS team, we can upgrade to TypeScript 3.0 without any problems.

Prettier's minor update v1.14 has supported formatting YAML. We added the *.yaml and *.yml extension to the formatting target. We don't guess to be used many YAML files at this repo, but currently it would make a better CI configuration formatting.

The minor patches to work test correctly

  • ts-jest v23.1.x requires babel-core and babel-jest by peerDependencies.
  • jest will not work with current default testURL (about:blank) because of jsdom's strict localStorage implementation. We update testURL to http://localhost. (Also see Update testURL default value from about:blank to localhost jestjs/jest#6792) When the update of Jest was coming, we would be able to remove a definition again.

@yhatt yhatt merged commit 2550032 into master Aug 3, 2018
@yhatt yhatt deleted the upgrade-dependencies branch August 3, 2018 16:30
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.

2 participants