googleapis / nodejs-projectify

A simple utility for replacing the projectId token in objects.
Apache License 2.0
8 stars 6 forks source link

chore(deps): update dependency gts to v1 #101

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
gts devDependencies major ^0.9.0 -> ^1.0.0 source

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.

renovate[bot] commented 5 years ago

PR has been edited

: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.

codecov[bot] commented 5 years ago

Codecov Report

Merging #101 into master will increase coverage by 0.78%. The diff coverage is 100%.

Impacted file tree graph

@@            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.