Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump minimatch, gulp-istanbul, gulp-jscs, gulp-jshint, gulp-load-plugins, gulp-mocha, isparta and mocha #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2022

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

Commits
Maintainer 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.3

Release notes

Sourced from gulp-istanbul's releases.

v1.1.3

Fix deprecated gulp-utils usage

v1.1.2

  • Bump dependencies

v1.1.1

  • Fix bug preventing overwriting defaults reporters

v1.1.0

  • Fix cross platform issues on Windows where paths would mismatch
  • Deep extends reporter configs so you can easily pass reportOpts options.

v1.0.0

  • Add support for sourcemap (like provided by gulp-sourcemap)
  • Minor fixes

v0.10.4

Bump dependencies

v0.10.3

  • Fix bug when enforcing coverage threshold.

v0.10.2

Update to Istanbul 0.4 (no breaking change on their end)

v0.10.1

  • Bump dependency
  • Fix npm license key
  • Documentation update

v0.10.0

Allow passing report options for each reporter type.

v0.9.0

New enforceThreshold() method to fail the build if a defined coverage threshold is not reached.

v0.8.1

Fix bug occuring with the latest Istanbul release (0.3.13). See #55

v0.8.0

You can now use custom reporters. (istanbul.writeReports())

v0.7.0

hookRequire() now take an optional option object.

Commits

Updates gulp-jscs from 1.6.0 to 4.1.0

Release notes

Sourced from gulp-jscs's releases.

4.0.0

Upgrade to JSCS 3.

3.0.0

Reporters are now supported. The main jscs() function will no longer report anything.

You can also no longer pass JSCS config into jscs(). JSCS config should be in an external file so other tools can also make use of it.

It will now automatically load the closest .jscsrc file. So no longer a need to explicitly specify a configPath.

Change your code accordingly:

 const gulp = require('gulp');
 const jscs = require('gulp-jscs');
gulp.task('default', () => {
return gulp.src('src/app.js')

.pipe(jscs({configPath: '.jscsrc'}));


.pipe(jscs())
.pipe(jscs.reporter());
});

Changes: jscs-dev/gulp-jscs@v2.0.0...v3.0.0

Commits

Updates gulp-jshint from 1.12.0 to 2.1.0

Changelog

Sourced from gulp-jshint's changelog.

2.0

  • jshint is now a peerDependency, meaning you must install it seperately

    npm install jshint gulp-jshint --save-dev

Commits

Updates gulp-load-plugins from 0.8.1 to 2.0.8

Release notes

Sourced from gulp-load-plugins's releases.

v2.0.8

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

import gulpLoadPlugins from 'gulp-load-plugins';

const $ = gulpLoadPlugins({ config: process.env.npm_package_json });

v2.0.7

Update dependencies

v2.0.6

Update dependencies and add power support for Travis on ppc64le - thanks @​dineshks1 - PR

v2.0.5

Updating dependencies

v2.0.4

Updating dependencies

v2.0.3

Updating dependencies

v2.0.2

No release notes provided.

Commits
Maintainer 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.0

Release notes

Sourced from gulp-mocha's releases.

v8.0.0

Breaking

  • Require Node.js 10
  • Upgrade to Mocha 8 4fa531f

sindresorhus/gulp-mocha@v7.0.2...v8.0.0

v7.0.2

  • Make Gulp an optional peer dependency 8e452db

sindresorhus/gulp-mocha@v7.0.1...v7.0.2

v7.0.1

  • Fix regressions in v7 (#197) f60a346

sindresorhus/gulp-mocha@v7.0.0...v7.0.1

v7.0.0

Breaking:

  • Update Mocha (release notes) 4924437
  • Require Node.js 8 and Gulp 4 4924437

sindresorhus/gulp-mocha@v6.0.0...v7.0.0

4.0.0

  • Drop support for Node.js 0.12 and 0.10.
  • 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

Commits

Updates isparta from 2.2.0 to 4.1.1

Release notes

Sourced from isparta's releases.

v4.0.0

  • Babel 6.x support 🚀 #81

v3.5.3

  • fix: Reverting config parsing changes to preserve .istanbul.yml functionality #84 (db1872d)

v3.5.1

  • fix: Unable to pass include information to istanbul #82 (1a210ac)

v3.5.0

  • chore(dependencies): Update istanbul to 0.4.0 (a804aec)

v3.4.0

  • fix(cli): missing missing post-exclude for istanbul@^0.3.15 (941dc51)

v3.3.0

  • chore(pkg): bump to source-map@^0.5.0 for babel@^5.8.25

v3.2.0

  • feat: add basic support for Istanbul ignore (c001a95)
  • feat: expose more options through the cli
  • fix: wrong export pattern (6e00388)
  • fix: clean packaged files for npm publish (e5d710b)
  • docs: make the README example works on Windows (59709d5)

v3.1.0

Commits
  • 6eb1eab chore(release): version 4.1.1
  • f132b35 fix(pkg): update to istanbul@0.4.5
  • effff9c 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.0
  • fdcbf45 test: update expected cover to unexpected locations
  • 3763c5f test: update compiled test files
  • 7d6a4a3 chore(test): rename index spec
  • Additional commits viewable in compare view

Updates mocha from 2.5.3 to 10.1.0

Release notes

Sourced from mocha's releases.

v10.1.0

10.1.0 / 2022-10-16

🎉 Enhancements

🔩 Other

v10.0.0

10.0.0 / 2022-05-01

💥 Breaking Changes

🔩 Other

Also thanks to @​ea2305 and @​SukkaW for improvements to our documentation.

v9.2.2

9.2.2 / 2022-03-11

Please also note our announcements.

🐛 Fixes

... (truncated)

Changelog

Sourced from mocha's changelog.

10.1.0 / 2022-10-16

🎉 Enhancements

🔩 Other

10.0.0 / 2022-05-01

💥 Breaking Changes

🔩 Other

Also thanks to @​ea2305 and @​SukkaW for improvements to our documentation.

9.2.2 / 2022-03-11

🐛 Fixes

🔩 Other

... (truncated)

Commits
  • 5f96d51 build(v10.1.0): release
  • ed74f16 build(v10.1.0): update CHANGELOG
  • 51d4746 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 function clean in utils.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): release
  • 62b1566 build(v10.0.0): update CHANGELOG
  • Additional commits viewable in compare view
Maintainer 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.

…ulp-load-plugins, gulp-mocha, isparta and mocha

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [gulp-istanbul](https://github.com/SBoudrias/gulp-istanbul), [gulp-jscs](https://github.com/jscs-dev/gulp-jscs), [gulp-jshint](https://github.com/spalger/gulp-jshint), [gulp-load-plugins](https://github.com/jackfranklin/gulp-load-plugins), [gulp-mocha](https://github.com/sindresorhus/gulp-mocha), [isparta](https://github.com/douglasduteil/isparta) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `minimatch` from 0.3.0 to 3.0.4
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v0.3.0...v3.0.4)

Updates `gulp-istanbul` from 0.6.0 to 1.1.3
- [Release notes](https://github.com/SBoudrias/gulp-istanbul/releases)
- [Commits](SBoudrias/gulp-istanbul@v0.6.0...v1.1.3)

Updates `gulp-jscs` from 1.6.0 to 4.1.0
- [Release notes](https://github.com/jscs-dev/gulp-jscs/releases)
- [Commits](jscs-dev/gulp-jscs@v1.6.0...v4.1.0)

Updates `gulp-jshint` from 1.12.0 to 2.1.0
- [Release notes](https://github.com/spalger/gulp-jshint/releases)
- [Changelog](https://github.com/spalger/gulp-jshint/blob/master/CHANGELOG.md)
- [Commits](spalger/gulp-jshint@v1.12.0...v2.1.0)

Updates `gulp-load-plugins` from 0.8.1 to 2.0.8
- [Release notes](https://github.com/jackfranklin/gulp-load-plugins/releases)
- [Commits](jackfranklin/gulp-load-plugins@0.8.1...v2.0.8)

Updates `gulp-mocha` from 2.2.0 to 8.0.0
- [Release notes](https://github.com/sindresorhus/gulp-mocha/releases)
- [Commits](sindresorhus/gulp-mocha@v2.2.0...v8.0.0)

Updates `isparta` from 2.2.0 to 4.1.1
- [Release notes](https://github.com/douglasduteil/isparta/releases)
- [Commits](douglasduteil/isparta@2.2.0...v4.1.1)

Updates `mocha` from 2.5.3 to 10.1.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v2.5.3...v10.1.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: gulp-istanbul
  dependency-type: direct:development
- dependency-name: gulp-jscs
  dependency-type: direct:development
- dependency-name: gulp-jshint
  dependency-type: direct:development
- dependency-name: gulp-load-plugins
  dependency-type: direct:development
- dependency-name: gulp-mocha
  dependency-type: direct:development
- dependency-name: isparta
  dependency-type: direct:development
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants