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 Jul 13, 2018
Merged
Conversation
8d2a03b to
71cbd35
Compare
Contributor
Author
PR has been editedAs 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. |
kjin
approved these changes
Jul 13, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency gts from
^0.7.1to^0.8.0Note: This PR was created on a configured schedule ("after 10pm,before 5am") and will not receive updates outside those times.
Release Notes
v0.8.0Compare Source
This is a release with breaking changes. We no longer set the
esModuleInteropandallowSyntheticDefaultImportsin 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:
import fs from 'fs') back to using old style imports (import * as fs from 'fs')."esModuleInterop": trueto your localtsconfig.json.Sorry for the churn.
Commits
This PR has been generated by Renovate Bot.