Skip to content

15.9.3

Compare
Choose a tag to compare
@FrozenPandaz FrozenPandaz released this 27 Apr 17:54
· 4061 commits to master since this release
80792b6

15.9.3 (2023-04-27)

Bug Fixes

  • angular: consider app-routing.module.ts when setting up module federation host routes (#16285) (44a0c83)
  • angular: fix migrations cli type and use @angular-devkit/build-angular to determine ng devkit version (#16157) (8754cd2)
  • angular: fix path and selector handling in directive generator (#16017) (c4b602a)
  • angular: host and remote app generation with directory (#16113) (ac44887)
  • angular: throw error when generating component with multiple candidate modules (#16332) (e9725e9)
  • angular: validate standalone option in the directive generator (#16051) (d6b80b3)
  • bundling: add missing @babel/core dependency to @nrwl/webpack (#16023) (6f5dbd9)
  • core: anyOf should validate if at least 1 condition passes (#14769) (3bcc072)
  • core: correctly pass resolved compilerOptions to ts-node (#16240) (8c4d791)
  • core: deleted projects should not be in cached graph (#16210) (4f67552)
  • core: do not attempt to remove non-existent package from package.json (#16399) (b6d1cad)
  • core: do not expect each package to have hoisted version in lockfile (#16393) (1f714fd)
  • core: don't error if lock file not present when precomputing js dependencies (#16094) (5000fa2)
  • core: don't show global version warning when Nx is invoked by itself (#16102) (c46f81b)
  • core: ensurePackage fails on pnpm workspaces (#16002) (0867dba)
  • core: fix "migrate-to-inputs" migration (#16145) (926908e)
  • core: fix cache recalculation (#16468) (0ab5be8)
  • core: fix NX_PERF_LOGGING toggles (#16054) (20cb87b)
  • core: hide message when migrating to a new major and already connected to cloud (#16466) (2ca198b)
  • core: only use native hasher if available (#16197) (6fd9038)
  • core: respect analyzePackageJson for processProjectGraph (#16220) (2baf547)
  • core: run-many doesn't strip quotes surrounding target names (#16211) (ffe3fb1)
  • core: should not throw 'unable to resolve nx/package.json' (#16072) (9a0ab09)
  • core: support yarn berry patches in pruned lock file (#15993) (6b398d6)
  • core: use located tsconfig name for tsconfig-paths when registering local plugin transpiler (#16476) (2742ed1)
  • core: use the module name as the name of the nx plugin (#16335) (121c6bd)
  • devkit: tree.children should support writes to directories that have the same name as their parent (#16074) (995f1a8)
  • js: remove thirdParty default so that package.json will be generated by default (#16015) (b6ae2da)
  • js: report createGlobPatternsForDependencies errors on tailwind (#16266) (7abdfd4)
  • js: update swc options so path mappings can work in all environments (#16390) (037919a)
  • linter: don't confuse buildable libs for secondary ng entry point (#16367) (426f22a)
  • linter: support ESM js imports in ast utils (#16049) (2b5e7d7)
  • misc: allow npmScope to be single @ (#16053) (1ccff1c)
  • misc: create-nx-workspace should display short error messages (#16474) (ddbf33b)
  • misc: create-nx-workspace should show some stdout if stderr empty on error (#16020) (fcaf69c)
  • misc: create-nx-workspace should work with custom presets on windows (#16473) (6ed88ef)
  • misc: shared deps that rely on default configuration are filtered out (#16193) (5989783)
  • nextjs: Let Next.js handler serve public/ folder (#16318) (7008532)
  • nextjs: use require("next") since exports.default is no longer provided (#16497) (a62db8a)
  • node: update ts-jest config for jest 29 (#16201) (2361aea)
  • react-native: add aliasFields to handle replaced files in browser env (#16106) (ec0dff3)
  • react: install rollup package when generating lib (#16373) (fafe2e4)
  • storybook: add @swc/core when adding storybook-addon-swc package for Next.js storybook config (#16553) (33303fe)
  • storybook: v7 gen docs and install react deps (#16057) (d6bb263)
  • testing: correctly error with jest.mock for invalid filepaths (#15445) (86e9c03)
  • testing: merge reporter/coverage values from vite config (#16165) (cb5f4fd)
  • testing: nullcheck polyfills in ng component testing (#16411) (857bde7)
  • testing: prevent loop w/ Cypress watch & Vite processor (#16099) (f960776)
  • testing: support custom workspaceRoot for angular CT (#15485) (9dfc66c)
  • testing: use jest v29 deps in @nrwl/jest (#16256) (33a691b)