Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

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

Merged
DominicKramer merged 2 commits intomasterfrom
renovate/gts-0.x
Jul 13, 2018
Merged

chore(deps): update dependency gts to ^0.8.0#167
DominicKramer merged 2 commits intomasterfrom
renovate/gts-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 12, 2018

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

Note: This PR was created on a configured schedule ("after 10pm,before 5am") and will not receive updates outside those times.

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.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 12, 2018
@renovate renovate Bot force-pushed the renovate/gts-0.x branch from 8d2a03b to 71cbd35 Compare July 13, 2018 03:25
@ghost ghost assigned DominicKramer Jul 13, 2018
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jul 13, 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.

@DominicKramer DominicKramer merged commit 199443d into master Jul 13, 2018
@renovate renovate Bot deleted the renovate/gts-0.x branch July 13, 2018 19:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants