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

chore(deps): bump jest-editor-support from 28.2.0 to 30.0.2 #3970

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2022

Bumps jest-editor-support from 28.2.0 to 30.0.2.

Release notes

Sourced from jest-editor-support's releases.

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)

Bumps [jest-editor-support](https://github.com/jest-community/jest-editor-support) from 28.2.0 to 30.0.2.
- [Release notes](https://github.com/jest-community/jest-editor-support/releases)
- [Changelog](https://github.com/jest-community/jest-editor-support/blob/master/CHANGELOG.md)
- [Commits](jest-community/jest-editor-support@v28.2.0...v30.0.2)

---
updated-dependencies:
- dependency-name: jest-editor-support
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 25, 2022 22:50
@dependabot dependabot bot requested a review from RitamAgrawal March 25, 2022 22:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 25, 2022
@trinasfdx trinasfdx added the status:in review pr/issue is being reviewed label Apr 1, 2022
@mohanraj-r mohanraj-r closed this May 12, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code status:in review pr/issue is being reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants