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

PlopJS 3 #293

Merged
merged 15 commits into from
Nov 27, 2021
Merged

PlopJS 3 #293

merged 15 commits into from
Nov 27, 2021

Commits on Nov 22, 2021

  1. Update ora to pick up ansi-regex security update. Fix #291

    Switching the import of ora from require to import as the only
    version with the ansi-regex update requires ESM. I didn't want to
    impose that on plop, but the async-await should be OK for all
    supported versions of node, I think.
    Pike committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    5ae01d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Merge remote-tracking branch 'origin/master' into update-ora

    # Conflicts:
    #	package-lock.json
    #	src/plop.js
    crutchcorn committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    d152d6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    656a74f View commit details
    Browse the repository at this point in the history
  3. Fix final tests

    crutchcorn committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    c50946e View commit details
    Browse the repository at this point in the history
  4. Upgrade major chalk deps

    crutchcorn committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    84be769 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7db27e View commit details
    Browse the repository at this point in the history
  6. Upgrade major devtool deps

    crutchcorn committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    ad7004f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91b854f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    020286c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    e52feef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbc8991 View commit details
    Browse the repository at this point in the history
  3. Upgrade README docs

    crutchcorn committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    2ae322f View commit details
    Browse the repository at this point in the history
  4. Upgrade testing library

    crutchcorn committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    e13a7a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Configuration menu
    Copy the full SHA
    023226e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7391126 View commit details
    Browse the repository at this point in the history