poolifier.git
3 years agoAdd eslint-plugin-jsdoc (#142)
Shinigami [Sat, 13 Feb 2021 13:06:26 +0000 (14:06 +0100)] 
Add eslint-plugin-jsdoc (#142)

3 years agoImprove JSDoc comments (#130)
Shinigami [Sat, 13 Feb 2021 10:42:48 +0000 (11:42 +0100)] 
Improve JSDoc comments (#130)

Co-authored-by: ST-DDT <ST-DDT@gmx.de>
3 years agoSimplify worker choosing (#138)
Jérôme Benoit [Sat, 13 Feb 2021 10:40:47 +0000 (11:40 +0100)] 
Simplify worker choosing (#138)

3 years agoBenchmark: remove unneeded then at promise handling (#136)
Jérôme Benoit [Sat, 13 Feb 2021 10:15:30 +0000 (11:15 +0100)] 
Benchmark: remove unneeded then at promise handling (#136)

3 years agoUpdate eslint to 7.20.0 (#137)
Jérôme Benoit [Sat, 13 Feb 2021 08:31:44 +0000 (09:31 +0100)] 
Update eslint to 7.20.0 (#137)

3 years agopackage.json: Sync version with package-lock.json (#135)
Jérôme Benoit [Sat, 13 Feb 2021 06:56:00 +0000 (07:56 +0100)] 
package.json: Sync version with package-lock.json (#135)

3 years agoAdd protected removeWorker member function (#124)
Jérôme Benoit [Fri, 12 Feb 2021 20:45:45 +0000 (21:45 +0100)] 
Add protected removeWorker member function (#124)

3 years agoOnly allow primitive JSON for transfer between worker and main worker (#128)
Shinigami [Fri, 12 Feb 2021 20:35:08 +0000 (21:35 +0100)] 
Only allow primitive JSON for transfer between worker and main worker (#128)

3 years agoFix some format issues in MD files (#131)
Shinigami [Fri, 12 Feb 2021 15:21:43 +0000 (16:21 +0100)] 
Fix some format issues in MD files (#131)

3 years agoUpdate CONTRIBUTING.md
Alessandro Pio Ardizio [Fri, 12 Feb 2021 13:44:18 +0000 (14:44 +0100)] 
Update CONTRIBUTING.md

3 years agoUpdate PULL_REQUEST_TEMPLATE.md
Alessandro Pio Ardizio [Fri, 12 Feb 2021 13:36:36 +0000 (14:36 +0100)] 
Update PULL_REQUEST_TEMPLATE.md

3 years agoUpdate PULL_REQUEST_TEMPLATE.md
Alessandro Pio Ardizio [Fri, 12 Feb 2021 13:33:37 +0000 (14:33 +0100)] 
Update PULL_REQUEST_TEMPLATE.md

Update PR template

3 years agoMerge pull request #125 from pioardi/vscode-debug
Alessandro Pio Ardizio [Fri, 12 Feb 2021 08:20:53 +0000 (09:20 +0100)] 
Merge pull request #125 from pioardi/vscode-debug

vscode: Make the build:dev script a npm task.

3 years agoMerge branch 'master' into vscode-debug
Alessandro Pio Ardizio [Fri, 12 Feb 2021 08:07:11 +0000 (09:07 +0100)] 
Merge branch 'master' into vscode-debug

3 years agoMerge pull request #126 from pioardi/dependabot/npm_and_yarn/types/node-14.14.26
Alessandro Pio Ardizio [Fri, 12 Feb 2021 07:52:25 +0000 (08:52 +0100)] 
Merge pull request #126 from pioardi/dependabot/npm_and_yarn/types/node-14.14.26

Bump @types/node from 14.14.25 to 14.14.26

3 years agoMerge pull request #127 from pioardi/dependabot/npm_and_yarn/mocha-8.3.0
Alessandro Pio Ardizio [Fri, 12 Feb 2021 07:51:58 +0000 (08:51 +0100)] 
Merge pull request #127 from pioardi/dependabot/npm_and_yarn/mocha-8.3.0

Bump mocha from 8.2.1 to 8.3.0

3 years agoBump mocha from 8.2.1 to 8.3.0
dependabot-preview[bot] [Fri, 12 Feb 2021 07:19:36 +0000 (07:19 +0000)] 
Bump mocha from 8.2.1 to 8.3.0

Bumps [mocha](https://github.com/mochajs/mocha) from 8.2.1 to 8.3.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.2.1...v8.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoBump @types/node from 14.14.25 to 14.14.26
dependabot-preview[bot] [Fri, 12 Feb 2021 07:19:34 +0000 (07:19 +0000)] 
Bump @types/node from 14.14.25 to 14.14.26

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoEncapsulate logic of cluster and thread worker/pool (#116)
Shinigami [Fri, 12 Feb 2021 07:17:48 +0000 (08:17 +0100)] 
Encapsulate logic of cluster and thread worker/pool (#116)

Co-authored-by: aardizio <alessandroardizio94@gmail.com>
Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agovscode: Make the build:dev script a npm task.
Jérôme Benoit [Thu, 11 Feb 2021 23:04:27 +0000 (00:04 +0100)] 
vscode: Make the build:dev script a npm task.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoIntegrate rollup bundler (#120)
Jérôme Benoit [Thu, 11 Feb 2021 14:45:58 +0000 (15:45 +0100)] 
Integrate rollup bundler (#120)

3 years agoProvide a cluster worker pool (#92)
Shinigami [Thu, 11 Feb 2021 13:57:37 +0000 (14:57 +0100)] 
Provide a cluster worker pool (#92)

Co-authored-by: aardizio <alessandroardizio94@gmail.com>
Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoMerge pull request #118 from pioardi/dependabot/npm_and_yarn/eslint-plugin-promise...
Alessandro Pio Ardizio [Thu, 11 Feb 2021 07:56:36 +0000 (08:56 +0100)] 
Merge pull request #118 from pioardi/dependabot/npm_and_yarn/eslint-plugin-promise-4.3.1

Bump eslint-plugin-promise from 4.2.1 to 4.3.1

3 years agoMerge pull request #117 from pioardi/dependabot/npm_and_yarn/typescript-4.1.5
Alessandro Pio Ardizio [Thu, 11 Feb 2021 07:55:37 +0000 (08:55 +0100)] 
Merge pull request #117 from pioardi/dependabot/npm_and_yarn/typescript-4.1.5

Bump typescript from 4.1.4 to 4.1.5

3 years agoBump eslint-plugin-promise from 4.2.1 to 4.3.1
dependabot-preview[bot] [Thu, 11 Feb 2021 06:45:37 +0000 (06:45 +0000)] 
Bump eslint-plugin-promise from 4.2.1 to 4.3.1

Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases)
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md)
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.2.1...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoBump typescript from 4.1.4 to 4.1.5
dependabot-preview[bot] [Thu, 11 Feb 2021 06:45:11 +0000 (06:45 +0000)] 
Bump typescript from 4.1.4 to 4.1.5

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.4...v4.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoClean up project (no. 2) (#115)
Shinigami [Wed, 10 Feb 2021 17:50:56 +0000 (18:50 +0100)] 
Clean up project (no. 2) (#115)

3 years agoOnly package necessary files (#113)
Shinigami [Wed, 10 Feb 2021 17:49:00 +0000 (18:49 +0100)] 
Only package necessary files (#113)

3 years agoProvide manual benchmark workflow (#112)
Shinigami [Wed, 10 Feb 2021 16:56:09 +0000 (17:56 +0100)] 
Provide manual benchmark workflow (#112)

3 years agoCreate PULL_REQUEST_TEMPLATE.md (#114)
Alessandro Pio Ardizio [Wed, 10 Feb 2021 16:53:09 +0000 (17:53 +0100)] 
Create PULL_REQUEST_TEMPLATE.md (#114)

3 years agoMerge pull request #110 from pioardi/add-code-of-conduct-1
Alessandro Pio Ardizio [Wed, 10 Feb 2021 16:21:06 +0000 (17:21 +0100)] 
Merge pull request #110 from pioardi/add-code-of-conduct-1

Create CODE_OF_CONDUCT.md

3 years agoMerge branch 'master' into add-code-of-conduct-1
Alessandro Pio Ardizio [Wed, 10 Feb 2021 16:13:56 +0000 (17:13 +0100)] 
Merge branch 'master' into add-code-of-conduct-1

3 years agoUpdate issue templates
Alessandro Pio Ardizio [Wed, 10 Feb 2021 13:39:49 +0000 (14:39 +0100)] 
Update issue templates

3 years agoCreate CODE_OF_CONDUCT.md
Alessandro Pio Ardizio [Wed, 10 Feb 2021 13:35:13 +0000 (14:35 +0100)] 
Create CODE_OF_CONDUCT.md

3 years agoAdd benchmark script (#104)
Jérôme Benoit [Wed, 10 Feb 2021 11:43:21 +0000 (12:43 +0100)] 
Add benchmark script (#104)

Also improve benchmarking

3 years agoBump typescript from 4.1.3 to 4.1.4 (#103)
dependabot-preview[bot] [Wed, 10 Feb 2021 07:22:10 +0000 (08:22 +0100)] 
Bump typescript from 4.1.3 to 4.1.4 (#103)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoAdd node TS type definition (#101)
Jérôme Benoit [Tue, 9 Feb 2021 18:51:56 +0000 (19:51 +0100)] 
Add node TS type definition (#101)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoClean up project (#91)
Shinigami [Tue, 9 Feb 2021 17:34:14 +0000 (18:34 +0100)] 
Clean up project (#91)

3 years agoAdd repo vscode extensions recommendation (#99)
Jérôme Benoit [Tue, 9 Feb 2021 17:30:12 +0000 (18:30 +0100)] 
Add repo vscode extensions recommendation (#99)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoEslint configuration refinement (#97)
Jérôme Benoit [Tue, 9 Feb 2021 16:43:36 +0000 (17:43 +0100)] 
Eslint configuration refinement (#97)

3 years agoOverride specific lint rule for JS (#95)
Jérôme Benoit [Tue, 9 Feb 2021 12:10:16 +0000 (13:10 +0100)] 
Override specific lint rule for JS (#95)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUse prettierx and eslint native (#85)
Shinigami [Tue, 9 Feb 2021 11:54:23 +0000 (12:54 +0100)] 
Use prettierx and eslint native (#85)

Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
Co-authored-by: Alessandro Pio Ardizio <alessandroardizio94@gmail.com>
3 years agoMerge pull request #94 from pioardi/npmignore-fix
Alessandro Pio Ardizio [Tue, 9 Feb 2021 11:42:12 +0000 (12:42 +0100)] 
Merge pull request #94 from pioardi/npmignore-fix

Do not include src directory in the package.

3 years agoDo not include src directory in the package.
Jérôme Benoit [Tue, 9 Feb 2021 11:38:13 +0000 (12:38 +0100)] 
Do not include src directory in the package.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoRename functions and methods to not use prefix underscore (#86)
Shinigami [Tue, 9 Feb 2021 09:57:51 +0000 (10:57 +0100)] 
Rename functions and methods to not use prefix underscore (#86)

* Rename functions and methods to not use prefix underscore

* Update changelog

* Add sentence

3 years agoRemove usage of module.exports (#84)
Shinigami [Mon, 8 Feb 2021 21:05:53 +0000 (22:05 +0100)] 
Remove usage of module.exports (#84)

3 years agoMerge pull request #87 from pioardi/sync-version
Alessandro Pio Ardizio [Mon, 8 Feb 2021 20:42:10 +0000 (21:42 +0100)] 
Merge pull request #87 from pioardi/sync-version

Sync version in package.json with the one in lock file.

3 years agoMerge branch 'master' into sync-version
Alessandro Pio Ardizio [Mon, 8 Feb 2021 20:30:33 +0000 (21:30 +0100)] 
Merge branch 'master' into sync-version

3 years agoMerge pull request #90 from pioardi/contributor-list
Alessandro Pio Ardizio [Mon, 8 Feb 2021 20:30:11 +0000 (21:30 +0100)] 
Merge pull request #90 from pioardi/contributor-list

Added contributor list

3 years agoUse private email
Shinigami [Mon, 8 Feb 2021 20:28:57 +0000 (21:28 +0100)] 
Use private email

3 years agoJerome info
aardizio [Mon, 8 Feb 2021 20:01:44 +0000 (21:01 +0100)] 
Jerome info

3 years agoFix Shinigami name
aardizio [Mon, 8 Feb 2021 19:40:24 +0000 (20:40 +0100)] 
Fix Shinigami name

3 years agoMerge branch 'master' of github.com:pioardi/poolifier into sync-version
Jérôme Benoit [Mon, 8 Feb 2021 19:40:21 +0000 (20:40 +0100)] 
Merge branch 'master' of github.com:pioardi/poolifier into sync-version

3 years agoAdded contributors to the package.json
aardizio [Mon, 8 Feb 2021 19:39:27 +0000 (20:39 +0100)] 
Added contributors to the package.json

3 years agoAdded contributor list
aardizio [Mon, 8 Feb 2021 19:31:28 +0000 (20:31 +0100)] 
Added contributor list

3 years agoMerge pull request #83 from pioardi/improve-ci
Alessandro Pio Ardizio [Mon, 8 Feb 2021 18:54:29 +0000 (19:54 +0100)] 
Merge pull request #83 from pioardi/improve-ci

Improve CI

3 years agoSync version in package.json with the one in lock file.
Jérôme Benoit [Mon, 8 Feb 2021 18:33:52 +0000 (19:33 +0100)] 
Sync version in package.json with the one in lock file.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoMerge branch 'master' into improve-ci
Shinigami [Mon, 8 Feb 2021 18:11:15 +0000 (19:11 +0100)] 
Merge branch 'master' into improve-ci

3 years agoMerge pull request #77 from pioardi/issue-73-use-strict-compiler-flag-in-tsconfig
Alessandro Pio Ardizio [Mon, 8 Feb 2021 18:08:58 +0000 (19:08 +0100)] 
Merge pull request #77 from pioardi/issue-73-use-strict-compiler-flag-in-tsconfig

Use strict compiler flag in tsconfig

3 years agoMerge pull request #81 from pioardi/issue-73-use-strict-compiler-flag-in-tsconfig...
Alessandro Pio Ardizio [Mon, 8 Feb 2021 17:52:34 +0000 (18:52 +0100)] 
Merge pull request #81 from pioardi/issue-73-use-strict-compiler-flag-in-tsconfig-lint-script-fix

Ensure all commands are always run in lint-and-format

3 years agoMerge pull request #82 from pioardi/editorconfig
Alessandro Pio Ardizio [Mon, 8 Feb 2021 17:49:51 +0000 (18:49 +0100)] 
Merge pull request #82 from pioardi/editorconfig

Add editor configuration file.

3 years agoThrow error if worker was not in tasks
Shinigami92 [Mon, 8 Feb 2021 16:44:54 +0000 (17:44 +0100)] 
Throw error if worker was not in tasks

3 years agoImprove CI
Shinigami92 [Mon, 8 Feb 2021 17:10:41 +0000 (18:10 +0100)] 
Improve CI

3 years agoAdd editor configuration file.
Jérôme Benoit [Mon, 8 Feb 2021 16:33:03 +0000 (17:33 +0100)] 
Add editor configuration file.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoEnsure all commands are always run in lint-and-format
Jérôme Benoit [Mon, 8 Feb 2021 16:19:15 +0000 (17:19 +0100)] 
Ensure all commands are always run in lint-and-format

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUse strict compiler flag
Shinigami92 [Sun, 7 Feb 2021 14:23:27 +0000 (15:23 +0100)] 
Use strict compiler flag

3 years agoUpdate pr.yml
Alessandro Pio Ardizio [Mon, 8 Feb 2021 15:38:01 +0000 (16:38 +0100)] 
Update pr.yml

3 years agoMerge pull request #72 from pioardi/issue-62-rewrite-to-typescript
Alessandro Pio Ardizio [Mon, 8 Feb 2021 14:36:24 +0000 (15:36 +0100)] 
Merge pull request #72 from pioardi/issue-62-rewrite-to-typescript

Rewrite to TypeScript

3 years agoMerge branch 'master' into issue-62-rewrite-to-typescript
Alessandro Pio Ardizio [Mon, 8 Feb 2021 14:34:36 +0000 (15:34 +0100)] 
Merge branch 'master' into issue-62-rewrite-to-typescript

3 years agoMerge pull request #80 from pioardi/issue-79-remove-usage-of-nodemon
Alessandro Pio Ardizio [Mon, 8 Feb 2021 13:46:13 +0000 (14:46 +0100)] 
Merge pull request #80 from pioardi/issue-79-remove-usage-of-nodemon

Remove usage of nodemon

3 years agoRemove usage of nodemon
Shinigami92 [Mon, 8 Feb 2021 12:19:33 +0000 (13:19 +0100)] 
Remove usage of nodemon

3 years agoUpdate CONTRIBUTING.md
Shinigami92 [Sun, 7 Feb 2021 12:24:06 +0000 (13:24 +0100)] 
Update CONTRIBUTING.md

3 years agoFix rebase conflict
Shinigami92 [Sun, 7 Feb 2021 12:05:04 +0000 (13:05 +0100)] 
Fix rebase conflict

3 years agoIgnore more folder for standard
Shinigami92 [Sun, 7 Feb 2021 12:02:05 +0000 (13:02 +0100)] 
Ignore more folder for standard

3 years agoMerge most of the stuff from jerome-benoit:issue-62-ts-standard
Shinigami92 [Sat, 6 Feb 2021 21:11:18 +0000 (22:11 +0100)] 
Merge most of the stuff from jerome-benoit:issue-62-ts-standard

Co-authored-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 years agoRewrite to TypeScript
Shinigami92 [Tue, 10 Nov 2020 16:20:43 +0000 (17:20 +0100)] 
Rewrite to TypeScript

Use lts node

3 years agoDelete pullrequest.yml
Alessandro Pio Ardizio [Sun, 7 Feb 2021 09:59:54 +0000 (10:59 +0100)] 
Delete pullrequest.yml

3 years agoCreate pullrequest.yml
Alessandro Pio Ardizio [Sun, 7 Feb 2021 09:59:31 +0000 (10:59 +0100)] 
Create pullrequest.yml

3 years agoCreate pr.yml
Alessandro Pio Ardizio [Sun, 7 Feb 2021 09:59:18 +0000 (10:59 +0100)] 
Create pr.yml

3 years agoUpdate main.yml
Alessandro Pio Ardizio [Sun, 7 Feb 2021 09:58:27 +0000 (10:58 +0100)] 
Update main.yml

3 years agoUpdate README.MD
Alessandro Pio Ardizio [Sun, 7 Feb 2021 09:00:34 +0000 (10:00 +0100)] 
Update README.MD

3 years agoUpdate CONTRIBUTING.md
Alessandro Pio Ardizio [Sat, 16 Jan 2021 15:58:06 +0000 (16:58 +0100)] 
Update CONTRIBUTING.md

3 years agoMerge pull request #69 from pioardi/feature/prettier
Alessandro Pio Ardizio [Sat, 16 Jan 2021 15:56:31 +0000 (16:56 +0100)] 
Merge pull request #69 from pioardi/feature/prettier

 Added prettier standard to support prettier and use it in combinatio…

3 years ago Added prettier standard to support prettier and use it in combination with standard
aardizio [Thu, 14 Jan 2021 18:45:53 +0000 (19:45 +0100)] 
 Added prettier standard to support prettier and use it in combination with standard

3 years agoMerge pull request #67 from pioardi/dependabot/npm_and_yarn/standard-16.0.3
Alessandro Pio Ardizio [Wed, 18 Nov 2020 08:16:48 +0000 (09:16 +0100)] 
Merge pull request #67 from pioardi/dependabot/npm_and_yarn/standard-16.0.3

Bump standard from 16.0.2 to 16.0.3

3 years agoBump standard from 16.0.2 to 16.0.3
dependabot-preview[bot] [Wed, 18 Nov 2020 07:07:06 +0000 (07:07 +0000)] 
Bump standard from 16.0.2 to 16.0.3

Bumps [standard](https://github.com/standard/standard) from 16.0.2 to 16.0.3.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v16.0.2...v16.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoMerge pull request #65 from pioardi/dependabot/npm_and_yarn/standard-16.0.2
Alessandro Pio Ardizio [Thu, 12 Nov 2020 08:08:10 +0000 (09:08 +0100)] 
Merge pull request #65 from pioardi/dependabot/npm_and_yarn/standard-16.0.2

Bump standard from 16.0.1 to 16.0.2

3 years agoBump standard from 16.0.1 to 16.0.2
dependabot-preview[bot] [Thu, 12 Nov 2020 07:09:25 +0000 (07:09 +0000)] 
Bump standard from 16.0.1 to 16.0.2

Bumps [standard](https://github.com/standard/standard) from 16.0.1 to 16.0.2.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v16.0.1...v16.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoAdd the fix version v1.2.1
aardizio [Wed, 11 Nov 2020 08:10:52 +0000 (09:10 +0100)] 
Add the fix version

3 years ago Fix the issue https://github.com/pioardi/poolifier/issues/61
aardizio [Wed, 11 Nov 2020 08:10:25 +0000 (09:10 +0100)] 
 Fix the issue https://github.com/pioardi/poolifier/issues/61

3 years agoMerge pull request #59 from pioardi/dependabot/npm_and_yarn/mocha-8.2.1
Alessandro Pio Ardizio [Tue, 3 Nov 2020 07:49:13 +0000 (08:49 +0100)] 
Merge pull request #59 from pioardi/dependabot/npm_and_yarn/mocha-8.2.1

Bump mocha from 8.2.0 to 8.2.1

3 years agoMerge pull request #60 from pioardi/dependabot/npm_and_yarn/expect-26.6.2
Alessandro Pio Ardizio [Tue, 3 Nov 2020 07:49:03 +0000 (08:49 +0100)] 
Merge pull request #60 from pioardi/dependabot/npm_and_yarn/expect-26.6.2

Bump expect from 26.6.1 to 26.6.2

3 years agoBump expect from 26.6.1 to 26.6.2
dependabot-preview[bot] [Tue, 3 Nov 2020 06:58:55 +0000 (06:58 +0000)] 
Bump expect from 26.6.1 to 26.6.2

Bumps [expect](https://github.com/facebook/jest/tree/HEAD/packages/expect) from 26.6.1 to 26.6.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v26.6.2/packages/expect)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoBump mocha from 8.2.0 to 8.2.1
dependabot-preview[bot] [Tue, 3 Nov 2020 06:58:30 +0000 (06:58 +0000)] 
Bump mocha from 8.2.0 to 8.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.2.0...v8.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoMerge pull request #58 from pioardi/dependabot/npm_and_yarn/standard-16.0.1
Alessandro Pio Ardizio [Mon, 2 Nov 2020 08:04:23 +0000 (09:04 +0100)] 
Merge pull request #58 from pioardi/dependabot/npm_and_yarn/standard-16.0.1

Bump standard from 16.0.0 to 16.0.1

3 years agoBump standard from 16.0.0 to 16.0.1
dependabot-preview[bot] [Mon, 2 Nov 2020 07:04:31 +0000 (07:04 +0000)] 
Bump standard from 16.0.0 to 16.0.1

Bumps [standard](https://github.com/standard/standard) from 16.0.0 to 16.0.1.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v16.0.0...v16.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoMerge pull request #57 from pioardi/dependabot/npm_and_yarn/standard-16.0.0
Alessandro Pio Ardizio [Sat, 31 Oct 2020 16:47:09 +0000 (17:47 +0100)] 
Merge pull request #57 from pioardi/dependabot/npm_and_yarn/standard-16.0.0

Bump standard from 15.0.1 to 16.0.0

3 years agoBump standard from 15.0.1 to 16.0.0
dependabot-preview[bot] [Thu, 29 Oct 2020 18:15:36 +0000 (18:15 +0000)] 
Bump standard from 15.0.1 to 16.0.0

Bumps [standard](https://github.com/standard/standard) from 15.0.1 to 16.0.0.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v15.0.1...v16.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoMerge pull request #56 from pioardi/dependabot/npm_and_yarn/standard-15.0.1
Alessandro Pio Ardizio [Thu, 29 Oct 2020 14:15:55 +0000 (15:15 +0100)] 
Merge pull request #56 from pioardi/dependabot/npm_and_yarn/standard-15.0.1

Bump standard from 15.0.0 to 15.0.1

3 years agoBump standard from 15.0.0 to 15.0.1
dependabot-preview[bot] [Wed, 28 Oct 2020 11:19:41 +0000 (11:19 +0000)] 
Bump standard from 15.0.0 to 15.0.1

Bumps [standard](https://github.com/standard/standard) from 15.0.0 to 15.0.1.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v15.0.0...v15.0.1)

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