This repository was archived by the owner on Apr 3, 2024. It is now read-only.
fix(deps): update dependency gcp-metadata to ^0.8.0#548
Merged
JustinBeckwith merged 1 commit intomasterfrom Oct 25, 2018
Merged
fix(deps): update dependency gcp-metadata to ^0.8.0#548JustinBeckwith merged 1 commit intomasterfrom
JustinBeckwith merged 1 commit intomasterfrom
Conversation
58dafd6 to
f86f386
Compare
f86f386 to
b329693
Compare
JustinBeckwith
approved these changes
Oct 25, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.7.0->^0.8.0Release Notes
googleapis/gcp-metadata
v0.8.0Compare Source
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()andproject()has changedThe
instance()andproject()methods are much more selective about which properties they will accept.The only accepted properties are
paramsandproperties. Theinstance()andproject()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.
Breaking Changes
Implementation Changes
Dependencies
Internal / Testing Changes
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 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.
This PR has been generated by Renovate Bot. View repository job log here.