This repository was archived by the owner on Nov 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 97
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: googleapis/gax-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: googleapis/gax-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 6 files changed
- 4 contributors
Commits on Aug 27, 2022
-
fix(deps): update dependency protobufjs-cli to v1.0.1 (#1328)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [protobufjs-cli](https://togithub.com/protobufjs/protobuf.js) | [`1.0.0` -> `1.0.1`](https://renovatebot.com/diffs/npm/protobufjs-cli/1.0.0/1.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>protobufjs/protobuf.js</summary> ### [`v1.0.1`](https://togithub.com/protobufjs/protobuf.js/releases/tag/protobufjs-cli-v1.0.1) [Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.0.0...protobufjs-cli-v1.0.1) ##### Bug Fixes - **deps:** update dependency glob to v8 ([#​1750](https://togithub.com/protobufjs/protobuf.js/issues/1750)) ([8303a64](https://togithub.com/protobufjs/protobuf.js/commit/8303a648bc12dcea5aa8e7efa042de39011857f9)) - remove unused `@types/long` ([#​1785](https://togithub.com/protobufjs/protobuf.js/issues/1785)) ([0f4af83](https://togithub.com/protobufjs/protobuf.js/commit/0f4af83e4ed3cef1ec035c2833e0b06cab0bd87f)) - **types:** update type deps ([#​1776](https://togithub.com/protobufjs/protobuf.js/issues/1776)) ([d87978b](https://togithub.com/protobufjs/protobuf.js/commit/d87978b8eb2a176676c58379a89206b94a6d926a)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE3Ni4wIn0=-->
Configuration menu - View commit details
-
Copy full SHA for b810d37 - Browse repository at this point
Copy the full SHA b810d37View commit details
Commits on Aug 29, 2022
-
fix: refactor createByteLengthFunction, warn if fails (#1331)
* fix: refactor createByteLengthFunction, warn if fails * fix: formatting
Configuration menu - View commit details
-
Copy full SHA for d27f7fa - Browse repository at this point
Copy the full SHA d27f7faView commit details -
fix(deps): update dependency protobufjs to v7.1.0 (#1329)
* fix(deps): update dependency protobufjs to v7 * fix: bump @grpc/proto-loader, use protobufjs-cli * fix: use protobufjs-cli * fix(deps): pin jsdoc to v3.6.7 Co-authored-by: Alexander Fenster <[email protected]> Co-authored-by: Alexander Fenster <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc5446e - Browse repository at this point
Copy the full SHA fc5446eView commit details -
chore(main): release 3.3.1 (#1330)
🤖 I have created a release *beep* *boop* --- ## [3.3.1](v3.3.0...v3.3.1) (2022-08-29) ### Bug Fixes * **deps:** update dependency protobufjs to v7.1.0 ([#1329](#1329)) ([fc5446e](fc5446e)) * **deps:** update dependency protobufjs-cli to v1.0.1 ([#1328](#1328)) ([b810d37](b810d37)) * refactor createByteLengthFunction, warn if fails ([#1331](#1331)) ([d27f7fa](d27f7fa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for b574655 - Browse repository at this point
Copy the full SHA b574655View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.3.0...v3.3.1