summaryrefslogtreecommitdiff
path: root/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Bump jsdoc from 3.6.2 to 3.6.10 (#1812)dependabot[bot]2022-01-281-142/+212
| | | | | | | | | | | | | | | | | Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.2 to 3.6.10. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.10/CHANGES.md) - [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.2...3.6.10) --- updated-dependencies: - dependency-name: jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump babel-minify from 0.5.0 to 0.5.1 (#1795)dependabot[bot]2022-01-281-80/+48
| | | | | | | | | | | | | | | | | Bumps [babel-minify](https://github.com/babel/minify) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/babel/minify/releases) - [Changelog](https://github.com/babel/minify/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/minify/compare/babel-minify@0.5.0...babel-minify@0.5.1) --- updated-dependencies: - dependency-name: babel-minify dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump karma-browserify from 5.3.0 to 8.1.0 (#1794)dependabot[bot]2022-01-281-3951/+1470
| | | | | | | | | | | | | | | | Bumps [karma-browserify](https://github.com/nikku/karma-browserify) from 5.3.0 to 8.1.0. - [Release notes](https://github.com/nikku/karma-browserify/releases) - [Commits](https://github.com/nikku/karma-browserify/compare/v5.3.0...v8.1.0) --- updated-dependencies: - dependency-name: karma-browserify dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump es6-promise from 2.3.0 to 4.2.8 (#1792)dependabot[bot]2022-01-281-7/+7
| | | | | | | | | | | | | | | | | Bumps [es6-promise](https://github.com/stefanpenner/es6-promise) from 2.3.0 to 4.2.8. - [Release notes](https://github.com/stefanpenner/es6-promise/releases) - [Changelog](https://github.com/stefanpenner/es6-promise/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanpenner/es6-promise/compare/2.3.0...v4.2.8) --- updated-dependencies: - dependency-name: es6-promise dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: remove Azure DevOps CI (#1787)Nick Schonning2022-01-281-189/+0
| | | Cleaned up JUnit reporters that were used for test uploads there
* chore: upgrade to ESLint 8 (#1786)Nick Schonning2022-01-281-2028/+2152
| | | | - New babel parser package - Drops (dev) support for Node 10
* chore: remove karma-edge-launcher (#1784)Nick Schonning2022-01-281-39/+2
|
* chore: remove manual coveralls execution (#1785)Nick Schonning2022-01-091-815/+1
| | | Now done in GitHub Actions
* Housekeeping (#1772)Jimmy Wärting2021-12-021-39/+12222
| | | | | | | | | | | | | | | | | | | * rimraf was not being used * one less use of lodash dep * shorter name variant * one less lodash fn being used * use native forEach * result was a object * one less lodash recommendation * more explicit path * removed a unused variable
* Enhance examples for Collections methods. (#1726)Roman Lorenzo Balayan2021-08-051-1/+1
| | | | | | | | | * Enhance examples for Collections methods. * Update collection example code, avoiding usage of IIFE on async/await examples * Convert examples on async.auto, async.series, and async.parallel to samples using Promises and async/await Co-authored-by: Roman Balayan <roman.balayan@paymaya.com>
* chore: update more dev depsAlexander Early2019-06-301-983/+306
|
* chore: update nycAlexander Early2019-06-301-2477/+1015
|
* chore: update vulnerable depsAlexander Early2019-06-301-367/+440
|
* chore: update test depsAlexander Early2019-06-301-1858/+1347
|
* docs: use `docs/` folder, include links for every major version (#1648)Alex Early2019-05-261-372/+2
| | | | | | | | | | | | | | | | | | | | | | | | * publish docs to docs folder * disable jekyll * dont clean docs folder * add v2 docs * move docs to v3 * fix nav links, remove pointless footer text * fix scripts/footer * make doc generation idempotent * css tweak * fix path between v2 and v3 * fix logo link
* update gh-pages-deployAlexander Early2019-05-191-7/+7
|
* Update built filesAlexander Early2019-05-191-1/+1
|
* feat: Add .mjs bundle and pkg.main to CJS build (#1642)Alex Early2019-05-191-261/+365
| | | | | | * feat: add mjs bundle and pkg.main to CJS build * update docs
* chore: Add Azure Pipelines for CI (Windows, Linux, Mac) (#1630), Fix async ↵Pablo Núñez2019-04-071-1/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function serialization in Safari. * Add azure pipelines CI. * Publish test results. * Enable coveralls * Use Safari for OSX browser tests. * Adding missing lib files to karma (only Safari complained). * Rename with dot so it gets better placed in order. * Use ci instead of install, so we stick with package-lock.json * Use npm test instead of mocha directly. It just needed a double -- escape. * Move DISPLAY to Linux only, with value set just once. * Use variables for DISPLAY, browser tests and coveralls. * Simplify steps with a browser name variable. * Run junit reporter on CI only. * DISPLAY should be already an environment variable. * Use vmImage for consistency with other OS. * Don't use verbose npm@1 task. * No need to setTimeout, let's `done` on the callback. * Don't resume twice. Check queue length on callback for safety, setTimeout may be delayed. * Avoid time dependency, act on events instead. * Avoid dependency on timing to final assertion. * Rewrite test to avoid setTimeout * Fix formatting. * Make diff more significant (125+50 ~= 200) * Make diff more significant to avoid race conditions. * Wait a bit more so default 5 retries did happen. * Make delays shorter to avoid "Timeout of 250ms exceeded" * Shorten delay to avoid 200ms test timeout in browser tests. * Shorten timeout to mitigate 200ms test timeout. * Add more diff on delays to enforce test behavior. * Make delays more significant to avoid race conditions. * Stop using setTimeout and rely on events to push new items, so order is enforced. * Fix async function serialization in Safari. * Add more delay so 4 never completes before 3. * Ensure 3 never completes before 4. * Use drain instead of task count. Trying to ensure done is called from Windows browser tests that fail frequently. * Ensure 2 starts before 3 arrives.Avoid expected 'process 2 3' to equal 'process 2' * Add retries to browser tests. * Don't fail all on Mac & Windows browser tests. * Ensure 3 happens before 2, it fails sparely on OSX. AssertionError: expected [ 1, 2, 3 ] to deeply equal [ 1, 3, 2 ] * Avoid unnecessary multilines. * Use Edge for Windows browser tests.
* Update built filesAlexander Early2018-09-301-1/+1
|
* Update built filesAlexander Early2018-09-301-1642/+1642
|
* feat: Add cargoQueue type and tests (#1567)Justin Chase2018-08-071-1642/+1642
| | | | | | | | | | * Add cargo queue type and tests * remove only on tests * make failing test more deterministic * Dont define a new type
* update depsAlexander Early2018-08-051-437/+1244
|
* [wip] initial async generator support (#1560)Alex Early2018-08-051-138/+999
| | | feat: initial async generator support
* ES6-ify codebase (#1553)Alex Early2018-07-081-943/+653
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cancelable foreach * cancelable waterfall * cancellable auto * fix lint * fix tests * cancelable whilst/until/during/forever * fix waterfall test. It WILL get there * docs * use rest params instead of slice * clean up internals * remove property func * clarify uses of createTester * happy path async funtions in asyncify * stop using arguments * DLL to class * moar arrows * fix merge issues * remove forOwn * moar arrows * fix merge mistake * even more arrows, what can stop him * mo more fn.apply(null,...) * remove more spurious uses of apply * update lint config * just when you thought there couldn't possibly be more arrows * use eslint:recommended * even less uses or aguments * get rid of prototype cuteness * fix concat tests * fix more tests
* stop growlingAlexander Early2018-06-031-103/+2
|
* update deps after npm auditAlexander Early2018-06-021-62/+54
|
* update deps per npm auditAlexander Early2018-05-201-3787/+3790
|
* update lodash-es to match lodash@4.17Chris Dukakis2018-05-181-3/+3
|
* update lodash in deps & dev depsChris Dukakis2018-05-161-2620/+5277
|
* update package-lockAlexander Early2017-11-061-3586/+4093
|
* Update built filesAlexander Early2017-11-061-472/+3281
|
* Fix build (#1455)Hubert Argasinski2017-07-241-2/+2
| | | | | | | | | | | | | | * dedupe dependencies * prune dependencies * Revert "prune dependencies" This reverts commit ea83e64d8cad03e0aa93ba58de4e93d4df875c3c. * reset package-lock to master * manually bump ansi-styles to 2.2.1
* Version 2.5.0v2.5.0Alexander Early2017-06-251-0/+5814