Skip to content

Commit

Permalink
chore(deps): update dependency @google-cloud/bigquery to ^7.5.2 (#436)
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.5.1` ->
`^7.5.2`](https://renovatebot.com/diffs/npm/@google-cloud%2fbigquery/7.5.1/7.5.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@google-cloud%2fbigquery/7.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@google-cloud%2fbigquery/7.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@google-cloud%2fbigquery/7.5.1/7.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@google-cloud%2fbigquery/7.5.1/7.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v7.5.2`](https://togithub.com/googleapis/nodejs-bigquery/blob/HEAD/CHANGELOG.md#752-2024-03-27)

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

##### Bug Fixes

- Set projectId in jobs emitted by load streams
([#&#8203;1346](https://togithub.com/googleapis/nodejs-bigquery/issues/1346))
([bd8254c](https://togithub.com/googleapis/nodejs-bigquery/commit/bd8254c05b33831b0610233fcc793bd5e3bb20ff))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent 716a5d9 commit 35658c8
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 @@ -48,7 +48,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@google-cloud/bigquery": "^7.5.1",
"@google-cloud/bigquery": "^7.5.2",
"@google-cloud/functions-framework": "^3.3.0",
"@json2csv/plainjs": "^7.0.6",
"@types/jest": "^29.5.12",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,10 @@
dependencies:
tslib "^2.1.0"

"@google-cloud/bigquery@^7.5.1":
version "7.5.1"
resolved "https://registry.yarnpkg.com/@google-cloud/bigquery/-/bigquery-7.5.1.tgz#31fd8614c6bb6d55062f9b3917b2e12c2b65ec03"
integrity sha512-ocye5Bt2eNQMoLKy814TVTp9XrXLoyD18mGwsjmZR3mEHv5m9oxycjG4P77c+hbN9YcKxg+EOtAclULKB9pOVg==
"@google-cloud/bigquery@^7.5.2":
version "7.5.2"
resolved "https://registry.yarnpkg.com/@google-cloud/bigquery/-/bigquery-7.5.2.tgz#9ccc6a9d64736409af110d531cd54dfdc8d6d17a"
integrity sha512-Qa/JxAVC2LGNVVMnYhX8WP8rTSxkMOqqi46nlRn0U3SZIEmS3Am5kj8M/W6Z1WPKWppER3RD9ImGzrXppJN0BQ==
dependencies:
"@google-cloud/common" "^5.0.0"
"@google-cloud/paginator" "^5.0.0"
Expand Down

0 comments on commit 35658c8

Please sign in to comment.