eXist-db / polymer-app-template

A template for Polymerized eXist-db applications
1 stars 1 forks source link

Update gulp requirement from ^3.9.1 to ^4.0.0 #12

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on gulp to permit the latest version.

Release notes *Sourced from [gulp's releases](https://github.com/gulpjs/gulp/releases).* > ## v4.0.0 > ### Update > > * Remove graceful-fs from test suite ([f27be05](https://github.com/gulpjs/gulp/commit/f27be05)) > > ### Docs > > * Remove references to gulp-util ([fbc162f](https://github.com/gulpjs/gulp/commit/fbc162f)) > * Fix the installation instructions ([173a532](https://github.com/gulpjs/gulp/commit/173a532)) > * Improve note about out-of-date docs ([ec54d09](https://github.com/gulpjs/gulp/commit/ec54d09)) > * Update recipes to install gulp@next ([03b7c98](https://github.com/gulpjs/gulp/commit/03b7c98)) > * Remove run-sequence from recipes ([2eba29e](https://github.com/gulpjs/gulp/commit/2eba29e)) > * Add installation instructions & update badges ([76eb4d6](https://github.com/gulpjs/gulp/commit/76eb4d6)) > > ### Upgrade > > * Update glob-watcher ([361ab63](https://github.com/gulpjs/gulp/commit/361ab63)) > > ### Build > > * Avoid broken node 9 ([064d100](https://github.com/gulpjs/gulp/commit/064d100)) > > ### Scaffold > > * Normalize repository ([3011cf9](https://github.com/gulpjs/gulp/commit/3011cf9))
Changelog *Sourced from [gulp's changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md).* > ## 4.0.0 > > ### Task system changes > > - replaced 3.x task system (orchestrator) with new task system (bach) > - removed gulp.reset > - removed 3 argument syntax for `gulp.task` > - `gulp.task` should only be used when you will call the task with the CLI > - added `gulp.series` and `gulp.parallel` methods for composing tasks. Everything must use these now. > - added single argument syntax for `gulp.task` which allows a named function to be used as the name of the task and task function. > - added `gulp.tree` method for retrieving the task tree. Pass `{ deep: true }` for an `archy` compatible node list. > - added `gulp.registry` for setting custom registries. > > ### CLI changes > > - split CLI out into a module if you want to save bandwidth/disk space. you can install the gulp CLI using either `npm install gulp -g` or `npm install gulp-cli -g`, where gulp-cli is the smaller one (no module code included) > - add `--tasks-json` flag to CLI to dump the whole tree out for other tools to consume > - added `--verify` flag to check the dependencies in package.json against the plugin blacklist. > > ### vinyl/vinyl-fs changes > > - added `gulp.symlink` which functions exactly like `gulp.dest`, but symlinks instead. > - added `dirMode` param to `gulp.dest` and `gulp.symlink` which allows better control over the mode of the destination folder that is created. > - globs passed to `gulp.src` will be evaluated in order, which means this is possible `gulp.src(['*.js', '!b*.js', 'bad.js'])` (exclude every JS file that starts with a b except bad.js) > - performance for gulp.src has improved massively > - `gulp.src(['**/*', '!b.js'])` will no longer eat CPU since negations happen during walking now > - added `since` option to `gulp.src` which lets you only match files that have been modified since a certain date (for incremental builds) > - fixed `gulp.src` not following symlinks > - added `overwrite` option to `gulp.dest` which allows you to enable or disable overwriting of existing files > > ## 3.9.1 > > - update interpret to 1.0.0 (support for babel-register) > - fix to include manpages in published tarball > - documentation/recipe updates > > ## 3.9.0 > > - add babel support > - add transpiler fallback support > - add support for some renamed transpilers: livescript, etc > - add JSCS > - update dependencies (liftoff, interpret) > - documentation tweaks > > ## 3.8.11 > > - fix node 0.12/iojs problems > - add node 0.12 and iojs to travis > - update dependencies (liftoff, v8flags) > ... (truncated)
Commits - See full diff in [compare view](https://github.com/gulpjs/gulp/commits/v4.0.0)


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 cancel merge` will cancel a previously requested merge - `@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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #16.