Skip to content

Update peer dependency to support karma 6 #427

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

Merged
merged 3 commits into from
Feb 6, 2021

Conversation

peterblazejewicz
Copy link
Contributor

  • updates peer dependencies mark to support karma v6
  • update karma dependency to 6.1.0
  • update @types/karma to 6.1.0

karma 6.1.0 is breaking (kind of), mostly for Dart users. Should not have direct impact on Karma TS integration, but peer dependency definiiton makes using v6 impossible. Hence this change.
Tested locally, changes applied and tested in all packages, except of:

  • Docker (requires app rewrite, it fails at runtime due to yars/args error)
  • Gulp plugin (I cannot take a dent on how it works)

Thanks!

Update acorn.parse usage to support ecmaVersion

Opted to lastest, the reasoning is TS is defined as lastest.

Fixes #409

[README] bump copy year and minor cleanup

Opted to `lastest`, the reasoning is TS is defined as `lastest`.

Fixes monounity#409
- updates peer dependencies mark to support `karma` v6
- update `karma` dependency to `6.1.0`
- update `@types/karma` to `6.1.0`

`karma` 6.1.0 is breaking (kind of), mostly for Dart users. Should not have direct impact on Karma TS integration, but peer dependency definiiton makes using v6 impossible. Hence this change.
Tested locally, changes applied and tested in all packages, except of:
- Docker (requires app rewrite, it fails at runtime due to yars/args error)
- Gulp plugin (I cannot take a dent on how it works)

Thanks!
@erikbarke erikbarke merged commit 7b64945 into monounity:master Feb 6, 2021
@erikbarke
Copy link
Collaborator

Awesome, thanks 🎉

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.

Since karma-typescript 5.3.0/Acorn 8.0.0 options.ecmaVersion is required
2 participants