Skip to content

Commit

Permalink
chore(deps): update dependency @google-cloud/bigquery to ^7.3.0 (#266)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@google-cloud/bigquery](https://togithub.com/googleapis/nodejs-bigquery)
| [`^7.2.0` ->
`^7.3.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fbigquery/7.2.0/7.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@google-cloud%2fbigquery/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@google-cloud%2fbigquery/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@google-cloud%2fbigquery/7.2.0/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@google-cloud%2fbigquery/7.2.0/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>googleapis/nodejs-bigquery
(@&#8203;google-cloud/bigquery)</summary>

###
[`v7.3.0`](https://togithub.com/googleapis/nodejs-bigquery/blob/HEAD/CHANGELOG.md#730-2023-09-28)

[Compare
Source](https://togithub.com/googleapis/nodejs-bigquery/compare/v7.2.0...v7.3.0)

##### Features

- Re-exporting types for google-common
([#&#8203;1271](https://togithub.com/googleapis/nodejs-bigquery/issues/1271))
([cdf960a](https://togithub.com/googleapis/nodejs-bigquery/commit/cdf960a5cd7aaa1d9aeeff8001308b1fb89a6c6b))

##### Bug Fixes

- Avoid TypeError if resp is undefined
([#&#8203;1273](https://togithub.com/googleapis/nodejs-bigquery/issues/1273))
([ff51c1d](https://togithub.com/googleapis/nodejs-bigquery/commit/ff51c1d61ff461e238aa9c72bb6817a3bdbee16e))
- Updated types from API discovery doc
([#&#8203;1284](https://togithub.com/googleapis/nodejs-bigquery/issues/1284))
([1d8a2b7](https://togithub.com/googleapis/nodejs-bigquery/commit/1d8a2b7059fa53725bdedb525d5b19ff6121de3b))
- Updating type for test blocking dependency updates
([#&#8203;1282](https://togithub.com/googleapis/nodejs-bigquery/issues/1282))
([1dbe0fe](https://togithub.com/googleapis/nodejs-bigquery/commit/1dbe0feb9aac90b775ec30e832915f23d488ac3a))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
UTC, Automerge - "after 8:00 before 23:00 every weekday except on
Friday" in timezone UTC.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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/valora-inc/address-metadata).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 72fefd8 commit 4a3cb63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@google-cloud/bigquery": "^7.2.0",
"@google-cloud/bigquery": "^7.3.0",
"@google-cloud/functions-framework": "^3.3.0",
"@types/jest": "^29.5.5",
"@types/json-diff": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,10 @@
dependencies:
tslib "^2.1.0"

"@google-cloud/bigquery@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@google-cloud/bigquery/-/bigquery-7.2.0.tgz#bb98762afbe23c513322863f43ae80f171ab0bf1"
integrity sha512-3yf/fhtfjiLXG77Rrd+EO9mum4VFK98wspUFCeaL1IxVZE0jo8bjYT5AecU/DiJDHBjrjO3Kily3h6fiEPJBSA==
"@google-cloud/bigquery@^7.3.0":
version "7.3.0"
resolved "https://registry.yarnpkg.com/@google-cloud/bigquery/-/bigquery-7.3.0.tgz#39dcb6ad7b0beaa71577686d1714d16fc678084e"
integrity sha512-a/qQBOMlSRIVm262Kp3+Zg2+Et2fl+AwQv8mpVtvrpyk+wYQaY3dTK3U+RE6aWCiq/R1xo1vIXIYCRAQAoBsfw==
dependencies:
"@google-cloud/common" "^5.0.0"
"@google-cloud/paginator" "^5.0.0"
Expand Down

0 comments on commit 4a3cb63

Please sign in to comment.