Release notes
*Sourced from [yeoman-environment's releases](https://github.com/yeoman/environment/releases).*
> ## v2.5.0
> - Made the generator lookup function into a static method allowing to be used more easily as a util. example: `const generatorPath = Environment.lookupGenerator('node:eslint')`
>
> ## v2.4.0
> - *Bug Fix*: `npm prefix` windows path
> - *New Feature*: Add a `localOnly` option who'll only search for generators locally in your project (ignoring those installed globally)
Commits
- [`cb3e22b`](https://github.com/yeoman/environment/commit/cb3e22bd13c9c799a498a52058b8f9c60d184862) 2.5.0
- [`63c3db2`](https://github.com/yeoman/environment/commit/63c3db241a4975f6189c37eb01ac14495ad5f1ad) Add support to lookup a generator without an environment instance. ([#119](https://github-redirect.dependabot.com/yeoman/environment/issues/119))
- [`a0b56a8`](https://github.com/yeoman/environment/commit/a0b56a8445822aa617f8dda9c4f51d03eb72c97d) Increate test timeout ([#120](https://github-redirect.dependabot.com/yeoman/environment/issues/120))
- [`da6411e`](https://github.com/yeoman/environment/commit/da6411e978b833d4cbc710cb2b3f3dda965f66aa) 2.4.0
- [`212305d`](https://github.com/yeoman/environment/commit/212305dadbf59cfc4841243b3a777c359e47a0f1) Add localOnly argument to generator lookup ([#113](https://github-redirect.dependabot.com/yeoman/environment/issues/113))
- [`a3082a2`](https://github.com/yeoman/environment/commit/a3082a28b60fac8f538cc34cd46c8e32ce654ee4) fix module paths with npm prefix in windows ([#114](https://github-redirect.dependabot.com/yeoman/environment/issues/114)) ([#115](https://github-redirect.dependabot.com/yeoman/environment/issues/115))
- See full diff in [compare view](https://github.com/yeoman/environment/compare/v2.3.4...v2.5.0)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps yeoman-environment from 2.3.4 to 2.5.0.
Release notes
*Sourced from [yeoman-environment's releases](https://github.com/yeoman/environment/releases).* > ## v2.5.0 > - Made the generator lookup function into a static method allowing to be used more easily as a util. example: `const generatorPath = Environment.lookupGenerator('node:eslint')` > > ## v2.4.0 > - *Bug Fix*: `npm prefix` windows path > - *New Feature*: Add a `localOnly` option who'll only search for generators locally in your project (ignoring those installed globally)Commits
- [`cb3e22b`](https://github.com/yeoman/environment/commit/cb3e22bd13c9c799a498a52058b8f9c60d184862) 2.5.0 - [`63c3db2`](https://github.com/yeoman/environment/commit/63c3db241a4975f6189c37eb01ac14495ad5f1ad) Add support to lookup a generator without an environment instance. ([#119](https://github-redirect.dependabot.com/yeoman/environment/issues/119)) - [`a0b56a8`](https://github.com/yeoman/environment/commit/a0b56a8445822aa617f8dda9c4f51d03eb72c97d) Increate test timeout ([#120](https://github-redirect.dependabot.com/yeoman/environment/issues/120)) - [`da6411e`](https://github.com/yeoman/environment/commit/da6411e978b833d4cbc710cb2b3f3dda965f66aa) 2.4.0 - [`212305d`](https://github.com/yeoman/environment/commit/212305dadbf59cfc4841243b3a777c359e47a0f1) Add localOnly argument to generator lookup ([#113](https://github-redirect.dependabot.com/yeoman/environment/issues/113)) - [`a3082a2`](https://github.com/yeoman/environment/commit/a3082a28b60fac8f538cc34cd46c8e32ce654ee4) fix module paths with npm prefix in windows ([#114](https://github-redirect.dependabot.com/yeoman/environment/issues/114)) ([#115](https://github-redirect.dependabot.com/yeoman/environment/issues/115)) - See full diff in [compare view](https://github.com/yeoman/environment/compare/v2.3.4...v2.5.0)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)