nx

Smart Monorepos · Fast CI

MIT License

Downloads
250.2M
Stars
22K
Committers
989

Bot releases are hidden (Show)

nx - 14.7.10

Published by FrozenPandaz about 2 years ago

14.7.10 (2022-09-22)

Bug Fixes

  • bundling: set correct rootDir compiler option for type checker (#12182) (9d0d6d0)
  • core: properly invalidate outputs when output is removed (#12188) (1ae30d1)
  • expo: add deps to root package (#12107) (b7f9d90)
  • js: update library generator for webpack and rollup bundler (#12183) (0baae01)
  • nextjs: fix resolving dependencies (#11842) (351bc2e)
  • react-native: fix xcode shell script used for release builds (#12171) (7e316af), closes #12166

Features

nx - 14.7.9

Published by vsavkin about 2 years ago

14.7.9 (2022-09-22)

Bug Fixes

  • bundling: provide correct defaults scripts/styles options (#12157) (d05cc86)
  • bundling: skip web-specific configuration when bundling for node (#12130) (84a21e9)
  • core: do not throw when cannot parse root tsconfig (8fdf8c5)
  • core: do not use named inputs to cache fileset hashes (9a84281)
  • core: prevent duplicate prefixes when using outputStyle stream (a66a549)
  • core: revert logic of run-executor handling streaming (f94a18e)
  • js: install bundler nx plugin when needed (#12131) (6c0a838)
  • js: support both .cjs and .js file extensions when generating package.json file (#12137) (75115e1)
  • repo: fix a failing e2e test (0d18397)

Features

nx - 14.7.8

Published by vsavkin about 2 years ago

14.7.8 (2022-09-20)

Bug Fixes

  • repo: make esbuild package as non private (6eb4e1f)
nx - 14.7.7

Published by vsavkin about 2 years ago

14.7.7 (2022-09-20)

Bug Fixes

Features

nx - 14.7.6

Published by vsavkin about 2 years ago

14.7.6 (2022-09-19)

Bug Fixes

  • angular: add $schema property to generated project configs (#12031) (e2bfaa6)
  • bundling: default outputFileName to "main.js" when called from "@nrwl/web:webpack" (#12072) (d9afcac)
  • core: rework the daemon process communication to use a queue and a long running connection (a3e480b)
  • core: split chunk correctly when they contain multiple messages (08e7588)
  • core: temp workaround to deal with daemon start during workspace creation (8e8b175)
  • linter: handle missing task graph in hasher on print-affected (#11974) (40da702)
  • testing: normalize paths for component-testing (#11963) (1a9df53)
  • testing: use cypress generated tsconfig for angular ct (#12014) (d535cf3)
  • testing: use webpack defined in executor options for react ct (#12005) (73fd49a)

Features

nx - 14.7.5

Published by vsavkin about 2 years ago

14.7.5 (2022-09-12)

Bug Fixes

  • core: temporary make the daemon output optimization opt in (9364a40)
  • repo: ensure husky checks are respected on commit (#11973) (3a78d3b)

Features

Reverts

  • Revert "feat(js): add srcRootForCompilationRoot option to tsc executor (#10707)" (#11977) (2508cb0), closes #10707 #11977
nx - 14.7.4

Published by vsavkin about 2 years ago

14.7.4 (2022-09-12)

Bug Fixes

  • testing: change @nrwl/workspace import to deep import (#11961) (ff0126c)
nx - 14.7.3

Published by vsavkin about 2 years ago

14.7.3 (2022-09-09)

Features

  • core: add more logging when socket communication fails (0663385)
nx - 14.7.2

Published by vsavkin about 2 years ago

14.7.2 (2022-09-09)

Bug Fixes

  • core: DAEMON_DIR_FOR_CURRENT_WORKSPACE isnt defined in case of error (6849b90)
nx - 14.7.1

Published by vsavkin about 2 years ago

14.7.1 (2022-09-09)

Bug Fixes

  • core: nx daemon doesnt get disable correctly (0f8aac0)
nx - 14.7.0

Published by vsavkin about 2 years ago

14.7.0 (2022-09-09)

Bug Fixes

  • angular: emit typescript declaration diagnostics in ng-packagr executors (#11927) (c6520a1)
  • angular: warning logged when generating MF app with no e2e (#11911) (4aa7282)
  • core: add back target defaults for all new workspaces (#11936) (caec117)
  • core: fix process.send will crash the nx runner without check if it is undefined (#11904) (350f71d)
  • repo: remove more things from production fileset and added babel config (#11942) (b582964)
  • storybook: do not add target defaults and named inputs if they are not defined (#11941) (31b1b00)
  • testing: add component-test named inputs (7b52c0d)
  • testing: do not add cypress inputs if namedInputs is not defined (#11943) (8a35f18)
  • testing: move cypress tsconfig to cypress folder (6d0c6a8)

Features

  • angular: allow component options to be passed to standalone library #11702 (#11890) (81b5eeb)
  • angular: share by default some relevant angular packages when using withModuleFederation (#11849) (41af7c7)
  • core: create the daemon socket file in the tmp dir instead of node modules (db74bc7)
  • core: generate inputs configuration for new workspaces (#11856) (292f0c1)
  • core: use daemon to watch outputs to enable cache restoration optimization (0d9dbae)
  • storybook: generate storybook with more framework options (#11914) (ae58c1d)
  • testing: support angular cypress component testing (#11790) (a0904a6), closes #11602
nx - 14.6.5

Published by FrozenPandaz about 2 years ago

14.6.5 (2022-09-06)

Bug Fixes

  • next: fix withNx with nx property doesn't exist (#11900) (c64dbde)
nx - 14.6.4

Published by FrozenPandaz about 2 years ago

14.6.4 (2022-09-02)

Bug Fixes

  • angular: host tests were failing due to no navigation (#11825) (458e89b)
  • core: gracefully handle errors when unable to find custom hasher (#11854) (830b55a)
  • js: remove check for non-buildable libs being used when packaging. (#11835) (cd3352a)
  • misc: print new workspace directory and fix issues when creating workspaces with non-normalized name (#11853) (8db5f1a)
  • nextjs: use SWC compiler for next.js libraries (#11848) (525350f)
nx - 14.6.3

Published by vsavkin about 2 years ago

14.6.3 (2022-09-01)

Bug Fixes

  • nextjs: SVGR plugin should not be used if nx: { svgr: false } is set in next.config.js (#11829) (9b26bc1)

Features

  • misc: a/b test different prompt messages (f89b68b)
nx - 14.6.2

Published by vsavkin about 2 years ago

14.6.2 (2022-09-01)

Bug Fixes

nx - 14.6.1

Published by FrozenPandaz about 2 years ago

14.6.1 (2022-08-31)

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

nx - 14.6.0

Published by FrozenPandaz about 2 years ago

14.6.0 (2022-08-31)

Bug Fixes

  • angular: adds missing types in the schemes of remote and host generators (#11428) (9294b64)
  • angular: change rxjs migration to conditional migration (#11771) (b86ace5)
  • angular: remote entry component template typo (#11707) (3822d83)
  • angular: remote generator should not assume a default host (#11705) (6f0c22f)
  • angular: use x-dropdown for nx console project hint (#11706) (614b2d2)
  • core: Add throw of error if a dependency is not in the graph (#11652) (2d50f35)
  • core: make --verbose consistent with NX_VERBOSE_LOGGING=true (c0dd2f5)
  • core: pass-through ipc messages to and from task processes (#11744) (8b02670)
  • core: project graph should be read from executor context (6948ffd)
  • devkit: convertNxExecutor() should properly emit observables (6fdc123), closes #11653
  • devkit: split-create-tree should use nx cli (#11736) (3ff6809)
  • devkit: support expanded x-prompt object for input prompts (7c8839b)
  • docs: fix typo in github actions setup (#10989) (27f9cc7)
  • linter: add jest to root .eslintrc if selected as unit test runner (#11555) (187f520)
  • linter: target migration version (#11783) (a04b13d)
  • linter: use typescript-eslint 5.33.1 as latest requires ts4.8 (#11773) (bbe7a36)
  • misc: skip projects configured in package.json for adding schemas (#11742) (47045c4)
  • misc: use autocomplete prompt for projects for x-dropdown, project, projectName (9d6e53b)
  • next: add default hostname value to @nrwl/next:server (#11701) (3afb6bf)
  • nextjs: fix .next folder linting (#11614) (89a4013), closes #11541
  • nextjs: fix React 18 detection (#11656) (43b6e1e)
  • nextjs: set __NEXT_REACT_ROOT only when the version of react-dom is 18 or above (#11749) (4dfd0f3)
  • react): fix(react: fix missing integrity tags in production builds (#10949) (36a72c7), closes #10926
  • react: fix webpack node api config error serving a react app (#11580) (34fdbc0), closes #11571
  • react: support older npm version (#11646) (c4a0d85)
  • storybook: change the react native storybook searchDir option to array (#11628) (670d9f1)
  • storybook: ignore addon-postcss from version update (#11801) (835d0ef), closes #11465
  • storybook: remove react typings from angular tsconfig (#11769) (6ea8d0d), closes #11746 #11746
  • testing: handle more complex projects for react component testing (#11725) (c7249db), closes #11372
  • testing: update cypress argument name (#11797) (35744c1)

Features

  • angular: export test runners from package (#11613) (99a3563)
  • angular: migrate versions to 14.2.0 (#11530) (aaeeaed)
  • angular: standalone host and remote generation support (#11708) (c616f62)
  • angular: support library routing setup for standalone routes (#11634) (09112cc)
  • core: add ability to exclude task deps from the task graph (e7c86e1)
  • core: add daemon to the context provided to task runners (1a31018)
  • core: add file completion types for the nx language server (#11669) (e7ec91b)
  • core: better formatting of project-graph related error messages (b6c9c12)
  • core: move git commit from generators to create-nx-workspace (#11633) (15d8325)
  • core: refactor daemon to support longer messages (971bcbe)
  • core: stop agents after build task on CI generated workflows (#11719) (5bb75ba)
  • core: support reading cli args from env (#11721) (d9b9bd1)
  • js: support wildcard/nested tsconfig paths (#11233) (aedcdaf)
  • misc: add task hashes to the output of print affected (#11763) (a312611)
  • nextjs: upgrade to nextjs 12.2.5 (#11665) (646b8c2)
  • node: expose webpack watchOptions to executor (#11453) (86b2015)
  • nx-plugin: thread jest options through nx-plugin:e2e executor (#11442) (4d1acad)
  • react-native: update react native bundle options (#11699) (44d1f2c)
  • react-native: upgrade metro to 0.72.0 (#11480) (519451e)
  • react-native: upgrade metro to 0.72.1 (#11697) (73d748c)
  • react: update package versions (#11667) (77f0508)
  • react: update package versions (#11800) (81c06f8)
  • storybook: add build-storybook to cacheable operations (#11631) (5176ee9)
  • testing: support jest 28 (#10857) (657b2bf)

Reverts

  • Revert "feat(core): support reading cli args from env (#11721)" (#11738) (ef5334b), closes #11721 #11738
nx - 14.5.10

Published by vsavkin about 2 years ago

14.5.10 (2022-08-23)

Bug Fixes

  • devkit: convertNxExecutor() should properly emit observables (6652fe4), closes #11653
nx - 14.5.8

Published by vsavkin about 2 years ago

14.5.8 (2022-08-19)

Bug Fixes

  • core: project graph should be read from executor context (b5f4b12)
nx - 14.5.7

Published by FrozenPandaz about 2 years ago

14.5.7 (2022-08-17)

Bug Fixes

  • angular: add check before attempting to collect secondary entrypoints #11437 (#11496) (f930117)
  • angular: add namedInputs to expected angular extension properties (#11593) (0c25e57)
  • angular: use rxjs 7.5.0 for Angular 14.1 (#11586) (47e38d1)
  • core: fix backwards compatibility with Nx 14.1.0 (#11438) (7d4a5c7)
  • linter: normalize rule context file name for cross OS (#11604) (3574fdc)
  • linter: replace all $ chars in path; not only the first (#11621) (ede5927)
  • linter: use more performant way to check for package existance (#11603) (244ac01)
  • nx-plugin: fix the file paths for newly created generators in generators.json (#11611) (2baa96a), closes #11610
  • repo: change e2e tests to publish 9999.0.2 (#11591) (0a64415)

Features

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