molgenis / molgenis-app-genenetwork

MIT License
2 stars 6 forks source link

Bump minimatch, grunt, grunt-contrib-watch, kue and sails #70

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps minimatch to 3.0.8 and updates ancestor dependencies minimatch, grunt, grunt-contrib-watch, kue and sails. These dependencies need to be updated together.

Updates minimatch from 0.2.14 to 3.0.8

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.


Updates grunt from 0.4.5 to 1.5.3

Release notes

Sourced from grunt's releases.

v1.5.3

  • Merge pull request #1745 from gruntjs/fix-copy-op 572d79b
  • Patch up race condition in symlink copying. 58016ff
  • Merge pull request #1746 from JamieSlome/patch-1 0749e1d
  • Create SECURITY.md 69b7c50

https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3

v1.5.2

  • Update Changelog 7f15fd5
  • Merge pull request #1743 from gruntjs/cleanup-link b0ec6e1
  • Clean up link handling 433f91b

https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2

v1.5.1

  • Merge pull request #1742 from gruntjs/update-symlink-test ad22608
  • Fix symlink test 0652305

https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1

v1.5.0

  • Updated changelog b2b2c2b
  • Merge pull request #1740 from gruntjs/update-deps-22-10 3eda6ae
  • Update testing matrix 47d32de
  • More updates 2e9161c
  • Remove console log 04b960e
  • Update dependencies, tests... aad3d45
  • Merge pull request #1736 from justlep/main fdc7056
  • support .cjs extension e35fe54

https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.0

v1.4.1

  • Update Changelog e7625e5
  • Merge pull request #1731 from gruntjs/update-options 5d67e34
  • Fix ci install d13bf88
  • Switch to Actions 08896ae
  • Update grunt-known-options eee0673
  • Add note about a breaking change 1b6e288

https://github.com/gruntjs/grunt/compare/v1.4.0...v1.4.1

v1.4.0

  • Merge pull request #1728 from gruntjs/update-deps-changelog 63b2e89
  • Update changelog and util dep 106ed17
  • Merge pull request #1727 from gruntjs/update-deps-apr 49de70b
  • Update CLI and nodeunit 47cf8b6
  • Merge pull request #1722 from gruntjs/update-through e86db1c
  • Update deps 4952368

... (truncated)

Changelog

Sourced from grunt's changelog.

