Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Bump @nestjs/websockets from 9.0.5 to 9.4.3 in /lib#200

Merged
piotr-szewczyk merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/lib/develop/nestjs/websockets-9.4.3
Aug 6, 2023
Merged

Bump @nestjs/websockets from 9.0.5 to 9.4.3 in /lib#200
piotr-szewczyk merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/lib/develop/nestjs/websockets-9.4.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 3, 2023

Bumps @nestjs/websockets from 9.0.5 to 9.4.3.

Release notes

Sourced from @​nestjs/websockets's releases.

v9.4.0 (2023-04-05)

Features

  • microservices

Bug fixes

  • platform-ws
  • platform-express
    • #11325 fix(express): remove body-parser types and ship these types our own (@​tolgap)

Enhancements

Dependencies

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@nestjs/websockets](https://github.com/nestjs/nest/tree/HEAD/packages/websockets) from 9.0.5 to 9.4.3.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v9.4.3/packages/websockets)

---
updated-dependencies:
- dependency-name: "@nestjs/websockets"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 3, 2023
@piotr-szewczyk piotr-szewczyk merged commit e3807e1 into develop Aug 6, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/lib/develop/nestjs/websockets-9.4.3 branch August 6, 2023 19:40
piotr-szewczyk added a commit that referenced this pull request Aug 17, 2023
* fix/improvements for clickhouse queries for metrics datasources

* feat/clickhouse version 23.7.1

* fix/improvements for clickhouse queries after update to 23.7.1

* fix/querybuilder for clickhouse datasource, improvements for panel data fetching, isEmpty util for arrays

* fix/create session fix, possibility to leave project

* fix/missing loading on dashboard update

* fix/compilation fix, view configs with version

* fix/build fix

* Bump @nestjs/cli from 9.4.2 to 10.1.11 in /lib (#238)

Bumps [@nestjs/cli](https://github.com/nestjs/nest-cli) from 9.4.2 to 10.1.11.
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json)
- [Commits](nestjs/nest-cli@9.4.2...10.1.11)

---
updated-dependencies:
- dependency-name: "@nestjs/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint-config-prettier from 8.8.0 to 8.9.0 in /lib (#233)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 8.9.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.8.0...v8.9.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @nestjs/websockets from 9.0.5 to 9.4.3 in /lib (#200)

Bumps [@nestjs/websockets](https://github.com/nestjs/nest/tree/HEAD/packages/websockets) from 9.0.5 to 9.4.3.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v9.4.3/packages/websockets)

---
updated-dependencies:
- dependency-name: "@nestjs/websockets"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @clickhouse/client from 0.1.1 to 0.2.0 in /relay-worker (#230)

Bumps [@clickhouse/client](https://github.com/ClickHouse/clickhouse-js) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/ClickHouse/clickhouse-js/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-js/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-js@0.1.1...0.2.0)

---
updated-dependencies:
- dependency-name: "@clickhouse/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss-preset-env from 8.5.1 to 9.1.0 in /public (#236)

Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 8.5.1 to 9.1.0.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix/sdk enum extensions for java

* fix/new sdk payload object structures and mapping to clickohuse db

* fix/migration for spans table in clickhouse

* bump/nestjs bump to v10

* feat/nestjs version, java option when select sdk

* fix/multiple improvements for traces and incidents preview due to add java sdk

* fix/details column in incidents table

* fix/screenshots

* Update README.md

* Update README.md

* Update README.md

* fix/incidents grouping postgres query, platform visualization as iterate over dictionary fields

* feat/v1.2.5-2023.8.18

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant