Skip to content

Release 13.9.4

Compare
Choose a tag to compare
@FrozenPandaz FrozenPandaz released this 22 Mar 00:53
· 7043 commits to master since this release

Bug Fixes

  • angular: change mfe schema port type to number (#9420) (d614434)
  • angular: set tsconfig path correctly (#9386) (7b5664b)
  • core: don't allow arbitrary code execution when manipulating cache (#9329) (78d27f5)
  • core: ngcli-adapter should work on windows without workspace.json present (#9163) (d7172f5)
  • core: projects inferrred in apps directory should be inferred as an application (#9379) (b380597)
  • core: targets referred to by targetDependencies should be optional by default (#9344) (1ff9cb3)
  • js: mimic the behavior of tsc compilation for runTypeCheck (#9240) (d778340), closes #9203
  • js: return success false if tsc compilation fails (#9438) (ddb10e1)
  • linter: check for both nrwl/nx and eslint for terminal runs (#9340) (f172ac6)
  • linter: ensure eslint fixes are stored before results are filtered (#9348) (8681d12)
  • node: npm modules are not resolved correctly (#9284) (f24af57)
  • nx-plugin: remove broken reference to e2e tsconfig (#9409) (263e19f)
  • nx-plugin: use importPath as package.json name when passed (#9430) (3940027)
  • storybook: when building set node_env (#9390) (67ed0b4), closes #8403
  • web: fix handling of buildLibsFromSource: false in dev-server executor (#9326) (5a4b8e3)