-
-
Notifications
You must be signed in to change notification settings - Fork 7
Update dependency yeoman-generator to v7 #167
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/yeoman-generator-7.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8167fe7 to
537a7bf
Compare
16c1ce6 to
69df01b
Compare
e69e138 to
49eafc4
Compare
3e984d2 to
0b5dfe3
Compare
0b5dfe3 to
170f81a
Compare
94d2572 to
943eafb
Compare
943eafb to
8a4d9cd
Compare
8a4d9cd to
91b6aba
Compare
91b6aba to
9d5b9af
Compare
9d5b9af to
ba185d8
Compare
ba185d8 to
6e915de
Compare
6e915de to
42b01cc
Compare
42b01cc to
c25086e
Compare
c25086e to
1f3b9fc
Compare
215cb38 to
567ca70
Compare
567ca70 to
33cba15
Compare
33cba15 to
fee670c
Compare
55e67fe to
d738d94
Compare
d738d94 to
2c40c1e
Compare
2c40c1e to
1a56eff
Compare
1a56eff to
b5cc931
Compare
b5cc931 to
b396a7a
Compare
b396a7a to
71a2cef
Compare
71a2cef to
4449603
Compare
4449603 to
394eb94
Compare
394eb94 to
282b5c8
Compare
282b5c8 to
8e4ac75
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.13.0→7.5.1Release Notes
yeoman/generator (yeoman-generator)
v7.5.1Compare Source
What's Changed
Full Changelog: yeoman/generator@v7.5.0...v7.5.1
v7.5.0Compare Source
What's Changed
@types/nodeto peer dependencies and make it optional. by @mshima in #1607New Contributors
Full Changelog: yeoman/generator@v7.4.0...v7.5.0
v7.4.0Compare Source
What's Changed
New Contributors
Full Changelog: yeoman/generator@v7.3.3...v7.4.0
v7.3.3Compare Source
@types/nodedependency.v7.3.2Compare Source
What's Changed
Full Changelog: yeoman/generator@v7.3.1...v7.3.2
v7.3.1Compare Source
What's Changed
Full Changelog: yeoman/generator@v7.3.0...v7.3.1
v7.3.0Compare Source
What's Changed
Full Changelog: yeoman/generator@v7.2.0...v7.3.0
v7.2.0Compare Source
520c16dv7.1.1Compare Source
eaa30f23c45eb3cd1adf64d392580add881v7.1.0Compare Source
pipeline()method and improve typesa459b00v7.0.0Compare Source
ea4fd51e5eb6f63dd4c2dv6.0.1Compare Source
16b16fbv6.0.0Compare Source
The
yeoman-generatorpackage now export a native ESM module. (Learn more about ESM)Notable changes:
^3.18.4.@yeoman/typesfor environment/generator interoperability. May conflict with@types/yeoman-*types.c12806a1a856b1Install action was not scalable. A separated task package can be considered at yeoman-api.
run-asyncis not provided anymore:Convert to Promises or use
run-asyncv3:_postConstructorbeforeQueue.composeWith(generator, composeOptionssignature.v5.10.0Compare Source
a8c526bv5.9.0Compare Source
553537bv5.8.0Compare Source
7bec553v5.7.1Compare Source
dac0db6v5.7.0Compare Source
ea460eb92cc534v5.6.1Compare Source
ef3f702d2f4274f6e1e6752ac34cv5.6.0Compare Source
9c798e60bfb51a2a6cf47v5.5.2Compare Source
185a408v5.5.1Compare Source
82db7d0v5.5.0Compare Source
dac452ecf8580fcf2e53fv5.4.2Compare Source
4b7f115v5.4.1Compare Source
979b63dv5.4.0Compare Source
8fd5c86b8747dav5.3.0Compare Source
9cab8c98bc6267c1c847dce12e7f84551ee5f3b2fbd8dfd103579322a0313cdb44ec7dv5.2.0Compare Source
de61c24,4587a29,d101a41,089815826797e693e01ea4dcda8ad952868v5.1.0Compare Source
9729a5886d1ad3v5.0.1Compare Source
3f51315v5.0.0Compare Source
Breaking changes
yeoman-environment@3.0.0(unreleased yo@4).addDependencies({dependency: 'version'})addDevDependencies({dependency: 'version'})this.packageJsonstorage. Eg:this.packageJson.merge({scripts: {test: 'mocha'}});package.jsonchanges.unique: 'namespace'orunique: 'argument'.this.(spawnCommand/spawnCommandSync)switched toexecaand now defaultscwdtothis.destinationRoot().composeWith()isn't chainable anymore and delegates the running to the Environment for singleton checks.registerTransformStreamwithqueueTransformStream.New api executes transformations before the commit operation, and is executed for every generator.
Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.