From aafda6fda15b5f14f21b9e23fcafb3c4a7a203da Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 24 Aug 2024 13:21:55 +0000
Subject: [PATCH] fix(deps): bump @google-cloud/pubsub from 4.5.0 to 4.6.0
(#168)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [@google-cloud/pubsub](https://github.com/googleapis/nodejs-pubsub) from 4.5.0 to 4.6.0.
Release notes
Sourced from @google-cloud/pubsub
's releases.
v4.6.0
4.6.0 (2024-07-12)
Features
- Add max messages batching for Cloud Storage subscriptions (#1956) (90546f6)
- Add use_topic_schema for Cloud Storage Subscriptions (#1948) (120fa1b)
Bug Fixes
- docs samples: Update missing argv in sample metadata for push subscription (#1946) (34b8c03)
Changelog
Sourced from @google-cloud/pubsub
's changelog.
4.6.0 (2024-07-12)
Features
- Add max messages batching for Cloud Storage subscriptions (#1956) (90546f6)
- Add use_topic_schema for Cloud Storage Subscriptions (#1948) (120fa1b)
Bug Fixes
- docs samples: Update missing argv in sample metadata for push subscription (#1946) (34b8c03)
Commits
b8b625d
chore(main): release 4.6.0 (#1950)
90546f6
feat: add max messages batching for Cloud Storage subscriptions (#1956)
120fa1b
feat: add use_topic_schema for Cloud Storage Subscriptions (#1948)
de0fad7
build: we need dev dependencies to fix() (#1953)
ac48418
samples: add samples for cloud storage buckets (#1931)
34b8c03
fix(docs samples): update missing argv in sample metadata for push subscripti...
0bffecc
chore: update for linter failures (#1947)
76d8d0f
ci: Enable constraintsFiltering
for Node.js Libraries (#1943)
- See full diff in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@google-cloud/pubsub&package-manager=npm_and_yarn&previous-version=4.5.0&new-version=4.6.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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)
---
package-lock.json | 8 ++++----
package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 2640c04..d42104d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
- "@google-cloud/pubsub": "^4.5.0",
+ "@google-cloud/pubsub": "^4.6.0",
"ajv": "^8.17.1",
"cloudevents": "< 9",
"date-fns": "^3.6.0",
@@ -1143,9 +1143,9 @@
}
},
"node_modules/@google-cloud/pubsub": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-4.5.0.tgz",
- "integrity": "sha512-ptRLLDrAp1rStD1n3ZrG8FdAfpccqI6M5rCaceF6PL7DU3hqJbvQ2Y91G8MKG7c7zK+jiWv655Qf5r2IvjTzwA==",
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-4.6.0.tgz",
+ "integrity": "sha512-wZjxboZf+71Da58PaO9+BcqyBw5A/PRflyJNqOL4uAA1v1b4OvzuMDCIJa/7EUUrwJoQ6HL8NZ1ZVaIBfXkSlg==",
"dependencies": {
"@google-cloud/paginator": "^5.0.0",
"@google-cloud/precise-date": "^4.0.0",
diff --git a/package.json b/package.json
index c8b7844..837d596 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"node": ">=18"
},
"dependencies": {
- "@google-cloud/pubsub": "^4.5.0",
+ "@google-cloud/pubsub": "^4.6.0",
"ajv": "^8.17.1",
"cloudevents": "< 9",
"date-fns": "^3.6.0",