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

build!: update library to use Node 12 #1564

Merged
merged 10 commits into from
May 20, 2022
Merged

build!: update library to use Node 12 #1564

merged 10 commits into from
May 20, 2022

Conversation

sofisl
Copy link
Contributor

@sofisl sofisl commented May 17, 2022

Migrate library to Node 12

@sofisl sofisl requested review from a team as code owners May 17, 2022 06:45
@generated-files-bot
Copy link

generated-files-bot bot commented May 17, 2022

Warning: This pull request is touching the following templated files:

  • .kokoro/continuous/node10/common.cfg - .kokoro files are templated and should be updated in synthtool
  • .kokoro/continuous/node10/docs.cfg - .kokoro files are templated and should be updated in synthtool
  • .kokoro/continuous/node10/test.cfg - .kokoro files are templated and should be updated in synthtool
  • .kokoro/continuous/node8/common.cfg - .kokoro files are templated and should be updated in synthtool
  • .kokoro/continuous/node8/test.cfg - .kokoro files are templated and should be updated in synthtool
  • .kokoro/presubmit/node10/common.cfg - .kokoro files are templated and should be updated in synthtool
  • .kokoro/presubmit/node10/docs.cfg - .kokoro files are templated and should be updated in synthtool
  • .kokoro/presubmit/node10/lint.cfg - .kokoro files are templated and should be updated in synthtool
  • .kokoro/presubmit/node10/test.cfg - .kokoro files are templated and should be updated in synthtool
  • .kokoro/presubmit/node8/common.cfg - .kokoro files are templated and should be updated in synthtool
  • .kokoro/presubmit/node8/test.cfg - .kokoro files are templated and should be updated in synthtool
  • .github/workflows/ci.yaml - .github/workflows/ci.yaml (GitHub Actions) should be updated in synthtool

@product-auto-label product-auto-label bot added size: l Pull request size is large. api: pubsub Issues related to the googleapis/nodejs-pubsub API. labels May 17, 2022
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: l Pull request size is large. labels May 17, 2022
@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels May 17, 2022
@feywind feywind added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label May 17, 2022
@feywind
Copy link
Collaborator

feywind commented May 17, 2022

I talked it over with @sofisl , I think we're going to hold this back just a bit until I can figure out the timing with the Pub/Sub team.

@feywind feywind removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label May 18, 2022
@feywind
Copy link
Collaborator

feywind commented May 18, 2022

This is cleared for when CI passes :)

assert.strictEqual(err, fakeErr);
done();
});
subscription?.close!(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think for whatever reason, the ?. here is failing, so the test never concludes. I'm unsure why it would be undefined here and not before, but it's probably a more discoverable test failure if it has an undefined object exception anyhow (i.e. I'd just switch subscription back to subscription! for the Partial).

@sofisl sofisl merged commit adb4319 into main May 20, 2022
@sofisl sofisl deleted the migrateToNode12 branch May 20, 2022 19:43
gcf-merge-on-green bot pushed a commit that referenced this pull request May 26, 2022
🤖 I have created a release *beep* *boop*
---


## [3.0.0](v2.19.4...v3.0.0) (2022-05-26)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#1564)

### Features

* add BigQuery configuration for subscriptions ([#1563](#1563)) ([29d38a1](29d38a1))


### Bug Fixes

* **deps:** update dependency google-gax to v2.30.4 ([#1555](#1555)) ([518fce1](518fce1))
* fixes for dynamic routing and streaming descriptors ([#1566](#1566)) ([158c606](158c606))


### Build System

* update library to use Node 12 ([#1564](#1564)) ([adb4319](adb4319))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the googleapis/nodejs-pubsub API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants