Skip to content
Permalink

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: GoogleCloudPlatform/grpc-gcp-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.2
Choose a base ref
...
head repository: GoogleCloudPlatform/grpc-gcp-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 13 commits
  • 7 files changed
  • 5 contributors

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    d508dd0 View commit details
    Browse the repository at this point in the history
  2. build!: require Node.js 12+ (#156)

    Release-As: v1.0.0
    alexander-fenster authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    4a71e84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b415c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a8d3fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    734786c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c72fec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8dc6d31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fc086f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c155280 View commit details
    Browse the repository at this point in the history
  10. chore(deps): update dependency google-gax to v3 (#149)

    Co-authored-by: Alexander Fenster <[email protected]>
    renovate-bot and alexander-fenster authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    115b0de View commit details
    Browse the repository at this point in the history
  11. chore(deps): update dependency @grpc/proto-loader to ^0.7.0 (#152)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@grpc/proto-loader](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | [`^0.6.2` -> `^0.7.0`](https://renovatebot.com/diffs/npm/@grpc%2fproto-loader/0.6.13/0.7.2) | [![age](https://badges.renovateapi.com/packages/npm/@grpc%2fproto-loader/0.7.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@grpc%2fproto-loader/0.7.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@grpc%2fproto-loader/0.7.2/compatibility-slim/0.6.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@grpc%2fproto-loader/0.7.2/confidence-slim/0.6.13)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **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. ⚠ **Warning**: custom changes will be lost.
    
    ---
    
    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/GoogleCloudPlatform/grpc-gcp-node).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC41In0=-->
    renovate-bot authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    5a0ebcd View commit details
    Browse the repository at this point in the history
  12. fix(grpc): loosen version range on @grpc/grpc-js (#153)

    The strict `~` version range on `@grpc/grpc-js` makes `grpc-gcp` difficult to use in conjunction with `gax`, because libraries must be upgraded in step with each other.
    
    Let's leave the dependency strict in gax, but loose in `grpc-gcp`.
    
    _Note: also upgraded mocha to address security warning._
    Benjamin E. Coe authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    ad35ce7 View commit details
    Browse the repository at this point in the history
  13. chore(master): release 1.0.0 (#157)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    db52df9 View commit details
    Browse the repository at this point in the history
Loading