MobileFirstLLC / extension-cli

Command line tool for building extensions/add-ons for chromium based browsers.
https://oss.mobilefirst.me/extension-cli
MIT License
172 stars 25 forks source link

fix(deps): update dependency gulp-load-plugins to v2.0.8 #208

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gulp-load-plugins 2.0.7 -> 2.0.8 age adoption passing confidence

Release Notes

jackfranklin/gulp-load-plugins (gulp-load-plugins) ### [`v2.0.8`](https://redirect.github.com/jackfranklin/gulp-load-plugins/releases/tag/v2.0.8) [Compare Source](https://redirect.github.com/jackfranklin/gulp-load-plugins/compare/v2.0.7...v2.0.8) - Fixes [#​141](https://redirect.github.com/jackfranklin/gulp-load-plugins/issues/141) - module.parent deprecated in Node 14+. Thanks [@​DaveyJake](https://redirect.github.com/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 });

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.