Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2022

Bumps @nrwl/jest from 9.4.5 to 14.5.1.

Release notes

Sourced from @​nrwl/jest's releases.

14.5.1

14.5.1 (2022-07-28)

Note: Version bump only for package @​nrwl/nx-source

14.5.0

14.5.0 (2022-07-28)

Bug Fixes

  • angular: add @​angular/localize to list of default packages to be eagerly loaded in mf apps (#11189) (b7a1cd3)
  • angular: amend wrong project name schema options to hint nx console to show a project dropdown (#11097) (9352f2e)
  • angular: do not generate ts path mappings for lazy loaded libs in app tsconfig file (#11125) (1b6e587)
  • angular: do not set a module federation remote project as the default project (#11127) (ba592f8)
  • angular: do not write files unnecessarily in mfe to mf migration (#11126) (8ce1444)
  • angular: emit dts when using entrypoint name as filename in ng-packagr executors (#11032) (bc5c414)
  • angular: update module federation logic to correctly identify workspace libs secondary entry points (#11286) (7db3aac)
  • angular: update package watch version on secondary entrypoint changes when building libraries in watch mode (#11230) (41693f9)
  • core: adjust add and addDev command for pnpm when it is in a pnpm workspace (608ef8e)
  • core: handle specifying a prerelease version without a package when migrating (#11129) (9933d91)
  • core: improve performance of enforce-module-boundaries linting rule on Windows (#11251) (2f0cd86)
  • core: outputs in nx.json targetDefaults is not work (#11157) (f8104d9), closes #11141
  • core: print out configuration for run-many logging (#11228) (b89e321)
  • core: remove eslintrc.json from the package build artifact (#11043) (b8efa77)
  • core: use generator options from nx config (#11006) (d579f94), closes #11004
  • core: use proper package manager when installing package for migration (#11213) (f285446)
  • dep-graph: filter by text correctly during quick inputs (#10986) (fb4e92a)
  • linter: correctly fix absolute imports across package boundaries (8e6a66c)
  • linter: escape dollar signs in filepaths (#11009) (74c3c6c)
  • linter: improve performance of runtime lint utils (#11100) (5194551)
  • linter: update typescript eslint dependency (#11112) (c117ad5)
  • misc: add dotenv as dependencies for plugins that import it (#11167) (96e84ee)
  • misc: make unparsed not required and add smart provider in adapter (#11262) (00ef4c7)
  • misc: show help when no command is passed (#11269) (1a900d4)
  • nextjs: adjust generator reference in Next startup page component (9436a96)
  • nextjs: fix invalid config warning by sanitizing it before passing to Next.js (#11313) (1fef99d)
  • nextjs: set development outputPath to a different one from production build (#11169) (e3d5c53), closes #10312
  • react-native: fix library path in Podfile (#11327) (b4cc8c2)
  • react-native: only add resolverMainFields to metro.config for storybook (#11326) (2b44aaf)
  • react: buildable library sets NODE_ENV correctly (#11294) (4bb8ab1)
  • react: do not set a module federation remote project as the default project (#11128) (2163c54)
  • react: fix typo in testing-library migrations (57a6ebc)
  • repo: explicitly stop all agents on failure (#11123) (8ab6ad4)
  • storybook: adjusted STORYBOOK_ (#11171) (edc9ce1)
  • storybook: change-storybook-targets should not fail if no build (#11038) (01e25ec)
  • storybook: fix schema to read projectName from config (#11098) (a2d9577)
  • storybook: include polyfills in Storybook tsconfig for ngapps (#11136) (943d4ba)
  • testing: update exports for .ts plugin files (#11200) (0cd8d8c)
  • web: fix http-server proxyOptions arg converter (#11309) (5614307), closes #11302

... (truncated)

Commits
  • 96e84ee fix(misc): add dotenv as dependencies for plugins that import it (#11167)
  • b8efa77 fix(core): remove eslintrc.json from the package build artifact (#11043)
  • c52a8c2 feat(core): finalize the input api
  • 6a65101 feat(core): extend the default hasher to support different filesets
  • 15c04b0 chore(repo): enable eslint plugin checks (#10666)
  • 26177d1 fix(testing): fix ts-node migration version (#10578)
  • eea2470 feat(angular): support angular v14.0.0 (#10559)
  • 914f0ce feat(misc): update typescript to 4.7 (#10560)
  • 925a27b fix(devkit): add options allow trailing commas for parsing json (#10538)
  • e491c6f feat(core): make nx.json optional
  • 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 14.5.1.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/14.5.1/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 Jul 28, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2022

Superseded by #459.

@dependabot dependabot bot closed this Aug 2, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nrwl/jest-14.5.1 branch August 2, 2022 23:17
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.

1 participant