This repository was archived by the owner on Mar 11, 2026. It is now read-only.
chore(deps): update dependency gts to ^0.8.0#2
Merged
JustinBeckwith merged 1 commit intomasterfrom Jul 25, 2018
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 17 17
Branches 8 8
=====================================
Hits 17 17Continue to review full report at Codecov.
|
7ca9eb0 to
23cdd7e
Compare
23cdd7e to
dde4fd7
Compare
JustinBeckwith
approved these changes
Jul 25, 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
No esModuleInterop and allowSyntheticDefaultImports
Compare 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.