Jérôme Benoit [Wed, 23 Aug 2023 22:11:46 +0000 (00:11 +0200)]
chore: v2.6.33
Jérôme Benoit [Wed, 23 Aug 2023 22:03:23 +0000 (00:03 +0200)]
fix: fix task stealing
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Wed, 23 Aug 2023 21:21:11 +0000 (23:21 +0200)]
fix: fix queued tasks rescheduling
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Wed, 23 Aug 2023 16:55:46 +0000 (18:55 +0200)]
Merge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Wed, 23 Aug 2023 16:54:05 +0000 (18:54 +0200)]
refactor: cleanup tasks queue options namespace
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
github-actions[bot] [Wed, 23 Aug 2023 16:36:30 +0000 (16:36 +0000)]
chore: generate documentation
Jérôme Benoit [Wed, 23 Aug 2023 15:43:55 +0000 (17:43 +0200)]
chore: v2.6.32
Jérôme Benoit [Wed, 23 Aug 2023 13:16:59 +0000 (15:16 +0200)]
refactor: trivial code cleanup
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Wed, 23 Aug 2023 12:31:29 +0000 (14:31 +0200)]
refactor: cleanup tasks recheduling code
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Wed, 23 Aug 2023 12:17:34 +0000 (14:17 +0200)]
feat: add backward iterator to deque
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Wed, 23 Aug 2023 11:19:46 +0000 (13:19 +0200)]
refactor: remove unreachable code
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Wed, 23 Aug 2023 11:02:53 +0000 (13:02 +0200)]
fix: ensure no task can be executed on destroyed pool
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Wed, 23 Aug 2023 10:29:40 +0000 (12:29 +0200)]
refactor: remove unused queue code
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Tue, 22 Aug 2023 21:58:16 +0000 (23:58 +0200)]
build(deps-dev): apply updates
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Tue, 22 Aug 2023 21:54:14 +0000 (23:54 +0200)]
refactor: silence rollup warning
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Tue, 22 Aug 2023 21:47:27 +0000 (23:47 +0200)]
refactor: factor helper to run function once at a time
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Tue, 22 Aug 2023 21:43:38 +0000 (23:43 +0200)]
docs: refine worker node code comment
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Tue, 22 Aug 2023 21:36:42 +0000 (23:36 +0200)]
feat: add tasks stealing algorithm
reference #901, #887
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Tue, 22 Aug 2023 18:43:41 +0000 (20:43 +0200)]
docs: refine deque code comments
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Tue, 22 Aug 2023 18:39:32 +0000 (20:39 +0200)]
docs: refine README.md
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Tue, 22 Aug 2023 18:31:20 +0000 (20:31 +0200)]
feat: add O(1) deque
reference #901
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Mon, 21 Aug 2023 20:46:19 +0000 (22:46 +0200)]
build(deps-dev): apply updates
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 21 Aug 2023 20:39:49 +0000 (22:39 +0200)]
fix: fix type definition in examples
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 21 Aug 2023 20:04:08 +0000 (22:04 +0200)]
docs: update benchmarks vs. external pools
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Mon, 21 Aug 2023 16:55:23 +0000 (18:55 +0200)]
build(deps-dev): apply updates
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 21 Aug 2023 10:37:47 +0000 (12:37 +0200)]
Merge branch 'master' of github.com:jerome-benoit/poolifier
Jérôme Benoit [Mon, 21 Aug 2023 10:37:10 +0000 (12:37 +0200)]
docs: update benchmarks vs. external pools
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Jérôme Benoit [Sun, 20 Aug 2023 18:46:30 +0000 (20:46 +0200)]
refactor: remove unneeded null coalescing
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 20 Aug 2023 15:51:47 +0000 (17:51 +0200)]
docs: refine comment
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 20 Aug 2023 14:45:43 +0000 (16:45 +0200)]
Merge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Sun, 20 Aug 2023 14:44:12 +0000 (16:44 +0200)]
feat: add `queueMaxSize` option to tasks queue options
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
github-actions[bot] [Sun, 20 Aug 2023 13:13:08 +0000 (13:13 +0000)]
chore: generate documentation
Jérôme Benoit [Sun, 20 Aug 2023 12:27:44 +0000 (14:27 +0200)]
chore: v2.6.31
Jérôme Benoit [Sun, 20 Aug 2023 11:37:15 +0000 (13:37 +0200)]
docs: refine code comments
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 20 Aug 2023 11:19:17 +0000 (13:19 +0200)]
fix: fix task function queue size computation
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 20 Aug 2023 10:20:45 +0000 (12:20 +0200)]
build: silence linter on examples
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 20 Aug 2023 10:12:58 +0000 (12:12 +0200)]
fix: worker usage for the default task function
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 22:27:19 +0000 (00:27 +0200)]
refactor: stricter worker node constructor checks
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 22:16:20 +0000 (00:16 +0200)]
refactor: remove unneeded branching in WCS code
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 21:20:04 +0000 (23:20 +0200)]
refactor: cleanup error type
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 20:05:13 +0000 (20:05 +0000)]
Merge pull request #883 from poolifier/dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster/types/node-20.5.1
build(deps-dev): bump @types/node from 20.5.0 to 20.5.1 in /examples/typescript/websocket-server-pool/ws-cluster
Jérôme Benoit [Sat, 19 Aug 2023 20:04:49 +0000 (20:04 +0000)]
Merge pull request #882 from poolifier/dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster/tslib-2.6.2
build(deps-dev): bump tslib from 2.6.1 to 2.6.2 in /examples/typescript/websocket-server-pool/ws-cluster
Jérôme Benoit [Sat, 19 Aug 2023 20:04:21 +0000 (20:04 +0000)]
Merge pull request #884 from poolifier/dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster/tslib-2.6.2
build(deps-dev): bump tslib from 2.6.1 to 2.6.2 in /examples/typescript/http-server-pool/fastify-cluster
Jérôme Benoit [Sat, 19 Aug 2023 20:03:53 +0000 (20:03 +0000)]
Merge pull request #885 from poolifier/dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster/types/node-20.5.1
build(deps-dev): bump @types/node from 20.5.0 to 20.5.1 in /examples/typescript/http-server-pool/fastify-cluster
Jérôme Benoit [Sat, 19 Aug 2023 20:35:03 +0000 (22:35 +0200)]
feat: remove the experimental status of LEAST_ELU WCS
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 20:28:12 +0000 (22:28 +0200)]
build: comment out CodeQL action merge group
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 20:25:23 +0000 (22:25 +0200)]
Merge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Sat, 19 Aug 2023 20:24:55 +0000 (22:24 +0200)]
Merge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Sat, 19 Aug 2023 20:23:27 +0000 (22:23 +0200)]
fix: ensure worker choice strategy internals are reset
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 20:03:29 +0000 (20:03 +0000)]
Merge pull request #886 from poolifier/dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_threads/types/node-20.5.1
build(deps-dev): bump @types/node from 20.5.0 to 20.5.1 in /examples/typescript/websocket-server-pool/ws-worker_threads
Jérôme Benoit [Sat, 19 Aug 2023 20:03:05 +0000 (20:03 +0000)]
Merge pull request #870 from poolifier/dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster/tslib-2.6.2
build(deps-dev): bump tslib from 2.6.1 to 2.6.2 in /examples/typescript/http-server-pool/express-cluster
Jérôme Benoit [Sat, 19 Aug 2023 20:02:50 +0000 (20:02 +0000)]
Merge pull request #871 from poolifier/dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster/types/node-20.5.1
build(deps-dev): bump @types/node from 20.5.0 to 20.5.1 in /examples/typescript/http-server-pool/express-cluster
Jérôme Benoit [Sat, 19 Aug 2023 20:02:34 +0000 (20:02 +0000)]
Merge pull request #872 from poolifier/dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_threads/types/node-20.5.1
build(deps-dev): bump @types/node from 20.5.0 to 20.5.1 in /examples/typescript/http-server-pool/express-worker_threads
Jérôme Benoit [Sat, 19 Aug 2023 19:53:20 +0000 (21:53 +0200)]
refactor: silence sonar
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 19:40:37 +0000 (19:40 +0000)]
Merge pull request #881 from poolifier/dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/types/node-20.5.1
build(deps-dev): bump @types/node from 20.5.0 to 20.5.1 in /examples/typescript/smtp-client-pool
Jérôme Benoit [Sat, 19 Aug 2023 19:39:31 +0000 (19:39 +0000)]
Merge pull request #880 from poolifier/dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_threads/types/node-20.5.1
build(deps-dev): bump @types/node from 20.5.0 to 20.5.1 in /examples/typescript/http-server-pool/fastify-worker_threads
Jérôme Benoit [Sat, 19 Aug 2023 19:38:34 +0000 (19:38 +0000)]
Merge pull request #879 from poolifier/dependabot/npm_and_yarn/examples/typescript/http-client-pool/types/node-20.5.1
build(deps-dev): bump @types/node from 20.5.0 to 20.5.1 in /examples/typescript/http-client-pool
Jérôme Benoit [Sat, 19 Aug 2023 19:38:03 +0000 (19:38 +0000)]
Merge pull request #878 from poolifier/dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-hybrid/types/node-20.5.1
build(deps-dev): bump @types/node from 20.5.0 to 20.5.1 in /examples/typescript/http-server-pool/express-hybrid
Jérôme Benoit [Sat, 19 Aug 2023 19:37:38 +0000 (19:37 +0000)]
Merge pull request #877 from poolifier/dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-hybrid/tslib-2.6.2
build(deps-dev): bump tslib from 2.6.1 to 2.6.2 in /examples/typescript/http-server-pool/express-hybrid
Jérôme Benoit [Sat, 19 Aug 2023 19:37:17 +0000 (19:37 +0000)]
Merge pull request #875 from poolifier/dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid/tslib-2.6.2
build(deps-dev): bump tslib from 2.6.1 to 2.6.2 in /examples/typescript/http-server-pool/fastify-hybrid
Jérôme Benoit [Sat, 19 Aug 2023 19:36:53 +0000 (19:36 +0000)]
Merge pull request #876 from poolifier/dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid/types/node-20.5.1
build(deps-dev): bump @types/node from 20.5.0 to 20.5.1 in /examples/typescript/http-server-pool/fastify-hybrid
Jérôme Benoit [Sat, 19 Aug 2023 19:36:27 +0000 (19:36 +0000)]
Merge pull request #874 from poolifier/dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid/tslib-2.6.2
build(deps-dev): bump tslib from 2.6.1 to 2.6.2 in /examples/typescript/websocket-server-pool/ws-hybrid
Jérôme Benoit [Sat, 19 Aug 2023 19:36:05 +0000 (19:36 +0000)]
Merge pull request #873 from poolifier/dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid/types/node-20.5.1
build(deps-dev): bump @types/node from 20.5.0 to 20.5.1 in /examples/typescript/websocket-server-pool/ws-hybrid
Jérôme Benoit [Sat, 19 Aug 2023 19:31:38 +0000 (21:31 +0200)]
refactor: sensible defaults for worker choice strategy policy
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 19:04:40 +0000 (21:04 +0200)]
fix: some more edges cases in the worker choice strategy retries code
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 18:18:37 +0000 (20:18 +0200)]
refactor: cleanup worker usage statistics code
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 17:59:05 +0000 (19:59 +0200)]
test: add test for backPressure event emission
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 16:54:33 +0000 (18:54 +0200)]
feat: untangle worker choice strategies tasks distribution and dynamic worker creation usage
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 16:13:05 +0000 (18:13 +0200)]
test: improve INTERLEAVED_WEIGHTED_ROUND_ROBIN strategy test
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 15:42:14 +0000 (17:42 +0200)]
Merge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Sat, 19 Aug 2023 15:40:41 +0000 (17:40 +0200)]
fix: fix worker choice strategy retries mechanism on some edge cases
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
github-actions[bot] [Sat, 19 Aug 2023 13:09:20 +0000 (13:09 +0000)]
chore: generate documentation
Jérôme Benoit [Sat, 19 Aug 2023 13:03:33 +0000 (15:03 +0200)]
chore: v2.6.30
Jérôme Benoit [Sat, 19 Aug 2023 12:46:17 +0000 (14:46 +0200)]
fix: ensure worker node cannot be instantiaed without proper arguments
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 10:27:55 +0000 (12:27 +0200)]
refactor: factor out worker public API input sanity checks
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 09:28:14 +0000 (11:28 +0200)]
fix: ensure pool event full is emitted only once
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 19 Aug 2023 09:04:10 +0000 (11:04 +0200)]
fix: fix back pressure detection
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Fri, 18 Aug 2023 22:48:19 +0000 (00:48 +0200)]
Merge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Fri, 18 Aug 2023 22:46:57 +0000 (00:46 +0200)]
refactor: move back pressure event emission in the helper
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
github-actions[bot] [Fri, 18 Aug 2023 21:28:45 +0000 (21:28 +0000)]
chore: generate documentation
Jérôme Benoit [Fri, 18 Aug 2023 21:15:18 +0000 (23:15 +0200)]
chore: v2.6.29
Jérôme Benoit [Fri, 18 Aug 2023 21:13:06 +0000 (23:13 +0200)]
build(deps-dev): apply updates
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
dependabot[bot] [Fri, 18 Aug 2023 21:05:07 +0000 (21:05 +0000)]
build(deps-dev): bump @types/node
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:53:16 +0000 (20:53 +0000)]
build(deps-dev): bump @types/node
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:53:03 +0000 (20:53 +0000)]
build(deps-dev): bump tslib
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.1...v2.6.2)
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:42:04 +0000 (20:42 +0000)]
build(deps-dev): bump @types/node
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:41:36 +0000 (20:41 +0000)]
build(deps-dev): bump tslib
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.1...v2.6.2)
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:39:58 +0000 (20:39 +0000)]
build(deps-dev): bump @types/node
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:38:23 +0000 (20:38 +0000)]
build(deps-dev): bump @types/node
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:35:57 +0000 (20:35 +0000)]
build(deps-dev): bump @types/node
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:31:46 +0000 (20:31 +0000)]
build(deps-dev): bump @types/node
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:31:24 +0000 (20:31 +0000)]
build(deps-dev): bump tslib
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.1...v2.6.2)
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Jérôme Benoit [Fri, 18 Aug 2023 20:29:44 +0000 (22:29 +0200)]
refactor: comment out unused code
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
dependabot[bot] [Fri, 18 Aug 2023 20:22:23 +0000 (20:22 +0000)]
build(deps-dev): bump @types/node
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:22:05 +0000 (20:22 +0000)]
build(deps-dev): bump tslib
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.1...v2.6.2)
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:14:18 +0000 (20:14 +0000)]
build(deps-dev): bump tslib
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.1...v2.6.2)
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:14:08 +0000 (20:14 +0000)]
build(deps-dev): bump @types/node
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:12:43 +0000 (20:12 +0000)]
build(deps-dev): bump @types/node
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:12:41 +0000 (20:12 +0000)]
build(deps-dev): bump @types/node
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 18 Aug 2023 20:12:29 +0000 (20:12 +0000)]
build(deps-dev): bump tslib
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.1...v2.6.2)
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>