You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mem-fs@4.0.0 introduced a pipeline operation. mem-fs-editor@11, yeoman-environment@4.0.0-rc.0 and yeoman-generator@7.0.0-rc.0 was adjusted to support and only supports mem-fs@4.
mem-fs@4 and yeoman-environment@4.0.0-rc.0 should be available since #23867.
Changes:
bump mem-fs-editor to v11.
bump yeoman-generator to v7.
adjust queueTransformStream and commit apis usage.
Overview of the feature request
mem-fs@4.0.0
introduced a pipeline operation.mem-fs-editor@11
,yeoman-environment@4.0.0-rc.0
andyeoman-generator@7.0.0-rc.0
was adjusted to support and only supportsmem-fs@4
.mem-fs@4
andyeoman-environment@4.0.0-rc.0
should be available since #23867.Changes:
mem-fs-editor
to v11.yeoman-generator
to v7.queueTransformStream
andcommit
apis usage.multiStepTransform
, reworkpackageInfoTransform
, rework TranslationDatatransform
.Those changes are required to fix #23391.
Those changes need to be simultaneous.
Motivation for or Use Case
Those updated apis provides a much better in pipeline transform support by allowing file creation and file deleting inside the pipeline.
Remove workarounds:
.jhi
extension:edit falls back to
.jhi
extension:generator-jhipster/generators/generator-base.js
Line 3523 in de2f4b1
If a blueprint writes the non
.jhi
file, a conflict is created due to write/override the same file.They are actually different files for mem-fs.
Related issues or PR
#23391
The text was updated successfully, but these errors were encountered: