molgenis / molgenis-app-genenetwork

MIT License
2 stars 6 forks source link

Bump sails from 0.11.6-1 to 0.12.7 #36

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 5 years ago

Bumps sails from 0.11.6-1 to 0.12.7.

Release notes *Sourced from [sails's releases](https://github.com/balderdashy/sails/releases).* > ## v0.12.7 > A new patch release with bug fixes, enhancements, and upgrades to Sails' dependencies. > > ### Changelog > > > From https://github.com/balderdashy/sails/blob/v0.12.7/CHANGELOG.md#0127 > - [ENHANCEMENT] Log warning when lifting in production with very permissive CORS settings (thanks [@​ejcx](https://github.com/ejcx)). See [this comment](https://github.com/balderdashy/sails/commit/f80252f66edc0bf00cf6ed317d9a3e68b4e8d948#commitcomment-19209724) for v1.0 plans. > - [BUGFIX] Fix issue with multiple config files that have the same filename [3846](https://github-redirect.dependabot.com/balderdashy/sails/issues/3846) > > ## v0.12.4 > A new patch release with bug fixes, enhancements, and upgrades to Sails' dependencies. > > See also the [recently-published improvements](https://github.com/balderdashy/sails-docs/releases/tag/v0.12.4) to the Sails documentation. > > ### Changelog > > > From https://github.com/balderdashy/sails/blob/master/CHANGELOG.md#0124: > - [INTERNAL] Upgrade Mocha to 3.0.0 to remove more of the deprecation notices when installing dependencies (see [mocha:[#2200](https://github-redirect.dependabot.com/balderdashy/sails/issues/2200)](https://github-redirect.dependabot.com/mochajs/mocha/issues/2200)) > - [INTERNAL] Simplify config-merging code in captains-log. This also gets rid of more deprecation notices during install (see [captains-log:49f433eff348c05115a2caf292b4da0db9499887](https://github.com/balderdashy/captains-log/commit/49f433eff348c05115a2caf292b4da0db9499887)) > - [BUGFIX] Fix long-standing, low-priority (but super annoying) issue with logged dictionaries/arrays getting extra quote marks (due to a pecularity in the usage of util.format()) [d67e9c8e6775](https://github.com/balderdashy/captains-log/commit/d67e9c8e67759e8dda3a2d664c3607e9127d209c) > - [ENHANCEMENT] Add `sails.config.session.routesDisabled` config option to specify routes that should not use session middleware [c712acf](https://github.com/balderdashy/sails/commit/c712acf29de257d438b422b2c47e67a4d5126ddc) > - [ENHANCEMENT] Use `res.forbidden()` when denying access to a route via a policy. Thanks [@​wulfsolter](https://github.com/wulfsolter)! [3764](https://github-redirect.dependabot.com/balderdashy/sails/pull/3764) > - [ENHANCEMENT] Allow use of Express style path and RegExp in `sails.config.csrf.routesDisabled`. Thanks [@​bolasblack](https://github.com/bolasblack)! > - [BUGFIX] Fix for query / body params called `length` [3738](https://github-redirect.dependabot.com/balderdashy/sails/issues/3738) > - [BUGFIX] Fix view rendering when i18n hook is disabled. Thanks [@​mordred](https://github.com/Mordred)! [3741](https://github-redirect.dependabot.com/balderdashy/sails/pull/3741) > - [BUGFIX] Allow `sails.renderView` to work with globals turned off [3753](https://github-redirect.dependabot.com/balderdashy/sails/issues/3753) > [d3f634c](https://github.com/balderdashy/sails/commit/d3f634c9ac0c5e2172710fe27ab3f61f8303d840) > - [BUGFIX] Fix typo which could cause crashing when attempting to serialize non-json-compatible output in the response to a socket request. > - [UPGRADE] Update all Grunt dependencies [5f6be05](https://github.com/balderdashy/sails/commit/5f6be059823aeb235ef3b4cf53a8d40a341c5873) > - [UPGRADE] Update "connect" dependency to 3.4.1 [1d3c9e6](https://github.com/balderdashy/sails/commit/1d3c9e6459253261e0f763d133c559641bcbfa33) > - [UPGRADE] Update "compression" dependency to version 1.6.2 > - [UPGRADE] Upgraded version of Consolidate to `0.14.1` [a70623c](https://github.com/balderdashy/sails/commit/a70623ce2809d497b3581268354f06904d862268) > - [UPGRADE] Upgraded version of grunt-contrib-watch to `1.0.0` [3678](https://github-redirect.dependabot.com/balderdashy/sails/issues/3678) > - [INTERNAL] Use standalone CSRF package instead of using the one (formerly) bundled with Connect. Sails should be using all standalone middleware now. [1d3c9e6](https://github.com/balderdashy/sails/commit/1d3c9e6459253261e0f763d133c559641bcbfa33) > [98861ef](https://github.com/balderdashy/sails/commit/98861ef12ddca0ff6d57cf7ea6d4bb9f8bca9656) > - [INTERNAL] Add some assertions to ensure custom hooks don't use reserved properties [2e76dac](https://github.com/balderdashy/sails/commit/2e76dac2f961a1f20c591fb0a5d7ea6556d2ab70) > - [INTERNAL] Update code that virtual response uses to read buffer to work with all Node versions [a5ab134](https://github.com/balderdashy/sails/commit/a5ab134c4bafa40db6b2b2133145f8a5462e4abc) > - [INTERNAL] Remove un-maintained "wrench" module from tests; use "fs-extra" instead. Thanks [@​Ignigena](https://github.com/Ignigena)! [4f90f78](https://github.com/balderdashy/sails/commit/4f90f78fbfb1b2edf088c5e57d5e4cab56e3cf47) > > ## v0.12.2-0 > No release notes provided. > > ## v0.12.1 > No release notes provided. > > ## v0.12.0 > Sails v0.12 comes with an upgrade to Socket.io and Express, as well as many bug fixes and performance enhancements. You will find that this version is mostly backwards compatible with Sails v0.11, however there are some major changes to `sails.sockets.*` methods which may or may not affect your app. Most of the migration guide below deals with those changes, so if you are upgrading an existing app from v0.11 and are using sails.sockets methods, please be sure and carefully read the information below in case it affects your app. Other than that, running `sails lift` in an existing project should just work. > > > **Upgrading from 0.10 or 0.11?** > > The v0.12 release of Sails contains a few breaking changes which affect userland. To read the v0.12 migration guide, click [here](http://sailsjs.org/version-notes/0point12-migration-guide). > ... (truncated)
Changelog *Sourced from [sails's changelog](https://github.com/balderdashy/sails/blob/master/CHANGELOG.md).* > ## 0.12.7 > > * [BUGFIX] Fix issue with multiple config files that have the same filename [3846](https://github-redirect.dependabot.com/balderdashy/sails/issues/3846) > * [ENHANCEMENT] Warn about overly permissive CORS settings when lifting in production [ca43e05](https://github.com/balderdashy/sails/commit/ca43e0507af79f15361789a3489013b01c8e1825) > > ## 0.12.6 > > * [BUGFIX] Revert inadvertent breaking change to CORS config in 0.12.5, see [f80252f](https://github.com/balderdashy/sails/commit/f80252f66edc0bf00cf6ed317d9a3e68b4e8d948) for details) > > ## 0.12.5 > > * [INTERNAL] Upgrade version of `include-all` to ^1.0.0 [f6e8d32](https://github.com/balderdashy/sails/commit/f6e8d3243d7d695983a3816e6cf7c43ca4237948) > * [ENHANCEMENT] Add experimental `sails console --dontLift` option [029fe06](https://github.com/balderdashy/sails/commit/029fe0683ea4f01a962b91381b948136f5c18f63) > * [UPGRADE] Dependencies in captains-log > * [UPGRADE] Moduleloader now uses include-all@1, and sails-build-dictionary is deprecated (all of its methods were folded into include-all) > * [BUGFIX] In moduleloader: Improve path resolution on windows > * [BUGFIX] Fix property name for ('status' => 'statusCode') in virtual request header > > > ## 0.12.4 > > * [INTERNAL] Upgrade Mocha to 3.0.0 to remove more of the deprecation notices when installing dependencies (see [mocha:[#2200](https://github-redirect.dependabot.com/balderdashy/sails/issues/2200)](https://github-redirect.dependabot.com/mochajs/mocha/issues/2200)) > * [INTERNAL] Simplify config-merging code in captains-log. This also gets rid of more deprecation notices during install (see [captains-log:49f433eff348c05115a2caf292b4da0db9499887](https://github.com/balderdashy/captains-log/commit/49f433eff348c05115a2caf292b4da0db9499887)) > * [BUGFIX] Fix long-standing, low-priority (but super annoying) issue with logged dictionaries/arrays getting extra quote marks (due to a pecularity in the usage of util.format()) [d67e9c8e6775](https://github.com/balderdashy/captains-log/commit/d67e9c8e67759e8dda3a2d664c3607e9127d209c) > * [ENHANCEMENT] Add `sails.config.session.routesDisabled` config option to specify routes that should not use session middleware [c712acf](https://github.com/balderdashy/sails/commit/c712acf29de257d438b422b2c47e67a4d5126ddc) > * [ENHANCEMENT] Use `res.forbidden()` when denying access to a route via a policy. Thanks [@​wulfsolter](https://github.com/wulfsolter)! [3764](https://github-redirect.dependabot.com/balderdashy/sails/pull/3764) > * [ENHANCEMENT] Allow use of Express style path and RegExp in `sails.config.csrf.routesDisabled`. Thanks [@​bolasblack](https://github.com/bolasblack)! > * [BUGFIX] Fix for query / body params called `length` [3738](https://github-redirect.dependabot.com/balderdashy/sails/issues/3738) > * [BUGFIX] Fix view rendering when i18n hook is disabled. Thanks [@​mordred](https://github.com/Mordred)! [3741](https://github-redirect.dependabot.com/balderdashy/sails/pull/3741) > * [BUGFIX] Allow `sails.renderView` to work with globals turned off [3753](https://github-redirect.dependabot.com/balderdashy/sails/issues/3753) > [d3f634c](https://github.com/balderdashy/sails/commit/d3f634c9ac0c5e2172710fe27ab3f61f8303d840) > * [BUGFIX] Fix typo which could cause crashing when attempting to serialize non-json-compatible output in the response to a socket request. > * [UPGRADE] Update all Grunt dependencies [5f6be05](https://github.com/balderdashy/sails/commit/5f6be059823aeb235ef3b4cf53a8d40a341c5873) > * [UPGRADE] Update "connect" dependency to 3.4.1 [1d3c9e6](https://github.com/balderdashy/sails/commit/1d3c9e6459253261e0f763d133c559641bcbfa33) > * [UPGRADE] Update "compression" dependency to version 1.6.2 > * [UPGRADE] Upgraded version of Consolidate to `0.14.1` [a70623c](https://github.com/balderdashy/sails/commit/a70623ce2809d497b3581268354f06904d862268) > * [UPGRADE] Upgraded version of grunt-contrib-watch to `1.0.0` [3678](https://github-redirect.dependabot.com/balderdashy/sails/issues/3678) > * [INTERNAL] Use standalone CSRF package instead of using the one (formerly) bundled with Connect. Sails should be using all standalone middleware now. [1d3c9e6](https://github.com/balderdashy/sails/commit/1d3c9e6459253261e0f763d133c559641bcbfa33) > [98861ef](https://github.com/balderdashy/sails/commit/98861ef12ddca0ff6d57cf7ea6d4bb9f8bca9656) > * [INTERNAL] Add some assertions to ensure custom hooks don't use reserved properties [2e76dac](https://github.com/balderdashy/sails/commit/2e76dac2f961a1f20c591fb0a5d7ea6556d2ab70) > * [INTERNAL] Update code that virtual response uses to read buffer to work with all Node versions [a5ab134](https://github.com/balderdashy/sails/commit/a5ab134c4bafa40db6b2b2133145f8a5462e4abc) > * [INTERNAL] Remove un-maintained "wrench" module from tests; use "fs-extra" instead. Thanks [@​Ignigena](https://github.com/Ignigena)! [4f90f78](https://github.com/balderdashy/sails/commit/4f90f78fbfb1b2edf088c5e57d5e4cab56e3cf47) > > ## 0.12.3 > > * [BUGFIX] Allow `skipAssets` and `skipRegex` to be used with direct/static view route target syntax [3682](https://github-redirect.dependabot.com/balderdashy/sails/issues/3682). Thanks [@​dottodot](https://github.com/dottodot), [@​nikhilbedi](https://github.com/nikhilbedi), and [@​AlexanderKozhevin](https://github.com/AlexanderKozhevin)! > * [BUGFIX] Automatically route to `index/` in deeply nested views when using direct/static view route target syntax > * [BUGFIX] Add assertion about views which contain extra dots (`.`) in their paths when using direct/static view route target syntax > * [INTERNAL] Use `chalk` instead of `colors` for console output. Thanks [@​markelog](https://github.com/markelog)! [3680](https://github-redirect.dependabot.com/balderdashy/sails/pull/3680) > > ... (truncated)
Commits - [`ab9c2c3`](https://github.com/balderdashy/sails/commit/ab9c2c3431a5298e8fd140e5c1e2ed2c7260526c) Update changelog - [`0057123`](https://github.com/balderdashy/sails/commit/0057123a0321be6758845abbeb4290bf418ce542) Warn about overly-permissive CORS settings when lifting in production - [`8d642f1`](https://github.com/balderdashy/sails/commit/8d642f1ab3d46491cf7b73af1ec54941ff0eb84b) 0.12.7 - [`94ada9c`](https://github.com/balderdashy/sails/commit/94ada9ced8df9c19570007f8b74cf550693471d4) Update changelog - [`57b7775`](https://github.com/balderdashy/sails/commit/57b777593e0c757ee05f02194a4b2d496daede54) Properly handle case of config files with the same filename in different dire... - [`9b0b71c`](https://github.com/balderdashy/sails/commit/9b0b71c73c58d69bdff1fd74fc1f6c8951afefe5) 0.12.6 - [`22a514e`](https://github.com/balderdashy/sails/commit/22a514eaf8e22598a8d2f3dae85718b786593929) Revert "Don't allow `origin: '*'` and `credentials: true` at the same time." - [`1bd6faa`](https://github.com/balderdashy/sails/commit/1bd6faaa7d60c8a4abbd7711c3a34c68db34c0f6) 0.12.5 - [`ca43e05`](https://github.com/balderdashy/sails/commit/ca43e0507af79f15361789a3489013b01c8e1825) Don't allow `origin: '*'` and `credentials: true` at the same time. - [`65ff834`](https://github.com/balderdashy/sails/commit/65ff83409bfe71b545e70a3efdd720bdc59d4756) `sails.config.dontFlattenConfig` will deprecated in v1.0 - Additional commits viewable in [compare view](https://github.com/balderdashy/sails/compare/v0.11.6-1...v0.12.7)


Dependabot compatibility score

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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).
dependabot[bot] commented 2 years ago

Superseded by #70.