Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2022

Bumps @nrwl/jest from 9.4.5 to 13.10.0.

Release notes

Sourced from @​nrwl/jest's releases.

Release 13.10.0

Bug Fixes

  • angular: add --module option to component generator (#9684) (e42069b)
  • angular: browser builder should call correct function (#9457) (933cd59)
  • angular: change mfe schema port type to number (#9420) (99d871a)
  • angular: failing tests related to mfe (#9491) (53799ef)
  • angular: remote port incrementer when no targets (#9452) (f88018a)
  • angular: renable v1 lib test (#9494) (6b6f192)
  • angular: set tsconfig path correctly (#9386) (08c6b02)
  • angular: target correct nx version for 13.3.0 (#9468) (6ca4340)
  • angular: update library package.json only with direct dependencies (#9315) (e427de6)
  • core: add log line to inform install after migration (#9559) (8e09875)
  • core: add missing CNW flags in help report (#9479) (57df570)
  • core: add missing lint info to library generator (#9627) (5b34fa4)
  • core: add more descriptive dependencies build error (#9031) (70492f3)
  • core: don't allow arbitrary code execution when manipulating cache (#9329) (75f9ece)
  • core: fix a perf regression in the lint executor (4d10cec)
  • core: fix migrate command to properly handle the packages consolidation (#9352) (39554b9)
  • core: fix missing versions from nx report (#9450) (c7e621f)
  • core: fix tao to support migrations from older workspaces (#9594) (ace6673)
  • core: handle large property names when running --help (85721e4)
  • core: infer packages from workspaces.packages properly (#9686) (05358ae)
  • core: ngcli-adapter should work on windows without workspace.json present (#9163) (6284eb6)
  • core: normalize file path for node-hasher (#9585) (9123665), closes #9584 #9581
  • core: preset core should remove workspace.json (#9710) (704b6c8)
  • core: projects inferrred in apps directory should be inferred as an application (#9379) (ccfc527)
  • core: remove @​nrwl/cli bin setting (#9394) (949498f)
  • core: remove warning for out of date global version (#9698) (d1278bf)
  • core: restore failed project summary data to dynamic output (#9632) (72c0a5b)
  • core: switch from appRootPath to workspaceRoot (#9600) (3b21f4d)
  • core: targets referred to by targetDependencies should be optional by default (#9344) (05f72c9)
  • core: throw an error when a circular dep occurs in a graph mixing buidlable/no-buildable projects (#9714) (b661710)
  • core: un-scope the node_modules entry in generated .gitignore (#9544) (9a16371), closes #9412
  • core: undo removal of @​nrwl/cli and add warning when it is imported (#9370) (74980db)
  • core: update local plugin resolution to use path utilities (#9713) (8af847c)
  • devkit: add missing parameter to prettier getFileInfo (#9577) (c2c3cf5)
  • js: add swc/helpers to js packages on converting to swc (#9467) (4476353)
  • js: improve inconsistencies with assets in tsc and swc from previous implementation (#9470) (2f85238)
  • js: mimic the behavior of tsc compilation for runTypeCheck (#9240) (cb1fc02), closes #9203
  • js: pin fast-glob to 3.2.7 due to regression in 3.2.8 (#9484) (22a9914)
  • js: return success false if tsc compilation fails (#9438) (9261105)
  • linter: check for both nrwl/nx and eslint for terminal runs (#9340) (3c17e80)
  • linter: ensure eslint fixes are stored before results are filtered (#9348) (996e2de)
  • node: npm modules are not resolved correctly (#9284) (3824eeb)
  • node: update node migrations to use forEachExecutorOptions (#9471) (93a39ac)
  • nx-plugin: remove broken reference to e2e tsconfig (#9409) (63e1dee)
  • nx-plugin: use importPath as package.json name when passed (#9430) (7fb441b)
  • react-native: change openURLInBrowser to Linking.openURL for react native web (#9482) (bc31273)

... (truncated)

Commits
  • 10ae4c1 chore(core): use optional chaining (#9445)
  • 428106f cleanup(core): create more meaningful file structure in nx package (#9621)
  • 1bc2298 fix(testing): remove default testTimeout value which overrides the jest confi...
  • 5d28162 docs(core): add description to jest package (#9531)
  • 6dae32c docs(nxdev): support packages schemas metadata & discoverability (#9383)
  • d4b5c30 cleanup(core): remove the indirection left after inlining ta… (#9469)
  • 1723e8e docs(nxdev): remove unused versions & flavors feature (#9462)
  • cd8c9b0 feat(testing): support for memory leaks detection for jest added [logHeapUsag...
  • 6f038e7 feat(core): reorganize packges to consolidate all cli-related code in nx
  • 4e9375f chore(repo): update the version of nx
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nrwl-jason, a new releaser for @​nrwl/jest since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 [@nrwl/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) from 9.4.5 to 13.10.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/13.10.0/packages/jest)

---
updated-dependencies:
- dependency-name: "@nrwl/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 7, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2022

Superseded by #391.

@dependabot dependabot bot closed this Apr 8, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nrwl/jest-13.10.0 branch April 8, 2022 23:08
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants