Fixes #141 - module.parent deprecated in Node 14+. Thanks @DaveyJake
Update dependencies
If you get the error Cannot read properties of undefined (reading 'filename'), this is because you're using a version of node where module.parent is undefined. To resolve, you need to add config to the plugin when instantiated with the path to your package.json file to read its dependencies. For example:
Now spawns the mocha binary instead using its broken programmatic API. This means you can use any of the mocha CLI flags (in a camelCased form). This should also fix most of the issues people have been having with this task. Thanks to @shellscape for doing most of the work.
If you were using Babel with babel-register in your gulpfile, you now need to use the Mocha compilers option instead: {compilers: 'js:babel-core/register'}. See https://babeljs.io/docs/setup/#installation
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/1egoman/funnies/network/alerts).
Bumps minimatch to 3.0.4 and updates ancestor dependencies minimatch, gulp-istanbul, gulp-jscs, gulp-jshint, gulp-load-plugins, gulp-mocha, isparta and mocha. These dependencies need to be updated together.
Updates
minimatch
from 0.3.0 to 3.0.4Commits
e46989a
v3.0.4ddfacbd
update brace-expansion55ed736
update package scripts and depseed8949
v3.0.3ecabc57
Do not throw on unfinished !( extglob patterns81edb7c
v3.0.26944abf
Handle extremely long and terrible patterns more gracefully8ac560e
v3.0.14f3a8bc
update tap9cf2d88
Remove mentions of cache from readmeMaintainer changes
This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.
Updates
gulp-istanbul
from 0.6.0 to 1.1.3Release notes
Sourced from gulp-istanbul's releases.
Commits
6ea01ce
1.1.37b74390
replaced deprecated gulp-util and fixed broken test (#129)1e3adcb
chore(package): update mocha to version 4.0.0 (#126)502855e
1.1.2ac8f966
Add documentation for reportOpts and watermarks (#121)be326d1
Update README.md to warn about gulp-mocha (#120)b0149ac
fix(package): update istanbul-threshold-checker to version 0.2.1 (#112)7ec737a
chore(package): update dependencies (#110)b047c82
Update .travis.ymla8dd45e
1.1.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-load-plugins
from 0.8.1 to 2.0.8Release notes
Sourced from gulp-load-plugins's releases.
Commits
44773ae
Fixes #141 - module.parent deprecated in Node 14+7d9d7e3
v2.0.7 - Updating dependencies117eeee
update changelog1b0e333
version bump58cdc59
updating dependencies. includes #140 Adds travis jobs on ppc64le9854159
Merge pull request #140 from dineshks1/master57d03f2
Adds travis jobs on ppc64le549b585
v2.0.5 - updating deps8fdff49
Add Node 14, remove Node 8 for CId84b4d3
updating dependenciesMaintainer changes
This version was pushed to npm by jameelmoses, a new releaser for gulp-load-plugins since your current version.
Updates
gulp-mocha
from 2.2.0 to 8.0.0Release notes
Sourced from gulp-mocha's releases.
Commits
2f0b810
8.0.04fa531f
Require Node.js 10 and upgrade Mocha93e1cbc
Move to GitHub Actions (#201)94af2ed
Remove message from readme (#198)6ab007b
7.0.28e452db
Make Gulp an optional peer dependencya939d38
7.0.1f60a346
Fix regressions in v7 (#197)c1e272e
7.0.04924437
Update Mocha and require Node.js and Gulp 4Updates
isparta
from 2.2.0 to 4.1.1Release notes
Sourced from isparta's releases.
Commits
6eb1eab
chore(release): version 4.1.1f132b35
fix(pkg): update to istanbul@0.4.5effff9c
chore(deps): update dependency sinon-chai to v3 (#138)f75c780
chore(deps): update dependency mocha to v5 (#136)a98be13
chore(deps): update dependency chai to v4 (#135)ae07ffc
Configure Renovate (#131)1142f35
chore(release): version 4.1.0fdcbf45
test: update expected cover to unexpected locations3763c5f
test: update compiled test files7d6a4a3
chore(test): rename index specUpdates
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/1egoman/funnies/network/alerts).