Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

build!: update library to use Node 12#1564

Merged
sofisl merged 10 commits intomainfrom
migrateToNode12
May 20, 2022
Merged

build!: update library to use Node 12#1564
sofisl merged 10 commits intomainfrom
migrateToNode12

Conversation

@sofisl
Copy link
Copy Markdown
Contributor

@sofisl sofisl commented May 17, 2022

Migrate library to Node 12

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

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
Copy Markdown
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
Copy Markdown
Collaborator

feywind commented May 18, 2022

This is cleared for when CI passes :)

assert.strictEqual(err, fakeErr);
done();
});
subscription?.close!(),
Copy link
Copy Markdown
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).
feywind added a commit to feywind/nodejs-pubsub that referenced this pull request Sep 27, 2022
GautamSharda pushed a commit to googleapis/google-cloud-node that referenced this pull request Mar 11, 2026
🤖 I have created a release *beep* *boop*
---


## [3.0.0](googleapis/nodejs-pubsub@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](googleapis/nodejs-pubsub#1563)) ([29d38a1](googleapis/nodejs-pubsub@29d38a1))


### Bug Fixes

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


### Build System

* update library to use Node 12 ([#1564](googleapis/nodejs-pubsub#1564)) ([adb4319](googleapis/nodejs-pubsub@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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

3 participants