Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: update yeoman packages (major)#10906

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
renovate wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromrenovate/major-yeoman-packages

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedApr 11, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
yeoman-environment (source)^3.19.3 ->^5.1.1ageadoptionpassingconfidence
yeoman-generator (source)^5.10.0 ->^7.5.1ageadoptionpassingconfidence
yeoman-test (source)^6.3.0 ->^11.2.0ageadoptionpassingconfidence

Release Notes

yeoman/environment (yeoman-environment)

v5.1.1

Compare Source


v5.1.0

Compare Source


v5.0.0

Compare Source


v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog:yeoman/environment@v4.4.0...v4.4.1

v4.4.0

Compare Source

  • add callback function support for generator scheduling (#​521)1c3ff69

v4.3.0

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • queue commit only if changed file is pending2af3410

v4.1.1

Compare Source

  • fix findFeature api and type29eb6b0

v4.1.0

Compare Source

v4.0.0

Compare Source

  • requireGenerator type adjust.
yeoman/generator (yeoman-generator)

v7.5.1

Compare Source

What's Changed

Full Changelog:yeoman/generator@v7.5.0...v7.5.1

v7.5.0

Compare Source

What's Changed

New Contributors

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

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

  • addpipeline() method and improve typesa459b00

v7.0.0

Compare Source

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

v6.0.1

Compare Source

v6.0.0

Compare Source

Theyeoman-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 featuresc12806a
  • Drop deprecated install (and not included by default) action1a856b1
    Install action was not scalable. A separated task package can be considered atyeoman-api.
  • run-async is not provided anymore:
    Convert to Promises or userun-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 orbeforeQueue.
    • Due to complexity, prefercomposeWith(generator, composeOptions signature.
yeoman/yeoman-test (yeoman-test)

v11.2.0

Compare Source


v11.1.1

Compare Source


v11.1.0

Compare Source


v11.0.0

Compare Source


v10.1.1

Compare Source


v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog:yeoman/yeoman-test@v10.0.1...v10.1.0

v10.0.1

Compare Source

v10.0.0

Compare Source

v9.2.0

Compare Source

v9.1.0

Compare Source

  • fix runResult.create type chainning and add mocked generators assertions. (#​240)1cc1b0a

v9.0.0

Compare Source

v8.3.0

Compare Source

v8.2.0

Compare Source

  • add options to withSpawnMockd6f2666

v8.1.1

Compare Source

v8.1.0

Compare Source

  • bump mem-fs-editor to 10.0.396f2dd0

v8.0.0

Compare Source

Notable changes

  • Switch to@yeoman/types.
  • Switch adapter to@yeoman/adapter.
  • Drop node 14 support.
  • stub inquirer's registerPrompt to allow custom prompt modules623019a

Full Changelog:yeoman/yeoman-test@v7.4.0...v8.0.0

v7.4.0

Compare Source

v7.3.0

Compare Source

v7.2.0

Compare Source

  • feat: add support to register a dependency with path and namespace and use passed namespace to register a generator path36ef3d7

v7.1.0

Compare Source

  • feat: accept async createEnv57438dd

v7.0.0

Compare Source

  • convert to native Node ECMAScript module. (#​161)4495bce
  • convert to typescript (#​161)4495bce
  • auto cleanup generated temporary directory (#​161)4495bce
  • simplify implementation using await/async
  • add onTargetDirectory, onGenerator, onEnvironment callbacks3702cce,77fa4b3
  • rename withPrompts to withAnswers
  • add withFiles withYoRc, commitFiles104810e,6599399

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.

👻Immortal: This PR will be recreated if closed unmerged. Getconfig help if that's undesired.


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

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebot added the dependenciesPull requests that update a dependency file labelApr 11, 2025
@renovate
Copy link
ContributorAuthor

renovatebot commentedApr 11, 2025
edited
Loading

⚠️ 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 warn Unknown env config "store". This will stop working in the next major version of npm.npm warn Unknown project config "scripts-prepend-node-path". This will stop working in the next major version of npm.npm error code ERESOLVEnpm error ERESOLVE unable to resolve dependency treenpm errornpm error While resolving: @loopback/cli@7.0.8npm error Found: mem-fs@2.3.0npm error node_modules/mem-fsnpm error   dev mem-fs@"^2.3.0" from @loopback/cli@7.0.8npm error   packages/clinpm error     @loopback/cli@7.0.8npm error     node_modules/@loopback/clinpm error       workspace packages/cli from the root projectnpm error   peerOptional mem-fs@"^2.1.0" from mem-fs-editor@9.7.0npm error   node_modules/mem-fs-editornpm error     dev mem-fs-editor@"^9.7.0" from @loopback/cli@7.0.8npm error     packages/clinpm error       @loopback/cli@7.0.8npm error       node_modules/@loopback/clinpm error         workspace packages/cli from the root projectnpm errornpm error Could not resolve dependency:npm error peer mem-fs@"^4.0.0" from yeoman-generator@7.5.1npm error node_modules/yeoman-generatornpm error   yeoman-generator@"^7.5.1" from @loopback/cli@7.0.8npm error   packages/clinpm error     @loopback/cli@7.0.8npm error     node_modules/@loopback/clinpm error       workspace packages/cli from the root projectnpm errornpm error Fix the upstream dependency conflict, or retrynpm error this command with --force or --legacy-peer-depsnpm error to accept an incorrect (and potentially broken) dependency resolution.npm errornpm errornpm error For a full report see:npm error /runner/cache/others/npm/_logs/2025-12-03T15_17_03_099Z-eresolve-report.txtnpm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-12-03T15_17_03_099Z-debug-0.log

@renovaterenovatebotforce-pushed therenovate/major-yeoman-packages branch fromc3cdcee to382e096CompareApril 11, 2025 14:56
@renovaterenovatebotforce-pushed therenovate/major-yeoman-packages branch from382e096 tof11ce15CompareMay 13, 2025 22:52
@renovaterenovatebotforce-pushed therenovate/major-yeoman-packages branch 2 times, most recently fromeb5a127 todcdbcdaCompareAugust 13, 2025 14:47
@renovaterenovatebotforce-pushed therenovate/major-yeoman-packages branch fromdcdbcda to8a2e023CompareAugust 19, 2025 14:07
@renovaterenovatebotforce-pushed therenovate/major-yeoman-packages branch from8a2e023 tof87830aCompareAugust 31, 2025 10:39
@renovaterenovatebotforce-pushed therenovate/major-yeoman-packages branch 3 times, most recently from2b8e3a9 to5b3c793CompareSeptember 25, 2025 18:25
@renovaterenovatebotforce-pushed therenovate/major-yeoman-packages branch 2 times, most recently fromd72bd79 to257d088CompareOctober 27, 2025 19:58
@renovaterenovatebotforce-pushed therenovate/major-yeoman-packages branch 3 times, most recently frombd2e51f toa6a0d50CompareNovember 15, 2025 20:37
@renovaterenovatebotforce-pushed therenovate/major-yeoman-packages branch 2 times, most recently froma51fe2e to92592a9CompareNovember 19, 2025 21:35
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovaterenovatebotforce-pushed therenovate/major-yeoman-packages branch from92592a9 to04d2486CompareDecember 3, 2025 15:17
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp