From 8352f30cb3a4b2a6814d54e51c5047945aa54d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 08:44:56 +0900 Subject: [PATCH] chore(deps): Bump @google-cloud/bigquery from 6.2.1 to 7.0.0 (#175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@google-cloud/bigquery](https://github.com/googleapis/nodejs-bigquery) from 6.2.1 to 7.0.0.
Release notes

Sourced from @​google-cloud/bigquery's releases.

v7.0.0

7.0.0 (2023-07-31)

⚠ BREAKING CHANGES

Bug Fixes

Miscellaneous Chores

Changelog

Sourced from @​google-cloud/bigquery's changelog.

7.0.0 (2023-07-31)

⚠ BREAKING CHANGES

Bug Fixes

Miscellaneous Chores

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@google-cloud/bigquery&package-manager=npm_and_yarn&previous-version=6.2.1&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: takegue --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62ec7b8..dfd2180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.8", "license": "MIT", "dependencies": { - "@google-cloud/bigquery": "^6.0.3", + "@google-cloud/bigquery": "^7.0.0", "@types/node": "^20.1.1", "commander": "^11.0.0", "log-update": "^5.0.1", @@ -751,9 +751,9 @@ } }, "node_modules/@google-cloud/bigquery": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@google-cloud/bigquery/-/bigquery-6.2.1.tgz", - "integrity": "sha512-C/tcM3jQ3RU8pKHHxj702ouIfGZ9GAQ5U+ZpvS/o4B3yWtqmnG3TITL5oRnzDjEKeMTNu5C6z3/nFtix3GKlqA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@google-cloud/bigquery/-/bigquery-7.0.0.tgz", + "integrity": "sha512-EbvrWepYDWkeCh04QxwAc+6hFzAEm2NnSSwHivD0qpTV4g75Wi4sx9Hy9CN5RmZCfzeO32FIyFUDh496MSS74g==", "dependencies": { "@google-cloud/common": "^4.0.0", "@google-cloud/paginator": "^4.0.0", @@ -768,7 +768,7 @@ "uuid": "^9.0.0" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" } }, "node_modules/@google-cloud/common": { diff --git a/package.json b/package.json index 122bb4d..1662338 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "build": "tsc" }, "dependencies": { - "@google-cloud/bigquery": "^6.0.3", + "@google-cloud/bigquery": "^7.0.0", "@types/node": "^20.1.1", "commander": "^11.0.0", "log-update": "^5.0.1",