Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

chore(deps): update dependency gts to ^0.8.0 #49

Merged
merged 2 commits into from
Jul 21, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2018

This Pull Request updates dependency gts from ^0.7.1 to ^0.8.0

Release Notes

v0.8.0

Compare Source
This is a release with breaking changes. We no longer set the esModuleInterop and allowSyntheticDefaultImports in the default TypeScript config. These might be reasonable configurations for end-user application code, but for libraries these can be problematic. TypeScript users of such libraries must have these flags set as well for compilation to succeed. For example: https://github.com/google/google-auth-library-nodejs/issues/381.

There are two ways to deal with this breaking change:

  • (recommended) change code using synthetic imports (import fs from 'fs') back to using old style imports (import * as fs from 'fs').
  • Add "esModuleInterop": true to your local tsconfig.json.

Sorry for the churn.

Commits
  • d92f876 fix: also disable allowSyntheticDefaultImports (#​184)
  • 94360af fix: disable esModuleInterop (#​183)
  • b2b5bbd test: add more tests (#​182)
  • 122fe81 fix(init): init package with better main, types (#​179)


This PR has been generated by Renovate Bot.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 21, 2018

PR has been edited

As this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems. If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it.

@JustinBeckwith JustinBeckwith merged commit 0a5752d into master Jul 21, 2018
@renovate renovate bot deleted the renovate/gts-0.x branch July 21, 2018 15:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants