Skip to content

Bump @nrwl/jest from 9.4.5 to 12.10.0#272

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/nrwl/jest-12.10.0
Closed

Bump @nrwl/jest from 9.4.5 to 12.10.0#272
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/nrwl/jest-12.10.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2021

Bumps @nrwl/jest from 9.4.5 to 12.10.0.

Release notes

Sourced from @​nrwl/jest's releases.

Release 12.10.0

Bug Fixes

  • angular: adds missing @​angular/cdk to migrations (34848b8)
  • angular: bump jasmine-marbles to 0.8.4 release (#7162) (d920f03)
  • angular: incremental builds with mfes #6923 (#7260) (654cfbf)
  • angular: remove extra comma when generating application with --inlineTemplate (#7126) (d52aed9)
  • angular: remove relative calculation for config paths in wrapped angular devkit schematics (#7201) (04f8426)
  • angular: stop modifying tags that match app name (#7137) (8addb45), closes #7097
  • angular: update jest-preset-angular to 10.0.1 (#7139) (259ac84)
  • angular: update ng-package.json dest property when moving a library (#7132) (9f1fe34)
  • core: apply NX_variables on top of env variables (#7205) (6df11a2)
  • core: changes to the daemon in order to support windows (#7211) (0d84a61)
  • core: convert-to-nx-project should normalize paths (a3599a5), closes #6968
  • core: daemon server should reinitialize file hashes on each connection (5cce731)
  • core: display dynamic prompts in angular cli (f929a47)
  • core: ensure ANSI escape codes are stripped in git-hasher process outputs (4956ebe)
  • core: ensure daemon server perf logging instantiated only once (36facd8)
  • core: fix defaulting object properties to empty {} (#7288) (4c48266)
  • core: fix error when tsconfig.base.json is invalid json (#7204) (a57ca80)
  • core: fix vulnerabilities (#7222) (364a276)
  • core: git-hasher checkForDeletedFiles will now hard error (fe40485)
  • core: gracefully handle errors when writing the latest output hash cache files (#6959) (ae7361c), closes #6957
  • core: handle empty root path in angular.json (#7036) (2b5f1aa)
  • core: read v2 workspace format in converted nx generators (8f9da7c), closes #6452
  • core: resolve nested files using tsConfig paths that have similar names (305813e), closes #6672
  • core: simplify the way angular devkit migrations run (#7135) (4c3d655)
  • core: support hidden files in assets (#6298) (ab2f526)
  • devkit: move files to a directory using normalized paths to handle windows correctly (#7264) (c21835d)
  • devkit: normalizePath should not be dependant on host OS (3a9910e)
  • docs: update to correct anchor link (#6986) (5266a4c)
  • gatsby: fix build errors due to incompatible webpack API (#7032) (e8c324f)
  • gatsby: update gatsby to fix webpack build issues with 5.53.0 (#7062) (d2c5161)
  • linter: add setParserOptionsProject option to generators missing it (#7103) (f8f09b9)
  • linter: improve error message on no matching dependency restriction (#7143) (8424c69)
  • linter: linter should distinguish between ignored and projects with invalid configuration (#7096) (2bc103d)
  • nextjs: fix buildable nextjs libs (#7197) (2cd26c4)
  • nextjs: generate nextjs app with correct pages dir for no-html-link-for-pages rule (#7230) (7bef953)
  • nextjs: include typescript in build package.json (#7130) (e1553a0)
  • node: Prevent extra kebab-case files being generated with --pascalCaseFiles option (#7087) (0fc9e9d)
  • nxdev: fix wrong page generation for deamon start and stop (#7180) (33ad692)
  • nxdev: verify whether srcFolder passed to generateFiles exists (#7219) (83a6ffb)
  • react: use default module resolution (#7254) (0d3601e), closes #6662
  • react-native: fix svg-mock path in generated jest config (#7248) (6caba47)
  • react-native: use jest-jasmine2 runner (#7249) (508ff79)
  • repo: fix a broken unit test (e77f675)
  • repo: fix yarn command in PR instructions (#6943) (23d10a9)
  • storybook: warn if skipping generating files in .storybook folder (#6502) (fa0cd72)
  • testing: update Jest to 27.2.x (#7101) (da658e1)

... (truncated)

Commits
  • da658e1 fix(testing): update Jest to 27.2.x (#7101)
  • d79bba3 chore(repo): update to nx 12.10
  • fe7c25d chore(misc): add repository directory for all packages.json (#6973)
  • 25519a9 fix(testing): fix(testing): support for typescript jest configs (#6920)
  • 4305c5e fix(testing): jest migration for Angular in 12.4
  • c9c8fa7 chore(core): project.json should not be included in builds
  • 6fbf7ff feat(misc): remove ts-node, tslib, and dotenv from empty workspace package.js...
  • 572e24e feat(react): add --changedSince flag to jest runner (#6729)
  • f3cd602 fix(testing): handle migrating base jest config without projects (#6601)
  • cdb9540 fix(web): remove unnecessary packages from being installed with @​nrwl/web (#6...
  • Additional commits viewable in compare view

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 12.10.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/12.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 Oct 8, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2021

Superseded by #279.

@dependabot dependabot bot closed this Oct 20, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nrwl/jest-12.10.0 branch October 20, 2021 23:34
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