stephenplusplus / google-auto-auth

Making it as easy as possible to authenticate a Google API request
MIT License
34 stars 9 forks source link

Update dependency gcp-metadata to ^0.8.0 #56

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
gcp-metadata dependencies minor ^0.7.0 -> ^0.8.0 source

Release Notes

googleapis/gcp-metadata ### [`v0.8.0`](https://renovatebot.com/gh/googleapis/gcp-metadata/blob/master/CHANGELOG.md#v080) [Compare Source](https://renovatebot.com/gh/googleapis/gcp-metadata/compare/v0.7.0...v0.8.0) **This release has breaking changes**. Please take care when upgrading to the latest version. ##### Dropped support for Node.js 4.x and 9.x This library is no longer tested against versions 4.x and 9.x of Node.js. Please upgrade to the latest supported LTS version! ##### Return type of `instance()` and `project()` has changed The `instance()` and `project()` methods are much more selective about which properties they will accept. The only accepted properties are `params` and `properties`. The `instance()` and `project()` methods also now directly return the data instead of a response object. ##### Changes in how large number valued properties are handled Previously large number-valued properties were being silently losing precision when returned by this library (as a number). In the cases where a number valued property returned by the metadata service is too large to represent as a JavaScript number, we will now return the value as a BigNumber (from the bignumber.js) library. Numbers that do fit into the JavaScript number range will continue to be returned as numbers. For more details see [#​74](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/74). ##### Breaking Changes - chore: drop support for node.js 4 and 9 ([#​68](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/68)) - fix: quarantine axios config ([#​62](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/62)) ##### Implementation Changes - fix: properly handle large numbers in responses ([#​74](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/74)) ##### Dependencies - chore(deps): update dependency pify to v4 ([#​73](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/73)) ##### Internal / Testing Changes - Move to the new github org ([#​84](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/84)) - Update CI config ([#​83](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/83)) - Retry npm install in CI ([#​81](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/81)) - Update CI config ([#​79](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/79)) - chore(deps): update dependency nyc to v13 ([#​77](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/77)) - add key for system tests - increase kitchen test timeout - add a lint npm script - update npm scripts - add a synth file and run it ([#​75](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/75)) - chore(deps): update dependency assert-rejects to v1 ([#​72](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/72)) - chore: ignore package-log.json ([#​71](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/71)) - chore: update renovate config ([#​70](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/70)) - test: throw on deprecation - chore(deps): update dependency typescript to v3 ([#​67](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/67)) - chore: make it OSPO compliant ([#​66](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/66)) - chore(deps): update dependency gts to ^0.8.0 ([#​65](https://renovatebot.com/gh/googleapis/gcp-metadata/pull/65))

Renovate configuration

:date: Schedule: No schedule defined.

:vertical_traffic_light: Automerge: Enabled.

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