poolifier.git
3 hours agorefactor: refactor function arguments master
Jérôme Benoit [Thu, 2 May 2024 16:48:38 +0000 (18:48 +0200)] 
refactor: refactor function arguments

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 hours agobuild(deps-dev): apply updates
Jérôme Benoit [Thu, 2 May 2024 12:27:32 +0000 (14:27 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
8 hours agodocs: generate documentation
Documentation Bot [Thu, 2 May 2024 12:12:00 +0000 (12:12 +0000)] 
docs: generate documentation

8 hours agochore: v4.0.1
Jérôme Benoit [Thu, 2 May 2024 11:59:28 +0000 (13:59 +0200)] 
chore: v4.0.1

9 hours agofix: fix worker choice strategies behavior
Jérôme Benoit [Thu, 2 May 2024 11:13:11 +0000 (13:13 +0200)] 
fix: fix worker choice strategies behavior

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
27 hours agodocs: refine code comments
Jérôme Benoit [Wed, 1 May 2024 16:39:19 +0000 (18:39 +0200)] 
docs: refine code comments

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 days agodocs: refine README.md
Jérôme Benoit [Tue, 30 Apr 2024 20:14:01 +0000 (22:14 +0200)] 
docs: refine README.md

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 days agodocs: generate documentation
Documentation Bot [Tue, 30 Apr 2024 19:49:07 +0000 (19:49 +0000)] 
docs: generate documentation

2 days agochore: v4.0.0
Jérôme Benoit [Tue, 30 Apr 2024 19:34:59 +0000 (21:34 +0200)] 
chore: v4.0.0

2 days agoMerge pull request #2174 from poolifier/task-functions-properties
Jérôme Benoit [Tue, 30 Apr 2024 19:22:31 +0000 (21:22 +0200)] 
Merge pull request #2174 from poolifier/task-functions-properties

feat: add task function properties support

2 days agorefactor: cleanup pool start timestamp handling
Jérôme Benoit [Tue, 30 Apr 2024 18:47:04 +0000 (20:47 +0200)] 
refactor: cleanup pool start timestamp handling

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 days agofix: set pool start timestamp at start()
Jérôme Benoit [Tue, 30 Apr 2024 18:39:25 +0000 (20:39 +0200)] 
fix: set pool start timestamp at start()

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 days agoMerge branch 'master' into task-functions-properties
Jérôme Benoit [Tue, 30 Apr 2024 17:44:23 +0000 (19:44 +0200)] 
Merge branch 'master' into task-functions-properties

2 days agobuild: fix linter errors
Jérôme Benoit [Tue, 30 Apr 2024 17:43:13 +0000 (19:43 +0200)] 
build: fix linter errors

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 days agobuild: fix node version in engines
Jérôme Benoit [Tue, 30 Apr 2024 17:28:28 +0000 (19:28 +0200)] 
build: fix node version in engines

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 days agoMerge branch 'master' into task-functions-properties
Jérôme Benoit [Tue, 30 Apr 2024 17:23:09 +0000 (19:23 +0200)] 
Merge branch 'master' into task-functions-properties

2 days agobuild(deps-dev): apply updates
Jérôme Benoit [Tue, 30 Apr 2024 17:21:13 +0000 (19:21 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 days agodocs: document added fine grained priority and scheduling features
Jérôme Benoit [Tue, 30 Apr 2024 17:01:00 +0000 (19:01 +0200)] 
docs: document added fine grained priority and scheduling features

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 days agotest: add priority queue dequeue() with defined k
Jérôme Benoit [Tue, 30 Apr 2024 08:35:33 +0000 (10:35 +0200)] 
test: add priority queue dequeue() with defined k

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 days agorefactor: refine type definition
Jérôme Benoit [Tue, 30 Apr 2024 08:01:09 +0000 (10:01 +0200)] 
refactor: refine type definition

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 days agotest: improve addTaskFunction() tests
Jérôme Benoit [Mon, 29 Apr 2024 20:23:59 +0000 (22:23 +0200)] 
test: improve addTaskFunction() tests

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agofix: only sync worker choice strategies if needed
Jérôme Benoit [Mon, 29 Apr 2024 19:49:38 +0000 (21:49 +0200)] 
fix: only sync worker choice strategies if needed

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agotest: use arrow noop task function
Jérôme Benoit [Mon, 29 Apr 2024 19:13:29 +0000 (21:13 +0200)] 
test: use arrow noop task function

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agotest: cleanup test name
Jérôme Benoit [Mon, 29 Apr 2024 18:46:28 +0000 (20:46 +0200)] 
test: cleanup test name

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agofeat: use priority queue for task queueing
Jérôme Benoit [Mon, 29 Apr 2024 18:01:23 +0000 (20:01 +0200)] 
feat: use priority queue for task queueing

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agoMerge branch 'master' into task-functions-properties
Jérôme Benoit [Mon, 29 Apr 2024 15:53:32 +0000 (17:53 +0200)] 
Merge branch 'master' into task-functions-properties

3 days agofeat: implement k-priority queue
Jérôme Benoit [Mon, 29 Apr 2024 15:32:59 +0000 (17:32 +0200)] 
feat: implement k-priority queue

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agoperf: factor out strategies helper
Jérôme Benoit [Mon, 29 Apr 2024 14:11:10 +0000 (16:11 +0200)] 
perf: factor out strategies helper

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agoperf: reduce task usage history default size
Jérôme Benoit [Mon, 29 Apr 2024 14:04:42 +0000 (16:04 +0200)] 
perf: reduce task usage history default size

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agotest: add priority queue test suite
Jérôme Benoit [Mon, 29 Apr 2024 13:21:37 +0000 (15:21 +0200)] 
test: add priority queue test suite

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agorefactor: cleanup dead code
Jérôme Benoit [Mon, 29 Apr 2024 11:00:11 +0000 (13:00 +0200)] 
refactor: cleanup dead code

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agoMerge branch 'master' into task-functions-properties
Jérôme Benoit [Mon, 29 Apr 2024 10:13:19 +0000 (12:13 +0200)] 
Merge branch 'master' into task-functions-properties

3 days agobuild(deps-dev): apply updates
Jérôme Benoit [Mon, 29 Apr 2024 10:12:13 +0000 (12:12 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agorefactor: cleanup Map iteration
Jérôme Benoit [Mon, 29 Apr 2024 10:08:29 +0000 (12:08 +0200)] 
refactor: cleanup Map iteration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agorefactor: cleanup settings
Jérôme Benoit [Mon, 29 Apr 2024 10:05:29 +0000 (12:05 +0200)] 
refactor: cleanup settings

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agoperf: build worker choice strategies policy and task equirements on
Jérôme Benoit [Mon, 29 Apr 2024 09:58:13 +0000 (11:58 +0200)] 
perf: build worker choice strategies policy and task equirements on
demand

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agotest: improve task function ops
Jérôme Benoit [Sun, 28 Apr 2024 22:05:01 +0000 (00:05 +0200)] 
test: improve task function ops

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 days agofix: ensure task function ops sync worker choice strategies
Jérôme Benoit [Sun, 28 Apr 2024 21:35:28 +0000 (23:35 +0200)] 
fix: ensure task function ops sync worker choice strategies

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 days agotest: cleanups
Jérôme Benoit [Sun, 28 Apr 2024 19:09:49 +0000 (21:09 +0200)] 
test: cleanups

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 days agotest: add test for worker task function object
Jérôme Benoit [Sun, 28 Apr 2024 18:20:52 +0000 (20:20 +0200)] 
test: add test for worker task function object

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 days agoMerge branch 'master' into task-functions-properties
Jérôme Benoit [Sun, 28 Apr 2024 17:09:59 +0000 (19:09 +0200)] 
Merge branch 'master' into task-functions-properties

4 days agobuild(deps-dev): apply updates
Jérôme Benoit [Sun, 28 Apr 2024 17:09:02 +0000 (19:09 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 days agofeat: add per task function strategy support
Jérôme Benoit [Sun, 28 Apr 2024 16:24:19 +0000 (18:24 +0200)] 
feat: add per task function strategy support

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 days agofeat: add task function properties support
Jérôme Benoit [Sat, 27 Apr 2024 21:17:16 +0000 (23:17 +0200)] 
feat: add task function properties support

closes #843

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 days agobuild(deps-dev): apply updates
Jérôme Benoit [Sat, 27 Apr 2024 08:35:47 +0000 (10:35 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
8 days agobuild(deps-dev): apply updates
Jérôme Benoit [Wed, 24 Apr 2024 15:54:52 +0000 (17:54 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
9 days agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Tue, 23 Apr 2024 19:22:31 +0000 (21:22 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

9 days agobuild(deps-dev): apply updates
Jérôme Benoit [Tue, 23 Apr 2024 19:21:58 +0000 (21:21 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
10 days agodocs: generate documentation
Documentation Bot [Mon, 22 Apr 2024 14:33:52 +0000 (14:33 +0000)] 
docs: generate documentation

10 days agochore: v3.1.30
Jérôme Benoit [Mon, 22 Apr 2024 14:29:41 +0000 (16:29 +0200)] 
chore: v3.1.30

10 days agodocs: add changelog entry
Jérôme Benoit [Mon, 22 Apr 2024 14:28:07 +0000 (16:28 +0200)] 
docs: add changelog entry

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
10 days agofix: refine type definition for transferList
Jérôme Benoit [Mon, 22 Apr 2024 14:12:32 +0000 (16:12 +0200)] 
fix: refine type definition for transferList

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
10 days agobuild: bump volta pnpm version
Jérôme Benoit [Mon, 22 Apr 2024 10:49:01 +0000 (12:49 +0200)] 
build: bump volta pnpm version

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
11 days agobuild(deps-dev): apply updates
Jérôme Benoit [Sun, 21 Apr 2024 09:07:15 +0000 (11:07 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
12 days agobuild(deps-dev): apply updates
Jérôme Benoit [Sat, 20 Apr 2024 08:00:43 +0000 (10:00 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
13 days agobuild: bump volta pnpm version
Jérôme Benoit [Fri, 19 Apr 2024 08:04:55 +0000 (10:04 +0200)] 
build: bump volta pnpm version

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 weeks agobuild: bump volta pnpm version
Jérôme Benoit [Thu, 18 Apr 2024 19:24:49 +0000 (21:24 +0200)] 
build: bump volta pnpm version

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Wed, 17 Apr 2024 17:55:14 +0000 (19:55 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 weeks agobuild: bump volta pnpm version
Jérôme Benoit [Tue, 16 Apr 2024 15:01:16 +0000 (17:01 +0200)] 
build: bump volta pnpm version

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 weeks agochore: switch to pnpm 9.x.x
Jérôme Benoit [Tue, 16 Apr 2024 12:29:35 +0000 (14:29 +0200)] 
chore: switch to pnpm 9.x.x

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Tue, 16 Apr 2024 11:58:47 +0000 (13:58 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Mon, 15 Apr 2024 16:10:59 +0000 (18:10 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Sun, 14 Apr 2024 12:07:38 +0000 (14:07 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 weeks agobuild: bump packageManager pnpm version
Jérôme Benoit [Sat, 13 Apr 2024 19:47:55 +0000 (21:47 +0200)] 
build: bump packageManager pnpm version

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Sat, 13 Apr 2024 19:33:23 +0000 (21:33 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 weeks agoMerge pull request #2172 from poolifier/dependabot/npm_and_yarn/tatami-ng-0.3.1
Jérôme Benoit [Sat, 13 Apr 2024 07:58:59 +0000 (07:58 +0000)] 
Merge pull request #2172 from poolifier/dependabot/npm_and_yarn/tatami-ng-0.3.1

build(deps-dev): bump tatami-ng from 0.3.0 to 0.3.1

2 weeks agobuild(deps-dev): bump tatami-ng from 0.3.0 to 0.3.1
dependabot[bot] [Fri, 12 Apr 2024 20:05:29 +0000 (20:05 +0000)] 
build(deps-dev): bump tatami-ng from 0.3.0 to 0.3.1

Bumps [tatami-ng](https://github.com/poolifier/tatami-ng) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/poolifier/tatami-ng/releases)
- [Changelog](https://github.com/poolifier/tatami-ng/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/tatami-ng/compare/0.3.0...0.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Fri, 12 Apr 2024 14:05:12 +0000 (16:05 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 weeks agobuild(deps-dev): bump volta node version
Jérôme Benoit [Thu, 11 Apr 2024 08:05:35 +0000 (10:05 +0200)] 
build(deps-dev): bump volta node version

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 weeks agoMerge pull request #2164 from poolifier/dependabot/npm_and_yarn/tatami-ng-0.3.0
Jérôme Benoit [Thu, 11 Apr 2024 07:34:40 +0000 (07:34 +0000)] 
Merge pull request #2164 from poolifier/dependabot/npm_and_yarn/tatami-ng-0.3.0

build(deps-dev): bump tatami-ng from 0.2.3 to 0.3.0

3 weeks agobuild(deps-dev): bump tatami-ng from 0.2.3 to 0.3.0
dependabot[bot] [Thu, 11 Apr 2024 07:31:08 +0000 (07:31 +0000)] 
build(deps-dev): bump tatami-ng from 0.2.3 to 0.3.0

Bumps [tatami-ng](https://github.com/poolifier/tatami-ng) from 0.2.3 to 0.3.0.
- [Release notes](https://github.com/poolifier/tatami-ng/releases)
- [Changelog](https://github.com/poolifier/tatami-ng/blob/master/CHANGELOG.md)
- [Commits](https://github.com/poolifier/tatami-ng/compare/0.2.3...0.3.0)

---
updated-dependencies:
- dependency-name: tatami-ng
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agoMerge pull request #2171 from poolifier/combined-prs-branch
Jérôme Benoit [Thu, 11 Apr 2024 07:30:24 +0000 (09:30 +0200)] 
Merge pull request #2171 from poolifier/combined-prs-branch

Combined PRs

3 weeks agoMerge branch 'master' into combined-prs-branch
Jérôme Benoit [Thu, 11 Apr 2024 07:27:47 +0000 (09:27 +0200)] 
Merge branch 'master' into combined-prs-branch

3 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-client-pool/typescript-5.4...
Jérôme Benoit [Thu, 11 Apr 2024 07:27:46 +0000 (09:27 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-client-pool/typescript-5.4.5 into combined-prs-branch

3 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster...
Jérôme Benoit [Thu, 11 Apr 2024 07:27:45 +0000 (09:27 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster/typescript-5.4.5 into combined-prs-branch

3 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-hybrid...
Jérôme Benoit [Thu, 11 Apr 2024 07:27:45 +0000 (09:27 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-hybrid/typescript-5.4.5 into combined-prs-branch

3 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid...
Jérôme Benoit [Thu, 11 Apr 2024 07:27:44 +0000 (09:27 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid/typescript-5.4.5 into combined-prs-branch

3 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/typescript-5.4...
Jérôme Benoit [Thu, 11 Apr 2024 07:27:44 +0000 (09:27 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/typescript-5.4.5 into combined-prs-branch

3 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_thr...
Jérôme Benoit [Thu, 11 Apr 2024 07:27:43 +0000 (09:27 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_threads/typescript-5.4.5 into combined-prs-branch

3 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid...
Jérôme Benoit [Thu, 11 Apr 2024 07:27:42 +0000 (09:27 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid/typescript-5.4.5 into combined-prs-branch

3 weeks agoMerge dependabot/npm_and_yarn/typescript-5.4.5 into combined-prs-branch
Jérôme Benoit [Thu, 11 Apr 2024 07:27:42 +0000 (09:27 +0200)] 
Merge dependabot/npm_and_yarn/typescript-5.4.5 into combined-prs-branch

3 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_thr...
Jérôme Benoit [Thu, 11 Apr 2024 07:27:41 +0000 (09:27 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_threads/typescript-5.4.5 into combined-prs-branch

3 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_thr...
Jérôme Benoit [Thu, 11 Apr 2024 07:27:41 +0000 (09:27 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_threads/typescript-5.4.5 into combined-prs-branch

3 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster...
Jérôme Benoit [Thu, 11 Apr 2024 07:27:40 +0000 (09:27 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster/typescript-5.4.5 into combined-prs-branch

3 weeks agoMerge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster...
Jérôme Benoit [Thu, 11 Apr 2024 07:27:40 +0000 (09:27 +0200)] 
Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster/typescript-5.4.5 into combined-prs-branch

3 weeks agobuild(deps-dev): bump typescript
dependabot[bot] [Wed, 10 Apr 2024 20:57:25 +0000 (20:57 +0000)] 
build(deps-dev): bump typescript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agobuild(deps-dev): bump typescript
dependabot[bot] [Wed, 10 Apr 2024 20:54:11 +0000 (20:54 +0000)] 
build(deps-dev): bump typescript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agobuild(deps-dev): bump typescript
dependabot[bot] [Wed, 10 Apr 2024 20:42:14 +0000 (20:42 +0000)] 
build(deps-dev): bump typescript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agobuild(deps-dev): bump typescript
dependabot[bot] [Wed, 10 Apr 2024 20:40:56 +0000 (20:40 +0000)] 
build(deps-dev): bump typescript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agobuild(deps-dev): bump typescript from 5.4.4 to 5.4.5
dependabot[bot] [Wed, 10 Apr 2024 20:39:01 +0000 (20:39 +0000)] 
build(deps-dev): bump typescript from 5.4.4 to 5.4.5

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agobuild(deps-dev): bump typescript
dependabot[bot] [Wed, 10 Apr 2024 20:35:23 +0000 (20:35 +0000)] 
build(deps-dev): bump typescript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agobuild(deps-dev): bump typescript
dependabot[bot] [Wed, 10 Apr 2024 20:34:30 +0000 (20:34 +0000)] 
build(deps-dev): bump typescript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agobuild(deps-dev): bump typescript
dependabot[bot] [Wed, 10 Apr 2024 20:28:50 +0000 (20:28 +0000)] 
build(deps-dev): bump typescript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agobuild(deps-dev): bump typescript
dependabot[bot] [Wed, 10 Apr 2024 20:28:07 +0000 (20:28 +0000)] 
build(deps-dev): bump typescript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agobuild(deps-dev): bump typescript
dependabot[bot] [Wed, 10 Apr 2024 20:19:00 +0000 (20:19 +0000)] 
build(deps-dev): bump typescript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agobuild(deps-dev): bump typescript
dependabot[bot] [Wed, 10 Apr 2024 20:10:35 +0000 (20:10 +0000)] 
build(deps-dev): bump typescript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agobuild(deps-dev): bump typescript
dependabot[bot] [Wed, 10 Apr 2024 20:09:36 +0000 (20:09 +0000)] 
build(deps-dev): bump typescript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Wed, 10 Apr 2024 12:40:41 +0000 (14:40 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Tue, 9 Apr 2024 12:40:20 +0000 (14:40 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 weeks agobuild(deps-dev): apply updates
Jérôme Benoit [Tue, 9 Apr 2024 12:17:13 +0000 (14:17 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>