Skip to content

Comments

Bump @nrwl/jest from 9.4.5 to 12.4.0#209

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2021

Bumps @nrwl/jest from 9.4.5 to 12.4.0.

Release notes

Sourced from @​nrwl/jest's releases.

Release 12.4.0

Bug Fixes

  • angular: fix typo in karma-project generator factory definition (#5888) (43f7d75)
  • angular: override TSLint deprecation message to point to Nx ESLint conversion generator (#5893) (668ed1c)
  • core: add support for formatting using all extensions prettier supports (#5890) (4563386)
  • core: clean up tmp directories during migrate (#5971) (702f158)
  • core: fix aliased args parsing (#5973) (2c533ac)
  • core: fix remove generator for custom layout (#5921) (a0b2df5)
  • core: override isDirectory in wrapped angular schematics host (#5869) (d3992e9)
  • core: throw error for non-existing proj on getSourceDirOfDependentProjects (#6017) (d40ca95)
  • devkit: include targetDependencies and plugins when updating workspace config (#5898) (d8cd862)
  • nest: fix lint convertor incomplete type (#5995) (68b598f)
  • node: don't clobber packageJson.main if it exists (#5836) (b4d27fc)
  • repo: fix flaky cross-os new line check (#5938) (6ca30d8)
  • storybook: fix broken migration test (#5951) (c64d9df)
  • storybook: fix import for findNodes (#5974) (c7a5f6d)
  • storybook: generating stories without an existing e2e project (#5799) (0dd8999)
  • testing: fix buffer issue on e2e test (#5916) (d023eaf)
  • testing: fix disabled angular storybook test (#5884) (223f455)
  • testing: fix failing workspace e2e tests (#5846) (0de2725)
  • testing: fix ts-jest transformer migration (#6024) (1a1039f)

Features

  • core: expose utilities for retrieving source dirs of dependent projects (#5976) (e182700)
  • core: first step to common JSON behavior and common fileutils (#5859) (a2c2d94)
  • core: sort projects in nx.json, workspace.json, and tsconfig.base.json (#5945) (5b2e594)
  • core: use common fileutils in [@nrwl](https://github.com/nrwl)/cli and create-nx-plugin (#5940) (868de62)
  • misc: fixMissingBuildDependencies should not require package.json (04b1401)
  • nextjs: support webpack 5 (8801930)
  • nx-plugin: migrate generators to @​nrwl/devkit (#5744) (251b417)
  • storybook: schematic to migrate stories to Storybook 6.2 (#5401) (dd45382)
  • testing: support for Jest 27 (#5873) (f975178), closes #5771

Release 12.3.6

Bug Fixes

  • angular: generate the outputs property for build targets (#5867) (e8bffc0)
  • angular: update angular deps to use the latest minor versions (#5858) (a6772c4)
  • core: add nxignore and gitignore to the list of files affecting the hashing (27d8633)
  • core: displayed commands do not wrap strings into quotes correctly (9791fd4)
  • core: list files from the tree in the ngcli-adapter (#5860) (87cae06)
  • core: update project package.json on move (9c67c69)
  • nextjs: change to use default next export instead of next-dev-server so prod mode is respected (92ea179)
  • react: fix externals for buildable libraries (#5540) (d3c45b3), closes #5508
  • repo: remove npm lock file and merge yarnrc files (#5851) (bb8b99c)
  • repo: resolve xmlhttprequest-ssl to v1.6.2 (#5842) (f92ac89)
  • testing: enable and fix several disabled unit and e2e tests (#5711) (76a3092)

... (truncated)

Commits
  • 0e2c229 Release 12.4.0
  • 04b1401 feat(misc): fixMissingBuildDependencies should not require package.json
  • c39a56c docs(core): update files for generators/executors and fix plugins link (#6020)
  • d40ca95 fix(core): throw error for non-existing proj on getSourceDirOfDependentProjec...
  • e182700 feat(core): expose utilities for retrieving source dirs of dependent projects...
  • b8162c4 cleanup(angular): migrate stories generator to nx devkit (#6010)
  • a2f7511 feat(repo): notify slack on nightly github actions (#6016)
  • d4e277a docs(core): default flavour redirection per pages (#6013)
  • 6c9aaaf docs(core): add id to navigation menu (#6012)
  • 31ee288 docs(core): fix sitemap config (#6011)
  • 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) from 9.4.5 to 12.4.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](nrwl/nx@9.4.5...12.4.0)

---
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 Jun 16, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 28, 2021

Superseded by #215.

@dependabot dependabot bot closed this Jun 28, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nrwl/jest-12.4.0 branch June 28, 2021 23:29
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