Skip to content

Comments

Bump @nrwl/jest from 9.4.5 to 12.1.0#181

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2021

Bumps @nrwl/jest from 9.4.5 to 12.1.0.

Release notes

Sourced from @​nrwl/jest's releases.

Release 12.1.0

Bug Fixes

  • angular: allow setting appsDir and libsDir to workspace root (#5513) (6caff37), closes #5415
  • angular: fix ngrx 11.1.0 migration (#5403) (d9fd36f)
  • core: fix parsing for affected (#5538) (87bc1c2)
  • core: cache diff does not handle projects with no files (ecf83c4)
  • core: cleanup output of task results (89dec9a)
  • core: consistently process args with yargs-parser instead of minimist (#5488) (c7ce8d2)
  • core: do not remove version from overrides (ef1649e)
  • core: do not report on tasks when being run within an Nx command (#5466) (57cff5d)
  • core: emit erorr logs instead of retrying when creating a worksapce (d72569a)
  • core: error when an invalid target/configuration is passed (#5447) (bc7af1d)
  • core: fix invalid performance mark (#5444) (ae5722e)
  • core: override root config target dependencies instead of merge (#5424) (8f7d959)
  • core: propagate sigterm and other signals correctly (85ceb3c)
  • core: report based on projects and tasks (030f5eb)
  • core: allow building of workspaces when hosted at / (#5252) (9180e90)
  • core: print error if there is an issue creating the sandbox during create (#5380) (fb0411e)
  • core: throw an error if generating a new workspace into a non-empty directory (#5296) (949cf31)
  • core: Wrap head + base arguments in quotes in execSyn (#5240) (4b61d44), closes #4828
  • devkit: add env variable to disable project graph cache (#5297) (d007d37)
  • devkit: devkitTreeFromAngularDevkitTree exists function should also work on dirs (0f08149), closes #5318
  • gatsby: update generated app for gatsby (#5486) (1f21e48)
  • gatsby: fix the e2e for gatsby production (#5353) (7063525)
  • linter: Apply enforce-module-boundaries rule to exports (#5160) (780bb03)
  • linter: safely check if angular-eslint is the right version (#5511) (e2bec26)
  • misc: handle empty project graph in the tslint version of the enforce module bounaries check (c419686)
  • misc: fix grouping problem in dep-graph client (#5279) (d8d643a)
  • nextjs: default to build target for incremental serve (d767261)
  • nextjs: remove isServer flag from web babel preset (#5322) (159bc99)
  • nx-plugin: fix package name when generating generators (#5320) (ab13bf4)
  • react: fix react library generator for strict option (#5249) (321815d)
  • react: fix react publish library copy readme (#5345) (656d808)
  • react: generate apps/libs using Emotion CSS with valid .babelrc files (#5336) (a51d19f)
  • repo: fix nx-dev build (#5450) (0945b35)
  • repo: clear output before building packages again (#5342) (2c76dbe)
  • storybook: vSCode TypeScript error (#5443) (2089d37)
  • storybook: generate story file in new jsx transform (#5369) (13ca51c)
  • storybook: incorrect environment in dev (#5313) (6fe7e7d)
  • testing: Jest migration if globals or tsconfig is not present (#5506) (f7bdd89)
  • testing: update ts-jest to version 26.5.5 (#5405) (357ecd0)
  • web: fix circular dependency in babelrc migration (#5435) (a47e5e4)
  • web: fix named exports mapping for react/jsx-runtime (#5294) (e656241)
  • web: fix postcss-loader options object structure (#5420) (b39f559)

Features

  • angular: add migration for jest-preset-angular 8.4.0 (#5377) (95d1b86)

... (truncated)

Commits
  • a964405 Release 12.1.0
  • 87bc1c2 fix(core): fix parsing for affected (#5538)
  • d4e659c feat(repo): explicitly kill processes holding onto ports
  • c47b49c chore(repo): update to nx 12-rc1.
  • 92e3355 Release 12.1.0-rc.1
  • 78dd5c9 docs(nxdev): use nx devkit instead of angular devkit in workspace generator d...
  • 321815d fix(react): fix react library generator for strict option (#5249)
  • 6cb1dc6 feat(react): add strict option to react application generator (#5248)
  • 111a7cf docs(core): change tsconfig.json to tsconfig.base.json in core concepts docs ...
  • 89dec9a fix(core): cleanup output of task results
  • 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.1.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](nrwl/nx@9.4.5...12.1.0)

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

dependabot bot commented on behalf of github May 4, 2021

Superseded by #183.

@dependabot dependabot bot closed this May 4, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nrwl/jest-12.1.0 branch May 4, 2021 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