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
This version was pushed to npm by juergba, a new releaser for mocha 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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](https://github.com/postaljs/postal.js/network/alerts).
Bumps minimatch to 3.1.2 and updates ancestor dependencies minimatch, gulp, gulp-jscs, gulp-jshint, gulp-spawn-mocha, istanbul, karma and mocha. These dependencies need to be updated together.
Updates
minimatch
from 0.2.14 to 3.1.2Commits
699c459
3.1.22f2b5ff
fix: trim pattern25d7c0d
3.1.155dda29
fix: treat nocase:true as always having magic5e1fb8d
3.1.0f8145c5
Add 'allowWindowsEscape' option570e8b1
add publishConfig for v3 publishes5b7cd33
3.0.620b4b56
[fix] revert all breaking syntax changes2ff0388
document, expose, and test 'partial:true' optionMaintainer changes
This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.
Updates
gulp
from 3.9.1 to 4.0.2Release notes
Sourced from gulp's releases.
... (truncated)
Changelog
Sourced from gulp's changelog.
Commits
069350a
Release: 4.0.2b4b5a68
Build: Add node 12 to Travis & Azure5667666
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.1Updates
gulp-jscs
from 1.6.0 to 4.1.0Release notes
Sourced from gulp-jscs's releases.
Commits
16f8afe
4.1.0f0c4b42
Drop dependency on deprecatedgulp-util
(#121)f7471e8
4.0.07face69
deps: jscs@3.0.4 (#112)376e2dc
bump dev deps237d2c5
3.0.2cd4f150
Merge pull request #97 from jayeb/jayeb-patch-10fde1cc
Pass full path into Checker instead of relative81a6f88
3.0.1aa9db33
Close #93 PR: Fixed issue when "autofix" doesn't fix all files..Updates
gulp-jshint
from 1.12.0 to 2.1.0Changelog
Sourced from gulp-jshint's changelog.
Commits
32a25b0
2.1.02c57c9f
Merge pull request #157 from spalger/remove-gulp-util5f621f8
vinyl is only used in testing5eaabdd
add yarn.lock file for dev154180d
[gulp-util/PluginError] use plugin-error directly357ab98
[gulp-util/File] use Vinyl directly807bead
2.0.4aca8740
Add test to verify that default files are not brokenc277434
2.0.3711f3f0
test fixUpdates
gulp-spawn-mocha
from 2.2.2 to 6.0.0Commits
8ead3ca
6.0.02ee66b2
Update mocha to latest version154431f
Merge pull request #62 from rsxdalv/masterb6eef70
Fix security vulnerabilities in dependencies114649a
Merge pull request #70 from berkowitzi/error-on-null-exit-codes16ac426
Throw an error upon unexpected termination of child process026944d
Upgrade dev dependencies, Gulp8b5e7fd
5.0.14a5fdd4
Merge pull request #66 from leipert/master1af74a9
migrate away from gulp-utilUpdates
istanbul
from 0.3.22 to 0.4.5Changelog
Sourced from istanbul's changelog.
... (truncated)
Commits
Updates
karma
from 0.12.37 to 6.4.1Release notes
Sourced from karma's releases.
... (truncated)
Changelog
Sourced from karma's changelog.
... (truncated)
Commits
0013121
chore(release): 6.4.1 [skip ci]63d86be
fix: pass integrity value84f7cc3
chore(release): 6.4.0 [skip ci]f2d0663
docs: add integrity parameterdc51a2e
feat: support SRI verification of link tags6a54b1c
feat: support SRI verification of script tags5e71cf5
chore(release): 6.3.20 [skip ci]e17698f
fix: prefer IPv4 addresses when resolving domains60f4f79
build: add Node 16 and 18 to the CI matrix6ff5aaf
chore(release): 6.3.19 [skip ci]Updates
mocha
from 2.5.3 to 10.1.0Release notes
Sourced from mocha's releases.
... (truncated)
Changelog
Sourced from mocha's changelog.
... (truncated)
Commits
5f96d51
build(v10.1.0): releaseed74f16
build(v10.1.0): update CHANGELOG51d4746
chore(devDeps): update 'ESLint' to v8 (#4926)4e06a6f
fix(browser): increase contrast for replay buttons (#4912)41567df
Support prefers-color-scheme: dark (#4896)61b4b92
fix the regular expression for functionclean
inutils.js
(#4770)77c18d2
chore: use standard 'Promise.allSettled' instead of polyfill (#4905)84b2f84
chore(ci): upgrade GH actions to latest versions (#4899)023f548
build(v10.0.0): release62b1566
build(v10.0.0): update CHANGELOGMaintainer changes
This version was pushed to npm by juergba, a new releaser for mocha 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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](https://github.com/postaljs/postal.js/network/alerts).