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/cli from 15.0.4 to 15.7.2 #1969

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @nrwl/cli from 15.0.4 to 15.7.2.

Release notes

Sourced from @​nrwl/cli's releases.

15.7.2

15.7.2 (2023-02-17)

Bug Fixes

  • angular: bump generated rxjs version (#15054) (9c154c5)
  • angular: handle projects without name in angular cli adapter (#15089) (d430a65)
  • angular: support large buffers in angular cli adapter (#15082) (aa59b4a)
  • core: fix setting of the interactive env var (#15084) (c9c640b)
  • core: nx plugin cache should load new plugins (#15072) (ea5e7f3)
  • core: run migrations with sync host (#15010) (e7d4a5e)
  • core: support decorators in local executor and generator runs (#15025) (6284ec5)
  • js: don't read dependency package.json if it doesn't exist (#15037) (22eb66b)
  • linter: add node_modules to linter ignore patterns (#14980) (fb440ab)
  • misc: isCI should return a boolean (bb1d51b)
  • nx-plugin: local plugin execution should work with ts-node (#15066) (2747380)
  • react: add override to class component render() method (#13743) (d8963ea)
  • react: install @​nrwl/webpack when migrating (#15062) (c3eb66f)
  • storybook: dont fail migration if stories array is missing (#15017) (f47a59a)
  • storybook: dont touch config if is already using new schema (#15056) (ff469ad)
  • storybook: make v7 generator ignore uiFramework (#15023) (9f28951)
  • vite: explicitly export type instead of a value from d.ts files (#15029) (4095b95)
  • webpack: add babelUpwardRootMode (#15061) (2fbc152)
  • webpack: restore supporting a configuration array (#14977) (609867c)

Features

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)

... (truncated)

Commits


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 #1975.