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

fix(deps): update dependency yeoman-generator to v7 #35

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yeoman-generator (source) ^5.8.0 -> ^7.0.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: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 23, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: create-loopback@1.0.0-4
npm ERR! Found: mem-fs@2.3.0
npm ERR! node_modules/mem-fs
npm ERR!   peerOptional mem-fs@"^2.1.0" from mem-fs-editor@9.7.0
npm ERR!   node_modules/mem-fs-editor
npm ERR!     mem-fs-editor@"^8.1.2 || ^9.0.0" from yeoman-environment@3.19.3
npm ERR!     node_modules/yeoman-environment
npm ERR!       yeoman-environment@"3.19.3" from the root project
npm ERR!       1 more (yeoman-test)
npm ERR!     mem-fs-editor@"^9.7.0" from yeoman-test@7.4.0
npm ERR!     node_modules/yeoman-test
npm ERR!       dev yeoman-test@"^7.4.0" from the root project
npm ERR!   mem-fs@"^1.2.0 || ^2.0.0" from yeoman-environment@3.19.3
npm ERR!   node_modules/yeoman-environment
npm ERR!     yeoman-environment@"3.19.3" from the root project
npm ERR!     peer yeoman-environment@"^3.13.0" from yeoman-test@7.4.0
npm ERR!     node_modules/yeoman-test
npm ERR!       dev yeoman-test@"^7.4.0" from the root project
npm ERR!   1 more (yeoman-test)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! yeoman-generator@"^7.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: mem-fs@4.0.0
npm ERR! node_modules/mem-fs
npm ERR!   peer mem-fs@"^4.0.0" from yeoman-generator@7.0.0
npm ERR!   node_modules/yeoman-generator
npm ERR!     yeoman-generator@"^7.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/c9afca/656c7f/cache/others/npm/_logs/2023-10-23T12_40_19_758Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/c9afca/656c7f/cache/others/npm/_logs/2023-10-23T12_40_19_758Z-debug-0.log

Copy link
Contributor Author

renovate bot commented Nov 12, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: create-loopback@1.0.0-9
npm error Found: mem-fs@2.3.0
npm error node_modules/mem-fs
npm error   peerOptional mem-fs@"^2.1.0" from mem-fs-editor@9.7.0
npm error   node_modules/mem-fs-editor
npm error     mem-fs-editor@"^8.1.2 || ^9.0.0" from yeoman-environment@3.19.3
npm error     node_modules/yeoman-environment
npm error       yeoman-environment@"3.19.3" from the root project
npm error       1 more (yeoman-test)
npm error     mem-fs-editor@"^9.7.0" from yeoman-test@7.4.0
npm error     node_modules/yeoman-test
npm error       dev yeoman-test@"^7.4.0" from the root project
npm error   mem-fs@"^1.2.0 || ^2.0.0" from yeoman-environment@3.19.3
npm error   node_modules/yeoman-environment
npm error     yeoman-environment@"3.19.3" from the root project
npm error     peer yeoman-environment@"^3.13.0" from yeoman-test@7.4.0
npm error     node_modules/yeoman-test
npm error       dev yeoman-test@"^7.4.0" from the root project
npm error   1 more (yeoman-test)
npm error
npm error Could not resolve dependency:
npm error yeoman-generator@"^7.0.0" from the root project
npm error
npm error Conflicting peer dependency: mem-fs@4.1.1
npm error node_modules/mem-fs
npm error   peer mem-fs@"^4.0.0" from yeoman-generator@7.3.3
npm error   node_modules/yeoman-generator
npm error     yeoman-generator@"^7.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-12-09T04_00_43_422Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-09T04_00_43_422Z-debug-0.log

@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch 8 times, most recently from db2d3f2 to 7640aa0 Compare November 13, 2024 08:00
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch from 7640aa0 to 8443c3c Compare November 13, 2024 08:10
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch from 8443c3c to dfcd4fe Compare November 13, 2024 08:29
@renovate renovate bot changed the title fix(deps): update dependency yeoman-generator to v7 fix(deps): update dependency yeoman-generator to v7 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/yeoman-generator-7.x branch December 8, 2024 18:44
@renovate renovate bot changed the title fix(deps): update dependency yeoman-generator to v7 - autoclosed fix(deps): update dependency yeoman-generator to v7 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/yeoman-generator-7.x branch from 22cdb72 to dfcd4fe Compare December 9, 2024 04:00
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