nx

Smart Monorepos · Fast CI

MIT License

Downloads
250.2M
Stars
22K
Committers
989
nx - Release 12.5.7

Published by FrozenPandaz over 3 years ago

nx - Release 12.5.6

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • core: error messase when missing targets (3a0b0b3)
  • core: fix fallback for npm scripts (d38ec76)
  • core: include dependencies of projects which do not have a target (#6245) (868fd43)
  • misc: dep graph should not remove deps (7859eba)
nx - Release 12.5.2

Published by vsavkin over 3 years ago

Bug Fixes

  • core: correct detect run commands when using project.json (#6221) (5bf4d3d)
  • core: make missing output check more comprehensive (#6204) (dc4270d)
nx - Release 12.5.1

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • angular: check for angular.json when converting config event path (#6170) (e4b35da)
  • core: affected base and head logs (#6164) (c9d7b3e)
  • core: convert-to-nx-project should not prompt for project when --all is passed (#6179) (b4d685e)
nx - Release 12.5.0

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • angular: change tsconfig.worker.json to extend the right path (#6105) (e5c552b)
  • angular: fix storybook-configuration not installing deps (#6109) (2e4d00f)
  • angular: fix typo in karma-project generator factory definition (#5888) (43f7d75)
  • angular: fix workspace init generator to workaround file rename issues in the tree (#6098) (c66324d)
  • angular: Inline nx logo in default template (#6114) (44bbc08)
  • angular: keep package postinstall script in @nrwl/angular package (#6086) (fdb54b3)
  • angular: override TSLint deprecation message to point to Nx ESLint conversion generator (#5893) (668ed1c)
  • angular: remove Stylus from new Angular workspaces and apps (#6095) (bbb0416)
  • core: add support for formatting using all extensions prettier supports (#5890) (4563386)
  • core: catch errors when cleaning up tmp dir during migrate (632d2f7)
  • core: clean up tmp directories during migrate (#5971) (702f158)
  • core: do not migrate nrwl packages that are not installed (3093fd1)
  • core: fix aliased args parsing (#5973) (2c533ac)
  • core: fix remove generator for custom layout (#5921) (a0b2df5)
  • core: fix the add-target-dependencies migration to remove the old property (ac871d9)
  • core: format after sorting nx.json, workspace.json and tsconfig.… (#6044) (8915c6b)
  • core: override isDirectory in wrapped angular schematics host (#5869) (d3992e9)
  • core: resolve npm packages after typescript (c5ccd9c)
  • core: throw error for non-existing proj on getSourceDirOfDependentProjects (#6017) (d40ca95)
  • devkit: include targetDependencies and plugins when updating workspace config (#5898) (d8cd862)
  • linter: tslint to eslint conversion should not override existing root config (#6103) (4a9d82f)
  • misc: correct url parsing for dep-graph server (#6139) (a29c11a)
  • nest: fix lint convertor incomplete type (#5995) (68b598f)
  • nextjs: app generator should succeed with --directory (#6039) (374a9d6), closes #6027
  • nextjs: fix component generator (#6088) (068c985), closes #6084
  • nextjs: remove obsolete React import on _app.tsx (#6034) (a1c208a)
  • nextjs: set NODE_ENV for the serve command (2ba13db), closes #5627
  • node: don't clobber packageJson.main if it exists (#5836) (b4d27fc)
  • node: node-externals fails in subdirectories (472392a)
  • nxdev: subheader on the home page is old (44dd1f5)
  • repo: fix flaky cross-os new line check (#5938) (6ca30d8)
  • storybook: change main-js without executing it in migrator (e6f047f)
  • storybook: fix broken migration test (#5951) (c64d9df)
  • storybook: fix import for findNodes (#5974) (c7a5f6d)
  • storybook: generating stories without an existing e2e project (#5799) (0dd8999)
  • storybook: make sure compilation errors get logged to the console (#6129) (ea0c6a3)
  • testing: fix buffer issue on e2e test (#5916) (d023eaf)
  • testing: fix disabled angular storybook test (#5884) (223f455)
  • testing: fix failing workspace e2e tests (#5846) (0de2725)
  • testing: fix ts-jest transformer migration (#6024) (1a1039f)
  • web: inline nx template logo (0138182)

Features

  • angular: add createGlobPatternsForDependencies utility useful in Tailwind css purging (b2a743c)
  • core: add hint for --verbose flag in case of task exec error (0d3409f)
  • core: allow NX_BASE and NX_HEAD environment variables to set affected SHAs (d5c3a79)
  • core: allow setting file permissions while writing with Tree (e7f18a0), closes #5680
  • core: expose utilities for retrieving source dirs of dependent projects (#5976) (e182700)
  • core: first step to common JSON behavior and common fileutils (#5859) (a2c2d94)
  • core: migrate prettier to v2.3.1 (#5623) (fe97444)
  • core: replace strictlyOrderedTargets with targetDependencies (8a7b6c8)
  • core: sort projects in nx.json, workspace.json, and tsconfig.base.json (#5945) (5b2e594)
  • core: split nx config to project files (#5880) (f1911a7)
  • core: use common fileutils in [@nrwl](https://github.com/nrwl)/cli and create-nx-plugin (#5940) (868de62)
  • devkit: reexport package manager methods in devkit (5e6cf96)
  • misc: add watch mode to dep-graph command (#6043) (98ac32e)
  • misc: fixMissingBuildDependencies should not require package.json (04b1401)
  • nextjs: add improved createGlobPatternsForDependencies utility useful for Tailwind CSS purging (bcdf5a7)
  • nextjs: improve WithNxOptions typing (#5903) (7510ee4)
  • nextjs: support webpack 5 (8801930)
  • nx-plugin: migrate generators to @nrwl/devkit (#5744) (251b417)
  • react: add createGlobPatternsForDependencies utility useful in tailwind CSS purging (0175dfc)
  • repo: enable prefer offline for yarn install (#5925) (414e72d)
  • repo: notify slack on nightly github actions (#6016) (a2f7511)
  • repo: remove obsolete kill commands and check if ports closed (#5939) (bb8d73f)
  • storybook: from addon-knobs to controls (#6068) (e13b423)
  • storybook: schematic to migrate stories to Storybook 6.2 (#5401) (dd45382)
  • storybook: upgrade to Storybook v6.3 support (#6104) (ad9d201)
  • testing: support for Jest 27 (#5873) (f975178), closes #5771
nx - Release 12.4.0

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • angular: fix typo in karma-project generator factory definition (#5888) (43f7d75)
  • angular: override TSLint deprecation message to point to Nx ESLint conversion generator (#5893) (668ed1c)
  • core: add support for formatting using all extensions prettier supports (#5890) (4563386)
  • core: clean up tmp directories during migrate (#5971) (702f158)
  • core: fix aliased args parsing (#5973) (2c533ac)
  • core: fix remove generator for custom layout (#5921) (a0b2df5)
  • core: override isDirectory in wrapped angular schematics host (#5869) (d3992e9)
  • core: throw error for non-existing proj on getSourceDirOfDependentProjects (#6017) (d40ca95)
  • devkit: include targetDependencies and plugins when updating workspace config (#5898) (d8cd862)
  • nest: fix lint convertor incomplete type (#5995) (68b598f)
  • node: don't clobber packageJson.main if it exists (#5836) (b4d27fc)
  • repo: fix flaky cross-os new line check (#5938) (6ca30d8)
  • storybook: fix broken migration test (#5951) (c64d9df)
  • storybook: fix import for findNodes (#5974) (c7a5f6d)
  • storybook: generating stories without an existing e2e project (#5799) (0dd8999)
  • testing: fix buffer issue on e2e test (#5916) (d023eaf)
  • testing: fix disabled angular storybook test (#5884) (223f455)
  • testing: fix failing workspace e2e tests (#5846) (0de2725)
  • testing: fix ts-jest transformer migration (#6024) (1a1039f)

Features

  • core: expose utilities for retrieving source dirs of dependent projects (#5976) (e182700)
  • core: first step to common JSON behavior and common fileutils (#5859) (a2c2d94)
  • core: sort projects in nx.json, workspace.json, and tsconfig.base.json (#5945) (5b2e594)
  • core: use common fileutils in [@nrwl](https://github.com/nrwl)/cli and create-nx-plugin (#5940) (868de62)
  • misc: fixMissingBuildDependencies should not require package.json (04b1401)
  • nextjs: support webpack 5 (8801930)
  • nx-plugin: migrate generators to @nrwl/devkit (#5744) (251b417)
  • storybook: schematic to migrate stories to Storybook 6.2 (#5401) (dd45382)
  • testing: support for Jest 27 (#5873) (f975178), closes #5771
nx - Release 12.3.6

Published by vsavkin over 3 years ago

Bug Fixes

  • angular: generate the outputs property for build targets (#5867) (e8bffc0)
  • angular: update angular deps to use the latest minor versions (#5858) (a6772c4)
  • core: add nxignore and gitignore to the list of files affecting the hashing (27d8633)
  • core: displayed commands do not wrap strings into quotes correctly (9791fd4)
  • core: list files from the tree in the ngcli-adapter (#5860) (87cae06)
  • core: update project package.json on move (9c67c69)
  • nextjs: change to use default next export instead of next-dev-server so prod mode is respected (92ea179)
  • react: fix externals for buildable libraries (#5540) (d3c45b3), closes #5508
  • repo: remove npm lock file and merge yarnrc files (#5851) (bb8b99c)
  • repo: resolve xmlhttprequest-ssl to v1.6.2 (#5842) (f92ac89)
  • testing: enable and fix several disabled unit and e2e tests (#5711) (76a3092)
  • testing: fix failing storybook executor unit test (#5844) (f01bd0c)
  • testing: fix flaky contains check (#5839) (6abe739)
  • web: prevent inherited target in tsconfig from being removed (#5756) (060660e), closes #4115 #4115
  • web: update packages that have audit errors and warnings (#5847) (4a03859)

Features

  • core: warn when deprecated options are used in generators and executors (#5845) (329bb25)
  • devkit: refactoring for stricter types and better performance (6c6e8b3)
  • linter: do not set eslint parserOptions.project by default (#5798) (a3c08a9)
  • nextjs: add buildLibsFromSource option (f723613)
  • react: generate library with strict mode by default (#5720) (a14924b)
  • repo: add checks for lock files (#5854) (57785b5)
  • web: add generateIndexHtml option to web build executor (#5843) (12ee3bc)
nx - Release 12.3.5

Published by vsavkin over 3 years ago

Bug Fixes

  • angular: add workaround to prevent process from exiting early when building (#5807) (7a10cb4)
  • angular: adjust the adapter to work with angular 12 (fe0dec1)
  • angular: disable double module update on move (#5788) (4b758f8)
  • angular: fix angular-eslint migration (#5654) (97b6467)
  • angular: make path optional for customWebpackConfig in webpack browser executor (#5728) (c71137f)
  • angular: prevent move generator form making un-intended changes (#5780) (a80a6ae)
  • angular: update angular-eslint to v12 stable (#5649) (902c46e)
  • core: iteration of targets should not break if targets don't exist (#5791) (2d2880e)
  • core: nx run should not use defaultConfiguration when configuration is passed (#5796) (8354c54), closes #5793
  • core: run workspace-generators within the same process (b4fe292)
  • core: update project's eslintrc and readme on move (#5714) (1a6fc76), closes #5493
  • core: update rollup-plugin-typescript2 to fix array spread error (#5704) (0345d08), closes #5467 #5467
  • linter: hasher throws when invoked not in root (e781d3c)
  • linter: improve error message for circular reference (#5721) (f112b92), closes #5625
  • misc: be more specific finding targets being used when removing projects (f111027)
  • nextjs: add @nrwl/next as a prod dependency for new workspaces (#5662) (bffc239)
  • node: package execution doesn't exit on watch mode (4103c60), closes #5208
  • nx-plugin: fix package json key for migration generator (#5731) (646bb72), closes #5730
  • react: fix application template for strict mode (#5552) (cdb4cdc)
  • react: nextjs check causes linting commands to fail (#5705) (b50d7e4)
  • testing: support cypress projects for default serve configuration (#5667) (1c714de)
  • web: set envName to production when script optimization is enabled (#5522) (cd3dd94), closes #5512

Features

  • angular: add executor which allows to delegate the build to another target (#5715) (d0afa3d)
  • angular: allow custom webpack config support for webpack-browse… (#5609) (0872f01)
  • angular: generate apps and libs with strict mode on by default (#5690) (45f7d77)
  • core: add spinner during node module install (#5593) (efbb7c6)
  • core: added encoding param in Tree.read() (#5668) (52e3083)
  • core: allow to collapse the sidebar on dep-graph UI (#5602) (82fd6db)
  • gatsby: update gatsby to 3.5.0 (#5516) (84db07c)
  • linter: optimize lint performance. resolves #5210 (#5576) (ff3cc38)
  • misc: change the nx tag line (af23cc5)
  • nextjs: allow custom server to be written in TypeScript (#5510) (75cbd54), closes #1933
  • nxdev: Set TailwindCSS colours extend for Nx (#5650) (9c1537a)
  • react: add react fast refresh to webpack (#5612) (b8584a6)
  • react: update generator defaults in workspace.json for strict mode (#5529) (bcdbb02), closes #5250
  • repo: cleanup storage for matrix tests (#5727) (735e22f)
  • repo: fix failing yarn and pnpm (#5782) (9e47d96)
  • repo: revert i/o functions to fs-extra (#5725) (c250483)
  • storybook: add html to supported 6.2 uiFrameworks (#5610) (313c376)
  • testing: add testingType option to cypress executor (2c811ab), closes #5622
  • testing: update cypress to 7.x (#5624) (2778e6e), closes #5382
  • web: add a plugin to coordinate webpack and nx builds (319a90b)
  • web: environment variables interpolated to index.html (#5521) (9878619)
  • workspace: support formatting on .graphql, .gql, .yaml, .yml & .vue files (672e728)
nx - Release 12.3.3

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • react: fix application template for strict mode (#5552) (227d12e)
  • testing: support cypress projects for default serve configuration (#5667) (02a4784)
  • web: set envName to production when script optimization is enabled (#5522) (3eabe2d), closes #5512
nx - Release 12.3.1

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • angular: fix angular-eslint migration (#5654) (e8b73a5)
  • angular: update angular-eslint to v12 stable (#5649) (f425326)
  • linter: hasher throws when invoked not in root (cd13ab9)

Features

  • nxdev: Set TailwindCSS colours extend for Nx (#5650) (ce57fc5)
nx - Release 12.3.0

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • angular: update zone.js to 0.11.4 (#5642) (ff3c3cb)
  • core: add description to commands schema help (#5634) (8249519)
  • core: misc fixes to make the task orchestration logic work with the existing nx cloud package (0bd6dea)
  • core: support target without watch option (#2735) (5340986)
  • gatsby: fix the style none for gatsby (f4ea0df)
  • linter: add missing self-circular check for tslint (#5613) (6d22f62)
  • node: normalize application's sourceRoot path (2a33139), closes #5228
  • repo: fixing issue with some options missing from docs (#5641) (6fdf9d6)
  • storybook: migration to update @storybook/* packages version (#5359) (8078e9a)
  • storybook: remove webpack v4 typings (#5638) (a75143c)

Features

nx - Release 12.2.0

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • angular: support dynamic imports in buildable libs (#5560) (939da0a)
  • core: change legacy_peer_deps to npm env variable (#5541) (72ce352)
  • core: remove unused quiet option from nx cli (8d24bb0)
  • linter: disable absolute paths within project (#5555) (f28097e)
  • nextjs: allow node modules css import in libs (#5479) (217f581)
  • nextjs: NODE_ENV defaults to production for builds (#5574) (da27b2b)
  • nx-plugin: plugins should not include spec files (#5566) (c0d79ba), closes #5563
  • repo: fixed documentation map-link-checker (02d1373)
  • testing: adjust test-setup in Jest 6.5.5 migration (#5568) (56fc0ad)
  • testing: convert jest migrations to nx devkit (#5586) (ef442df)
  • web: chokidar watching on file-server (#5564) (d24d401)

Features

nx - Release 12.1.1

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • core: change legacy_peer_deps to npm env variable (#5541) (1b01558)
  • core: remove unused quiet option from nx cli (8654cb0)
  • nextjs: allow node modules css import in libs (#5479) (81b0b5f)
nx - Release 12.1.0

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • angular: allow setting appsDir and libsDir to workspace root (#5513) (6caff37), closes #5415
  • angular: fix ngrx 11.1.0 migration (#5403) (d9fd36f)
  • core: fix parsing for affected (#5538) (87bc1c2)
  • core: cache diff does not handle projects with no files (ecf83c4)
  • core: cleanup output of task results (89dec9a)
  • core: consistently process args with yargs-parser instead of minimist (#5488) (c7ce8d2)
  • core: do not remove version from overrides (ef1649e)
  • core: do not report on tasks when being run within an Nx command (#5466) (57cff5d)
  • core: emit erorr logs instead of retrying when creating a worksapce (d72569a)
  • core: error when an invalid target/configuration is passed (#5447) (bc7af1d)
  • core: fix invalid performance mark (#5444) (ae5722e)
  • core: override root config target dependencies instead of merge (#5424) (8f7d959)
  • core: propagate sigterm and other signals correctly (85ceb3c)
  • core: report based on projects and tasks (030f5eb)
  • core: allow building of workspaces when hosted at / (#5252) (9180e90)
  • core: print error if there is an issue creating the sandbox during create (#5380) (fb0411e)
  • core: throw an error if generating a new workspace into a non-empty directory (#5296) (949cf31)
  • core: Wrap head + base arguments in quotes in execSyn (#5240) (4b61d44), closes #4828
  • devkit: add env variable to disable project graph cache (#5297) (d007d37)
  • devkit: devkitTreeFromAngularDevkitTree exists function should also work on dirs (0f08149), closes #5318
  • gatsby: update generated app for gatsby (#5486) (1f21e48)
  • gatsby: fix the e2e for gatsby production (#5353) (7063525)
  • linter: Apply enforce-module-boundaries rule to exports (#5160) (780bb03)
  • linter: safely check if angular-eslint is the right version (#5511) (e2bec26)
  • misc: handle empty project graph in the tslint version of the enforce module bounaries check (c419686)
  • misc: fix grouping problem in dep-graph client (#5279) (d8d643a)
  • nextjs: default to build target for incremental serve (d767261)
  • nextjs: remove isServer flag from web babel preset (#5322) (159bc99)
  • nx-plugin: fix package name when generating generators (#5320) (ab13bf4)
  • react: fix react library generator for strict option (#5249) (321815d)
  • react: fix react publish library copy readme (#5345) (656d808)
  • react: generate apps/libs using Emotion CSS with valid .babelrc files (#5336) (a51d19f)
  • repo: fix nx-dev build (#5450) (0945b35)
  • repo: clear output before building packages again (#5342) (2c76dbe)
  • storybook: vSCode TypeScript error (#5443) (2089d37)
  • storybook: generate story file in new jsx transform (#5369) (13ca51c)
  • storybook: incorrect environment in dev (#5313) (6fe7e7d)
  • testing: Jest migration if globals or tsconfig is not present (#5506) (f7bdd89)
  • testing: update ts-jest to version 26.5.5 (#5405) (357ecd0)
  • web: fix circular dependency in babelrc migration (#5435) (a47e5e4)
  • web: fix named exports mapping for react/jsx-runtime (#5294) (e656241)
  • web: fix postcss-loader options object structure (#5420) (b39f559)

Features

  • angular: add migration for jest-preset-angular 8.4.0 (#5377) (95d1b86)
  • angular: update angular-eslint to v4 (#5499) (1cf7a69)
  • core: add --ignoreExistingTsLintConfig option to lint conversion generators (#5127) (bff5d43)
  • core: added package manager union type (#5378) (6bd6e14)
  • core: allow defining target deps (#5376) (7358420)
  • core: allow passing a path into read workspace config (#5337) (c464b75)
  • core: cache task failures (f89cf4a)
  • core: refactored dep-graph to use latest tippy.js and cytoscape (#5358) (647bfc9)
  • core: add --buildable support to workspace lib (#5449) (bc3ee3e)
  • core: allow defining target dependencies across all projects (#5406) (7c7db36)
  • core: replace lodash.template with a custom interpolation function (1686583)
  • devkit: improve logging of ejs errors (#5422) (90b83da), closes #5318
  • gatsby: add preset gatsby (#5485) (84e387b)
  • misc: updated documentation generation scripts and removed shelljs (#5381) (27df601)
  • nextjs: add incremental build support to Next.js apps (#5360) (a7d8e2a)
  • node: do not override main and typings (78f27ab)
  • nxdev: Add version and framework selectors (#5518) (bdb42e3)
  • nxdev: Search component using Algolia (#5451) (fb22ba4)
  • react: add strict option to react application generator (#5248) (6cb1dc6)
  • repo: explicitly kill processes holding onto ports (d4e659c)
  • repo: replace tslint with eslint in recommended extensions (#5280) (bc9eaed)
  • repo: switch to using dependsOn for the relationship between build and build-base (aef1b17)
  • repo: updated husky, is-ci and pretty-quick (#5239) (06c8eac)
  • repo: updated yarn to 1.22.10 (#5439) (78fe230)
  • storybook: infer Cypress project name from app source (#5404) (bd21728)
  • storybook: update Angular Storybook to use new Storybook v6 syntax (#5398) (6b7b681)
  • storybook: configure Cypress directory (#5314) (6c4155d)
  • testing: adding getJestProjects() utility for root jest.config.js file (#5425) (65b2edf)
  • testing: support test timeout argv flag (#5520) (92a92c4)
  • web: support multiple rollupConfig plugins (5ad1a61)
nx - Release 12.1.0-rc.1

Published by vsavkin over 3 years ago

Bug Fixes

  • angular: allow setting appsDir and libsDir to workspace root (#5513) (6caff37), closes #5415
  • angular: fix ngrx 11.1.0 migration (#5403) (d9fd36f)
  • core: cache diff does not handle projects with no files (ecf83c4)
  • core: cleanup output of task results (89dec9a)
  • core: consistently process args with yargs-parser instead of minimist (#5488) (c7ce8d2)
  • core: do not remove version from overrides (ef1649e)
  • core: do not report on tasks when being run within an Nx command (#5466) (57cff5d)
  • core: emit erorr logs instead of retrying when creating a worksapce (d72569a)
  • core: error when an invalid target/configuration is passed (#5447) (bc7af1d)
  • core: fix invalid performance mark (#5444) (ae5722e)
  • core: override root config target dependencies instead of merge (#5424) (8f7d959)
  • core: propagate sigterm and other signals correctly (85ceb3c)
  • core: report based on projects and tasks (030f5eb)
  • gatsby: update generated app for gatsby (#5486) (1f21e48)
  • linter: Apply enforce-module-boundaries rule to exports (#5160) (780bb03)
  • linter: safely check if angular-eslint is the right version (#5511) (e2bec26)
  • misc: handle empty project graph in the tslint version of the enforce module bounaries check (c419686)
  • nextjs: default to build target for incremental serve (d767261)
  • react: fix react library generator for strict option (#5249) (321815d)
  • repo: fix nx-dev build (#5450) (0945b35)
  • storybook: vSCode TypeScript error (#5443) (2089d37)
  • testing: Jest migration if globals or tsconfig is not present (#5506) (f7bdd89)
  • testing: update ts-jest to version 26.5.5 (#5405) (357ecd0)
  • web: fix circular dependency in babelrc migration (#5435) (a47e5e4)
  • web: fix named exports mapping for react/jsx-runtime (#5294) (e656241)
  • web: fix postcss-loader options object structure (#5420) (b39f559)

Features

  • angular: add migration for jest-preset-angular 8.4.0 (#5377) (95d1b86)
  • angular: update angular-eslint to v4 (#5499) (1cf7a69)
  • core: add --buildable support to workspace lib (#5449) (bc3ee3e)
  • core: allow defining target dependencies across all projects (#5406) (7c7db36)
  • core: replace lodash.template with a custom interpolation function (1686583)
  • devkit: improve logging of ejs errors (#5422) (90b83da), closes #5318
  • gatsby: add preset gatsby (#5485) (84e387b)
  • nextjs: add incremental build support to Next.js apps (#5360) (a7d8e2a)
  • node: do not override main and typings (78f27ab)
  • nxdev: Add version and framework selectors (#5518) (bdb42e3)
  • nxdev: Search component using Algolia (#5451) (fb22ba4)
  • react: add strict option to react application generator (#5248) (6cb1dc6)
  • repo: replace tslint with eslint in recommended extensions (#5280) (bc9eaed)
  • repo: switch to using dependsOn for the relationship between build and build-base (aef1b17)
  • repo: updated husky, is-ci and pretty-quick (#5239) (06c8eac)
  • repo: updated yarn to 1.22.10 (#5439) (78fe230)
  • storybook: infer Cypress project name from app source (#5404) (bd21728)
  • storybook: update Angular Storybook to use new Storybook v6 syntax (#5398) (6b7b681)
  • testing: adding getJestProjects() utility for root jest.config.js file (#5425) (65b2edf)
  • testing: support test timeout argv flag (#5520) (92a92c4)
nx - Release 12.0.8

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • core: print error if there is an issue creating the sandbox during create (#5380) (0d0633a)
  • gatsby: fix the e2e for gatsby production (#5353) (67c0386)
  • web: fix named exports mapping for react/jsx-runtime (#5294) (c17d498)
nx - Release 11.6.3

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • core: allow building of workspaces when hosted at / (#5252) (c23a4d1)
  • core: print error if there is an issue creating the sandbox during create (#5380) (c4e264b)
  • core: throw an error if generating a new workspace into a non-empty directory (#5296) (373e9e9)
  • core: Wrap head + base arguments in quotes in execSyn (#5240) (b0e9b4b), closes #4828
  • devkit: devkitTreeFromAngularDevkitTree exists function should also work on dirs (3f9c76d), closes #5318
  • react: fix react publish library copy readme (#5345) (85f070c)
  • storybook: incorrect environment in dev (#5313) (1821955)

Features

  • core: allow passing a path into read workspace config (#5337) (bd8fbc5)
nx - Release 12.1.0-beta.2

Published by vsavkin over 3 years ago

Bug Fixes

  • core: allow building of workspaces when hosted at / (#5252) (9180e90)
  • core: print error if there is an issue creating the sandbox during create (#5380) (fb0411e)
  • core: throw an error if generating a new workspace into a non-empty directory (#5296) (949cf31)
  • core: Wrap head + base arguments in quotes in execSyn (#5240) (4b61d44), closes #4828
  • devkit: add env variable to disable project graph cache (#5297) (d007d37)
  • devkit: devkitTreeFromAngularDevkitTree exists function should also work on dirs (0f08149), closes #5318
  • gatsby: fix the e2e for gatsby production (#5353) (7063525)
  • misc: fix grouping problem in dep-graph client (#5279) (d8d643a)
  • nextjs: remove isServer flag from web babel preset (#5322) (159bc99)
  • nx-plugin: fix package name when generating generators (#5320) (ab13bf4)
  • react: fix react publish library copy readme (#5345) (656d808)
  • react: generate apps/libs using Emotion CSS with valid .babelrc files (#5336) (a51d19f)
  • repo: clear output before building packages again (#5342) (2c76dbe)
  • storybook: generate story file in new jsx transform (#5369) (13ca51c)
  • storybook: incorrect environment in dev (#5313) (6fe7e7d)

Features

  • core: add --ignoreExistingTsLintConfig option to lint conversion generators (#5127) (bff5d43)
  • core: added package manager union type (#5378) (6bd6e14)
  • core: allow defining target deps (#5376) (7358420)
  • core: allow passing a path into read workspace config (#5337) (c464b75)
  • core: cache task failures (f89cf4a)
  • core: refactored dep-graph to use latest tippy.js and cytoscape (#5358) (647bfc9)
  • misc: updated documentation generation scripts and removed shelljs (#5381) (27df601)
  • storybook: configure Cypress directory (#5314) (6c4155d)
  • web: support multiple rollupConfig plugins (5ad1a61)
nx - Release 12.0.7

Published by FrozenPandaz over 3 years ago

Bug Fixes

  • core: throw an error if generating a new workspace into a non-empty directory (#5296) (f4c59dc)
  • devkit: add env variable to disable project graph cache (#5297) (342b42b)
  • devkit: devkitTreeFromAngularDevkitTree exists function should also work on dirs (f8adb9c), closes #5318
  • nx-plugin: fix package name when generating generators (#5320) (1025d8a)
  • react: fix react publish library copy readme (#5345) (6a17abb)
  • repo: clear output before building packages again (#5342) (ba0a94a)
  • storybook: generate story file in new jsx transform (#5369) (7017669)
  • storybook: incorrect environment in dev (#5313) (b15dd23)

Features

  • core: allow passing a path into read workspace config (#5337) (167c65a)
nx - Release 12.0.6

Published by FrozenPandaz over 3 years ago

Package Rankings
Top 0.37% on Npmjs.org
Top 4.35% on Proxy.golang.org