salesforcedx-vscode icon indicating copy to clipboard operation
salesforcedx-vscode copied to clipboard

chore(deps): bump jest-editor-support from 28.2.0 to 30.1.0

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps jest-editor-support from 28.2.0 to 30.1.0.

Release notes

Sourced from jest-editor-support's releases.

v30.1.0 (May 30, 2022)

What's Changed

Full Changelog: https://github.com/jest-community/jest-editor-support/compare/v30.0.2...v30.1.0

v30.0.2 (Sep 27, 2021)

Minor release to add @babel/runtime to package.json dependencies field and correct git tag.

v30.0.0 (Sep 22, 2021)

This release mainly changed the jest process runner options:

  • adding a new runner option to override default shell when spawning jest process with node.spawn()
  • stop appending the CI: true environment variable when spawning the jest process, which was used as a hack to prevent react test script to force watch mode. This could potentially be a breaking change, for consumers still rely on this feature, please pass the explicit flag, such as --watchAll=false to turn off watch mode if desired.
  • upgrade most dependency to ensure the library remains secured and up-to-date.

Detail see CHANGELOG

Contributors 🙏

@​connectdotz

v29.0.0 (Jun 11, 2021)

This release mainly to enhance parser function:

  • introduce additional info about the parsed node, such as the last property (e.g. 'each', 'only', 'skip') in the test/describe statements and the type of the name parameter of these blocks.
  • preserve the raw test name text, including the non-literal type of names such as function, template-literal. (This is a breaking change)
  • removed the "JSX" plugin for ".ts" files, this allows the pure ".ts" file to use <> casting without conflicting with JSX syntax.

Detail see CHANGELOG

Contributors 🙏

@​ehaynes99, @​gregoryzh, @​connectdotz

Changelog

Sourced from jest-editor-support's changelog.

30.0.0

  • added shell argument to workspace config to allow users override spawn() child_process default shell - @​connectdotz (#79)
  • remove CI: true env for spawned process, a better way to ensure non-watch mode run will be to explicitly add --watchAll=false jest option in the commadLine. - @​connectdotz (#79)
  • update most dependency to address security vulnerabilities - @​connectdotz (#80)

29.0.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Sep 01 '22 13:09 dependabot[bot]