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: googleapis/nodejs-pubsub
base: v4.0.6
Choose a base ref
...
head repository: googleapis/nodejs-pubsub
compare: v4.0.7
Choose a head ref
  • 11 commits
  • 19 files changed
  • 7 contributors

Commits on Sep 21, 2023

  1. chore(deps): update dependency gapic-tools to ^0.2.0 (#1834)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [gapic-tools](https://togithub.com/googleapis/gax-nodejs) | [`^0.1.7` -> `^0.2.0`](https://renovatebot.com/diffs/npm/gapic-tools/0.1.8/0.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/gapic-tools/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/gapic-tools/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/gapic-tools/0.1.8/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/gapic-tools/0.1.8/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/gax-nodejs (gapic-tools)</summary>
    
    ### [`v0.2.0`](https://togithub.com/googleapis/gax-nodejs/releases/tag/gapic-tools-v0.2.0): gapic-tools: v0.2.0
    
    ##### Features
    
    -   add ESM tools in gax ([#&#8203;1459](https://togithub.com/googleapis/gax-nodejs/issues/1459)) ([0fb1cf9](https://togithub.com/googleapis/gax-nodejs/commit/0fb1cf9acd32dc1ae03a33279eca9449a7d3fca7))
    
    ##### Bug Fixes
    
    -   **deps:** update dependency google-proto-files to v4 ([#&#8203;1490](https://togithub.com/googleapis/gax-nodejs/issues/1490)) ([4748c9f](https://togithub.com/googleapis/gax-nodejs/commit/4748c9fc3a8cfe31e5abb3e35a6ee0d9a6f0e560))
    -   **deps:** update dependency protobufjs-cli to v1.1.2 ([#&#8203;1495](https://togithub.com/googleapis/gax-nodejs/issues/1495)) ([762591e](https://togithub.com/googleapis/gax-nodejs/commit/762591ed28801e5311ab737b04185781a41752e6))
    -   make gapic-tools depend on gax-nodejs ([#&#8203;1480](https://togithub.com/googleapis/gax-nodejs/issues/1480)) ([d0f410d](https://togithub.com/googleapis/gax-nodejs/commit/d0f410d2e08f393f2661c8c92568a0b518fddf99))
    -   release new version of gapic-tools ([#&#8203;1483](https://togithub.com/googleapis/gax-nodejs/issues/1483)) ([e4f5482](https://togithub.com/googleapis/gax-nodejs/commit/e4f548254bfce3daa3b02ae81764bb3394fc4f23))
    
    </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, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/nodejs-pubsub).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate-bot committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d1aceb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    01967f1 View commit details
    Browse the repository at this point in the history
  2. chore: call non-hermetic functions since we're installing node_module…

    …s directly from the library (#1838)
    
    * chore: call non-hermetic functions since we're installing node_modules directly from the library
    
    * chore: call non-hermetic functions since we're installing node_modules directly from the library
    
    Source-Link: googleapis/synthtool@4c4063f
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:8b6a07a38d1583d96b6e251ba208bd4ef0bc2a0cc37471ffc518841651d15bd6
    
    * Update owlbot.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: sofisl <[email protected]>
    Co-authored-by: Megan Potter <[email protected]>
    4 people committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    32156ee View commit details
    Browse the repository at this point in the history
  3. chore(nodejs): Add system-test/fixtures to .eslintignore (#1840)

    * chore(nodejs): Add `system-test/fixtures` to `.eslintignore`
    
    * fix: Add `system-test/fixtures` to `.eslintignore`
    
    * refactor: Use `**`
    
    Source-Link: googleapis/synthtool@b7858ba
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:abc68a9bbf4fa808b25fa16d3b11141059dc757dbc34f024744bba36c200b40f
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Megan Potter <[email protected]>
    3 people committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4567d85 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. docs: modified some descriptions (#1842)

    * docs: modified some descriptions
    
    PiperOrigin-RevId: 573936401
    
    Source-Link: googleapis/googleapis@c1f0134
    
    Source-Link: googleapis/googleapis-gen@a063e1b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTA2M2UxYmUwNDE3OWM3Mzg2MzE3YmIzOTVkZWExMGViMzgyMjliMiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8e92ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58d8a92 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. fix: set x-goog-request-params for streaming pull request (#1849)

    * samples: create BigQuery subscription
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix: set x-goog-request-params for streaming pull request
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Megan Potter <[email protected]>
    3 people committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7b82ff0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @types/node to v20 (#1846)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^18.0.0` -> `^20.0.0`](https://renovatebot.com/diffs/npm/@types%2fnode/18.18.6/20.8.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.8.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.8.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.18.6/20.8.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.18.6/20.8.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### 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, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/nodejs-pubsub).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate-bot committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a4dd4c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. fix(deps): update dependency @opentelemetry/semantic-conventions to ~…

    …1.18.0 (#1852)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@opentelemetry/semantic-conventions](https://togithub.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-semantic-conventions) ([source](https://togithub.com/open-telemetry/opentelemetry-js)) | [`~1.17.0` -> `~1.18.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsemantic-conventions/1.17.1/1.18.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2fsemantic-conventions/1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2fsemantic-conventions/1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2fsemantic-conventions/1.17.1/1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2fsemantic-conventions/1.17.1/1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>open-telemetry/opentelemetry-js (@&#8203;opentelemetry/semantic-conventions)</summary>
    
    ### [`v1.18.0`](https://togithub.com/open-telemetry/opentelemetry-js/blob/HEAD/CHANGELOG.md#1180)
    
    [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js/compare/v1.17.1...v1.18.0)
    
    ##### 🚀 (Enhancement)
    
    -   feat(metrics): prototype experimental advice support [#&#8203;3876](https://togithub.com/open-telemetry/opentelemetry-js/pull/3876) [@&#8203;legendecas](https://togithub.com/legendecas)
    
    ##### 🐛 (Bug Fix)
    
    -   fix(core): remove re-export of `version.ts` [#&#8203;4225](https://togithub.com/open-telemetry/opentelemetry-js/pull/4225) [@&#8203;david-luna](https://togithub.com/david-luna)
    
    ##### 🏠 (Internal)
    
    -   chore: track package-lock.json [#&#8203;4238](https://togithub.com/open-telemetry/opentelemetry-js/pull/4238) [@&#8203;legendecas](https://togithub.com/legendecas)
        -   Switched to npm workspaces to bootstrap dependencies.
    
    </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, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/nodejs-pubsub).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate-bot committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d9a0432 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    cd46e6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    730e9dc View commit details
    Browse the repository at this point in the history