Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

chore(deps): update dependency gts to ^0.9.0 #246

Merged
merged 2 commits into from
Jan 9, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2018

This PR contains the following updates:

Package Type Update Change References
gts devDependencies minor ^0.6.0 -> ^0.9.0 source

Release Notes

google/ts-style

v0.9.0

Compare Source

Notable Changes

Commits

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: google/google-auth-library-nodejs#​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

v0.7.1

Compare Source

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

Commits


Renovate configuration

📅 Schedule: "after 9am and before 3pm" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this state. It's up to you to confirm consent of all the commit author(s), set the cla label to yes (if enabled on your project), and then merge this pull request when appropriate.

@renovate renovate bot force-pushed the renovate/gts-0.x branch 6 times, most recently from 3b7292f to 58d3889 Compare December 21, 2018 03:41
@renovate renovate bot force-pushed the renovate/gts-0.x branch 3 times, most recently from 73d5a13 to 3400eea Compare January 7, 2019 23:55
@renovate
Copy link
Contributor Author

renovate bot commented Jan 8, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label rebase to this PR and Renovate will reset/recreate it.

@googlebot
Copy link

A Googler has manually verified that the CLAs look good.

(Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.)

@googlebot googlebot removed the cla: no label Jan 8, 2019
@mayurkale22 mayurkale22 self-requested a review January 8, 2019 22:47
Copy link
Member

@mayurkale22 mayurkale22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have fixed the issue with build, looks like this is good to go.

@mayurkale22 mayurkale22 merged commit 845c1c0 into master Jan 9, 2019
@mayurkale22 mayurkale22 deleted the renovate/gts-0.x branch January 9, 2019 00:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants