algoan / nestjs-components

A list of useful components for NestJS applications
https://www.algoan.com
253 stars 41 forks source link

chore(deps-dev): bump @algoan/pubsub from 6.1.0 to 6.1.1 #828

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps @algoan/pubsub from 6.1.0 to 6.1.1.

Release notes

Sourced from @​algoan/pubsub's releases.

v6.1.1

6.1.1 (2023-11-17)

Bug Fixes

  • googlecloudpubsub: add the prefix to the topic name when emiting (0439adf)
Commits
  • ffab5a9 chore(release): 6.1.1 [skip ci]
  • a67c225 Merge pull request #553 from meriamBenSassi/fix/topic-prefix
  • 0439adf fix(googlecloudpubsub): add the prefix to the topic name when emiting
  • 200bbd1 Merge pull request #551 from algoan/dependabot/npm_and_yarn/prettier-3.1.0
  • 364e1d8 Merge pull request #549 from algoan/dependabot/npm_and_yarn/commitlint/config...
  • 801b7e7 chore(deps-dev): bump @​commitlint/config-conventional
  • d1d5645 chore(deps-dev): bump prettier from 3.0.3 to 3.1.0
  • eca9f1d Merge pull request #550 from algoan/dependabot/npm_and_yarn/commitlint/cli-18...
  • aa86311 Merge pull request #552 from algoan/dependabot/npm_and_yarn/lint-staged-15.1.0
  • 863818a chore(deps-dev): bump lint-staged from 15.0.2 to 15.1.0
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
gitSambhal commented 8 months ago

Hi @g-ongenae Can you pls bump it to latest version 6.1.2?

dependabot[bot] commented 8 months ago

Superseded by #838.

g-ongenae commented 8 months ago

Hi @gitSambhal, I've merged the supersede PR. But since this dependency is a dev one, it should not impact your own usage. You should be able to use any version superior or equal to v4 of @algoan/pubsub with the two others module (@algoan/nestjs-google-pubsub-client and @algoan/nestjs-google-pubsub-microservice).

https://github.com/algoan/nestjs-components/blob/0ceeaa3e4440ce7231fa9b87be5a959dd46f141e/packages/google-pubsub-client/package.json#L41

gitSambhal commented 8 months ago

Hi @g-ongenae I had tried but I was not getting the latest changes. Will check again.

gitSambhal commented 8 months ago

BTW thanks