jmcdo29 / testing-nestjs

A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
MIT License
2.88k stars 379 forks source link

chore(deps-dev): bump @nrwl/jest from 15.0.4 to 15.7.0 #1962

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @nrwl/jest from 15.0.4 to 15.7.0.

Release notes

Sourced from @​nrwl/jest's releases.

15.7.0

15.7.0 (2023-02-14)

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

15.7.0-beta.6

15.7.0-beta.6 (2023-02-14)

Bug Fixes

  • angular: add missing ts 4.8.2+ requirement to angular v15 update (#14934) (c712949)
  • angular: fallback to buildTarget.options if no configuration provided (#14952) (91117c9)
  • angular: fix safari tp support and include last 2 chrome version in browserslist in ng-packgr executors (#14902) (09670c7)
  • angular: unit test runner none should skip tests (#14916) (066c3b1)
  • bundling: add a deprecation warning for users to update their project config before Nx 16 (#14913) (47a4ff4)
  • core: nesting npm lock file deps should support multi nests (#14949) (8d0c09f)
  • core: remove Windows cmd window popups (#14965) (5261621)
  • core: support wildcard and latest for pruning version normalization (#14948) (41a8040)
  • core: tsconfig.base.json module setting should not break local plugins (#14610) (b2df831)
  • devkit: fix support renaming directories with the tree (#14973) (1aa9b17)
  • expo: fix the prebuild command in expo (#14922) (b1b36e9)
  • misc: make ts 4.8 update optional and add missing angular requirements (#14918) (005eb56)
  • misc: throw an error when removing unsafe projects (#14927) (d094e3a)
  • node: add missing .swcrc file for node libs (#14925) (2fbe1bd)
  • node: Update Proxy config port number (#14919) (4cb9ff8)
  • react: dont update lint and react-router if skipPackageJson is set (#14900) (f066ff7)
  • storybook: fix the no-root migration (#14914) (496620e)
  • webpack: ensure NODE_ENV is defaulted to development for dev-server, and HMR works (#14915) (db7ee99)
  • webpack: filter out .hot-update.js files from index.html (#14917) (ad83434)
  • webpack: pass the correct config to user when isolatedConfig=false (#14912) (7185c5f)

Features

  • angular: add routing option to CNW (#14845) (abece6a)
  • core: add standalone api prompt to CNW (#14886) (4f09949)
  • core: remove unused CLI option from CNW (#14865) (762b9f3)
  • expo: upgrade expo-cli to 6.3.0 (#14944) (51cd35c)
  • graph: show errors from task graph generation (#14924) (0e3d9cd)
  • node: setting docker on app generation should set generateLockfile on target config (#14947) (d0ad53c)
  • react-native: upgrade react native to 0.71.2 (#14908) (9b08a8d)
  • vite: be able to use a custom build target for the preview server (#14951) (2f9978f)

15.7.0-beta.5

15.7.0-beta.5 (2023-02-09)

Bug Fixes

... (truncated)

Commits
  • 751d02b feat(core): add prompts and requirements to nx migrations (#14420)
  • 0f15c14 fix(testing): jest batch mode improvements (#13744)
  • d9c27a1 feat(testing): allow updating jest config nested keys with dots (#13894)
  • d7536aa feat(core): clean up workspace configuration code
  • 5e11adb feat(js): move babel preset to @nrwl/js/babel so @nrwl/web is not… (#14478)
  • ef3d5de docs(testing): add x-priority to jest package (#14252)
  • 41a9bc1 feat(misc): move ci options to configuration (#14215)
  • 415d1c7 fix(misc): loosen chalk version (#14276)
  • da4e2a5 fix(testing): do not add a duplicate tsconfig.spec.json ref (#14201)
  • 422c8c7 cleanup(core): clearly split nx.json config and projects config
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #1964.