Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Aug 30, 2019

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

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

Release Notes

google/gts

v1.1.0

Compare Source

Bug Fixes

  • avoid conflicts between prettier and tslint (#​348) (83cb107)
  • npx command on Windows and make sure build/test work on Windows too (#​306) (458be26), closes #​2
  • process less files in parallel preventing OOM errors (#​369) (b48196d)
  • deps: update dependency update-notifier to v3 (#​339) (a6f9cfa)

Features

v1.0.0

Compare Source

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 as the code formatting tool (#​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) 💀.
  • 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


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 googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 30, 2019
@renovate-bot renovate-bot force-pushed the renovate/gts-1.x branch 2 times, most recently from 30a943d to d25e9af Compare August 30, 2019 16:34
@alexander-fenster alexander-fenster merged commit 3715ec4 into googleapis:master Aug 30, 2019
@renovate-bot renovate-bot deleted the renovate/gts-1.x branch August 30, 2019 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants