codl / migrannounce

https://migrannounce.tools.codl.fr/
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Bump gulp from 3.9.1 to 4.0.0 #21

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps gulp from 3.9.1 to 4.0.0.

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)) > > ## v4.0.0-alpha.3 > ### Breaking > > * Upgrade major versions of glob-watcher, gulp-cli & vinyl-fs ([c1ba80c](https://github.com/gulpjs/gulp/commit/c1ba80c)) > * Replace chokidar as gulp.watch with glob-watcher wrapper ([0c66069](https://github.com/gulpjs/gulp/commit/0c66069)) > > ### Fix > > * Add support for gulp.watch usage w/o opts or callback ([9fc4125](https://github.com/gulpjs/gulp/commit/9fc4125)) > > ### Update > > * Bind all undertaker functions on the gulp instance to allow destructuring ([c691572](https://github.com/gulpjs/gulp/commit/c691572)) > * Use published gulp-cli ([468a703](https://github.com/gulpjs/gulp/commit/468a703)) > > ### Docs > > * Clarify incremental builds example ([c3dbc10](https://github.com/gulpjs/gulp/commit/c3dbc10)) > * Improve ES2015 task exporting examples ([89acc5c](https://github.com/gulpjs/gulp/commit/89acc5c)) > * Fix syntax in recipe example ([723cbc4](https://github.com/gulpjs/gulp/commit/723cbc4)) - Closes [#1715](https://github-redirect.dependabot.com/gulpjs/gulp/issues/1715) > * Have gulp.lastRun take a function to avoid task registration ([d420a6a](https://github.com/gulpjs/gulp/commit/d420a6a)) > * Fix changelog typos ([e931cb0](https://github.com/gulpjs/gulp/commit/e931cb0)) - Closes [#1696](https://github-redirect.dependabot.com/gulpjs/gulp/issues/1696) > * Add a "BrowserSync with Gulp 4" recipe ([477db84](https://github.com/gulpjs/gulp/commit/477db84)) > * Add options.cwd for gulp.src API ([d4ed3c7](https://github.com/gulpjs/gulp/commit/d4ed3c7)) > ... (truncated)
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
Commits - [`55eb23a`](https://github.com/gulpjs/gulp/commit/55eb23a268dcc7340bb40808600fd4802848c06f) Release: 4.0.0 - [`173a532`](https://github.com/gulpjs/gulp/commit/173a532d0b79912ccf0050e6c5b4ffddd0d0fd1d) Docs: Fix the installation instructions - [`ec54d09`](https://github.com/gulpjs/gulp/commit/ec54d09570a891d39a2ccd6f5b13d9a5dd57c68f) Docs: Improve note about out-of-date docs - [`03b7c98`](https://github.com/gulpjs/gulp/commit/03b7c9860bea45649dbfd0c3d83e82a9ea58b4b2) Docs: Update recipes to install gulp@next - [`2eba29e`](https://github.com/gulpjs/gulp/commit/2eba29ed5d4d72209548c5b16798ff4c2d2c50a9) Docs: Remove run-sequence from recipes - [`76eb4d6`](https://github.com/gulpjs/gulp/commit/76eb4d68c72a87cb1450fdbb069882ee6508f235) Docs: Add installation instructions & update badges - [`fbc162f`](https://github.com/gulpjs/gulp/commit/fbc162fe92b6c73c5332b069f2347a0fe8b5d5f3) Docs: Remove references to gulp-util - [`3011cf9`](https://github.com/gulpjs/gulp/commit/3011cf9a50898030304a159c9e0bad30630380e3) Scaffold: Normalize repository - [`f27be05`](https://github.com/gulpjs/gulp/commit/f27be05f6d7650ffb3ec3f9375f2d9c50c7010df) Update: Remove graceful-fs from test suite - [`361ab63`](https://github.com/gulpjs/gulp/commit/361ab63d5d661dee46e032c3ecac1e085c526f1a) Upgrade: Update glob-watcher - Additional commits viewable in [compare view](https://github.com/gulpjs/gulp/compare/v3.9.1...v4.0.0)


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 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.