sails-starter-app
sails-starter-app copied to clipboard
Bump sails from 0.9.7 to 1.2.3
Bumps sails from 0.9.7 to 1.2.3.
Release notes
Sourced from sails's releases.
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 fromupdateOne
- 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 ifres.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
- [BUGFIX] fix typo in error message (see https://github-redirect.dependabot.com/balderdashy/sails/pull/3902) Thanks Johnny and @appdevdesigns!
- [BUGFIX] backport fix for
_.isFunction()
from Lodash 4 (see lodash/lodash#2768 and https://github-redirect.dependabot.com/balderdashy/sails/issues/3863) Thanks @adnan-kamili and @jdalton!- [INTERNAL] rebase changelog updates from master 223567c
Diff
Click here to see what changed since the last release.
Tests
Build status for this release:
v0.12.11-1
0.12.11-1 (prerelease)
Changelog
- [BUGFIX] fix typo in error message (see https://github-redirect.dependabot.com/balderdashy/sails/pull/3902) Thanks Johnny and @appdevdesigns!
- [BUGFIX] backport fix for
_.isFunction()
from Lodash 4 (see lodash/lodash#2768 and https://github-redirect.dependabot.com/balderdashy/sails/issues/3863) Thanks @adnan-kamili and @jdalton!- [INTERNAL] rebase changelog updates from master 223567c
Diff
... (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 fromupdateOne
- 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 ifres.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
... (truncated)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:
- Rachael Shaw
- Mike McNeil
- Ali Norouzi
- Ronny Medina
- Alex Schwarz
- Xavier Spriet
- Ian Harris
- Vladyslav Piskunov
- Michael Frederick
- Mark Strelecky
- Freddy
- pavan
- Scott Reed
- Mario Colque
- Okoli Lemuel
- ultimate-tester
- @snidell
- Pika
- AYEDOUN Fiacre
- Tim Wisniewski
- Tom Saleeba
- s-slavchev
- Daniel Harvey
- Julien Le Coupanec
- floriancummings
- Bernardo Gomes
- Eli Peters
Commits
-
8ba5eb8
1.2.3 -
4e23407
Fix ajv-keywords msg that appears when doing npm install -g sails (i.e. upgra... -
d55cec2
Update FUNDING.yml -
6a084c6
Update FUNDING.yml -
dc3612c
Fix formatting in FUNDING.yml -
c92f26c
Create FUNDING.yml -
833d7f1
Merge pull request #4747 from balderdashy/mikermcneil-patch-3 -
134f7e6
1.2.2 -
8779c33
Update merge-defaults version -
e2232b7
Upgrade sort-route-addresses version - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by mikermcneil, 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 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.