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

Upgrade dependencies to latest version #33

Merged
merged 5 commits into from
Sep 20, 2018
Merged

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Sep 20, 2018

Upgrade dependent packages to latest version by using yarn upgrade(-interactive) --latest.

This PR includes update of Marpit v0.1.2. It has a bugfix about important comments /*! like this */ in theme CSS (marp-team/marpit#76).

Marp Core is using important comments in Sass, but we were not affected from this bug because @theme meta is there in multiline comments. It would affect to marp-cli.


There is an important change on upgraded ts-jest too. In this update, it seems to be varied a strategy of versioning from semver to follow Jest. To avoid breaking CI tests, we have pinned the version of ts-jest by follow documentation.

The other changes about ts-jest:

  • Update jest.config.js to merge transform option from its preset. preset: 'ts-jest' is not using because of testRegex, it cannot use together with testMatch defined in preset. (8b9e8ff)
  • It no longer requires Babel. We have removed related packages from devDependencies. (646dc4f)
  • The new ts-jest can check types in test codes. 😄 We updated tests that has loose typings. (007a06c)

@yhatt yhatt merged commit ab555a5 into master Sep 20, 2018
@yhatt yhatt deleted the upgrade-dependencies branch September 20, 2018 08:29
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.

1 participant