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

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

Merged
merged 2 commits into from Jul 24, 2018
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2018

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

Release Notes

No esModuleInterop and allowSyntheticDefaultImports

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)

v0.7.1

Compare Source
This release fixes a regression with code formatting introduced in v0.7.0.

Commits

  • 074a377 fix(format): deal with absent .clang-format (#​176)


This PR has been generated by Renovate Bot.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 17, 2018
@renovate renovate bot force-pushed the renovate/gts-0.x branch 2 times, most recently from 8062541 to 5bb1039 Compare July 23, 2018 12:22
@renovate
Copy link
Contributor Author

renovate bot commented Jul 24, 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 9ff9724 into master Jul 24, 2018
@renovate renovate bot deleted the renovate/gts-0.x branch July 24, 2018 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants