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

fix: Upgrade init'ed and allowed versions of TypeScript (closes #203) #208

Merged
merged 1 commit into from Sep 24, 2018
Merged

fix: Upgrade init'ed and allowed versions of TypeScript (closes #203) #208

merged 1 commit into from Sep 24, 2018

Conversation

carnesen
Copy link
Contributor

When this PR is merged

  • Package gts will allow TypeScript 3.x as a peer dependency
  • Command gts init will install typescript@~3.0.0
  • (Implementation detail): The gts init-installed version of typescript will be derived from this package's devDependencies.

@codecov-io
Copy link

codecov-io commented Sep 22, 2018

Codecov Report

Merging #208 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #208   +/-   ##
=======================================
  Coverage   98.52%   98.52%           
=======================================
  Files          12       12           
  Lines         814      814           
  Branches       65       65           
=======================================
  Hits          802      802           
  Misses         12       12
Impacted Files Coverage Δ
src/init.ts 88.99% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 77e7d6c...00f601e. Read the comment docs.

@carnesen carnesen mentioned this pull request Sep 22, 2018
const deps: Bag<string> = {'gts': `^${pkg.version}`, 'typescript': '~2.8.0'};
const deps: Bag<string> = {
gts: `^${pkg.version}`,
typescript: pkg.devDependencies.typescript
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Currently the value of pkg.devDependencies.typescript is ~3.0.0

Copy link
Contributor

@ofrobots ofrobots left a comment

Choose a reason for hiding this comment

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

Thanks a lot for the PR @carnesen. This looks great 👍

@ofrobots ofrobots merged commit 66da7ec into google:master Sep 24, 2018
@carnesen carnesen deleted the upgrade-typescript-3 branch September 24, 2018 18:23
@DominicKramer DominicKramer mentioned this pull request Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants