sohwendy / secretary-bot

MIT License
2 stars 1 forks source link

Update googleapis to the latest version 🚀 #5

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 29.0.0 of googleapis was just published.

Dependency googleapis
Current Version 28.1.0
Type dependency

The version 29.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of googleapis.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 29.0.0

It's time for 29.0 y'all! This release has a few bug fixes lots of docs stuff, and a shiny new fancy API. Enjoy!

Features

4b07f85 feat: add api to get all apis (#1121)

Bug fixes

786b0a4 fix: Replace string-template with url-template (#1108)
82d5b99 fix: fix doc publishing (#1118)
7d130a1 fix: add semver ranges to package.json (#1115)

Docs, docs, DOCS

7181826 docs: use typedoc to re-generate ref docs (#1105)
10f4476 docs: improve the readme and samples (#1109)
71cd7f7 docs: Fix StackOverflow sentence. (#1126)
0b4d13c docs: add google plus post sample (#1125)
f8d4705 docs: fix links to ref docs (#1122)

Keepin' the lights on

17323dc chore(package): update @types/node to version 9.6.3 (#1113)

Commits

The new version differs by 12 commits.

  • 47b3255 chore: release 29.0.0 (#1127)
  • 3439c65 Fix sample for youtube search (#1128)
  • 786b0a4 fix: Replace string-template with url-template (#1108)
  • 71cd7f7 docs: Fix StackOverflow sentence. (#1126)
  • 0b4d13c feat: add google plus post sample (#1125)
  • f8d4705 docs: fix links to ref docs (#1122)
  • 4b07f85 feat: add api to get all apis (#1121)
  • 82d5b99 fix: fix doc publishing (#1118)
  • 7d130a1 fix: add semver ranges to package.json (#1115)
  • 10f4476 docs: improve the readme and samples (#1109)
  • 17323dc chore(package): update @types/node to version 9.6.3 (#1113)
  • 7181826 docs: use typedoc to re-generate ref docs (#1105)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 31.0.0 just got published.

Update to this version instead 🚀

Release Notes 31.0.0

This release has breaking changes! Support for Node.js 4 has been dropped.

New APIs

  • Android Publisher v3
  • Jobs v2
  • PhotosLibrary v1

Bug fixes

5639601 fix: upgrade to the latest version of gts (and others) (#1164)
25c3f8e fix: use reject handler instead of catch for callbacks (#1161)
f3347c5 fix: drop support for node.js 4 (#1163)

Docs

fa96de6 docs: Specifies method for refreshing access token (#1177)
a9b0674 docs: Fix syntax error (#1174)
4645bda docs: explain how to use a refresh_token (#1160)

Keepin the lights on

feba6af refactor(generator): dedup per-package index files (#1173)
2d8c8a5 refactor(generator): clean up imports in the generator (#1170)
2fef1ae refactor: isolate the googleapis-common module (#1169)
82920f4 chore: generate per-package index (#1172)
310123f chore: re-organize directory structure (and run generator) (#1167)
db02406 tests: add nodejs 10 to CI (#1162)

Commits

The new version differs by 24 commits.

  • 47828eb chore: release 31.0.0 (#1185)
  • fa96de6 docs: Specifies method for refreshing access token (#1177)
  • a9b0674 docs: Fix syntax error (#1174)
  • feba6af refactor(generator): dedup per-package index files (#1173)
  • 82920f4 chore: generate per-package index (#1172)
  • 2d8c8a5 refactor(generator): clean up imports in the generator (#1170)
  • 2fef1ae refactor: isolate the googleapis-common module (#1169)
  • 310123f chore: re-organize directory structure (and run generator) (#1167)
  • 5639601 fix: upgrade to the latest version of gts (and others) (#1164)
  • 25c3f8e fix: use reject handler instead of catch for callbacks (#1161)
  • f3347c5 fix: drop support for node.js 4 (#1163)
  • db02406 tests: add nodejs 10 to CI (#1162)
  • 4645bda docs: explain how to use a refresh_token (#1160)
  • a783911 chore: release 30.0.0 (#1156)
  • a3c9d9b docs: remove caveat about TypeScript docs (#1155)

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 31.0.2 just got published.

Update to this version instead 🚀

Release Notes 31.0.2

This release fixes a bug in 31.0.1 where the googleapis package was empty 🤷‍♂️

Commits

The new version differs by 3 commits.

  • 4064b7d chore: release 31.0.2 (#1192)
  • 1c16e35 chore: release 31.0.1 (#1188)
  • 4b7007d fix: cd before publishing (#1187)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 32.0.0 just got published.

Update to this version instead 🚀

Release Notes v32.0.0

Greetings folks! Welcome to 32.0.0. Lots of good stuff in this one 🎉

New APIs

  • The Compute API now supports nodeGroups, nodeTemplates, and nodeTypes
  • Analytics v3 can now manage UserDeletionRequests
  • DFA Reporting 3.1 has been added
  • TPU v1 has been added

Removed APIs (breaking changes)

  • PhotosLibrary v1 has been removed
  • All versions of the resourceViews API have been removed
  • Video Intelligence v1beta1 has been removed

Fixes

18a7e5b docs: fix samples link in README.md (#1207)
058a122 fix: re-enable static typing (#1202)
162c464 fix: analytics.js typo fix (#1198)
e7f2ec4 chore: run the generator, fixing samples (#1197)

Keepin the lights on

5137690 chore(package): update nyc to version 12.0.2 (#1204)

Commits

The new version differs by 6 commits.

  • dd562cc chore: release 32.0.0 (#1208)
  • 18a7e5b docs: fix samples link in README.md (#1207)
  • 058a122 fix: re-enable static typing (#1202)
  • 5137690 chore(package): update nyc to version 12.0.2 (#1204)
  • e7f2ec4 chore: run the generator, fixing samples (#1197)
  • 162c464 fix: analytics.js typo fix (#1198)

See the full diff