nx

Smart Monorepos · Fast CI

MIT License

Downloads
250.2M
Stars
22K
Committers
989
nx - 14.5.6

Published by vsavkin about 2 years ago

14.5.6 (2022-08-14)

Bug Fixes

  • core: restore the old behavior of output missing check (9d500ee)
nx - 14.5.5

Published by vsavkin about 2 years ago

14.5.5 (2022-08-12)

Bug Fixes

  • angular: 14.5.3 migration should hit @angular/cdk (#11560) (8eb2304)
  • angular: add missing allowed extension properties (#11547) (42fe477)
  • core: include config name in the cached fileset (438e4a5)
  • core: list local plugins (#11410) (db97728)
  • express: tslib should be included if importHelpers is true (#11419) (0ce3b1a), closes #11012
  • js: update SIGINT and SIGTERM handling for tsc/swc executors (#11492) (d1af72d)
  • linter: skip prettier config if prettier is missing (#11542) (f44ba27)
  • nextjs: react root enabled for nextjs (#11362) (50afd2b), closes #11345
  • nxdev: preserve generated sitemap in cache (#11540) (57acec9)
  • react: allow async functions to work with custom webpack config (#11467) (dec9102)
  • testing: exclude jest.config.ts in angular project tsconfigs (#11468) (bd4e6ac)
  • testing: install ts-node when migrating to ts jest config files (#11427) (acab648)
  • testing: restore setting for update-jestconfig (#11457) (95e579b)
  • web: run swc after other plugins in rollup (#11501) (4917239)

Features

nx - 14.5.4

Published by FrozenPandaz about 2 years ago

14.5.4 (2022-08-04)

Reverts

  • Revert "fix(core): add -c as an alias for --configuration for affected and … (#10993)" (#11460) (e91d895), closes #10993 #11460
nx - 14.5.3

Published by FrozenPandaz about 2 years ago

14.5.3 (2022-08-04)

Bug Fixes

  • angular: building all projects in webpack-server #11349 (#11455) (e8ad465)
  • angular: cloud init with make-angular-cli-faster (#11458) (15a1d72)
  • angular: hide warnings when reading workspace due to extra properties (#11143) (2dc51d7)
  • core: add -c as an alias for --configuration for affected and … (#10993) (355dc54)
  • core: correctly handle overrides of watch flag for caching (dc46534)
  • core: resolve project files correctly in project graph creation for empty root (#11425) (308fd9b)
  • devkit: do not duplicate dependencies (#10921) (f4ce897)
  • nextjs: remove unsupported cssModules config property (#11405) (ccd6295)
  • react: adjust nx-console related x-dropdown prop name (9c93c90)
  • web: fix json imports in rollup with swc (#11436) (b6bbd41)

Features

  • core: add better detection of long running tasks (8bf9019)
  • dep-graph: add project graph view for nx console (#11153) (eae3d45)
  • nextjs: improve support for custom server (#11325) (e45c2f2)
  • react: update emotion and tailwind versions (#11409) (5d167ee)
nx - 14.5.2

Published by FrozenPandaz about 2 years ago

14.5.2 (2022-08-02)

Bug Fixes

  • angular: update angular cli package in a migration generator to prevent migration issues (#11375) (e5ec39a)
  • nest: update nestjs versions for init generators (#11355) (b67ca98)
  • node: add implicit dep on the e2e project to nest (#11397) (ffecf93)
  • nx: Ignore the debugger attached message in node (#11131) (20996d6)
  • react: allow positional params for setup-tailwind generator (#11396) (bf2c79b)

Features

nx - 14.5.1

Published by FrozenPandaz about 2 years ago

14.5.1 (2022-07-28)

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

nx - 14.5.0

Published by FrozenPandaz about 2 years ago

14.5.0 (2022-07-28)

Bug Fixes

  • angular: add @angular/localize to list of default packages to be eagerly loaded in mf apps (#11189) (b7a1cd3)
  • angular: amend wrong project name schema options to hint nx console to show a project dropdown (#11097) (9352f2e)
  • angular: do not generate ts path mappings for lazy loaded libs in app tsconfig file (#11125) (1b6e587)
  • angular: do not set a module federation remote project as the default project (#11127) (ba592f8)
  • angular: do not write files unnecessarily in mfe to mf migration (#11126) (8ce1444)
  • angular: emit dts when using entrypoint name as filename in ng-packagr executors (#11032) (bc5c414)
  • angular: update module federation logic to correctly identify workspace libs secondary entry points (#11286) (7db3aac)
  • angular: update package watch version on secondary entrypoint changes when building libraries in watch mode (#11230) (41693f9)
  • core: adjust add and addDev command for pnpm when it is in a pnpm workspace (608ef8e)
  • core: handle specifying a prerelease version without a package when migrating (#11129) (9933d91)
  • core: improve performance of enforce-module-boundaries linting rule on Windows (#11251) (2f0cd86)
  • core: outputs in nx.json targetDefaults is not work (#11157) (f8104d9), closes #11141
  • core: print out configuration for run-many logging (#11228) (b89e321)
  • core: remove eslintrc.json from the package build artifact (#11043) (b8efa77)
  • core: use generator options from nx config (#11006) (d579f94), closes #11004
  • core: use proper package manager when installing package for migration (#11213) (f285446)
  • dep-graph: filter by text correctly during quick inputs (#10986) (fb4e92a)
  • linter: correctly fix absolute imports across package boundaries (8e6a66c)
  • linter: escape dollar signs in filepaths (#11009) (74c3c6c)
  • linter: improve performance of runtime lint utils (#11100) (5194551)
  • linter: update typescript eslint dependency (#11112) (c117ad5)
  • misc: add dotenv as dependencies for plugins that import it (#11167) (96e84ee)
  • misc: make unparsed not required and add smart provider in adapter (#11262) (00ef4c7)
  • misc: show help when no command is passed (#11269) (1a900d4)
  • nextjs: adjust generator reference in Next startup page component (9436a96)
  • nextjs: fix invalid config warning by sanitizing it before passing to Next.js (#11313) (1fef99d)
  • nextjs: set development outputPath to a different one from production build (#11169) (e3d5c53), closes #10312
  • react-native: fix library path in Podfile (#11327) (b4cc8c2)
  • react-native: only add resolverMainFields to metro.config for storybook (#11326) (2b44aaf)
  • react: buildable library sets NODE_ENV correctly (#11294) (4bb8ab1)
  • react: do not set a module federation remote project as the default project (#11128) (2163c54)
  • react: fix typo in testing-library migrations (57a6ebc)
  • repo: explicitly stop all agents on failure (#11123) (8ab6ad4)
  • storybook: adjusted STORYBOOK_ (#11171) (edc9ce1)
  • storybook: change-storybook-targets should not fail if no build (#11038) (01e25ec)
  • storybook: fix schema to read projectName from config (#11098) (a2d9577)
  • storybook: include polyfills in Storybook tsconfig for ngapps (#11136) (943d4ba)
  • testing: update exports for .ts plugin files (#11200) (0cd8d8c)
  • web: fix http-server proxyOptions arg converter (#11309) (5614307), closes #11302

Features

  • angular: add spa option to file-server executor to support reloading client-side routes (#11252) (ea3fe2e)
  • angular: deprecate DataPersistence class in favor of data persistence operators (#11183) (cc6c2f9)
  • angular: deprecate generating e2e tests with protractor (#11254) (d372be0)
  • angular: deprecate syntax option from the ngrx generator (#11184) (6866122)
  • angular: support angular v14.1.0 (#11155) (46ad8c3)
  • core: add ability to use globs as outputs (#10894) (63b74d2)
  • core: allow configuring targets to forward args to its target dependencies (3ce6f35)
  • core: improve graph utils matrix generation (#11226) (5f097b9)
  • core: run-many runs all projects by default (4e292f2)
  • core: update GitHub CI workflow generator to v0.6 (#11068) (16ffa48)
  • detox: add detox config for expo apps (#11104) (38a2d95)
  • express: update express to 14.18.1 (#11190) (764e5b5)
  • js: add --clean/--no-clean option to tsc and swc executors (#11311) (7fd7af3)
  • linter: support transitive hasBannedImport (#11000) (d7bbf85)
  • misc: implement nx repair and prettify migrate output (#11288) (3c2ad25)
  • nest: upgrade nest to v9 (#11120) (421b4d9)
  • next: update next.js versions (#11115) (b042b80)
  • react-native: upgrade metro to 0.71.3 (#11105) (c075e69)
  • react-native: upgrade react-native to 0.69.1 (#11020) (1a96782)
  • react-native: upgrade react-native to 0.69.3 (#11324) (635825e)
  • react: add tailwind setup generator (#11214) (8173887)
  • react: update eslint a11y plugin version (#11279) (3b3d8ff)
  • react: update react package versions (#11168) (39cc96a)
  • repo: add lock file linting to commit check, PR and nightly (#11071) (6186daa)
  • testing: Cypress 10 and component testing support (#9201) (8154191)
  • web: upgrade webpack plugin versions (#11191) (d657f91)
nx - 14.4.3

Published by FrozenPandaz over 2 years ago

14.4.3 (2022-07-16)

Bug Fixes

  • angular: amend wrong project name schema options to hint nx console to show a project dropdown (#11097) (43bd32f)
  • angular: do not generate ts path mappings for lazy loaded libs in app tsconfig file (#11125) (010ba00)
  • angular: do not set a module federation remote project as the default project (#11127) (20865fe)
  • angular: do not write files unnecessarily in mfe to mf migration (#11126) (5e8d80c)
  • angular: emit dts when using entrypoint name as filename in ng-packagr executors (#11032) (7e106fa)
  • core: adjust add and addDev command for pnpm when it is in a pnpm workspace (be1d236)
  • core: handle specifying a prerelease version without a package when migrating (#11129) (e1f64d5)
  • core: outputs in nx.json targetDefaults is not work (#11157) (2a711b4), closes #11141
  • core: remove eslintrc.json from the package build artifact (#11043) (6f3cc3c)
  • core: use generator options from nx config (#11006) (dfd7e0f), closes #11004
  • dep-graph: filter by text correctly during quick inputs (#10986) (9931f83)
  • linter: escape dollar signs in filepaths (#11009) (a24886c)
  • misc: add dotenv as dependencies for plugins that import it (#11167) (d223a18)
  • nextjs: set development outputPath to a different one from production build (#11169) (a49d14a), closes #10312
  • react: do not set a module federation remote project as the default project (#11128) (3dbef4a)
  • react: fix typo in testing-library migrations (d292185)
  • storybook: fix schema to read projectName from config (#11098) (aa422a7)
  • storybook: include polyfills in Storybook tsconfig for ngapps (#11136) (8a7b7cb)
nx - 14.4.2

Published by vsavkin over 2 years ago

14.4.2 (2022-07-05)

Bug Fixes

  • angular: generate stories for secondary entrypoints (#11005) (6a63138)
  • core: merge named inputs from project.json and package.json (bfddf94)
  • core: resolve default project correctly when running targets (#11016) (e2ddb63)
  • misc: handle external nodes correctly in module federation additional shared config (#11018) (23d94a8)
  • node: add missing production configuration for serve target in app generator (#10988) (2753c11)
nx - 14.4.1

Published by vsavkin over 2 years ago

14.4.1 (2022-07-04)

Bug Fixes

  • core: expand the number of cases where analyzeSourceFiles is defaulted to true (da14cfa)
  • core: plugins config changes should invalidate graph cache (f42113e)
nx - 14.4.0

Published by vsavkin over 2 years ago

14.4.0 (2022-07-01)

Bug Fixes

  • angular: allow generating scam and exporting them from secondary entrypoints (#10888) (b0205d7)
  • angular: allow generating scam directive and exporting them from secondary entrypoints (#10981) (a9e1fd0)
  • angular: allow generating scam pipe and exporting them from secondary entrypoints (#10977) (748fb82)
  • angular: export component generator (#10883) (c3b7db8)
  • angular: forward --verbose flag to remotes when serving the host with it (#10794) (538190e)
  • angular: ngrx generator should support multiple stores in one buildable library #10900 (#10932) (769d10f)
  • angular: normalize path in ng-package.json when moving a library project (#10925) (f9bb54d)
  • angular: set default project if not set when creating an application (#10789) (ca92b7a)
  • core: correctly handle * in implicitDependencies derived from inputs (43201f2)
  • core: do not attempt to slice leading slash on move if not defined (#10959) (c299234)
  • core: handle removals of dependencies (589637f)
  • core: hasher should handle non existent env vars (40716f1)
  • core: make nx init search against a regex instead of indexOf (36b6456)
  • core: nx Cloud messaging on the wrkspace setup commands (80c5f32)
  • core: return a list of dependents that do not have sourceRoot to calculate glob patterns (#10899) (1afad76), closes #10871
  • core: show meaningful error message when unsupported positional arg set (#10848) (e9a5903)
  • linter: do not break on positional arguments (#10847) (ea91c9f)
  • linter: linter executor should work from other folders than root (#10684) (5b39955)
  • linter: update @typescript-eslint/* deps (a788855)
  • misc: normalize paths when moving projects (#10944) (9e6e01b)
  • nextjs: reorder eslint extension so that local eslint loads last (#10802) (fd98c50), closes #9741
  • nextjs: storybook generator properly supports nextjs apps (#10816) (3d52609)
  • react-native: remove trailing "/" in generated .gitignore (#10827) (1d8369b)
  • repo: add snap files to prod exclude input (#10910) (5c1d69b)
  • storybook: fix support for nextjs and swc (#10828) (26d8376)
  • storybook: pass tsConfiguration option from framework generators to storybook (#10837) (26627e3)
  • storybook: update storybook tsconfig to only include *.storybook files (#10823) (d9bb4ac), closes #9933

Features

  • angular: add entity name to entity model for ngrx classes #10845 (#10853) (251af50)
  • angular: add option to format files with storybook generators (#10909) (8ca7d4b)
  • angular: replace mfe references with mf (#10957) (37072bc)
  • angular: support @angular-eslint/* v14.0.0 (#10820) (08899b1)
  • angular: support ngrx v14.0.0 (#10818) (db16d8a)
  • core: extend the default hasher to support different filesets (6a65101)
  • core: finalize the input api (c52a8c2)
  • core: generalize the notion of filesets to include other inputs (4b85716)
  • core: make npmScope optional (#10018) (62bae5a)
  • core: move workspace configuration computation to daemon (#10860) (5b90514)
  • core: support env vars and runtime deps as inputs (8d4e87d)
  • core: update github action workflow to latest version (#10863) (803333a)
  • linter: use project scoped ESLint cacheLocation (#10590) (274534c)
  • node: update @types/node to 18.0.0 (#10916) (bf11bbf)
  • nx-plugin: add a minimal setup flag to produce an empty nx-plugin (#10718) (c486b30)
  • react: update react package versions (#10915) (7065da3)
nx - 14.1.10

Published by vsavkin over 2 years ago

14.1.10 (2022-06-27)

Bug Fixes

nx - Release 13.10.6

Published by vsavkin over 2 years ago

nx - 14.3.6

Published by vsavkin over 2 years ago

14.3.6 (2022-06-16)

Bug Fixes

  • angular: ensure @schematics/angular version gets updated when listed in the package.json (#10770) (c6c00fc)
  • core: scheduler should notify the life cycle about task scheduling (fadd03c)
  • core: update move generator to move multiple projects in eslint parserOptions override (#10775) (a0f5b7c), closes #10774
  • misc: add space in monorepo-nx-enterprise.md (#10478) (9900ceb)

Features

  • angular: add support for incremental builds to the webpack-server executor (#10754) (f3a9f55)
  • react: update @nrwl/react package versions (#10778) (4aa8101)
nx - 14.3.5

Published by vsavkin over 2 years ago

14.3.5 (2022-06-15)

Bug Fixes

  • core: handle an edge case where overrides_unparsed is not set (f469fd1)
  • core: handle optional cli property when writing workspace configuration in the ng cli adapter (#10758) (986b053)
nx - 14.3.4

Published by vsavkin over 2 years ago

14.3.4 (2022-06-15)

Bug Fixes

  • angular: remove unnecessary unused entry module import from new mf remote apps (#10749) (25b2682)
  • core: Add missing formatFiles to migrations (09baf95), closes nrwl/nx#10665
  • core: runExecutor should set overrides_unparsed to mimic the invocation from the terminal (da1faaf)
  • web: in webpack style-loader should be used when extract-css is false (#10192) (f7a61dc)

Features

  • core: generalize setting target defaults (f86a5ff)
  • react: add generateExportsField option to @nrwl/web:rollup executor so it is an opt-in feature (#10742) (d58eedc), closes #10741
  • web: add named extractCss option (#10710) (63ae3ae)
nx - 14.3.3

Published by vsavkin over 2 years ago

14.3.3 (2022-06-15)

Bug Fixes

  • misc: format command prints an irrelevant warning (2695b27)

Features

  • core: read globs from pnpm config files (69e5549)
nx - 14.3.2

Published by vsavkin over 2 years ago

14.3.2 (2022-06-14)

Bug Fixes

  • core: handle empty positional overrides (694510e)
  • core: Support dot-prefixed project locations (#10726) (4a5bda6), closes #10724

Features

  • react: update emotion package versions (#10736) (b19bce2)
  • storybook: generate stories for angular standalone components (#10728) (beb7486)
nx - 14.3.1

Published by vsavkin over 2 years ago

14.3.1 (2022-06-13)

Bug Fixes

  • detox: change detox to compiling dependency to fix android with react native 0.68 (#10701) (e00dc75)

Features

  • react-native: upgrade metro to 0.71.1 and react-native-config to 1.4.6 (#10700) (cce43db)

Reverts

  • Revert "feat(core): support nested ignore files (#10455)" (5b17335), closes #10455
  • Revert "fix(core): fix ignore logic and un-expose the functions from devkit (#10703)" (bc7c8ad), closes #10703
nx - 14.3.0

Published by vsavkin over 2 years ago

14.3.0 (2022-06-13)

Bug Fixes

  • core: fix ignore logic and un-expose the functions from devkit (#10703) (0fd3281)
  • core: handle falsy error in params.ts#handleErrors (#10509) (cad9032)
  • core: rearrange the core and npm presets to avoid breaking existing workspaces (fbc14d6)
  • js: check that project's package.json exists before attempting to read its contents (#10650) (a42d681)
  • js: preset should use packages folder (#10691) (6132ad7)
  • nextjs: Fixes Next JS Component generator to export component when export flag is provided (#10699) (550b185)
  • react: update nx generator commands in react sample app (#10680) (6e924c8)
  • repo: reset git index when terminating publishing (#10689) (049435c)
  • storybook: better webpack5 detection logging (#10662) (e29cd09), closes #10585 #9290
  • storybook: ensure required files are copied as assets #10679 (#10694) (9de9cb3)
  • storybook: remove projectBuildConfig from everywhere (#10664) (1fe3ba6)
  • storybook: tsConfig option for storybook angular (#10663) (56dbb0d)
  • web: @nrwl/web:file-server throws 404 after refresh (#9839) (3de1cb6)

Features

  • core: introduce the NX_PROJECT_GRAPH_CACHE_DIRECTORY to allow separating it from the computation cache (#10693) (1937deb)
  • core: provide a way to handle get unparsed args in the executor (5c49345)
  • core: support nested ignore files (#10455) (36d8ee2)
  • core: throw graceful error in runNxMigration() if no collection (#10655) (1e90413)
  • next: update package versions (#10658) (f95b1c3)
  • web: added javascriptEnabled option for @nrwl/web:rollup (#8327) (c421324)
Package Rankings
Top 0.37% on Npmjs.org
Top 4.35% on Proxy.golang.org