Skip to content

Release 12.9.0

Compare
Choose a tag to compare
@FrozenPandaz FrozenPandaz released this 07 Sep 15:05
· 8249 commits to master since this release

Bug Fixes

  • angular: importPath migration to fix broken paths (#6902) (aa81561), closes #6648
  • angular: move upgrade 12.2 to 12.9.0 migrations (#6857) (62f2fb6)
  • core: configFilePath included in hash (#6881) (a656959), closes #6880
  • core: hash npm projects based on version (#6879) (677e481)
  • core: npmrc should be obeyed during nx migrate (#6781) (b416bb6)
  • core: use defaultConfiguration in run-many and affected when no configuration is specified (#6884) (bdd01ed)
  • core: use tao generate for angular devkit workspace-schematics (#6861) (9c07d7f)
  • devkit: add '.tgz' to binaryExts array (#6930) (26f82b9)
  • devkit: normalizing paths when moving files (#6877) (12ed2d3)
  • linter: disabled eslint rules dont count as type checked rules (#6897) (40532a2)
  • linter: fix how eslint hasher gets projects from task dependencies (#6875) (301e70a)
  • nextjs: add displayName to CustomDocument component when using styled-components (#6903) (44db568)
  • nextjs: align next-env.d.ts file (#6929) (b0b5006)
  • react: fix extracCss option for webpack 5 (#6925) (06d2035)
  • repo: fix error in contributing docs (#6860) (b820f72)
  • testing): fix(testing: support for typescript jest configs (#6920) (25519a9), closes #5394
  • web: npm dependencies from the project graph (#6843) (804cc73)

Features