Closed renovate[bot] closed 5 years ago
:construction_worker: 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 you may click the "rebase" checkbox in the PR body/description.
Merging #101 into master will increase coverage by
0.78%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #101 +/- ##
==========================================
+ Coverage 93.33% 94.11% +0.78%
==========================================
Files 1 1
Lines 15 17 +2
Branches 5 7 +2
==========================================
+ Hits 14 16 +2
Partials 1 1
Impacted Files | Coverage Ξ | |
---|---|---|
src/index.ts | 94.11% <100%> (+0.78%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact)
,ΓΈ = not affected
,? = missing data
Powered by Codecov. Last update 0149650...cf7e2e4. Read the comment docs.
This PR contains the following updates:
^0.9.0
->^1.0.0
Release Notes
google/gts
### [`v1.0.0`](https://togithub.com/google/gts/releases/v1.0.0) [Compare Source](https://togithub.com/google/gts/compare/v0.9.0...v1.0.0) **This release contains breaking changes. Picking up this update most likely will cause a breaking change in your module. Take care when picking up this update.** ### Breaking Changes - We have switched to [prettier](https://prettier.io) as the code formatting tool ([#259](https://togithub.com/google/gts/issues/259)). `gts run fix` should migrate your code over to the new style π . - This release drops support for Node 6 which will reach end-of-life in April 2019 ([#256](https://togithub.com/google/gts/issues/256)) π. - This release defaults to ES2017 as the TypeScript code generation target. This means that the generated code needs a minimum of Node 8 to run. On the plus side this means that generated code would use native implementation of ES2017 features (e.g. async/await) rather than using poly-fills π§¬. **This change is most likely a breaking change for your module**. You can override this setting by customizing your `tsconfig.json` however. - The `tslint` configuration has been updated to pick up changes in the Google style guideπ§. - Assumes that target projects are using TypeScript 3.x+ π―. ### Other features - Support for yarn ([#285](https://togithub.com/google/gts/issues/285))Renovate configuration
:date: Schedule: "after 9am and before 3pm" (UTC).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!
".:no_bell: 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.