v1.5.3 date: 2022-04-23 changes: - Patch up race condition in symlink copying. v1.5.2 date: 2022-04-12 changes: - Unlink symlinks when copy destination is a symlink. v1.5.1 date: 2022-04-11 changes: - Fixed symlink destination handling. v1.5.0 date: 2022-04-10 changes: - Updated dependencies. - Add symlink handling for copying files. v1.4.1 date: 2021-05-24 changes: - Fix --preload option to be a known option - Switch to GitHub Actions v1.4.0 date: 2021-04-21 changes: - Security fixes in production and dev dependencies - Liftup/Liftoff upgrade breaking change. Update your scripts to use --preload instead of --require. Ref: https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb. v1.3.0 date: 2020-08-18 changes: - Switch to use safeLoad for loading YML files via file.readYAML. - Upgrade legacy-log to ~3.0.0. - Upgrade legacy-util to ~2.0.0. v1.2.1 date: 2020-07-07 changes: - Remove path-is-absolute dependency. (PR: gruntjs/grunt#1715) v1.2.0 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: gruntjs/grunt#1677) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vladikoff, a new releaser for grunt since your current version.


Updates grunt-contrib-watch from 0.5.3 to 1.1.0

Changelog

Sourced from grunt-contrib-watch's changelog.

v1.1.0: date: 2018-05-12 changes: - Update to tiny-lr@1.1.1, lodash@4.17.10, async@2.6.0 v1.0.1: date: 2018-04-20 changes: - Update to gaze@1.1, lodash@4 v1.0.0: date: 2016-03-12 changes: - Updated tiny-lr, gaze, async and lodash dependencies. - Fix endless loop issue with atBegin/nospawn. - Expose hostname parameter of tiny-lr. - Support cwd.event to emit events relative to path. - Removed peerDependencies setting. v0.6.1: date: 2014-03-19 changes: - Fix for watch targets named "default". v0.6.0: date: 2014-03-11 changes: - Clear changed files after triggering live reload to ensure they're only triggered once. - 'cwd option now accepts separate settings for files and spawn.' - Fix to make interrupt work more than once. - Enable live reload over HTTPS. - Print newline after initial 'Waiting...'. - Remove deprecated grunt.util libs. - Add reload option to specify files other than Gruntfile files to reload. - Update to gaze@0.5.1. - Use a fork of tiny-lr (which has quiter operation, support for HTTPS and Windows path fixes). - Add livereloadOnError, which if set to false will not trigger live reload if there is an error.

Commits


Updates kue from 0.9.6 to 0.11.6

Release notes

Sourced from kue's releases.

v0.11.6

  • Fix a bug that might cause job to stuck in inactive state, #1060
  • add id param validation in Job.get(), #990
  • Allow override of promotion lockTtl, #1018
  • Add support for querystring on redis URL, #1013
  • Add delay to custom back off function, #984
  • Add prefix as a parameter for kue-dashboard, #1028
  • Allow exponential backoff to cap its delay at an specified maximum, #1029
  • Minor documentation updates

v0.11.0

  • force node_redis version to 2.4.x, Closes #857
  • Converting Job ids back into integers, #855
  • Fix LPUSH crash during shutdown, #854
  • Install kue-dashboard script, #853
  • Add start event to documentation, #841
  • Add parameter for testMode.enter to continue processing jobs, #821
  • Modern Node.js versions support, #812
  • Don't start the next job until the current one is totally finished, Closes #806
  • Store multiple instances of jobs in jobs id map to emit events for all, #750

0.10.6

Redis Cluster fix, Closes #861

0.10.5

  • Attempts surpassing max attempts on delay jobs upon failure, resulting in infinite retries, Fixes #797
  • Add yargs dependency for kue-dashboard, #796

0.10.4

  • fix zpop callback on shutdown
  • fix connection_options in test.js
  • Unit tests for redis.js #779
  • Tests for kue.js #778

FIFO order preserving job id format

  • Fixing Job processing order without munging the job id, Closes #708, Closes #678

Support for ioredis

  • Add support for ioredis, Closes #652
  • Add support for Redis Cluster, Closes #642
  • Fix this.state on refreshTTL

Improve Reliability & Upgrade to node_redis 2.3

  • Update TTL on job progress, Closes #694
  • Upgrade to node_redis 2.3, #717
  • Fix LPUSH vs connection quit race when shutting down
  • Restart task btn, #754
  • Fix uncaught exception in job.js, #751
  • Added kue-dashboard script for conveniently running the dashboard #611
  • Fixed invalid CSS on production, #755

... (truncated)

Changelog

Sourced from kue's changelog.

0.11.5 / 2016-11-05

  • Fix even more redis command callbacks
  • Fix redis commands SLC integration #978

0.11.4 / 2016-10-21

  • adding reds module to optional dependencies

0.11.3 / 2016-10-21

  • Fix making reds module optional, #969

0.11.2 / 2016-10-14

  • Update packages to remove CVEs, #932
  • Make reds an optional dependency, #922
  • Remove unnecessary dependency to lodash-deep, #921
  • Expose shutdown in process worker ctx, #912
  • Add ioredis support to watchStuckJobs, #884

0.11.1 / 2016-06-15

  • Upgrade redis to 2.6
  • Add switch for each job event

0.11.0 / 2016-05-13

  • force node_redis version to 2.4.x, Closes #857
  • Converting Job ids back into integers, #855
  • Fix LPUSH crash during shutdown, #854
  • Install kue-dashboard script, #853
  • Add start event to documentation, #841
  • Add parameter for testMode.enter to continue processing jobs, #821
  • Modern Node.js versions support, #812
  • Don't start the next job until the current one is totally finished, Closes #806
  • Store multiple instances of jobs in jobs id map to emit events for all, #750

... (truncated)

Commits
  • 4b1774d Merge pull request #1021 from slobo/patch-1
  • a54e9dd Merge pull request #990 from niklassletteland/master
  • dfeee35 Merge pull request #1013 from moustacheful/master
  • 06c765b Merge pull request #1018 from 100health/allow-promotion-lock-ttl-override
  • 430a39b Merge pull request #1060 from hoangphuoc25/master
  • 8290422 Each worker only remove its own listener on the queue
  • 864133b Merge pull request #1028 from nickysemenza/master
  • df1e15c Merge pull request #1048 from eyalcohen4/master
  • 00a2bc5 Merge pull request #1029 from Darkhogg/backoff-max-delay
  • ccc4e85 Update Readme.md
  • Additional commits viewable in compare view


Updates sails from 0.11.6-1 to 1.5.3

Release notes

Sourced from sails's releases.

v1.4.0

  • Support sameSite:none in cookie options (thanks @​pixnlove!)

v1.3.1

  • Updated the machine-as-action dependency to include a reminder about escaping strings with dynamic data when they're injected (Thanks @​dusterherz for letting us know about this)

v1.2.5

  • Added more info to the error message shown when an app fails to lift
  • Updated the sails-generate dependency

v1.2.4

  • Fix resourceful PubSub for the update blueprint action, resolving #6824 (thanks @​Tarrask!)
  • Re-enable afterDestroy lifecycle callback for the destroy blueprint action, fixing #5630
  • Update CSRF hook to fix an issue with disabling CSRF for routes defined using regular expression syntax, resolving #6838
  • Update session hook to fix an issue with double-prefixes, resolving #6541 (thanks @​travispwingo!)
  • Update minimist dependency to resolve potential vulnerabilities
  • Update various comments, error messages, and logs for clarity/consistency

v1.2.3

1.2.3

  • Update eslint dev depdendency to get rid of vulnerability warnings
  • Minor formatting/verbiage fixes

v1.2.2

• Update merge-defaults dependency to resolve potential vulnerabilities • Update sails-stringfile dependency to resolve potential vulnerabilities • Update sort-route-addresses dependency to resolve potential vulnerabilities

v1.2.1

  • Added sails migrate for quickly running auto-migrations by hand
  • The output of sails inspect no longer includes controller information
  • When loading user hooks, if sails.config.loadHooks is specified, skip hooks whose names aren't explicitly included
  • Increased time to display warning message in config/bootstrap.js from 5 seconds to 30 seconds
  • Switched to using updateOne in the "update" blueprint
  • Blueprint queries no longer include fetch: true by default, to avoid warnings from updateOne
  • Update error mesage in default serverError response to use flaverr
  • In lib/router/res.js, instead of always setting 'content-type' to 'application/json', only set it if res.get('content-type') is falsy
  • Update flaverr dependency
  • Update i18n-2 dependency to resolve deprecation warning
  • Update rc dependency to address potential vulnerabilities
  • Update machinepack-process dependency to address potential vulnerabilities
  • Update machinepack-redis dependency to address potential vulnerabilities

v0.12.13

No release notes provided.

v0.12.11

0.12.11

Changelog

... (truncated)

Changelog

Sourced from sails's changelog.

Sails Changelog

1.2.0

  • Added sails migrate for quickly running auto-migrations by hand
  • The output of sails inspect no longer includes controller information
  • When loading user hooks, if sails.config.loadHooks is specified, skip hooks whose names aren't explicitly included
  • Increased time to display warning message in config/bootstrap.js from 5 seconds to 30 seconds
  • Switched to using updateOne in the "update" blueprint
  • Blueprint queries no longer include fetch: true by default, to avoid warnings from updateOne
  • Update error mesage in default serverError response to use flaverr
  • In lib/router/res.js, instead of always setting 'content-type' to 'application/json', only set it if res.get('content-type') is falsy
  • Update flaverr dependency
  • Update i18n-2 dependency to resolve deprecation warning
  • Update rc dependency to address potential vulnerabilities
  • Update machinepack-process dependency to address potential vulnerabilities
  • Update machinepack-redis dependency to address potential vulnerabilities

1.1.0

As always, we owe a debt of gratitude to our contributors-- we mentioned you below next to the features/enhancements/fixes you contributed to. (Apologies to anyone we missed, there was a lot in this release! Let us know and we'll add you to the list.)

We especially want to thank those contributors who helped out with the documentation:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eashaw, a new releaser for sails since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/molgenis/molgenis-app-genenetwork/network/alerts).