Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

[Snyk] Upgrade yeoman-generator from 0.13.4 to 0.24.1 #36

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade yeoman-generator from 0.13.4 to 0.24.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 59 versions ahead of your current version.
  • The recommended version was released 4 years ago, on 2016-07-18.

The recommended version fixes:

Severity Issue
CC0-1.0 license
snyk:lic:npm:spdx-license-ids:CC0-1.0
CC-BY-3.0 license
snyk:lic:npm:spdx-exceptions:CC-BY-3.0
Release notes
Package name: yeoman-generator
  • 0.24.1 - 2016-07-18
    • Revert dependencies bump breaking node 0.10 support.
  • 0.23.4 - 2016-06-16
    • Fix commands printed after a successful installation.
  • 0.23.3 - 2016-05-04
    • Downgrade deps for Node < v4 compatibility.
  • 0.23.2 - 2016-05-03
    • Downgrade deps for Node < v4 compatibility.
  • 0.23.1 - 2016-05-03

    Fix a regression we introduced in the [email protected] series where some errors would simply get ignored. This shouldn't have impacted any generator used through yo, but it might have swallowed errors happening during tests. These errors are now correctly surfaced.

  • 0.23.0 - 2016-05-02

    Base#prompt() functions now returns a promise instead of taking a callback parameter. That'll make it easier to use inside asynchronous tasks.

    prompting: function () {
       return this.prompt(questions).then(function (answers) {
        this.answers = answers;
      }.bind(this));
    }

    This feature might requires a recent version of yo to work (npm -g update yo).

  • 0.22.6 - 2016-04-19

    Fix issue where error would be swallowed when no error listeners are set.

  • 0.22.5 - 2016-01-26
  • 0.22.4 - 2016-01-17
  • 0.22.3 - 2016-01-11
  • 0.22.2 - 2015-12-27
  • 0.22.1 - 2015-12-16
  • 0.22.0 - 2015-12-15
  • 0.21.2 - 2016-05-28

    Maintenance release of the 0.21 version.

    Force downgrade yeoman-environment to keep tests utilities compatible on that version.

  • 0.21.1 - 2015-10-22
  • 0.21.0 - 2015-10-22
  • 0.20.3 - 2015-08-21
  • 0.20.2 - 2015-07-15
  • 0.20.1 - 2015-05-17
  • 0.20.0 - 2015-05-17
  • 0.19.2 - 2015-04-19
  • 0.19.1 - 2015-04-06
  • 0.19.0 - 2015-04-05
  • 0.18.10 - 2015-03-04
  • 0.18.9 - 2015-02-15
  • 0.18.8 - 2015-02-08
  • 0.18.7 - 2015-01-22
  • 0.18.6 - 2015-01-02
  • 0.18.5 - 2014-12-21
  • 0.18.4 - 2014-12-11
  • 0.18.3 - 2014-12-04
  • 0.18.2 - 2014-12-02
  • 0.18.1 - 2014-12-01
  • 0.18.0 - 2014-11-14
  • 0.18.0-pre.3 - 2014-11-07
  • 0.18.0-pre.2 - 2014-11-06
  • 0.18.0-pre.1 - 2014-11-06
  • 0.17.7 - 2014-09-28
  • 0.17.6 - 2014-09-14
  • 0.17.5 - 2014-09-02
  • 0.17.4 - 2014-09-02
  • 0.17.3 - 2014-08-19
  • 0.17.2 - 2014-08-04
  • 0.17.1 - 2014-07-03
  • 0.17.0 - 2014-05-18
  • 0.17.0-pre.4 - 2014-05-07
  • 0.17.0-pre.3 - 2014-04-14
  • 0.17.0-pre.2 - 2014-03-16
  • 0.17.0-pre.1 - 2014-03-07
  • 0.16.0 - 2014-01-08
  • 0.15.0 - 2014-01-01
  • 0.15.0-pre.3 - 2013-12-25
  • 0.15.0-pre.2 - 2013-12-24
  • 0.15.0-pre.1 - 2013-12-19
  • 0.14.2 - 2013-12-12
  • 0.14.1 - 2013-12-09
  • 0.14.0 - 2013-11-22
  • 0.14.0-rc.2 - 2013-11-08
  • 0.14.0-rc.1 - 2013-10-23
  • 0.13.4 - 2013-08-27
from yeoman-generator GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants