Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @google-cloud/bigquery to v2 - deprecated #949

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2018

This PR contains the following updates:

Package Type Update Change References
@​google-cloud/bigquery dependencies major 0.12.0 -> 2.0.3 source

Release Notes

googleapis/nodejs-bigquery

v2.0.3

Compare Source

12-06-2018 17:10 PST

Documentation
  • fix(docs): move comments above last overload (#​292)
  • fix(docs): internal links (#​293)
  • fix(docs): change source location to ./build for ts project (#​291)
  • docs: fix region tag placement typo (#​286)
Internal / Testing Changes
  • chore: always nyc report before calling codecov (#​290)
  • chore: nyc ignore build/test by default (#​289)

v2.0.2

Compare Source

12-04-2018 14:04 PST

Implementation Changes

TypeScript related changes:

  • fix: Changing import of Big from big.js so it doesn't use default (#​270)
  • refactor(ts): enable noImplicitAny (#​259)
  • refactor(ts): add @​types/proxyquire (#​256)
  • refactor(ts): refactor system tests to drop unused deps (#​254)
  • fix(ts): CopyTableMetadata type can’t receive optional values
  • refactor(ts): complete type annotations for src (#​250)
  • refactor(ts): add more types (#​246)
Dependencies
Documentation
  • chore: update license file (#​283)
  • docs: Improve timestamp documentation. (#​280)
  • docs: Improve documentationfor load method (#​281)
  • docs: update readme badges (#​279)
  • refactor(samples): replace promise with async await (#​268)
Internal / Testing Changes
  • fix(build): fix system key decryption (#​277)
  • refactor(tests): convert samples tests from ava to mocha (#​248)
  • chore: add synth.metadata
  • chore: update eslintignore config (#​262)
  • chore: drop contributors from multiple places (#​260)
  • chore: use latest npm on Windows (#​257)
  • chore: update CircleCI config (#​249)

v2.0.1

Compare Source

Bug fixes
  • fix: use teeny-request for HTTP requests (#​244)
Internal / Testing Changes
  • chore: include build in eslintignore (#​240)
  • refactor(ts): enable noImplicitThis in the tsconfig (#​237)
  • refactor(ts): improve typing (#​241)

v2.0.0

Compare Source

Implementation Changes

This release drops support for Node.js 4.x and 9.x. Future releases might not be compatible with your application if they are still on these non-LTS version.
BREAKING CHANGE This library is now compatible with es module import syntax

Old Code
const BigQuery = require('@​google-cloud/bigquery')();
// or...
const BigQuery = require('@​google-cloud/bigquery');
const bq = new BigQuery();
New Code
const {BigQuery} = require('@​google-cloud/bigquery');
const bq = new BigQuery();
  • refactor(typescript): convert index to es module (#​227
  • fix: drop support for node.js 4.x and 9.x (#​142)
  • wait for job result before emitting complete. (#​85)
  • fix: Update table.js (#​78)
  • feat: convert to TypeScript (#​157)
  • Correctly pass autoPaginate: false to query methods. (#​121)
  • chore: use more arrow functions (#​172)
  • chore: convert a few files to es classes (#​170)
New Features

BigQuery ORC:

  • BigQuery Orc & Parquet Samples (#​195)
  • Support ORC files. (#​190)
Dependencies
  • chore(deps): update dependency eslint-plugin-node to v8 (#​234)
  • chore(deps): lock file maintenance (#​143)
  • chore(deps): update dependency sinon to v7 (#​212)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#​207)
  • chore(deps): update dependency typescript to ~3.1.0 (#​205)
  • chore: upgrade to the latest common (#​159)
  • chore(package): update to the latest @​google-cloud/common (#​146)
  • fix(deps): update dependency @​google-cloud/common to ^0.25.0 (#​197)
  • fix(deps): update dependency @​google-cloud/common to ^0.24.0 (#​187)
  • fix(deps): update dependency @​google-cloud/storage to v2: edited (#​181)
  • chore(deps): update dependency nyc to v13 (#​178)
  • chore(deps): update dependency eslint-config-prettier to v3 (#​169)
  • chore(deps): lock file maintenance (#​160)
  • chore(deps): lock file maintenance (#​153)
  • chore(deps): lock file maintenance (#​150)
  • chore(deps): update dependency eslint-plugin-node to v7 (#​148)
  • chore(deps): lock file maintenance (#​147)
  • chore(deps): lock file maintenance (#​145)
  • chore(deps): lock file maintenance (#​144)
  • chore(deps): lock file maintenance (#​141)
  • chore(deps): lock file maintenance (#​140)
  • chore(deps): lock file maintenance (#​139)
  • chore(deps): update dependency proxyquire to v2 (#​135)
  • fix(deps): update dependency yargs to v12 (#​138)
  • fix(deps): update dependency yargs to v11 (#​137)
  • chore(deps): update dependency sinon to v6 (#​136)
  • chore(deps): update dependency nyc to v12 (#​134)
  • chore(deps): update dependency @​google-cloud/nodejs-repo-tools to v2.3.0 (#​128)
  • chore(deps): update dependency uuid to v3.3.0 (#​132)
  • chore(deps): update dependency ava to v0.25.0 (#​129)
  • chore(deps): update dependency sinon to v4.5.0 (#​131)
Documentation
  • docs: Correct table.load().format options. (#​206)
  • fix: (docs): Correct query syntax. (#​180)
  • docs: Fix create job links (#​164)
  • fix(samples): Refactor query samples to follow python canonical and add disable cache sample (#​215)
  • chore(samples): Remove unused BigQuery samples and fix comment typos (#​201)
  • Use async/await in samples (#​193)
  • remove asserts in samples (#​182)
  • fix: fix the samples tests (#​167)
  • fix: update linking for samples (#​125)
  • chore: make samples test work (#​113)
Internal / Testing Changes
  • refactor(ts): re-enable fix and lint (#​232)
  • fix(tests): fix system-test (#​231)
  • Pass an empty object. (#​191)
  • fix: (tests) Use a filter to locate datasets used in tests. (#​177)
  • chore: update issue templates (#​229)
  • chore: remove old issue template (#​224)
  • build: run tests on node11 (#​223)
  • chores(build): do not collect sponge.xml from windows builds (#​221)
  • chores(build): run codecov on continuous builds (#​220)
  • chore: update new issue template (#​219)
  • build: fix codecov uploading on Kokoro (#​213)
  • Update kokoro config (#​208)
  • Don't publish sourcemaps (#​202)
  • test: remove appveyor config (#​200)
  • Enable prefer-const in the eslint config (#​198)
  • Enable no-var in eslint (#​196)
  • Retry npm install in CI (#​184)
  • chore: make ci happy (#​175)
  • chore: use let and const (#​161)
  • chore: ignore package-lock.json (#​162)
  • chore: update renovate config (#​156)
  • remove that whitespace (#​155)
  • chore: move mocha options to mocha.opts (#​152)
  • refactor: use @​google-cloud/promisify (#​151)
  • fix: get eslint passing (#​149)
  • Configure Renovate (#​123)
  • chore(package): update eslint to version 5.0.0 (#​124)
  • refactor: drop repo-tool as an exec wrapper (#​127)
  • chore: update sample lockfiles (#​126)
  • fix: drop support for node 4.x and 9.x (#​122)
  • Added support for the NUMERIC values. (#​119)
  • chore(package): update nyc to version 12.0.2 (#​116)
  • chore: the ultimate fix for repo-tools EPERM (#​108)
  • chore: fix prettier incompatibility (#​112)
  • chore: lock files maintenance (#​111)
  • chore: lock files (#​109)
  • chore: timeout for system test (#​107)
  • chore: lock files maintenance (#​106)

v1.3.0

Compare Source

Features

v1.2.0

Compare Source

Fixes

  • (#​62, #​87) Exit early when dryRun is set on BigQuery#query requests.

Features

v1.1.0

Compare Source

Features

  • (#​83): Support an OAUTH access token to be used for all API requests made by this library.

Fixes

  • Many dependency updates for improved performance and reliability.

v1.0.1

Compare Source

Patch release to fix documentation issue (#​166) with v1.0.x branch of this library.

Users should use (or upgrade) the latest minor versions (currently v1.3.0) which contains non-breaking changes to the library.

v1.0.0

Compare Source

General Availability

The BigQuery library is now considered to be General Availability (GA). This means it is stable; the code surface will not change in backwards-incompatible ways unless absolutely necessary (e.g. because of critical security issues) or with an extensive deprecation period. Issues and requests against GA libraries are addressed with the highest priority.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 29, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-2.x branch 18 times, most recently from 40faf4d to 0437eef Compare November 30, 2018 15:35
@fhinkel fhinkel mentioned this pull request Nov 30, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-2.x branch 10 times, most recently from 359a663 to 2cb8b07 Compare December 7, 2018 18:06
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-2.x branch 6 times, most recently from 2adc186 to 4681353 Compare December 10, 2018 23:13
@renovate renovate bot changed the title Update dependency @google-cloud/bigquery to v2 fix(deps): update dependency @google-cloud/bigquery to v2 Dec 11, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-2.x branch 6 times, most recently from 89aaac4 to 29cd334 Compare December 14, 2018 16:25
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-2.x branch from 29cd334 to 319f731 Compare December 14, 2018 17:28
fhinkel added a commit that referenced this pull request Dec 14, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-2.x branch from 319f731 to 9729dba Compare December 14, 2018 17:43
fhinkel added a commit that referenced this pull request Dec 14, 2018
fhinkel added a commit that referenced this pull request Dec 14, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-2.x branch 3 times, most recently from 3e77492 to 810cc23 Compare December 14, 2018 18:26
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-2.x branch from 810cc23 to 8be079a Compare December 14, 2018 18:55
fhinkel added a commit that referenced this pull request Dec 14, 2018
@renovate renovate bot deleted the renovate/google-cloud-bigquery-2.x branch December 14, 2018 19:10
@kweinmeister kweinmeister changed the title fix(deps): update dependency @google-cloud/bigquery to v2 fix(deps): update dependency @google-cloud/bigquery to v2 - deprecated Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants