[go: up one dir, main page]

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-bigquery
base: v7.2.0
Choose a base ref
...
head repository: googleapis/nodejs-bigquery
compare: v7.3.0
Choose a head ref
  • 10 commits
  • 10 files changed
  • 6 contributors

Commits on Sep 7, 2023

  1. chore(deps): update actions/checkout action to v4 (#1267)

    * chore(deps): update actions/checkout action to v4
    
    * 🦉 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>
    renovate-bot and gcf-owl-bot[bot] committed Sep 7, 2023
    Copy the full SHA
    e672f4e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. chore: correct path to node_modules (#1279)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/8bc6db86e5064c36421923e310e25908b741b6eb
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:e7a37871068ab50b3841cb08619c288dc0665b62a7f39f2bdb7dea0ce6e89a3d
    gcf-owl-bot[bot] committed Sep 22, 2023
    Copy the full SHA
    67d66ed View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Copy the full SHA
    0280dfc View commit details
    Browse the repository at this point in the history
  2. fix: updating type for test blocking dependency updates (#1282)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/nodejs-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #1269  🦕
    loferris committed Sep 27, 2023
    Copy the full SHA
    1dbe0fe View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    591292c View commit details
    Browse the repository at this point in the history
  4. feat: re-exporting types for google-common (#1271)

    * re-exporting types for google-common
    
    * feat: re-exporting types for google-common
    
    * format fix
    loferris committed Sep 27, 2023
    Copy the full SHA
    cdf960a View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency @types/is to v0.0.23 (#1280)

    [![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/is](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`0.0.22` -> `0.0.23`](https://renovatebot.com/diffs/npm/@types%2fis/0.0.22/0.0.23) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fis/0.0.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fis/0.0.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fis/0.0.22/0.0.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fis/0.0.22/0.0.23?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-bigquery).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDcuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate-bot committed Sep 27, 2023
    Copy the full SHA
    41e52c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. fix: avoid TypeError if resp is undefined (#1273)

    When `resp` is undefined, this error handling code will itself throw "TypeError: Cannot read properties of undefined (reading 'insertErrors')"
    
    Instead of throwing, we can use optional chaining to allow the error message to be handled as expected.
    
    Co-authored-by: Lo Ferris <50979514+loferris@users.noreply.github.com>
    nathantalewis and loferris committed Sep 28, 2023
    Copy the full SHA
    ff51c1d View commit details
    Browse the repository at this point in the history
  2. fix: updated types from API discovery doc (#1284)

    * fix: updated types from API discovery doc
    
    * adding licence header
    loferris committed Sep 28, 2023
    Copy the full SHA
    1d8a2b7 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 7.3.0 (#1283)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Sep 28, 2023
    Copy the full SHA
    f8d26b9 View commit details
    Browse the repository at this point in the history