poolifier.git
19 months agoCleanup mocha configuration
Jérôme Benoit [Mon, 10 Oct 2022 21:16:50 +0000 (23:16 +0200)] 
Cleanup mocha configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFormatting fixlet
Jérôme Benoit [Mon, 10 Oct 2022 20:45:56 +0000 (22:45 +0200)] 
Formatting fixlet

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoEnchance benchmarking code
Jérôme Benoit [Mon, 10 Oct 2022 20:44:13 +0000 (22:44 +0200)] 
Enchance benchmarking code

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agonew Date().getTime() -> Date.now()
Jérôme Benoit [Mon, 10 Oct 2022 19:57:38 +0000 (21:57 +0200)] 
new Date().getTime() -> Date.now()

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoUniformize some comments
Jérôme Benoit [Mon, 10 Oct 2022 19:28:28 +0000 (21:28 +0200)] 
Uniformize some comments

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix WRR worker choice strategy implementation
Jérôme Benoit [Mon, 10 Oct 2022 19:22:42 +0000 (21:22 +0200)] 
Fix WRR worker choice strategy implementation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoApply dependencies update
Jérôme Benoit [Mon, 10 Oct 2022 17:54:58 +0000 (19:54 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agosrc/pools/selection-strategies/weighted-round-robin-choice-strategy.ts -> src/pools...
Jérôme Benoit [Mon, 10 Oct 2022 17:09:42 +0000 (19:09 +0200)] 
src/pools/selection-strategies/weighted-round-robin-choice-strategy.ts -> src/pools/selection-strategies/weighted-round-robin-worker-choice-strategy.ts

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoStrict boolean check
Jérôme Benoit [Mon, 10 Oct 2022 16:49:37 +0000 (18:49 +0200)] 
Strict boolean check

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoVerify that the configured worker choice is going to be used when a
Jérôme Benoit [Mon, 10 Oct 2022 16:32:03 +0000 (18:32 +0200)] 
Verify that the configured worker choice is going to be used when a
dynamic pool is busy

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd WRR worker choice strategy to benchmark
Jérôme Benoit [Mon, 10 Oct 2022 16:12:18 +0000 (18:12 +0200)] 
Add WRR worker choice strategy to benchmark

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoCleanup tests code
Jérôme Benoit [Mon, 10 Oct 2022 15:23:31 +0000 (17:23 +0200)] 
Cleanup tests code

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix tests with WRR worker choice strategy
Jérôme Benoit [Mon, 10 Oct 2022 12:49:44 +0000 (14:49 +0200)] 
Fix tests with WRR worker choice strategy

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix task runtime statistics usage calculation logic
Jérôme Benoit [Mon, 10 Oct 2022 12:33:02 +0000 (14:33 +0200)] 
Fix task runtime statistics usage calculation logic

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoStricter tests expectations
Jérôme Benoit [Mon, 10 Oct 2022 12:04:47 +0000 (14:04 +0200)] 
Stricter tests expectations

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix fair share strategy unix timestamp comparison
Jérôme Benoit [Mon, 10 Oct 2022 08:54:32 +0000 (10:54 +0200)] 
Fix fair share strategy unix timestamp comparison

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAllow worker choice strategy to specify their statistics requirements
Jérôme Benoit [Mon, 10 Oct 2022 08:14:02 +0000 (10:14 +0200)] 
Allow worker choice strategy to specify their statistics requirements

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd eslint report to sonar
Jérôme Benoit [Mon, 10 Oct 2022 06:33:39 +0000 (08:33 +0200)] 
Add eslint report to sonar

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix missed Promise.all usage in tests
Jérôme Benoit [Sun, 9 Oct 2022 23:10:10 +0000 (01:10 +0200)] 
Fix missed Promise.all usage in tests

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoRevert Promise.all usage in tests
Jérôme Benoit [Sun, 9 Oct 2022 23:07:09 +0000 (01:07 +0200)] 
Revert Promise.all usage in tests

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix pool execute promises fullfilment in tests
Jérôme Benoit [Sun, 9 Oct 2022 22:10:35 +0000 (00:10 +0200)] 
Fix pool execute promises fullfilment in tests

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months ago.eslintrc.js: remove uneeded rules for tests
Jérôme Benoit [Sun, 9 Oct 2022 21:59:53 +0000 (23:59 +0200)] 
.eslintrc.js: remove uneeded rules for tests

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoSilence sonar
Jérôme Benoit [Sun, 9 Oct 2022 21:41:21 +0000 (23:41 +0200)] 
Silence sonar

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd fair sharing worker choice strategy
Jérôme Benoit [Sun, 9 Oct 2022 21:07:33 +0000 (23:07 +0200)] 
Add fair sharing worker choice strategy

Close #339

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd WRR worker choice strategy
Jérôme Benoit [Sun, 9 Oct 2022 20:06:28 +0000 (22:06 +0200)] 
Add WRR worker choice strategy

Close #363

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix lint-staged configuration, take 2
Jérôme Benoit [Sun, 9 Oct 2022 19:19:34 +0000 (21:19 +0200)] 
Fix lint-staged configuration, take 2

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix lint-staged configuration
Jérôme Benoit [Sun, 9 Oct 2022 19:08:38 +0000 (21:08 +0200)] 
Fix lint-staged configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoEnhance tasks statistics
Jérôme Benoit [Sun, 9 Oct 2022 18:27:37 +0000 (20:27 +0200)] 
Enhance tasks statistics

Close #577

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoRefine eslint configuration
Jérôme Benoit [Sun, 9 Oct 2022 13:58:35 +0000 (15:58 +0200)] 
Refine eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd lint-staged run at pre-commit git hook
Jérôme Benoit [Sun, 9 Oct 2022 13:40:07 +0000 (15:40 +0200)] 
Add lint-staged run at pre-commit git hook

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoREADME.md: reference the next project version for suggestions
Jérôme Benoit [Sun, 9 Oct 2022 12:24:53 +0000 (14:24 +0200)] 
README.md: reference the next project version for suggestions

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix npm publication v2.2.2
Jérôme Benoit [Sun, 9 Oct 2022 12:14:02 +0000 (14:14 +0200)] 
Fix npm publication

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoVersion 2.2.2
Jérôme Benoit [Sun, 9 Oct 2022 12:07:46 +0000 (14:07 +0200)] 
Version 2.2.2

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Sun, 9 Oct 2022 12:07:12 +0000 (14:07 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

19 months agoUpdate documentation
Jérôme Benoit [Sun, 9 Oct 2022 11:57:27 +0000 (13:57 +0200)] 
Update documentation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoREADME.md: remove uneeded comments
Jérôme Benoit [Sun, 9 Oct 2022 11:50:14 +0000 (13:50 +0200)] 
README.md: remove uneeded comments

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoREADME.md: fix node versions supported
Jérôme Benoit [Sun, 9 Oct 2022 11:47:36 +0000 (13:47 +0200)] 
README.md: fix node versions supported

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoReadd UTs run before npm registry auto publication
Jérôme Benoit [Sun, 9 Oct 2022 06:36:48 +0000 (08:36 +0200)] 
Readd UTs run before npm registry auto publication

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoREADME.md: fix link to dependabot badge
Jérôme Benoit [Sat, 8 Oct 2022 18:01:07 +0000 (20:01 +0200)] 
README.md: fix link to dependabot badge

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoComment out UTs run on the production build at npm publication v2.2.1
Jérôme Benoit [Sat, 8 Oct 2022 17:26:02 +0000 (19:26 +0200)] 
Comment out UTs run on the production build at npm publication

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix eslint configuration
Jérôme Benoit [Sat, 8 Oct 2022 17:16:09 +0000 (19:16 +0200)] 
Fix eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix link in documentation
Jérôme Benoit [Sat, 8 Oct 2022 17:06:52 +0000 (19:06 +0200)] 
Fix link in documentation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoVersion 2.2.1
Jérôme Benoit [Sat, 8 Oct 2022 16:55:05 +0000 (18:55 +0200)] 
Version 2.2.1

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd missed documentation files
Jérôme Benoit [Sat, 8 Oct 2022 16:49:16 +0000 (18:49 +0200)] 
Add missed documentation files

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoGenerate documentation
Jérôme Benoit [Sat, 8 Oct 2022 16:48:36 +0000 (18:48 +0200)] 
Generate documentation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd UTs for WorkerChoiceStrategyContext
Jérôme Benoit [Sat, 8 Oct 2022 15:58:57 +0000 (17:58 +0200)] 
Add UTs for WorkerChoiceStrategyContext

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd UTs for SelectionStrategiesUtils
Jérôme Benoit [Sat, 8 Oct 2022 14:26:42 +0000 (16:26 +0200)] 
Add UTs for SelectionStrategiesUtils

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoApply dependencies update
Jérôme Benoit [Sat, 8 Oct 2022 13:29:36 +0000 (15:29 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoCheck in UTs the error message thrown in worker-thread pool
Jérôme Benoit [Sat, 8 Oct 2022 13:23:33 +0000 (15:23 +0200)] 
Check in UTs the error message thrown in worker-thread pool

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoConvert function to arrow function in UT
Jérôme Benoit [Sat, 8 Oct 2022 13:05:05 +0000 (15:05 +0200)] 
Convert function to arrow function in UT

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFactor out some UTs code in test-utils.js
Jérôme Benoit [Sat, 8 Oct 2022 12:51:04 +0000 (14:51 +0200)] 
Factor out some UTs code in test-utils.js

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoComment cleanup
Jérôme Benoit [Sat, 8 Oct 2022 11:51:21 +0000 (13:51 +0200)] 
Comment cleanup

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoKeep the LRU strategy implementation as optimized as it was
Jérôme Benoit [Sat, 8 Oct 2022 11:33:22 +0000 (13:33 +0200)] 
Keep the LRU strategy implementation as optimized as it was

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoAdd dynamic worker choice strategy change at runtime
Jérôme Benoit [Sat, 8 Oct 2022 10:24:16 +0000 (12:24 +0200)] 
Add dynamic worker choice strategy change at runtime

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoRemove redundant await
Jérôme Benoit [Fri, 7 Oct 2022 20:46:59 +0000 (22:46 +0200)] 
Remove redundant await

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoReport more cleanups from work in progress PRs
Jérôme Benoit [Fri, 7 Oct 2022 20:29:20 +0000 (22:29 +0200)] 
Report more cleanups from work in progress PRs

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoReport some code cleanups from work in progress PR
Jérôme Benoit [Fri, 7 Oct 2022 19:16:17 +0000 (21:16 +0200)] 
Report some code cleanups from work in progress PR

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoRefine .gitignore
Jérôme Benoit [Fri, 7 Oct 2022 15:20:29 +0000 (17:20 +0200)] 
Refine .gitignore

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoFix eslint configuration
Jérôme Benoit [Fri, 7 Oct 2022 10:32:11 +0000 (12:32 +0200)] 
Fix eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Fri, 7 Oct 2022 10:11:09 +0000 (12:11 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

19 months agoFix eslint configuration
Jérôme Benoit [Fri, 7 Oct 2022 10:10:35 +0000 (12:10 +0200)] 
Fix eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoBump @types/node from 18.8.2 to 18.8.3 (#576)
dependabot[bot] [Thu, 6 Oct 2022 21:43:08 +0000 (23:43 +0200)] 
Bump @types/node from 18.8.2 to 18.8.3 (#576)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump @types/node from 18.8.0 to 18.8.2 (#575)
dependabot[bot] [Tue, 4 Oct 2022 20:58:53 +0000 (22:58 +0200)] 
Bump @types/node from 18.8.0 to 18.8.2 (#575)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump @typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 (#573)
dependabot[bot] [Tue, 4 Oct 2022 20:27:23 +0000 (22:27 +0200)] 
Bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 (#573)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump @typescript-eslint/parser from 5.38.1 to 5.39.0 (#574)
dependabot[bot] [Tue, 4 Oct 2022 20:24:54 +0000 (22:24 +0200)] 
Bump @typescript-eslint/parser from 5.38.1 to 5.39.0 (#574)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoRemove deprecated code configuration
Jérôme Benoit [Mon, 3 Oct 2022 22:21:41 +0000 (00:21 +0200)] 
Remove deprecated code configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoSync package-lock.json
Jérôme Benoit [Mon, 3 Oct 2022 18:47:48 +0000 (20:47 +0200)] 
Sync package-lock.json

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
19 months agoBump expect from 29.1.0 to 29.1.2 (#572)
dependabot[bot] [Mon, 3 Oct 2022 18:45:33 +0000 (20:45 +0200)] 
Bump expect from 29.1.0 to 29.1.2 (#572)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Mon, 3 Oct 2022 14:40:56 +0000 (16:40 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

19 months agoFix source map support in UTs
Jérôme Benoit [Mon, 3 Oct 2022 14:39:50 +0000 (16:39 +0200)] 
Fix source map support in UTs

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
20 months agoBump expect from 29.0.3 to 29.1.0 (#571)
dependabot[bot] [Wed, 28 Sep 2022 21:56:38 +0000 (23:56 +0200)] 
Bump expect from 29.0.3 to 29.1.0 (#571)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 months agoCombined PR (#570)
github-actions[bot] [Tue, 27 Sep 2022 22:25:36 +0000 (00:25 +0200)] 
Combined PR (#570)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
20 months agoCombined PR (#569)
github-actions[bot] [Tue, 27 Sep 2022 22:22:31 +0000 (00:22 +0200)] 
Combined PR (#569)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
20 months agoFix dependabot configuration for GitHub actions
Jérôme Benoit [Tue, 27 Sep 2022 22:19:58 +0000 (00:19 +0200)] 
Fix dependabot configuration for GitHub actions

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
20 months agoAdd dependabot configuration for GitHub actions
Jérôme Benoit [Tue, 27 Sep 2022 22:07:40 +0000 (00:07 +0200)] 
Add dependabot configuration for GitHub actions

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
20 months agoBump @types/node from 18.7.19 to 18.7.22 (#563)
dependabot[bot] [Mon, 26 Sep 2022 15:24:28 +0000 (17:24 +0200)] 
Bump @types/node from 18.7.19 to 18.7.22 (#563)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 months agoCombined PR (#562)
github-actions[bot] [Mon, 26 Sep 2022 15:12:32 +0000 (17:12 +0200)] 
Combined PR (#562)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
20 months agoCleanup
Jérôme Benoit [Mon, 26 Sep 2022 07:26:15 +0000 (09:26 +0200)] 
Cleanup

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
20 months agoAdd .npmrc
Jérôme Benoit [Tue, 20 Sep 2022 07:53:25 +0000 (09:53 +0200)] 
Add .npmrc

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
20 months agoApply dependencies update
Jérôme Benoit [Mon, 19 Sep 2022 20:43:45 +0000 (22:43 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
20 months agoRemove unneeded .editorconfig tunable
Jérôme Benoit [Sat, 17 Sep 2022 09:10:10 +0000 (11:10 +0200)] 
Remove unneeded .editorconfig tunable

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
20 months agoBump expect from 29.0.2 to 29.0.3 (#558)
dependabot[bot] [Fri, 16 Sep 2022 11:32:51 +0000 (13:32 +0200)] 
Bump expect from 29.0.2 to 29.0.3 (#558)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 months agoCombined PR (#557)
github-actions[bot] [Fri, 16 Sep 2022 06:37:44 +0000 (08:37 +0200)] 
Combined PR (#557)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
20 months agoCombined PR (#555)
github-actions[bot] [Fri, 16 Sep 2022 06:09:38 +0000 (08:09 +0200)] 
Combined PR (#555)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
20 months agoCombined PR (#546)
github-actions[bot] [Mon, 5 Sep 2022 21:08:44 +0000 (23:08 +0200)] 
Combined PR (#546)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
20 months agoCombined PR (#545)
github-actions[bot] [Mon, 5 Sep 2022 21:05:41 +0000 (23:05 +0200)] 
Combined PR (#545)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
20 months agoBump prettier-plugin-organize-imports from 3.1.0 to 3.1.1 (#539)
dependabot[bot] [Sun, 4 Sep 2022 15:20:59 +0000 (17:20 +0200)] 
Bump prettier-plugin-organize-imports from 3.1.0 to 3.1.1 (#539)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 months agoBump typedoc from 0.23.12 to 0.23.13 (#538)
dependabot[bot] [Fri, 2 Sep 2022 06:40:20 +0000 (08:40 +0200)] 
Bump typedoc from 0.23.12 to 0.23.13 (#538)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Wed, 31 Aug 2022 13:15:52 +0000 (15:15 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
21 months agoApply dependencies update
Jérôme Benoit [Wed, 31 Aug 2022 09:41:30 +0000 (11:41 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
21 months agoCombined PR (#532)
github-actions[bot] [Fri, 26 Aug 2022 12:43:43 +0000 (14:43 +0200)] 
Combined PR (#532)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
21 months agoCombined PR (#531)
github-actions[bot] [Fri, 26 Aug 2022 12:39:55 +0000 (14:39 +0200)] 
Combined PR (#531)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
21 months agoBump @types/node from 18.7.10 to 18.7.11 (#525)
dependabot[bot] [Tue, 23 Aug 2022 17:17:05 +0000 (19:17 +0200)] 
Bump @types/node from 18.7.10 to 18.7.11 (#525)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.10 to 18.7.11.
- [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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 months agoBump @typescript-eslint/eslint-plugin from 5.33.1 to 5.34.0 (#519)
dependabot[bot] [Tue, 23 Aug 2022 15:51:13 +0000 (17:51 +0200)] 
Bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.34.0 (#519)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 months agoCombined PR (#524)
github-actions[bot] [Tue, 23 Aug 2022 15:46:21 +0000 (17:46 +0200)] 
Combined PR (#524)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
21 months agoCombined PR (#518)
github-actions[bot] [Fri, 19 Aug 2022 21:14:06 +0000 (23:14 +0200)] 
Combined PR (#518)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
21 months agoCombined PR (#515)
github-actions[bot] [Thu, 18 Aug 2022 22:31:16 +0000 (00:31 +0200)] 
Combined PR (#515)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
21 months agoBump @types/node from 18.7.5 to 18.7.6 (#512)
dependabot[bot] [Wed, 17 Aug 2022 10:21:00 +0000 (12:21 +0200)] 
Bump @types/node from 18.7.5 to 18.7.6 (#512)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 months agoApply dependencies update
Jérôme Benoit [Mon, 15 Aug 2022 19:55:12 +0000 (21:55 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
21 months agoBump @types/node from 18.7.1 to 18.7.3 (#511)
dependabot[bot] [Sun, 14 Aug 2022 18:15:48 +0000 (20:15 +0200)] 
Bump @types/node from 18.7.1 to 18.7.3 (#511)

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