Update all non-major dev-dependencies #11
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.0
->0.5.1
0.4.1
->0.8.2
0.6.2
->0.14.0
0.2.7
->0.11.1
1.2.13
->1.8.0
1.14.1
->1.17.7
Release Notes
gruntjs/grunt-contrib-concat (grunt-contrib-concat)
v0.5.1
Compare Source
v0.5.0
Compare Source
gruntjs/grunt-contrib-copy (grunt-contrib-copy)
v0.8.2
Compare Source
v0.8.1
Compare Source
v0.8.0
Compare Source
v0.7.0
Compare Source
v0.6.0
Compare Source
gruntjs/grunt-contrib-cssmin (grunt-contrib-cssmin)
v0.14.0
Compare Source
v0.13.0
Compare Source
v0.12.3
Compare Source
v0.12.2
Compare Source
v0.12.1
Compare Source
v0.12.0
Compare Source
v0.11.0
Compare Source
v0.10.0
Compare Source
v0.9.0
Compare Source
v0.8.0
Compare Source
gruntjs/grunt-contrib-uglify (grunt-contrib-uglify)
v0.11.1
Compare Source
v0.11.0
Compare Source
v0.10.1
Compare Source
v0.10.0
Compare Source
v0.9.2
Compare Source
v0.9.1
Compare Source
v0.9.0
Compare Source
v0.8.1
Compare Source
v0.8.0
Compare Source
v0.7.0
Compare Source
v0.6.0
Compare Source
v0.5.1
Compare Source
v0.5.0
Compare Source
v0.4.1
Compare Source
v0.3.2
Compare Source
v0.3.1
Compare Source
mysticatea/npm-run-all (npm-run-all)
v1.8.0
Compare Source
Features:
0a600e5
---print-name
option has been added (#35).When this option was specified,
npm-run-all
prints task names before running the tasks.This option is useful with using
--silent
option or similar npm configulation.00f674a
---print-label
option has been added (#23).When this option was specified,
npm-run-all
prints task names as prefix for each line of output.This option is useful with using
--parallel
option. But there is a known limitation, some tools get stopping coloring when this option was specified.v1.7.0
Compare Source
New Features:
0a93527
--continue-on-error
option was added (fixes #34).When this option was specified,
npm-run-all
continues subsequence on error.v1.6.0
Compare Source
New Features:
5f5d26f
--serial
option has been added as a synonym of--sequential
option (#30)Thank you @sarbbottam!
v1.5.3
Compare Source
Bug Fixes:
c4a86da
Added a workaround for Git Bash for Windows (#24, #25)v1.5.2
Compare Source
Bug Fixes:
413e45d
Improved Windows Supports (#26)Previously,
npm-run-all
has been failing if npm was installed to a path which includes space(s).Now this problem has fixed. Thanks @BarryThePenguin and cross-spawn-async!
Known Issues:
npm-run-all
might hang up. (#24)nodemon
has been reported. (#25)I'm investigating those issues.
v1.5.1
Compare Source
Bug Fixes:
36316ea
If the given tasks were not found,npm-run-all
came to report an error (#19).v1.5.0
Compare Source
New Feature:
87aedbf
--silent
option was added.If this option was given, the log level of npm becomes
silent
(#18).v1.4.0
Compare Source
npm-run-all
came to transfer overwritten config values to nested calls (#13).v1.3.4
Compare Source
v1.3.3
Compare Source
v1.3.2
Compare Source
detach
option to kill child processes with Process Group Id.Now,
npm-run-all
is usingps-tree
then kills child processes.v1.3.1
Compare Source
v1.3.0
Compare Source
Added the support of overwritten configuration options (#13).
You can use "
--
packageName:
fieldName=
value" options to overwritepackage.json
'sconfig
field.Improved the logic to kill child processes on UNIX-like platforms.
Now
npm-run-all
kills child processes by using Process Group ID.I did refactoring
npm-run-all
's code.sinonjs/sinon (sinon)
v1.17.7
Compare Source
v1.17.6
Compare Source
v1.17.5
Compare Source
v1.17.4
Compare Source
v1.17.3
Compare Source
v1.17.2
Compare Source
v1.17.1
Compare Source
v1.17.0
Compare Source
v1.16.1
Compare Source
v1.16.0
Compare Source
v1.15.4
Compare Source
v1.15.3
Compare Source
v1.15.2
Compare Source
v1.15.1
Compare Source
v1.15.0
Compare Source
npm docs sinon
work.files
in package.jsonprogress
,load
andreadystatechange
in thereadyStateChange
function inFakeXMLHttpRequest
are dispatched in a different order in comparison to a browser. Reorder the events dispatched to reflect general browser behaviour.Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.