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

Update dependency yeoman-generator to v7 #39

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yeoman-generator (source) 5.10.0 -> 7.4.0 age adoption passing confidence

Release Notes

yeoman/generator (yeoman-generator)

v7.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: yeoman/generator@v7.3.3...v7.4.0

v7.3.3

Compare Source

  • migrate to eslint 9 and test adjusts
  • permissive @types/node dependency.

v7.3.2

Compare Source

What's Changed

Full Changelog: yeoman/generator@v7.3.1...v7.3.2

v7.3.1

Compare Source

What's Changed

Full Changelog: yeoman/generator@v7.3.0...v7.3.1

v7.3.0

Compare Source

What's Changed

Full Changelog: yeoman/generator@v7.2.0...v7.3.0

v7.2.0

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

  • add pipeline() method and improve types a459b00

v7.0.0

Compare Source

  • bump required node versions ea4fd51
  • bump yeoman-environment to v4.0.0 e5eb6f6
  • fs.test.ts: Improve readbility, add types to fix TS problems (#​1482) 3dd4c2d

v6.0.1

Compare Source

  • set sourceRoot before help 16b16fb

v6.0.0

Compare Source

The yeoman-generator package now export a native ESM module. (Learn more about ESM)

Notable changes:

  • Convert to typescript
  • Drop node 12/14 support.
  • Requires yeoman-environment ^3.18.4.
  • Provides built-in types.
  • Uses new @yeoman/types for environment/generator interoperability. May conflict with @types/yeoman-* types.
  • Move skipParseOptions and customPriorities to features c12806a
  • Drop deprecated install (and not included by default) action 1a856b1
    Install action was not scalable. A separated task package can be considered at yeoman-api.
  • run-async is not provided anymore:
    Convert to Promises or use run-async v3:
import runAsync from 'run-async';
class Gen {
  asyncTaskWithCallback: runAsync(function() {
    const done = this.async();
    asyncMethod(done);
  }),
}
  • composeWith is async:
    • If used inside constructor, move it to _postConstruct or beforeQueue.
    • Due to complexity, prefer composeWith(generator, composeOptions signature.

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

Copy link
Contributor Author

renovate bot commented Feb 4, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch 2 times, most recently from d52d7df to 6009b12 Compare February 4, 2024 07:50
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch 4 times, most recently from a6a1f8b to ec52324 Compare February 17, 2024 16:03
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch 2 times, most recently from 1d07e4c to a51552c Compare March 5, 2024 04:15
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch 2 times, most recently from 65e1eaf to fa242ea Compare March 20, 2024 18:26
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch 2 times, most recently from bf39e90 to d60ba4f Compare April 7, 2024 15:40
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch from d60ba4f to bc53a82 Compare April 11, 2024 17:19
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch 3 times, most recently from 7c8cba7 to ea806c2 Compare April 27, 2024 12:44
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch 3 times, most recently from 5733230 to 5285c0f Compare May 3, 2024 06:18
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch 2 times, most recently from 61e3a48 to 72f84a9 Compare May 9, 2024 03:20
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch from 72f84a9 to cb75133 Compare June 2, 2024 20:38
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch from cb75133 to c9d1601 Compare June 17, 2024 19:47
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch from c9d1601 to a6ad5bb Compare June 24, 2024 23:02
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch from a6ad5bb to 2d727bf Compare October 14, 2024 20:45
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch from 2d727bf to 35242b4 Compare December 12, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants