nestjs-slack icon indicating copy to clipboard operation
nestjs-slack copied to clipboard

Lightweight library to use Slack in NestJS applications.

Results 29 nestjs-slack issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`^4.7.4` -> `^5.0.0`](https://renovatebot.com/diffs/npm/typescript/4.9.5/5.4.3) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`^28.1.5` -> `^29.0.0`](https://renovatebot.com/diffs/npm/@types%2fjest/28.1.5/29.5.12) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`^2.7.1` -> `^3.0.0`](https://renovatebot.com/diffs/npm/prettier/2.7.1/3.2.5) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lint-staged](https://togithub.com/okonet/lint-staged) | [`^13.0.3` -> `^15.0.0`](https://renovatebot.com/diffs/npm/lint-staged/13.2.2/15.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [node-fetch](https://togithub.com/node-fetch/node-fetch) | [`^2.6.7` -> `^3.0.0`](https://renovatebot.com/diffs/npm/node-fetch/2.6.7/3.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/node-fetch/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@google-cloud/logging](https://togithub.com/googleapis/nodejs-logging) | [`^10.0.1` -> `^11.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2flogging/10.1.1/11.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@google-cloud%2flogging/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@bjerk/eslint-config](https://togithub.com/bjerkio/eslint-config) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@bjerk%2feslint-config/5.0.0/6.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@bjerk%2feslint-config/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) | [`^8.8.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/8.8.0/9.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-prettier/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | ---...

Hello, just wondering if it's possible to add a getter to the `SlackService` to allow the application to get a hold of the WebClient instance? I want to use it...