typed-ember/ember-cli-typescript
### [`v2.0.2`](https://togithub.com/typed-ember/ember-cli-typescript/blob/master/CHANGELOG.md#202---2019-07-05)
[Compare Source](https://togithub.com/typed-ember/ember-cli-typescript/compare/v2.0.1...v2.0.2)
- Lock `@babel/plugin-transform-typescript` version pending a fix to [babel/babel#10162](https://togithub.com/babel/babel/issues/10162) ([#751](https://togithub.com/typed-ember/ember-cli-typescript/pull/751))
### [`v2.0.1`](https://togithub.com/typed-ember/ember-cli-typescript/blob/master/CHANGELOG.md#201---2019-04-10)
[Compare Source](https://togithub.com/typed-ember/ember-cli-typescript/compare/v2.0.0...v2.0.1)
##### Fixed 🔧
- Correctly handles a mismatch between package and addon names ([#669](https://togithub.com/typed-ember/ember-cli-typescript/pull/669))
- Uses [Notion](https://www.notionjs.com) to specify Node and Yarn versions correctly. ([#667](https://togithub.com/typed-ember/ember-cli-typescript/pull/667))
### [`v2.0.0`](https://togithub.com/typed-ember/ember-cli-typescript/blob/master/CHANGELOG.md#200---2019-03-13)
[Compare Source](https://togithub.com/typed-ember/ember-cli-typescript/compare/v1.5.0...v2.0.0)
The bullets below comprise a Greatest Hits list of the fixes and additions from 1.x, but the 2.0 release constitutes a ground-up rewrite of how we handle both transpiling and typechecking TypeScript code. For a full guide for upgrading from 1.x to 2.0, see the [Upgrade Notes document](https://togithub.com/typed-ember/ember-cli-typescript/blob/13015d2e7ebef9d7b9b8b5acb84a35b8dfde5502/tests/dummy/app/templates/docs/upgrade-notes.md).
##### Fixed 🔧
- We now play nicely with other JS/TS processors, like `ember-auto-import` ([#287](https://togithub.com/typed-ember/ember-cli-typescript/issues/287))
- Compilation across projects in monorepos no longer causes `tsc` to panic ([#314](https://togithub.com/typed-ember/ember-cli-typescript/issues/314))
##### Added ⭐️
- Typechecking now occurs off of the main build thread, so the two are no longer in competition for CPU time on multi-core systems.
- Much nicer formatting for type errors in both the console and browser when running `ember serve`.
- TS code is now transpiled by Babel, allowing it to benefit from the same caching and parallelization as JS transpilation, and ensuring consistent language semantics between TS and JS files.
Renovate configuration
:date: Schedule: "after 3am,before 9am" in timezone America/Los_Angeles.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
1.5.0
->2.0.2
Release Notes
typed-ember/ember-cli-typescript
### [`v2.0.2`](https://togithub.com/typed-ember/ember-cli-typescript/blob/master/CHANGELOG.md#202---2019-07-05) [Compare Source](https://togithub.com/typed-ember/ember-cli-typescript/compare/v2.0.1...v2.0.2) - Lock `@babel/plugin-transform-typescript` version pending a fix to [babel/babel#10162](https://togithub.com/babel/babel/issues/10162) ([#751](https://togithub.com/typed-ember/ember-cli-typescript/pull/751)) ### [`v2.0.1`](https://togithub.com/typed-ember/ember-cli-typescript/blob/master/CHANGELOG.md#201---2019-04-10) [Compare Source](https://togithub.com/typed-ember/ember-cli-typescript/compare/v2.0.0...v2.0.1) ##### Fixed 🔧 - Correctly handles a mismatch between package and addon names ([#669](https://togithub.com/typed-ember/ember-cli-typescript/pull/669)) - Uses [Notion](https://www.notionjs.com) to specify Node and Yarn versions correctly. ([#667](https://togithub.com/typed-ember/ember-cli-typescript/pull/667)) ### [`v2.0.0`](https://togithub.com/typed-ember/ember-cli-typescript/blob/master/CHANGELOG.md#200---2019-03-13) [Compare Source](https://togithub.com/typed-ember/ember-cli-typescript/compare/v1.5.0...v2.0.0) The bullets below comprise a Greatest Hits list of the fixes and additions from 1.x, but the 2.0 release constitutes a ground-up rewrite of how we handle both transpiling and typechecking TypeScript code. For a full guide for upgrading from 1.x to 2.0, see the [Upgrade Notes document](https://togithub.com/typed-ember/ember-cli-typescript/blob/13015d2e7ebef9d7b9b8b5acb84a35b8dfde5502/tests/dummy/app/templates/docs/upgrade-notes.md). ##### Fixed 🔧 - We now play nicely with other JS/TS processors, like `ember-auto-import` ([#287](https://togithub.com/typed-ember/ember-cli-typescript/issues/287)) - Compilation across projects in monorepos no longer causes `tsc` to panic ([#314](https://togithub.com/typed-ember/ember-cli-typescript/issues/314)) ##### Added ⭐️ - Typechecking now occurs off of the main build thread, so the two are no longer in competition for CPU time on multi-core systems. - Much nicer formatting for type errors in both the console and browser when running `ember serve`. - TS code is now transpiled by Babel, allowing it to benefit from the same caching and parallelization as JS transpilation, and ensuring consistent language semantics between TS and JS files.Renovate configuration
:date: Schedule: "after 3am,before 9am" in timezone America/Los_Angeles.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.