salesforcedx-vscode
salesforcedx-vscode copied to clipboard
chore(deps): bump jest-editor-support from 28.2.0 to 30.1.0
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
- Bump minimist from 1.2.5 to 1.2.6 by
@dependabot
in jest-community/jest-editor-support#86- remove coversall dependency by
@connectdotz
in jest-community/jest-editor-support#88- support spawn process in a login-shell for non-windows platform by
@connectdotz
in jest-community/jest-editor-support#87Full 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 🙏
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 🙏
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
- convert
parser-test.js
to a true jest test:babel-parser.test.ts
and convert to typescript. -@connectdotz
(#69)- upgrade prettier and
@babel/preset-typescript
, fix lint errors. -@connectdotz
(#69)- adding lastProperty and nameType attributes to NamedNode -
@connectdotz
(#71)- preserve test/describe block name argument instead of using a type-marker -
@connectdotz
(#71)- remove JSX plugin for
.ts
files -@ehaynes99
@@gregoryzh
(#75)- upgrade lint-staged to address security vulnerability -
@connectdotz
(#76)
Commits
f911eaf
support spawn process in a login-shell for non-windows platform (#87)14347cb
remove coversall dependency (#88)9dd8b03
Bump minimist from 1.2.5 to 1.2.6 (#86)ed9ab27
add@babel/runtime
to dependency (#85)ce0ba5d
update ts types (#84)6ef8c6c
prepare for v30.0.0 (#83)303ae26
Fix security vulnerability (#80)d1bc126
Bump tmpl from 1.0.4 to 1.0.5 (#82)2917bfa
migrate ci to github-actions (#81)313bad6
allow runner to use custom shell (#79)- Additional commits viewable in compare view
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)