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 v4.12.0 #20

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 8, 2020

This PR contains the following updates:

Package Type Update Change
yeoman-generator (source) dependencies minor 4.7.2 -> 4.12.0

Release Notes

yeoman/generator

v4.12.0

Compare Source

  • Fixes running --help.
  • Implement registerPriorities.

v4.11.0

Compare Source

  • Add Storage caching.
  • Add support to generators with no tasks.
  • Add Storage proxy, it can be used as a plain js object instead of using get/set.
  • Pass the generator as context to ejs (when using built-in shortcuts).
  • Bug fixes.

v4.10.1

Compare Source

  • Add skipLocalCache option.
    Cache prompt suggestions only to global yo-rc.

v4.10.0

Compare Source

  • Add shortcuts to mem-fs-editor methods
  • Make properties/functions starting with # reserved for composing.
  • Fixes and improvements.

v4.9.0

Compare Source

  • Add support to prompts with storage. this.prompt(prompts, this.config); will use the storage to read/write answers.
    • Prompt is ignored if the value is !== undefined (pass --ask-answered to force the prompt to be shown, stored value is the default value)

v4.8.3

Compare Source

  • Remove run-queue pause.
    It doesn’t work due to multiple scheduled runs.

v4.8.2

Compare Source

  • Improve error handler with newer environments.

v4.8.1

Compare Source

  • Revert error handler behavior: Make sure it's not handled.
  • Make sure to don't continue runLoop when a error is emitted.

v4.8.0

Compare Source

  • Fix security warning.
  • Any emitted error rejects #run promise.
  • Implement cancellable tasks. (#​1204)
  • Add option to forward errors to the environment.
  • Make yeoman-environment and mem-fs-editor dependency optional.
  • Implement conflicter predefined status (#​1210)
  • Allow decoupling generator's and composed generator's cwd from env cwd.
  • Implement checkEnvironmentVersion
  • Fixes.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ 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.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/yeoman-generator-4.x branch from 5efe6bb to 4129212 Compare April 12, 2020 21:01
@renovate renovate bot changed the title fix(deps): update dependency yeoman-generator to v4.8.0 fix(deps): update dependency yeoman-generator to v4.8.1 Apr 12, 2020
@renovate renovate bot force-pushed the renovate/yeoman-generator-4.x branch from 4129212 to a516753 Compare April 13, 2020 02:11
@renovate renovate bot changed the title fix(deps): update dependency yeoman-generator to v4.8.1 fix(deps): update dependency yeoman-generator to v4.8.2 Apr 13, 2020
@renovate renovate bot force-pushed the renovate/yeoman-generator-4.x branch from a516753 to 5a1dc55 Compare April 22, 2020 11:02
@renovate renovate bot changed the title fix(deps): update dependency yeoman-generator to v4.8.2 fix(deps): update dependency yeoman-generator to v4.8.3 Apr 22, 2020
@renovate renovate bot force-pushed the renovate/yeoman-generator-4.x branch from 5a1dc55 to d215468 Compare April 24, 2020 15:30
@renovate renovate bot changed the title fix(deps): update dependency yeoman-generator to v4.8.3 fix(deps): update dependency yeoman-generator to v4.9.0 Apr 24, 2020
@renovate renovate bot force-pushed the renovate/yeoman-generator-4.x branch from d215468 to 0e50934 Compare May 3, 2020 20:51
@renovate renovate bot changed the title fix(deps): update dependency yeoman-generator to v4.9.0 fix(deps): update dependency yeoman-generator to v4.10.0 May 3, 2020
@renovate renovate bot force-pushed the renovate/yeoman-generator-4.x branch from 0e50934 to 782a51e Compare May 11, 2020 16:18
@renovate renovate bot changed the title fix(deps): update dependency yeoman-generator to v4.10.0 fix(deps): update dependency yeoman-generator to v4.10.1 May 11, 2020
@renovate renovate bot force-pushed the renovate/yeoman-generator-4.x branch from 782a51e to 82559e3 Compare July 1, 2020 23:48
@renovate renovate bot changed the title fix(deps): update dependency yeoman-generator to v4.10.1 fix(deps): update dependency yeoman-generator to v4.11.0 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/yeoman-generator-4.x branch from 82559e3 to 39c365a Compare October 29, 2020 03:59
@renovate renovate bot changed the title fix(deps): update dependency yeoman-generator to v4.11.0 fix(deps): update dependency yeoman-generator to v4.12.0 Oct 29, 2020
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.

1 participant