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.1 #1964

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @nrwl/jest from 15.0.4 to 15.7.1.

Release notes

Sourced from @​nrwl/jest's releases.

15.7.1

15.7.1 (2023-02-15)

Bug Fixes

  • angular: ensure peer deps are installed when initializing the plugin (#14906) (27e43d0)
  • core: correctly set default configuration name for dependent tasks (7954426)
  • core: do not always use yarn as package manager in the gitlab ci t… (#14978) (14cd02b)
  • core: local plugins should work under yarn workspaces (#14995) (7cbb282)
  • core: skip peer deps from devDependencies on createPackageJson (#14958) (c21e9fb)
  • core: sort --help output by flag priority (#14869) (ff2c50c)
  • js: remove plugins from esbuild will be done as a feature (#14997) (a276bcd)
  • linter: ng-package.json format (#14996) (3b5df23)
  • misc: fix moving a project into a subfolder (#14988) (bb2e790)
  • storybook: v7 vite settings docs remove rootMain (#14992) (298f719)
  • vite: set root and path on dts plugin (#14964) (5c6497e)

Features

  • bundling: make rollup executor return outfile for node executor (#14989) (ed0e6c7)
  • core: allow loading env vars by target and configuration (#14998) (68d0943)
  • linter: add support for full regexes in tag matching (#14982) (de3e504)

15.7.0

15.7.0 (2023-02-14)

Bug Fixes

  • angular: make ng add support new configuration handling (#14604) (7b1ed8e)
  • bundling: react-standalone take into account bundler (#14573) (6116460)
  • core: react monorepo account for bundler (#14617) (d637a5e)
  • devkit: always read package version from the actual package in e… (#14623) (243b742)
  • devkit: only install deps with higher version (#14630) (f337641)
  • js: handle standalone projects for buildable js libraries (#14615) (4bbd60b)
  • nextjs: update order of @​tailwind directives in @​nrwl/react:setup-tailwind (#13429) (6dd6e61)
  • nx-dev: resolve type interface conflicts (#14611) (9d1969e)
  • nx-dev: test additional property for boolean and object (#14646) (e002bd3)
  • react-native: Package path . is not exported from package (#13745) (3eb669b)
  • react: fix nx init so that it works on Windows (#14586) (b9ff264)
  • storybook: react plugin sourcemap type (#14600) (c3de9fd)
  • storybook: react-native tsconfig templates (#14638) (7af4c3f)
  • testing: verify output info exists (#14598) (94dffd1)
  • vite: delete webpack config when converting (#14582) (b01aa84)
  • vite: proper path for main.tsx for standalone (#14575) (fea80af)
  • webpack: omit postcss plugins for css modules (#14616) (5e2f315)
  • webpack: sourceMap option must be a boolean if/when passed to loaders (#14622) (177f1b7)
  • bundling: combine user-defined external esbuild options with ours (#14755) (2f4f0f0)
  • angular: ensure required peer deps are installed when migrating from angular cli workspaces (#14766) (17aa895)

... (truncated)

Commits
  • 27e43d0 fix(angular): ensure peer deps are installed when initializing the plugin (#1...
  • 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)
  • 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 #1970.