Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

fix(deps): update dependency google-auth-library to v3 - #35

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/google-auth-library-3.x
Open

fix(deps): update dependency google-auth-library to v3#35
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/google-auth-library-3.x

Conversation

@renovate

@renovate renovate Bot commented Jan 16, 2019

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change References
google-auth-library dependencies major ^2.0.0 -> ^3.0.0 source

Release Notes

googleapis/google-auth-library-nodejs

v3.1.2

Compare Source

03-22-2019 15:38 PDT

Implementation Changes
  • fix: getCredential(): load credentials with getClient() (#​648)
Internal / Testing Changes
  • chore: publish to npm using wombat (#​645)

v3.1.1

Compare Source

03-18-2019 08:32 PDT

Bug Fixes
  • fix: Avoid loading fast-text-encoding if not in browser environment (#​627)
Dependencies
  • fix(deps): update dependency gcp-metadata to v1 (#​632)
Documentation
  • docs: update links in contrib guide (#​630)
Internal / Testing Changes
  • build: use per-repo publish token (#​641)
  • build: Add docuploader credentials to node publish jobs (#​639)
  • build: use node10 to run samples-test, system-test etc (#​638)
  • build: update release configuration
  • chore(deps): update dependency @​types/lru-cache to v5 (#​635)
  • chore(deps): update dependency mocha to v6
  • chore: fix lint (#​631)
  • build: use linkinator for docs test (#​628)
  • chore(deps): update dependency @​types/tmp to ^0.0.34 (#​629)
  • build: create docs test npm scripts (#​625)
  • build: test using @​grpc/grpc-js in CI (#​624)

v3.1.0

Compare Source

02-08-2019 08:29 PST

Bug fixes
  • fix: use key file when fetching project id (#​618)
  • fix: Throw error if there is no refresh token despite the necessity of refreshing (#​605)
New Features
  • feat: allow passing constructor options to getClient (#​611)
Documentation
  • docs: update contributing path in README (#​621)
  • chore: move CONTRIBUTING.md to root (#​619)
  • docs: add lint/fix example to contributing guide (#​615)
  • docs: use the People API for samples (#​609)
Internal / Testing Changes
  • chore(deps): update dependency typescript to ~3.3.0 (#​612)
  • chore(deps): update dependency eslint-config-prettier to v4 (#​604)
  • build: ignore googleapis.com in doc link check (#​602)
  • chore(deps): update dependency karma to v4 (#​603)

v3.0.1

Compare Source

01-16-2019 21:04 PST

Bug Fixes
  • fix(deps): upgrade to the latest gaxios (#​596)

v3.0.0

Compare Source

01-16-2019 10:00 PST

Welcome to 3.0 🎉 This release has it all. New features, bug fixes, breaking changes, performance improvements - something for everyone! The biggest addition to this release is support for the browser via Webpack.

This release has breaking changes. This release has a few breaking changes. These changes are unlikely to affect most clients.

BREAKING: Migration from axios to gaxios

The 2.0 version of this library used the axios library for making HTTP requests. In the 3.0 release, this has been replaced by a mostly API compatible library gaxios. The new request library natively supports proxies, and comes with a smaller dependency chain. While this is mostly an implementation detail, the request method was directly exposed via the GoogleAuth.request and OAuth2Client.request methods. The gaxios library aims to provide an API compatible implementation of axios, but that can never be 100% promised. If you run into bugs or differences that cause issues - please do let us know.

BREAKING: generateCodeVerifier is now generateCodeVerifierAsync

The OAuth2Client.generateCodeVerifier method has been replaced by the OAuth2Client.generateCodeVerifierAsync method. It has changed from a synchronous method to an asynchronous method to support async browser crypto APIs required for Webpack support.

BREAKING: verifySignedJwtWithCerts is now verifySignedJwtWithCertsAsync

The OAuth2Client.verifySignedJwtWithCerts method has been replaced by the OAuth2Client.verifySignedJwtWithCertsAsync method. It has changed from a synchronous method to an asynchronous method to support async browser crypto APIs required for Webpack support.

New Features
  • feat: make it webpackable (#​371)
Bug Fixes
  • fix: accept lowercase env vars (#​578)
Dependencies
  • chore(deps): update gtoken (#​592)
  • fix(deps): upgrade to gcp-metadata v0.9.3 (#​586)
Documentation
  • docs: update bug report link (#​585)
  • docs: clarify access and refresh token docs (#​577)
Internal / Testing Changes
  • refactor(deps): use gaxios for HTTP requests instead of axios (#​593)
  • fix: some browser fixes (#​590)
  • chore(deps): update dependency ts-loader to v5 (#​588)
  • chore(deps): update dependency karma to v3 (#​587)
  • build: check broken links in generated docs (#​579)
  • chore(deps): drop unused dep on typedoc (#​583)
  • build: add browser test running on Kokoro (#​584)
  • test: improve samples and add tests (#​576)

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.

@renovate
renovate Bot force-pushed the renovate/google-auth-library-3.x branch from cbe2e1d to cb22f6c Compare January 31, 2019 21:21
@renovate
renovate Bot force-pushed the renovate/google-auth-library-3.x branch from cb22f6c to af440fa Compare February 19, 2019 01:59
@renovate

renovate Bot commented Mar 20, 2019

Copy link
Copy Markdown
Contributor Author

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant