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

Update dependency gtoken to v4 #1399

Merged
merged 2 commits into from
Jul 10, 2019

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
gtoken dependencies major ^3.0.0 -> ^4.0.0

Release Notes

google/node-gtoken

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • This commit creates multiple breaking changes. The getToken()
    method previously returned Promise<string>, where the string was the
    access_token returned from the response. However, the oauth2 endpoint could
    return a variety of other fields, such as an id_token in special cases.
const token = await getToken();
// old response: 'some.access.token'
// new response: { access_token: 'some.access.token'}

To further support this change, the GoogleToken class no longer exposes
a token variable. It now exposes rawToken, accessToken, and idToken
fields which can be used to access the relevant values returned in the
response.

Bug Fixes
3.0.2 (2019-06-26)
Bug Fixes
3.0.1 (2019-06-13)
Bug Fixes

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jul 10, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jul 10, 2019
@fhinkel fhinkel added the cla: yes This human has signed the Contributor License Agreement. label Jul 10, 2019
@fhinkel fhinkel merged commit 43efcec into GoogleCloudPlatform:master Jul 10, 2019
@renovate-bot renovate-bot deleted the renovate/gtoken-4.x branch July 10, 2019 15:35
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