Closed dependabot[bot] closed 3 months ago
Interestingly enough, I pulled down and ran the base image to see what version of node-rdkafka
was there. I've found that it already has v3.1.0 installed.
"dependencies": {
"node-rdkafka": "^3.0.1"
},
Good to know.
The '^' means a clean node_modules install will get the latest minor version since the terafoundation_kafka_connector
has no yarn.lock
, so that makes sense.
Bumps node-rdkafka from 3.0.1 to 3.1.0.
Release notes
Sourced from node-rdkafka's releases.
Commits
d336699
Export event types for use with abstract Client class (#1083)eb73d5b
Allow null in consumer commitSync typings (#1082)020db59
Update to librdkafka 2.5.0 (#1086)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 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 show