Bump gulp-load-plugins from 2.0.7 to 2.0.8 #570

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/gulp-load-plugins-2.0.8 into develop 2022-08-30 06:10:43 +02:00
dependabot[bot] commented 2022-08-30 06:07:04 +02:00 (Migrated from github.com)

Bumps gulp-load-plugins from 2.0.7 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 });

Commits

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @Serraniel.


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)
Bumps [gulp-load-plugins](https://github.com/jackfranklin/gulp-load-plugins) from 2.0.7 to 2.0.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jackfranklin/gulp-load-plugins/releases">gulp-load-plugins's releases</a>.</em></p> <blockquote> <h2>v2.0.8</h2> <ul> <li>Fixes <a href="https://github-redirect.dependabot.com/jackfranklin/gulp-load-plugins/issues/141">#141</a> - module.parent deprecated in Node 14+. Thanks <a href="https://github.com/DaveyJake"><code>@​DaveyJake</code></a></li> <li>Update dependencies</li> </ul> <p>If you get the error <code>Cannot read properties of undefined (reading 'filename')</code>, this is because you're using a version of node where <code>module.parent</code> is undefined. To resolve, you need to add <code>config</code> to the plugin when instantiated with the path to your <code>package.json</code> file to read its dependencies. For example:</p> <pre><code>import gulpLoadPlugins from 'gulp-load-plugins'; <p>const $ = gulpLoadPlugins({ config: process.env.npm_package_json }); </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jackfranklin/gulp-load-plugins/commit/44773aea62a1ef75ecd29b74147247d9763c8a9e"><code>44773ae</code></a> Fixes <a href="https://github-redirect.dependabot.com/jackfranklin/gulp-load-plugins/issues/141">#141</a> - module.parent deprecated in Node 14+</li> <li>See full diff in <a href="https://github.com/jackfranklin/gulp-load-plugins/compare/v2.0.7...v2.0.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gulp-load-plugins&package-manager=npm_and_yarn&previous-version=2.0.7&new-version=2.0.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) Dependabot will merge this PR once CI passes on it, as requested by @Serraniel. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Serraniel (Migrated from github.com) approved these changes 2022-08-30 06:07:24 +02:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#570
No description provided.