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.
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.
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
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:
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).
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.8Commits
782c264
3.0.86ade2da
fix: trim patterna6f52b0
3.0.7e4cd434
fix: treat nocase:true as always having magice6bbe1c
publishConfig for 3.05b7cd33
3.0.620b4b56
[fix] revert all breaking syntax changes2ff0388
document, expose, and test 'partial:true' option5dbd6a7
ci: tests and makeworkdbda065
full test coverage, adding tests, deleting dead codeMaintainer 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.3Release notes
Sourced from grunt's releases.
... (truncated)
Changelog
Sourced from grunt's changelog.
... (truncated)
Commits
82d79b8
1.5.3572d79b
Merge pull request #1745 from gruntjs/fix-copy-op58016ff
Patch up race condition in symlink copying.0749e1d
Merge pull request #1746 from JamieSlome/patch-169b7c50
Create SECURITY.mdac667b2
1.5.27f15fd5
Update Changelogb0ec6e1
Merge pull request #1743 from gruntjs/cleanup-link433f91b
Clean up link handlingd5969ec
1.5.1Maintainer 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.0Changelog
Sourced from grunt-contrib-watch's changelog.
Commits
3b7ddf4
v1.1.072b1214
Updating dependencies, async, lodash and tiny-lr5adb27c
Merge pull request #543 from digitalbazaar/master6ec71e9
v1.0.17d20933
Update copyright yeare3d19df
Update ci configsd117574
Updating ci configs99410a7
README.md: Fixed typos (#536)f07311b
Update tiny-lr dependency to 1.x7f8cf80
Add local grunt-cliUpdates
kue
from 0.9.6 to 0.11.6Release notes
Sourced from kue's releases.
... (truncated)
Changelog
Sourced from kue's changelog.
... (truncated)
Commits
4b1774d
Merge pull request #1021 from slobo/patch-1a54e9dd
Merge pull request #990 from niklassletteland/masterdfeee35
Merge pull request #1013 from moustacheful/master06c765b
Merge pull request #1018 from 100health/allow-promotion-lock-ttl-override430a39b
Merge pull request #1060 from hoangphuoc25/master8290422
Each worker only remove its own listener on the queue864133b
Merge pull request #1028 from nickysemenza/masterdf1e15c
Merge pull request #1048 from eyalcohen4/master00a2bc5
Merge pull request #1029 from Darkhogg/backoff-max-delayccc4e85
Update Readme.mdUpdates
sails
from 0.11.6-1 to 1.5.3Release notes
Sourced from sails's releases.
... (truncated)
Changelog
Sourced from sails's changelog.
... (truncated)
Commits
bdd7a1c
1.5.36f875c0
upgrade ejs to 3.1.7 (#7243)e4184a5
Add heading about the __Host- prefix (#7245)d666ada
bump async to 2.6.4 (#7244)555f51f
upgrade minimist to v1.2.6 (#7242)21b874b
Documentation: add .populate() notec408c31
Update Travis CI config: node -> 16 (#7226)fc8d79b
Merge pull request #7219 from pbkompasz/patch-1dfa9351
Remove sailsjs.com repo link from Sails readme8ce1682
Update Permissions.mdMaintainer 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).