generator icon indicating copy to clipboard operation
generator copied to clipboard

Rails-inspired generator system that provides scaffolding for your apps

Results 12 generator issues
Sort by recently updated
recently updated
newest added

Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 8.2.4 to 9.1.0. Release notes Sourced from inquirer's releases. [email protected] Inquirer is now a native Node ECMAScript module. This will require your Node runtime to support es...

dependencies
javascript

Bumps [actions/stale](https://github.com/actions/stale) from 5.1.0 to 5.1.1. Release notes Sourced from actions/stale's releases. Fix issue when days-before-close is more than days-before-stale fixes a bug introduced in #717 fixed in #775 Changelog...

dependencies
github_actions

## Type of issue: Bug ## My environment * *OS version/details*: `MacOs 11.13` * *Node version:* `14.16.1` (run `node --version` in your terminal) * *npm version:* `6.14.12` (run `npm --version`...

documentation
not stale

Since [version 5.0.0](https://github.com/yeoman/generator/releases/tag/v5.0.0) the Install action is deprecated and is not included by default to the generator instance. This is currently not documented/reflected in here: * https://yeoman.github.io/generator/Generator.html#installDependencies * https://yeoman.io/authoring/dependencies.html

documentation
not stale
help needed

Extracted from issue #1299 because I've just been bitten by this - feel free to mark as duplicate 🤷 > addDependencies and addDevDependencies attempt to resolve all packages against the...

actionnable
not stale

Bumps [actions/stale](https://github.com/actions/stale) from 5.1.1 to 5.2.0. Release notes Sourced from actions/stale's releases. V5.2.0 Features: New option include-only-assigned enables users to process only issues/PRs that are already assigned. If there is...

dependencies
github_actions

Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 8.2.4 to 9.1.2. Release notes Sourced from inquirer's releases. [email protected] Inquirer is now a native Node ECMAScript module. This will require your Node runtime to support es...

dependencies
javascript

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.3 to 6.0.1. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v6.0.1 ⚙️ Fixes an issue where updating a pull request leads to the error Cannot...

dependencies
github_actions

Bumps [latest-version](https://github.com/sindresorhus/latest-version) from 7.0.0 to 9.0.0. Release notes Sourced from latest-version's releases. v9.0.0 Breaking It now filters out deprecated versions by default (#26) 69ff072 Improvements Add some options (#26) 69ff072...

dependencies
javascript

# Fix: Update @yeoman/types mem-fs dependency to 4 # Problem: yeoman-generator depends on @yeoman/types and mem-fs@4. But @yeoman/types doesn't like mem-fs@4 - it wants @3. ```bash mem-fs is listed by...

needs triage