Skip to content

Commit 49b51bd

Browse files
authored
fix(deps): update dependency @google-cloud/bigquery to v7 (#4478)
[![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) | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fbigquery/6.2.1/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@google-cloud%2fbigquery/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@google-cloud%2fbigquery/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@google-cloud%2fbigquery/6.2.1/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@google-cloud%2fbigquery/6.2.1/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/nodejs-bigquery (@&#8203;google-cloud/bigquery)</summary> ### [`v7.0.0`](https://togithub.com/googleapis/nodejs-bigquery/blob/HEAD/CHANGELOG.md#700-2023-07-31) [Compare Source](https://togithub.com/googleapis/nodejs-bigquery/compare/v6.2.1...v7.0.0) ##### ⚠ BREAKING CHANGES - migrate to node 14 ([#&#8203;1236](https://togithub.com/googleapis/nodejs-bigquery/issues/1236)) ##### Bug Fixes - **deps:** Update dependency google-auth-library to v9 ([#&#8203;1228](https://togithub.com/googleapis/nodejs-bigquery/issues/1228)) ([22cf786](https://togithub.com/googleapis/nodejs-bigquery/commit/22cf786579331e3cb7a3aa63dc2f71e448553e18)) ##### Miscellaneous Chores - Migrate to node 14 ([#&#8203;1236](https://togithub.com/googleapis/nodejs-bigquery/issues/1236)) ([73bf31f](https://togithub.com/googleapis/nodejs-bigquery/commit/73bf31f55c4fa9e384aa76e1a7af0603ebb0d11b)) </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/google-cloud-node). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 18ca437 commit 49b51bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/google-cloud-asset/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@google-cloud/asset": "^4.6.4",
19-
"@google-cloud/bigquery": "^6.0.0",
19+
"@google-cloud/bigquery": "^7.0.0",
2020
"@google-cloud/compute": "^3.0.0",
2121
"@google-cloud/storage": "^7.0.0",
2222
"uuid": "^9.0.0",

packages/google-cloud-contactcenterinsights/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/bigquery": "^6.0.0",
16+
"@google-cloud/bigquery": "^7.0.0",
1717
"@google-cloud/contact-center-insights": "^2.9.0",
1818
"@google-cloud/pubsub": "^4.0.0"
1919
},

packages/google-cloud-datacatalog/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/bigquery": "^6.0.0",
18+
"@google-cloud/bigquery": "^7.0.0",
1919
"@google-cloud/datacatalog": "^3.5.0",
2020
"uuid": "^9.0.0"
2121
},

packages/google-cloud-retail/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@google-cloud/retail": "^2.4.1",
17-
"@google-cloud/bigquery": "^6.0.0",
17+
"@google-cloud/bigquery": "^7.0.0",
1818
"@google-cloud/storage": "^7.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)