Skip to content

Comments

Bump @nrwl/jest from 9.4.5 to 12.3.6#202

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps @nrwl/jest from 9.4.5 to 12.3.6.

Release notes

Sourced from @​nrwl/jest's releases.

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)
  • testing: fix failing storybook executor unit test (#5844) (f01bd0c)
  • testing: fix flaky contains check (#5839) (6abe739)
  • web: prevent inherited target in tsconfig from being removed (#5756) (060660e), closes #4115 #4115
  • web: update packages that have audit errors and warnings (#5847) (4a03859)

Features

  • core: warn when deprecated options are used in generators and executors (#5845) (329bb25)
  • devkit: refactoring for stricter types and better performance (6c6e8b3)
  • linter: do not set eslint parserOptions.project by default (#5798) (a3c08a9)
  • nextjs: add buildLibsFromSource option (f723613)
  • react: generate library with strict mode by default (#5720) (a14924b)
  • repo: add checks for lock files (#5854) (57785b5)
  • web: add generateIndexHtml option to web build executor (#5843) (12ee3bc)

Release 12.3.5

Bug Fixes

  • angular: add workaround to prevent process from exiting early when building (#5807) (7a10cb4)
  • angular: adjust the adapter to work with angular 12 (fe0dec1)
  • angular: disable double module update on move (#5788) (4b758f8)
  • angular: fix angular-eslint migration (#5654) (97b6467)
  • angular: make path optional for customWebpackConfig in webpack browser executor (#5728) (c71137f)
  • angular: prevent move generator form making un-intended changes (#5780) (a80a6ae)
  • angular: update angular-eslint to v12 stable (#5649) (902c46e)
  • core: iteration of targets should not break if targets don't exist (#5791) (2d2880e)
  • core: nx run should not use defaultConfiguration when configuration is passed (#5796) (8354c54), closes #5793
  • core: run workspace-generators within the same process (b4fe292)
  • core: update project's eslintrc and readme on move (#5714) (1a6fc76), closes #5493
  • core: update rollup-plugin-typescript2 to fix array spread error (#5704) (0345d08), closes #5467 #5467
  • linter: hasher throws when invoked not in root (e781d3c)
  • linter: improve error message for circular reference (#5721) (f112b92), closes #5625
  • misc: be more specific finding targets being used when removing projects (f111027)
  • nextjs: add @​nrwl/next as a prod dependency for new workspaces (#5662) (bffc239)
  • node: package execution doesn't exit on watch mode (4103c60), closes #5208

... (truncated)

Commits
  • c8a20c6 Release 12.3.6
  • 9791fd4 fix(core): displayed commands do not wrap strings into quotes correctly
  • f723613 feat(nextjs): add buildLibsFromSource option
  • 27d8633 fix(core): add nxignore and gitignore to the list of files affecting the hashing
  • e8bffc0 fix(angular): generate the outputs property for build targets (#5867)
  • efb741a chore(testing): update circleci node/yarn versions (#5868)
  • 7c34f77 cleanup(core): remove unneccessary dependencies and refactored prettier path ...
  • 329bb25 feat(core): warn when deprecated options are used in generators and executors...
  • 87cae06 fix(core): list files from the tree in the ngcli-adapter (#5860)
  • d01bac7 docs(core): include fallback paths during SSG (#5850)
  • 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.3.6.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](nrwl/nx@9.4.5...12.3.6)

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

dependabot bot commented on behalf of github Jun 16, 2021

Superseded by #209.

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