Skip to content

Update gulp requirement from ^3.9.0 to ^4.0.2 in /js#311

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/js/gulp-tw-4.0.2
Closed

Update gulp requirement from ^3.9.0 to ^4.0.2 in /js#311
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/js/gulp-tw-4.0.2

Conversation

@dependabot-preview

@dependabot-preview dependabot-preview Bot commented May 6, 2019

Copy link
Copy Markdown
Contributor

Updates the requirements on gulp to permit the latest version.

Release notes

Sourced from gulp's releases.

v4.0.2

Fix

Docs

  • Add notes about esm support (4091bd3) - Closes #2278
  • Fix the Negative Globs section & examples (3c66d95) - Closes #2297
  • Remove next tag from recipes (1693a11) - Closes #2277
  • Add default task wrappers to Watching Files examples to make runnable (d916276) - Closes #2322
  • Fix syntax error in lastRun API docs (ea52a92) - Closes #2315
  • Fix typo in Explaining Globs (5d81f42) - Closes #2326

Build

  • Add node 12 to Travis & Azure (b4b5a68)
Changelog

Sourced from gulp's changelog.

gulp changelog

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
... (truncated)
Commits
  • 069350a Release: 4.0.2
  • b4b5a68 Build: Add node 12 to Travis & Azure
  • 5667666 Fix: Bind src/dest/symlink to the gulp instance to support esm exports (ref s...
  • 4091bd3 Docs: Add notes about esm support (closes #2278)
  • 3c66d95 Docs: Fix the Negative Globs section & examples (closes #2297)
  • 1693a11 Docs: Remove next tag from recipes (closes #2277)
  • d916276 Docs: Add default task wrappers to Watching Files examples to make runnable (...
  • ea52a92 Docs: Fix syntax error in lastRun API docs (closes #2315)
  • 5d81f42 Docs: Fix typo in Explaining Globs (#2326)
  • ea3bba4 Release: 4.0.1
  • Additional commits viewable in compare view

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
  • @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:

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

@codecov

codecov Bot commented Aug 6, 2019

Copy link
Copy Markdown

Codecov Report

Merging #311 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #311   +/-   ##
=========================================
  Coverage     66.79%   66.79%           
  Complexity       61       61           
=========================================
  Files             9        9           
  Lines           268      268           
=========================================
  Hits            179      179           
  Misses           89       89

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 627c150...f587ff6. Read the comment docs.

@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/js/gulp-tw-4.0.2 branch from f2527d2 to 1876f7a Compare December 8, 2019 10:06
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/js/gulp-tw-4.0.2 branch from 1876f7a to f587ff6 Compare December 16, 2019 12:31
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/js/gulp-tw-4.0.2 branch from f587ff6 to 5733fcb Compare April 18, 2020 10:52
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/js/gulp-tw-4.0.2 branch from 5733fcb to 56fa57d Compare June 5, 2020 07:12
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/js/gulp-tw-4.0.2 branch from 56fa57d to ab50841 Compare November 3, 2020 04:43
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/js/gulp-tw-4.0.2 branch from ab50841 to 4ad3c3b Compare June 15, 2021 04:40
@phil-davis phil-davis force-pushed the dependabot/npm_and_yarn/js/gulp-tw-4.0.2 branch from 568cf27 to 980dbf8 Compare August 30, 2021 15:10
Updates the requirements on [gulp](https://github.com/gulpjs/gulp) to permit the latest version.
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](gulpjs/gulp@v3.9.0...v4.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@phil-davis phil-davis force-pushed the dependabot/npm_and_yarn/js/gulp-tw-4.0.2 branch from b616c6e to bc53013 Compare August 30, 2021 15:15
@phil-davis

Copy link
Copy Markdown
Contributor

see #400

@phil-davis phil-davis closed this Sep 1, 2021
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@phil-davis phil-davis deleted the dependabot/npm_and_yarn/js/gulp-tw-4.0.2 branch September 1, 2021 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant