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.91k stars 380 forks source link

chore(deps-dev): bump @nrwl/workspace from 15.0.4 to 15.4.4 #1917

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @nrwl/workspace from 15.0.4 to 15.4.4.

Release notes

Sourced from @​nrwl/workspace's releases.

15.4.4

15.4.4 (2023-01-03)

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

15.4.3

15.4.3 (2023-01-03)

Bug Fixes

  • bundling: detect esm vs cjs type for .js files (#14060) (b76871d)
  • core: dont mutate target defaults in memory when resolving path tokens (355d8a0)
  • core: find imports after template literals with vars (#13922) (ba7eb9d)
  • core: find imports in export type statements (#13921) (d5c93bf)
  • core: init should support compound scripts (181cde5)
  • core: read in projects from angular.json when called from conver… (#14057) (99708af)
  • core: schemas should not require executor due to negative config work (d72ed7d)
  • expo: address deprecation warning seen upon using @nrwl/expo:start (#14095) (217d6e3)
  • misc: temporarily pin module federation ssr utilities version (#14035) (96cab72)
  • react: skip exports field in generated package.json when using rollup to bundle library (#14107) (666e057)
  • storybook: restore babelrc for storybook webpack (#14111) (285cf2e)
  • storybook: update storybook to latest 6 (#14110) (00db9e3)
  • testing: correctly set task status for failed coverage reports (#14008) (c829756)
  • testing: vitest deleting project root with coverage enabled (#14116) (843bad1)
  • vite: add paths plugin for worker (#14115) (5c962d0)

Features

  • angular: add ast utils for standalone decorators (#14108) (64d7ceb)
  • angular: add ast utils for standalone decorators (#14114) (d913358)
  • angular: add parent flag to ngrx generator (#14105) (16a0891)
  • core: add glob support for project-level implicit dependencies (#13138) (66a2658)
  • core: merge more target options from targetDefaults (#12435) (c783ac5)
  • core: support projectName token in target defaults (b19eb6c)
  • core: support targets with colons in the name without quotes (#13938) (285dc39)
  • expo: move svg to inline for starter app (#14068) (cec625e)
  • expo: upgrade expo 47.0.9 (#14070) (1e15557)
  • graph: persist select all tasks to url (#13970) (6d1e4a3)
  • testing: support async webpack config for react component testing (#14037) (663d38b)

15.4.2

15.4.2 (2022-12-27)

Bug Fixes

  • bundling: update rollup-plugin-typescript2 to fix typechecking ... (#14020) (95a3bbf)
  • core: adding @​nrwl/vite to packageGroup (d3ef0ea)

... (truncated)

Commits
  • 285dc39 feat(core): support targets with colons in the name without quotes (#13938)
  • 82fbb98 feat(misc): dont generate defaultProject for non standalone workspaces
  • 7c65787 fix(misc): only gen start/build scripts for standalone projects
  • 87a6a2d fix(misc): using normalizePath for tailwindcss config generation (#13936)
  • e38c2d5 feat(misc): support interactive prompts for custom presets (#13859)
  • a049d6c fix(misc): set schema when converting a project to standalone configuration (...
  • 4f98e37 fix(core): move generator should work if there are comments in tsconfig #1374...
  • fdd04ba feat(react): add cypress e2e for react standalone preset (#13848)
  • 3fd1841 fix(devkit): do not move properties when nx.json doesn't exist (#13825)
  • ed159e8 feat(core): add gitlab ci generator (#13739)
  • 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 #1922.