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

Update dependency yeoman-test to v4 - autoclosed #193

Closed

Conversation

mend-for-github-com[bot]
Copy link

This PR contains the following updates:

Package Type Update Change
yeoman-test (source) devDependencies major ^1.0.0 -> ^4.0.0

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
High 7.1 CVE-2022-0144 #144

Release Notes

yeoman/yeoman-test

v4.0.0

Compare Source

Breaking changes:

  • Method toPromise() now promises a RunResult instead of targetDir. c674771
    Use runResult.cwd for a replacement.
  • Reimplement _run() to use run(). f61d58c
    Always use env.run() instead of generator.run()
  • Fix false positive warning. 4f466bb
  • Bump dependencies

v3.0.0

Compare Source

  • Implement withMockedGenerators. af0e8f1
  • Implement dumpFiles and dumpFilenames. eeb3dd8
  • Implement createEnv to allow to override with mock for the entire test. cbf83b5
  • Remove deprecated callback from prompt. fdc97f3
  • Implement option to throw on missing answer. bbc0d2d
  • Set newErrorHandler as default. 7bda4c6
  • Implement RunResult.create 9cef47c 2d51f81
  • Change supported node version to 12 and 14 61bad00
  • Listen to environment's events instead of generator's 89cc525

v2.7.0

Compare Source

  • Implement test result with assertion methods.

v2.6.0

Compare Source

  • Add environment centric test.
  • Fixes

v2.5.0

Compare Source

  • Add environment options to run method.

v2.4.1

Compare Source

  • Revert breaking change.

v2.4.0

Compare Source

  • Implement RunContext#doInDir() for target directory customization.
  • Add support to prefilled answers.
  • Fix RunContext#run() using namespace.
  • Throw an error when trying to override an already set target directory.
  • Fix security warnings.
  • Update dependencies.
  • Fixes.

v2.3.0

Compare Source

  • Passes localConfigOnly to generators by default.
  • Update dependencies.

v2.2.0

Compare Source

v2.1.0

Compare Source

  • Added withEnvironment() helper
  • Bump dependencies

v2.0.0

Compare Source

  • Fix tests silencing failure happening inside the generator under test own code.
  • Breaking Requires yeoman-generator@^3.0.0

This fix could break some users tests - but these tests should've been failing as the generator itself would be throwing an exception.


  • If you want to rebase/retry this PR, click this checkbox.

@mend-for-github-com
Copy link
Author

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
info cli using local version of lerna
lerna notice cli v3.13.2
lerna info bootstrap root only
npm WARN npm npm does not support Node.js v14.18.1
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11, 12.
npm WARN npm You can find the latest version at https://nodejs.org/
npm ERR! cb.apply is not a function

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2022-02-17T17_57_36_308Z-debug.log
lerna ERR! npm install --ignore-scripts exited 1 in 'react-server'
lerna ERR! npm install --ignore-scripts exited 1 in 'react-server'

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by WhiteSource label Feb 17, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency yeoman-test to v4 Update dependency yeoman-test to v4 - autoclosed Feb 18, 2022
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/yeoman-test-4.x branch February 18, 2022 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by WhiteSource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants