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

Bump minimatch, gulp-expect-file, gulp-filter, gulp-if and gulp-load-plugins #153

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

Conversation

dependabot[bot]
Copy link

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

Bumps minimatch to 3.1.2 and updates ancestor dependencies minimatch, gulp-expect-file, gulp-filter, gulp-if and gulp-load-plugins. These dependencies need to be updated together.

Updates minimatch from 3.0.4 to 3.1.2

Commits

Updates gulp-expect-file from 0.0.7 to 2.0.0

Release notes

Sourced from gulp-expect-file's releases.

v2.0.0

  • Use GitHub Actions for CI
  • Replace xtend() with Object.assign()
  • Update dependencies
  • Breaking change: Drop support of Node < 12

v1.0.2

v1.0.1

v1.0.0

Commits
Maintainer changes

This version was pushed to npm by pioug, a new releaser for gulp-expect-file since your current version.


Updates gulp-filter from 1.0.2 to 7.0.0

Release notes

Sourced from gulp-filter's releases.

v7.0.0

Breaking

  • Require Node.js 12 b51e40f
  • Require Gulp 4 ffda884

Fixes

  • Fix behavior for matching paths outside cwd (#92) 2e5d663

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

v6.0.0

Breaking:

  • Require Node.js 8 fc977dc

sindresorhus/gulp-filter@v5.1.0...v6.0.0

5.0.0

sindresorhus/gulp-filter@v4.0.0...v5.0.0

4.0.0

Use the correct relative path. sindresorhus/gulp-filter@5fd40bc

3.0.0

There were issues with restoring a stream in 2.0.0 so we had to rethink the approach. In 3.0.0 you have to be explicit about what you want when you create the filter stream. Want to be able to restore the files using a restore stream later on? Cool, pass in {restore: true} in the filter options. The restore stream is now a property on the filter stream instead of a function. We've also added support for using the filtered files as a file source, similar to gulp.src(), see the passthrough option.

Commits

Updates gulp-if from 1.2.5 to 3.0.0

Commits

Updates gulp-load-plugins from 0.10.0 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.


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.

…plugins

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [gulp-expect-file](https://github.com/pioug/gulp-expect-file), [gulp-filter](https://github.com/sindresorhus/gulp-filter), [gulp-if](https://github.com/robrich/gulp-if) and [gulp-load-plugins](https://github.com/jackfranklin/gulp-load-plugins). These dependencies need to be updated together.


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

Updates `gulp-expect-file` from 0.0.7 to 2.0.0
- [Release notes](https://github.com/pioug/gulp-expect-file/releases)
- [Commits](pioug/gulp-expect-file@v0.0.7...v2.0.0)

Updates `gulp-filter` from 1.0.2 to 7.0.0
- [Release notes](https://github.com/sindresorhus/gulp-filter/releases)
- [Commits](sindresorhus/gulp-filter@v1.0.2...v7.0.0)

Updates `gulp-if` from 1.2.5 to 3.0.0
- [Release notes](https://github.com/robrich/gulp-if/releases)
- [Commits](https://github.com/robrich/gulp-if/commits/3.0.0)

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

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: gulp-expect-file
  dependency-type: direct:development
- dependency-name: gulp-filter
  dependency-type: direct:development
- dependency-name: gulp-if
  dependency-type: direct:development
- dependency-name: gulp-load-plugins
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 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.

0 participants