poolifier.git
7 months agochore: v3.0.3 v3.0.3
Jérôme Benoit [Thu, 19 Oct 2023 09:29:58 +0000 (11:29 +0200)] 
chore: v3.0.3

7 months agoMerge pull request #1514 from poolifier/combined-prs-branch
Jérôme Benoit [Thu, 19 Oct 2023 09:18:54 +0000 (11:18 +0200)] 
Merge pull request #1514 from poolifier/combined-prs-branch

Combined PRs

7 months agofix: avoid null exception at checking worker node readiness
Jérôme Benoit [Thu, 19 Oct 2023 09:14:41 +0000 (11:14 +0200)] 
fix: avoid null exception at checking worker node readiness

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agoMerge dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/types/nodemailer...
Jérôme Benoit [Thu, 19 Oct 2023 02:19:19 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/types/nodemailer-6.4.13 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_thr...
Jérôme Benoit [Thu, 19 Oct 2023 02:19:18 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_threads/types/ws-8.5.8 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster...
Jérôme Benoit [Thu, 19 Oct 2023 02:19:18 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster/types/ws-8.5.8 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid...
Jérôme Benoit [Thu, 19 Oct 2023 02:19:17 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid/types/ws-8.5.8 into combined-prs-branch

7 months agobuild(deps-dev): bump @types/ws
dependabot[bot] [Wed, 18 Oct 2023 21:03:42 +0000 (21:03 +0000)] 
build(deps-dev): bump @types/ws

Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.7 to 8.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps-dev): bump @types/ws
dependabot[bot] [Wed, 18 Oct 2023 21:01:31 +0000 (21:01 +0000)] 
build(deps-dev): bump @types/ws

Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.7 to 8.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps-dev): bump @types/ws
dependabot[bot] [Wed, 18 Oct 2023 21:01:02 +0000 (21:01 +0000)] 
build(deps-dev): bump @types/ws

Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.7 to 8.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps-dev): bump @types/nodemailer
dependabot[bot] [Wed, 18 Oct 2023 20:18:08 +0000 (20:18 +0000)] 
build(deps-dev): bump @types/nodemailer

Bumps [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer) from 6.4.12 to 6.4.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer)

---
updated-dependencies:
- dependency-name: "@types/nodemailer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agofix: avoid null exception at sending message to worker
Jérôme Benoit [Wed, 18 Oct 2023 19:01:38 +0000 (21:01 +0200)] 
fix: avoid null exception at sending message to worker

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agotest: fix for node.js 21.x
Jérôme Benoit [Wed, 18 Oct 2023 17:18:26 +0000 (19:18 +0200)] 
test: fix for node.js 21.x

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agotest: fix data cloning error matching
Jérôme Benoit [Wed, 18 Oct 2023 17:01:20 +0000 (19:01 +0200)] 
test: fix data cloning error matching

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agobuild(ci): add node.js version 21.x
Jérôme Benoit [Wed, 18 Oct 2023 16:52:18 +0000 (18:52 +0200)] 
build(ci): add node.js version 21.x

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agobuild(deps-dev): apply updates
Jérôme Benoit [Wed, 18 Oct 2023 16:48:32 +0000 (18:48 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agoperf: remove unneeded nullish check
Jérôme Benoit [Wed, 18 Oct 2023 15:32:55 +0000 (17:32 +0200)] 
perf: remove unneeded nullish check

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Wed, 18 Oct 2023 12:58:54 +0000 (14:58 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

7 months agobuild(deps-dev): apply updates
Jérôme Benoit [Wed, 18 Oct 2023 12:58:20 +0000 (14:58 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agoMerge pull request #1509 from poolifier/combined-prs-branch
Jérôme Benoit [Wed, 18 Oct 2023 07:58:59 +0000 (09:58 +0200)] 
Merge pull request #1509 from poolifier/combined-prs-branch

Combined PRs

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_thr...
Jérôme Benoit [Wed, 18 Oct 2023 02:19:59 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_threads/poolifier-3.0.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster...
Jérôme Benoit [Wed, 18 Oct 2023 02:19:58 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster/poolifier-3.0.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster...
Jérôme Benoit [Wed, 18 Oct 2023 02:19:58 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster/poolifier-3.0.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid...
Jérôme Benoit [Wed, 18 Oct 2023 02:19:57 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid/poolifier-3.0.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-hybrid...
Jérôme Benoit [Wed, 18 Oct 2023 02:19:57 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-hybrid/poolifier-3.0.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-3.0...
Jérôme Benoit [Wed, 18 Oct 2023 02:19:56 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-3.0.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_thr...
Jérôme Benoit [Wed, 18 Oct 2023 02:19:55 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_threads/poolifier-3.0.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster...
Jérôme Benoit [Wed, 18 Oct 2023 02:19:55 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster/poolifier-3.0.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_thr...
Jérôme Benoit [Wed, 18 Oct 2023 02:19:54 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_threads/poolifier-3.0.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/poolifier-3.0...
Jérôme Benoit [Wed, 18 Oct 2023 02:19:54 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/poolifier-3.0.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid...
Jérôme Benoit [Wed, 18 Oct 2023 02:19:53 +0000 (04:19 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid/poolifier-3.0.2 into combined-prs-branch

7 months agodocs: cleanup changelog entries
Jérôme Benoit [Tue, 17 Oct 2023 21:22:28 +0000 (23:22 +0200)] 
docs: cleanup changelog entries

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Tue, 17 Oct 2023 21:08:39 +0000 (21:08 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier in /examples/typescript/smtp-client-pool
dependabot[bot] [Tue, 17 Oct 2023 21:08:05 +0000 (21:08 +0000)] 
build(deps): bump poolifier in /examples/typescript/smtp-client-pool

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Tue, 17 Oct 2023 21:03:37 +0000 (21:03 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Tue, 17 Oct 2023 20:52:56 +0000 (20:52 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Tue, 17 Oct 2023 20:47:01 +0000 (20:47 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier in /examples/typescript/http-client-pool
dependabot[bot] [Tue, 17 Oct 2023 20:38:33 +0000 (20:38 +0000)] 
build(deps): bump poolifier in /examples/typescript/http-client-pool

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Tue, 17 Oct 2023 20:38:15 +0000 (20:38 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agorefactor: cleanup exported modules
Jérôme Benoit [Tue, 17 Oct 2023 20:30:00 +0000 (22:30 +0200)] 
refactor: cleanup exported modules

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Tue, 17 Oct 2023 20:29:02 +0000 (20:29 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Tue, 17 Oct 2023 20:15:35 +0000 (20:15 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Tue, 17 Oct 2023 20:14:59 +0000 (20:14 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Tue, 17 Oct 2023 20:12:15 +0000 (22:12 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

7 months agorefactor: cleanup exported modules
Jérôme Benoit [Tue, 17 Oct 2023 20:11:30 +0000 (22:11 +0200)] 
refactor: cleanup exported modules

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Tue, 17 Oct 2023 20:10:30 +0000 (20:10 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agodocs: generate documentation
Documentation Bot [Tue, 17 Oct 2023 20:02:05 +0000 (20:02 +0000)] 
docs: generate documentation

7 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Tue, 17 Oct 2023 19:58:55 +0000 (21:58 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

7 months agodocs: silence typedoc warning
Jérôme Benoit [Tue, 17 Oct 2023 19:58:14 +0000 (21:58 +0200)] 
docs: silence typedoc warning

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agodocs: generate documentation
Documentation Bot [Tue, 17 Oct 2023 19:56:17 +0000 (19:56 +0000)] 
docs: generate documentation

7 months agodocs: refine code comment
Jérôme Benoit [Tue, 17 Oct 2023 19:49:28 +0000 (21:49 +0200)] 
docs: refine code comment

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agochore: v3.0.2 v3.0.2
Jérôme Benoit [Tue, 17 Oct 2023 19:27:37 +0000 (21:27 +0200)] 
chore: v3.0.2

7 months agoMerge pull request #1497 from poolifier/fix-dynamic-worker-removal-race
Jérôme Benoit [Tue, 17 Oct 2023 19:24:44 +0000 (21:24 +0200)] 
Merge pull request #1497 from poolifier/fix-dynamic-worker-removal-race

fix: ensure a dynamic scheduled for removal can't be used

7 months agofeat: handle worker node readyness in IWRR strategy
Jérôme Benoit [Tue, 17 Oct 2023 15:23:26 +0000 (17:23 +0200)] 
feat: handle worker node readyness in IWRR strategy

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agofix: ensure a dynamic scheduled for removal can't be used
Jérôme Benoit [Tue, 17 Oct 2023 14:42:34 +0000 (16:42 +0200)] 
fix: ensure a dynamic scheduled for removal can't be used

closes #1468 and #1468

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agoMerge pull request #1495 from poolifier/combined-prs-branch
Jérôme Benoit [Tue, 17 Oct 2023 08:20:40 +0000 (10:20 +0200)] 
Merge pull request #1495 from poolifier/combined-prs-branch

Combined PRs

7 months agoMerge dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.8.0 into combined...
Jérôme Benoit [Tue, 17 Oct 2023 08:20:23 +0000 (10:20 +0200)] 
Merge dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.8.0 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid...
Jérôme Benoit [Tue, 17 Oct 2023 08:20:23 +0000 (10:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid/poolifier-3.0.1 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster...
Jérôme Benoit [Tue, 17 Oct 2023 08:20:22 +0000 (10:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster/fastify-4.24.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_thr...
Jérôme Benoit [Tue, 17 Oct 2023 08:20:21 +0000 (10:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_threads/poolifier-3.0.1 into combined-prs-branch

7 months agobuild(deps): bump poolifier
dependabot[bot] [Tue, 17 Oct 2023 08:14:27 +0000 (08:14 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps-dev): bump @typescript-eslint/eslint-plugin
dependabot[bot] [Tue, 17 Oct 2023 08:14:23 +0000 (08:14 +0000)] 
build(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.5 to 6.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump fastify
dependabot[bot] [Tue, 17 Oct 2023 08:14:20 +0000 (08:14 +0000)] 
build(deps): bump fastify

Bumps [fastify](https://github.com/fastify/fastify) from 4.24.1 to 4.24.2.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.24.1...v4.24.2)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Tue, 17 Oct 2023 08:14:14 +0000 (08:14 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agoMerge pull request #1494 from poolifier/combined-prs-branch
Jérôme Benoit [Tue, 17 Oct 2023 08:13:09 +0000 (10:13 +0200)] 
Merge pull request #1494 from poolifier/combined-prs-branch

Combined PRs

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:27 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster/poolifier-3.0.1 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:27 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster/bufferutil-4.0.8 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:26 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster/rollup-4.1.4 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:25 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid/fastify-4.24.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:25 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid/poolifier-3.0.1 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:24 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid/rollup-4.1.4 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-3.0...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:24 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-3.0.1 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-hybrid...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:23 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-hybrid/rollup-4.1.4 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-hybrid...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:23 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-hybrid/poolifier-3.0.1 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_thr...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:22 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_threads/fastify-4.24.2 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_thr...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:21 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_threads/poolifier-3.0.1 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:21 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster/rollup-4.1.4 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:20 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster/poolifier-3.0.1 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/poolifier-3.0...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:20 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/poolifier-3.0.1 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/typescript-eslint/parser-6.8.0 into combined-prs-branch
Jérôme Benoit [Tue, 17 Oct 2023 02:20:19 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/typescript-eslint/parser-6.8.0 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:18 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid/rollup-4.1.4 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_thr...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:18 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_threads/poolifier-3.0.1 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:17 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid/bufferutil-4.0.8 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:16 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster/poolifier-3.0.1 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:15 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster/rollup-4.1.4 into combined-prs-branch

7 months agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_thr...
Jérôme Benoit [Tue, 17 Oct 2023 02:20:15 +0000 (04:20 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_threads/bufferutil-4.0.8 into combined-prs-branch

7 months agobuild(deps): bump bufferutil
dependabot[bot] [Mon, 16 Oct 2023 21:05:51 +0000 (21:05 +0000)] 
build(deps): bump bufferutil

Bumps [bufferutil](https://github.com/websockets/bufferutil) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/websockets/bufferutil/releases)
- [Commits](https://github.com/websockets/bufferutil/compare/v4.0.7...v4.0.8)

---
updated-dependencies:
- dependency-name: bufferutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps-dev): bump rollup
dependabot[bot] [Mon, 16 Oct 2023 20:58:57 +0000 (20:58 +0000)] 
build(deps-dev): bump rollup

Bumps [rollup](https://github.com/rollup/rollup) from 4.1.0 to 4.1.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.1.0...v4.1.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Mon, 16 Oct 2023 20:58:45 +0000 (20:58 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump bufferutil
dependabot[bot] [Mon, 16 Oct 2023 20:54:41 +0000 (20:54 +0000)] 
build(deps): bump bufferutil

Bumps [bufferutil](https://github.com/websockets/bufferutil) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/websockets/bufferutil/releases)
- [Commits](https://github.com/websockets/bufferutil/compare/v4.0.7...v4.0.8)

---
updated-dependencies:
- dependency-name: bufferutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Mon, 16 Oct 2023 20:54:35 +0000 (20:54 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps-dev): bump rollup
dependabot[bot] [Mon, 16 Oct 2023 20:54:19 +0000 (20:54 +0000)] 
build(deps-dev): bump rollup

Bumps [rollup](https://github.com/rollup/rollup) from 4.1.0 to 4.1.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.1.0...v4.1.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps-dev): bump @typescript-eslint/parser from 6.7.5 to 6.8.0
dependabot[bot] [Mon, 16 Oct 2023 20:41:39 +0000 (20:41 +0000)] 
build(deps-dev): bump @typescript-eslint/parser from 6.7.5 to 6.8.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.5 to 6.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier in /examples/typescript/smtp-client-pool
dependabot[bot] [Mon, 16 Oct 2023 20:33:41 +0000 (20:33 +0000)] 
build(deps): bump poolifier in /examples/typescript/smtp-client-pool

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Mon, 16 Oct 2023 20:31:08 +0000 (20:31 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps-dev): bump rollup
dependabot[bot] [Mon, 16 Oct 2023 20:30:54 +0000 (20:30 +0000)] 
build(deps-dev): bump rollup

Bumps [rollup](https://github.com/rollup/rollup) from 4.1.0 to 4.1.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.1.0...v4.1.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Mon, 16 Oct 2023 20:29:59 +0000 (20:29 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump fastify
dependabot[bot] [Mon, 16 Oct 2023 20:29:50 +0000 (20:29 +0000)] 
build(deps): bump fastify

Bumps [fastify](https://github.com/fastify/fastify) from 4.24.1 to 4.24.2.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.24.1...v4.24.2)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agorefactor: cleanup TS example
Jérôme Benoit [Mon, 16 Oct 2023 20:24:01 +0000 (22:24 +0200)] 
refactor: cleanup TS example

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 months agobuild(deps): bump poolifier
dependabot[bot] [Mon, 16 Oct 2023 20:23:00 +0000 (20:23 +0000)] 
build(deps): bump poolifier

Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/poolifier/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>