chore(deps): update dependency gts to ^0.9.0#246
Conversation
|
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 |
3b7292f to
58d3889
Compare
73d5a13 to
3400eea
Compare
3400eea to
0773566
Compare
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 |
|
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.) |
mayurkale22
left a comment
There was a problem hiding this comment.
I have fixed the issue with build, looks like this is good to go.
This PR contains the following updates:
^0.6.0->^0.9.0Release Notes
google/ts-style
v0.9.0Compare Source
Notable Changes
66da7ecfix: upgrade init'ed and allowed versions of TypeScript (#208)f7c75eefeat: print clang-format output (#186)Commits
399f851(HEAD -> master, origin/master) chore(deps): lock file maintenance (#222)fd89106chore(deps): lock file maintenance (#221)9b00263chore(deps): lock file maintenance (#219)aced615chore(deps): lock file maintenance (#218)3eaed5echore(deps): update dependency @types/meow to v5 (#217)42ce864chore(deps): lock file maintenance (#216)6d602abchore(deps): update dependency typescript to ~3.1.0 (#213)6ae3d7fchore(deps): lock file maintenance (#209)66da7ecfix: upgrade init'ed and allowed versions of TypeScript (#208)77e7d6c(fix-203) chore(deps): update dependency @types/glob to v7 (#206)4d1dff9chore(deps): lock file maintenance (#204)1ac64acchore(deps): update dependency nyc to v13 (#205)6964b4cchore(deps): lock file maintenance (#202)d44c58achore(deps): update dependency @types/inquirer to ^0.0.43 (#200)a83308dchore(deps): update dependency typescript to v3 (#192)57cd5eechore(deps): lock file maintenance (#198)9e8e406chore(deps): lock file maintenance (#197)0989560fix(deps): update dependency pify to v4 (#196)dea8269chore(deps): lock file maintenance (#195)29514c0chore(deps): lock file maintenance (#193)6eca165chore(deps): lock file maintenance (#191)a8d8da6chore(deps): update dependency typescript to ~2.9.0 (#190)d0d430dfix: allow 'gts clean' to follow tsconfig.json dependency chain (#185)f7c75eefeat: print clang-format output (#186)e107ab3chore: Configure Renovate (#189)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: google/google-auth-library-nodejs#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
d92f876fix: also disable allowSyntheticDefaultImports (#184)94360affix: disable esModuleInterop (#183)b2b5bbdtest: add more tests (#182)122fe81fix(init): init package with better main, types (#179)v0.7.1Compare Source
This release fixes a regression with code formatting introduced in v0.7.0.
Commits
074a377fix(format): deal with absent .clang-format (#176)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.
This PR has been generated by Renovate Bot. View repository job log here.