nx

Smart Monorepos · Fast CI

MIT License

Downloads
250.2M
Stars
22K
Committers
989

Bot releases are visible (Hide)

nx - 16.7.0-beta.1

Published by FrozenPandaz about 1 year ago

16.7.0-beta.1 (2023-08-03)

Bug Fixes

Features

  • angular: add playwright to e2eTestRunner option (#18163) (1dcb80d)
  • graph: add more graph to editor communication (#18315) (d5ceca9)
nx - 16.7.0-beta.0

Published by FrozenPandaz about 1 year ago

16.7.0-beta.0 (2023-08-01)

Bug Fixes

  • angular: update magic-string dependency (#18389) (3359249)
  • core: esbuild generateLockfile according to docs (#18413) (a5d6a29)
  • core: provide taskGraph for every task calculation (#18410) (ce2c6d6)
  • core: update e2e tsconfig extends to be mapped to the correct root tsconfig (#18408) (3ae657c)
  • nextjs: fix build for yarn pnp (#18387) (cd6c8d3)
  • storybook: do not set default host as localhost (#18419) (90e4e7e)
  • web: next server pass custom hostname to startup port check (#18123) (48deaec)
  • webpack: fix babel config path resolution (b8a6621), closes #18404

Features

  • core: add convert-to-monorepo generator to convert from standalone projects (#18245) (dcefa4a)
  • core: make processing typescript dependencies in rust the default (#18398) (842cf7a)
  • js: add generateExportsField and additionalEntryPoints options to update exports field when building with tsc/swc (#18319) (d63d357)
  • linter: Support --print-config feature of ESLint (#18260) (30c3e99)
  • linter: support path wildcards in enforce-module-boundaries autofix (#18316) (9c7ded0)
  • nextjs: add playwright as an option for e2e testing (#18281) (e78575b)
  • nx-dev: update terminal markdown embeds (9610fdd)
  • testing: set playwright to public and restrict exports (#18275) (8adee8e)
  • web: add playwright e2eTestRunner option (#18284) (27923fd)
nx - 16.6.0

Published by FrozenPandaz about 1 year ago

16.6.0 (2023-07-31)

Bug Fixes

  • angular: automatically skip remotes not in the current workspace #17473 (#17497) (c64f26e)
  • bundling: update the browsers for es5 terser check (#17784) (8c9ad0d)
  • core: add license information for native packages (#17964) (d42d2f4)
  • core: ensure external dependency hashes are resolved in a deterministic way (#17926) (65adb94)
  • core: ensure yarn runs install with correct version (#17997) (d0c3772)
  • core: parse project configs only in js (#18009) (c04053b)
  • js: add watchIgnore and runBuildTargetDependencies options to speed up build (#17953) (c6a0615)
  • js: ignore dependencies from non-index root files for create-package-json (#17930) (28a071f)
  • js: remove duplicate alias (#17978) (ccd195d)
  • js: restore registry for only localhost (#17999) (8d5cfcc)
  • nextjs: Update @types/react version for yarn resolution (#18028) (b1f19e3)
  • storybook: optional chain .length in utils (#18001) (3edbe49)
  • storybook: properly identify file as story (#18016) (21007d8)
  • angular: explicitly depend on find-cache-dir to avoid npm resolution conflict (#18049) (a08cb91)
  • core: add missing perf_hooks import in tasks-runner/cache (#18043) (e255827)
  • core: fix project configuration typings (#18073) (bcb3251)
  • core: handle undefined target defaults (#18044) (92926b9)
  • core: remove throttle from watch (#18077) (460e469)
  • js: post-process skipped tasks by the ts compiler in tsc batch implementation (#17938) (d10aeb4)
  • misc: fix migrations updating target options to consider target defaults (#18064) (8be6558)
  • storybook: dont throw if no project-level tsconfig (#18027) (878955b)
  • core: use concat in buildAllWorkspaceFiles to avoid Maximum call stack size exceeded (#18065) (c364207)
  • linter: skip verifying deps of deps by default in package.json (#18058) (ae773d5)
  • misc: prompt for workspace name when creating it using nx init (#18079) (6ce7fc5)
  • storybook: change storybook tsconfig path in eslint file too (#18101) (e545db7)
  • core: do not duplicate output of tasks executed in batch mode (#18084) (d489de5)
  • core: remove fatal: no path specified logs from daemon (#18117) (b61373a)
  • storybook: install core-js for non-vite libs (#18115) (2a888ad)
  • core: ensure graph creation keeps dep type in worker mode (#18156) (21bf6cd)
  • core: ensure proper yarn version detection even for nested projects (#18052) (10fc4dd)
  • core: generate npm preset correctly (#18164) (36cd6b0)
  • core: write file directly instead of using fs-extra.outputFileSync (#18129) (187842e)
  • js: run build in watch mode when specified for faster recompile time (#18145) (e2c0abc)
  • misc: stat collector filters out version 16 (#18149) (57b2a76)
  • misc: update invalid main field in @nrwl/eslint-plugin-nx package.json (#17974) (2fa248d)
  • nx-dev: hide toc on reference pages (#18136) (d0eb029)
  • core: check if socketMessenger is null before using (#18116) (eecbde5)
  • core: correctly output created and update events for the watcher on macos (#18186) (fb0f1f0)
  • core: do not cache external dependency hashes if they are not fully resolved (#18020) (c3d4bfe)
  • core: handle complex glob patterns within rust (#18242) (b6db266)
  • core: improve error handling for getting metadata during file wa… (#18223) (4ef66f4)
  • core: migrate old invalid glob syntax in target outputs (#18191) (fef5b65)
  • core: remove old example and help text from show remnants (#18228) (c2c06c1)
  • core: run ensurePackage with node_modules for yarn berry (#18144) (2c1d4ba)
  • core: use package.json version in yarn parser when node_modules are unavailable (#18121) (d9a95b6)
  • devkit: use Workspace in devkit for backwards compatibility (#18246) (2e6592c)
  • graph: increase dropdown indicator padding (#18146) (8359722)
  • nx-dev: add missing redirects (34cde20)
  • nx-dev: fix broken redirects after nesting tutorials (7280cb0)
  • nx-dev: fix missing link (3105203)
  • nx-dev: fix official plugin badge background (#18274) (cd3472d)
  • nx-dev: fix project config reference headlines (2dc12ac)
  • nx-dev: fix rebase (e05ca1f)
  • nx-dev: make sure all redirects are used (#18214) (c4e5685)
  • nx-dev: update plugins home page redirect-rules (bc85c54)
  • nx-plugin: don't generate cli property in migrations.json (#18304) (a80abbf)
  • react-native: fix tsc app (#18124) (48d4927)
  • storybook: make sure skipLibCheck is true (#18212) (d942e7b)
  • storybook: un-deprecate cypress specs generation (#18236) (b311cbf)
  • testing: add playwright secondary entrypoint for preset (#18202) (b7fb3ea)
  • testing: run playwright from workspaceRoot (#18195) (3e86e42)
  • testing: update playwright tsconfig.base.json/entrypoint (#18227) (9199444)
  • angular: ensure ssr invokation uses current package manager (#18322) (c599d2f)
  • bundling: add missing main export for @nx/vite (#18344) (2dc6656)
  • core: deterministically hash external nodes (#18354) (b25d5b0)
  • core: eslint dep check rule should check prereleases correctly (#18317) (b5b7533)
  • core: fix dep outputs hashing (#18331) (e4d2338)
  • core: fix migration and warn for invalid outputs (#18310) (2b67959)
  • core: improve yarn tarball detection (#18335) (423a68b)
  • core: shell script invocation should use yarn for berry (#18326) (aa557a0)
  • js: generate ts standalone project with better import path (#18197) (810b584)
  • nextjs: builder should work with pnp (#18325) (1363bae)
  • react: fix mfe dev server for yarn pnp (#18338) (736a3ac)
  • react: timeout after 20 min waiting for remote (#18099) (01ef42b)
  • repo: fix silent yarn run on e2e for berry (#18340) (4a54141)
  • core: fix performance of hashing external dependencies up front (#18359) (3eba026)
  • js: fix misc issues in tsc batch executor (#18363) (bd71ce3)
  • js: generate correct standalone setup (#18355) (4c2f98e)
  • js: resolve imports as native node apis before npm modules (#18358) (0fd8859)
  • linter: do not report obsolete devDependencies since they are not used in production files (#18353) (eb39210)
  • linter: ensure tslint converter works with pnp (#18323) (f4b7ec2)
  • nx-dev: enable nx logo on docs to navigate to home (205b6fe)
  • core: do not error when hashing executors which are local plugins (#18372) (80c470a)
  • js: ensure compile swc uses current package manager (#18321) (63521d7)
  • react-native: update generated jest config coverage dir (#18366) (dbd61b5)
  • storybook: support pnp with storybook package (#18343) (fdd9c24)

Features

  • bundling: rename esbuild-project, rollup-project, and webpack-project generators to "configuration" generators for consistency in naming (#18003) (24e45d4)
  • misc: change updateBuildableProjectDepsInPackageJson option default value to false (#17920) (64765eb)
  • nx-dev: anchor links to version instead of timestamp (e60702f)
  • nx-dev: changelog anchor links to each version (0f9cece)
  • testing: renamed cypress-e2e-configuration to configuration to maintain consistency between plugins (#17998) (9940a0c)
  • vite: pin Vite version range to patch releases only to avoid conflicts with Angular (#18010) (3fdc66d)
  • core: throw an error when unknown local cache source (1bc58c9)
  • misc: deprecate executor options to generate package.json for libraries (#17923) (95a2256)
  • testing: add @nx/playwright plugin (#17975) (2128f8e)
  • testing: rename jest-project generator to "configuration" generator for consistency in naming (#18006) (38fa586)
  • testing: update jest to v29.6.1 (#18061) (90172c5)
  • vite: server executor https prop as object (#18048) (6bf3dc9)
  • angular: add support for TS Module Federation Config #15739 (#17876) (77bb4b7)
  • react: interaction tests story generator (#18082) (4bba066)
  • storybook: interaction testing init generator (#18051) (58e1f23)
  • nx-dev: new page for ai docs (#18025) (6ccbbbc)
  • testing: add playwright configuration generator (#18013) (e5e561d)
  • angular: add esbuild incremental build builder (#17991) (3fefbaf)
  • core: merge None and TS stacks into one since they are both for TS/JS projects (#18108) (0040520)
  • js: create package.json with proper defaults (#18091) (b07d24e)
  • js: introduce rust-based typescript dependency processor (#17976) (e2f1c92)
  • react-native: upgrade react-native to 0.72 (#17810) (699a20c)
  • vite: add tsconfig paths resolution plugin (#17844) (6529be9)
  • graph: add clickable project edge file links in nx console (#18113) (f8068b7)
  • js: bump babel versions (#18220) (c97a8ac)
  • linter: add dependency-checks to buildable lib generator (#18015) (f4f4eb6)
  • misc: add alternative implementation to calculate buildable dependencies using the task graph (#18125) (ca5e673)
  • nx-dev: increase contrast of borders on light theme (#18294) (7aee21a)
  • nx-dev: remove unnecessary breadcrumbs (#18270) (b5e6787)
  • nx-dev: rename plugins to extending nx (#18273) (ee7880c)
  • nx-dev: restructure recipes (42a06b6)
  • nx-plugin: create cli in packages folder (#18234) (1861c93)
  • storybook: interaction tests generators for angular (#18166) (29a9f8e)
  • storybook: update storybook to 7.1 (#18183) (ab11815)
  • testing: add lint target for playwright (#18233) (8407d7a)
  • testing: add option/QoL improvements to playwright (#18190) (8d11816)
  • testing: add playwright e2e preset (#18194) (4ffc68e)
  • testing: update generated Playwright test and config (#18282) (14b3f42)
  • nx-dev: github star widget (bdcec6d)
  • repo: enable custom version publish on e2e (#18341) (d02950b)
  • vite: add v8 coverage support to vitest generator (#18114) (36dae70)
  • bundling: generate matching d.ts files for rollup (#18342) (661efa9)
  • detox: upgrade @config-plugins/detox to 6 (#18345) (d65736e)
  • nx-dev: add video-link component (461ec19)
  • nx-dev: update youtube cmp to allow caption (47b3d49)
nx - 16.6.0-beta.8

Published by FrozenPandaz about 1 year ago

16.6.0-beta.8 (2023-07-28)

Bug Fixes

  • core: do not error when hashing executors which are local plugins (#18372) (80c470a)
  • js: ensure compile swc uses current package manager (#18321) (63521d7)
  • react-native: update generated jest config coverage dir (#18366) (dbd61b5)
  • storybook: support pnp with storybook package (#18343) (fdd9c24)
nx - 16.6.0-beta.7

Published by FrozenPandaz about 1 year ago

16.6.0-beta.7 (2023-07-28)

Bug Fixes

  • core: fix performance of hashing external dependencies up front (#18359) (3eba026)
  • js: fix misc issues in tsc batch executor (#18363) (bd71ce3)
  • js: generate correct standalone setup (#18355) (4c2f98e)
  • js: resolve imports as native node apis before npm modules (#18358) (0fd8859)
  • linter: do not report obsolete devDependencies since they are not used in production files (#18353) (eb39210)
  • linter: ensure tslint converter works with pnp (#18323) (f4b7ec2)
  • nx-dev: enable nx logo on docs to navigate to home (205b6fe)

Features

  • bundling: generate matching d.ts files for rollup (#18342) (661efa9)
  • detox: upgrade @config-plugins/detox to 6 (#18345) (d65736e)
  • nx-dev: add video-link component (461ec19)
nx - 16.6.0-beta.6

Published by FrozenPandaz about 1 year ago

16.6.0-beta.6 (2023-07-27)

Bug Fixes

  • angular: ensure ssr invokation uses current package manager (#18322) (c599d2f)
  • bundling: add missing main export for @nx/vite (#18344) (2dc6656)
  • core: deterministically hash external nodes (#18354) (b25d5b0)
  • core: eslint dep check rule should check prereleases correctly (#18317) (b5b7533)
  • core: fix dep outputs hashing (#18331) (e4d2338)
  • core: fix migration and warn for invalid outputs (#18310) (2b67959)
  • core: improve yarn tarball detection (#18335) (423a68b)
  • core: shell script invocation should use yarn for berry (#18326) (aa557a0)
  • js: generate ts standalone project with better import path (#18197) (810b584)
  • nextjs: builder should work with pnp (#18325) (1363bae)
  • react: fix mfe dev server for yarn pnp (#18338) (736a3ac)
  • react: timeout after 20 min waiting for remote (#18099) (01ef42b)
  • repo: fix silent yarn run on e2e for berry (#18340) (4a54141)

Features

  • nx-dev: github star widget (bdcec6d)
  • repo: enable custom version publish on e2e (#18341) (d02950b)
  • vite: add v8 coverage support to vitest generator (#18114) (36dae70)
nx - 16.6.0-beta.5

Published by FrozenPandaz about 1 year ago

16.6.0-beta.5 (2023-07-25)

Bug Fixes

  • core: check if socketMessenger is null before using (#18116) (eecbde5)
  • core: correctly output created and update events for the watcher on macos (#18186) (fb0f1f0)
  • core: do not cache external dependency hashes if they are not fully resolved (#18020) (c3d4bfe)
  • core: handle complex glob patterns within rust (#18242) (b6db266)
  • core: improve error handling for getting metadata during file wa… (#18223) (4ef66f4)
  • core: migrate old invalid glob syntax in target outputs (#18191) (fef5b65)
  • core: remove old example and help text from show remnants (#18228) (c2c06c1)
  • core: run ensurePackage with node_modules for yarn berry (#18144) (2c1d4ba)
  • core: use package.json version in yarn parser when node_modules are unavailable (#18121) (d9a95b6)
  • devkit: use Workspace in devkit for backwards compatibility (#18246) (2e6592c)
  • graph: increase dropdown indicator padding (#18146) (8359722)
  • nx-dev: add missing redirects (34cde20)
  • nx-dev: fix broken redirects after nesting tutorials (7280cb0)
  • nx-dev: fix missing link (3105203)
  • nx-dev: fix official plugin badge background (#18274) (cd3472d)
  • nx-dev: fix project config reference headlines (2dc12ac)
  • nx-dev: fix rebase (e05ca1f)
  • nx-dev: make sure all redirects are used (#18214) (c4e5685)
  • nx-dev: update plugins home page redirect-rules (bc85c54)
  • nx-plugin: don't generate cli property in migrations.json (#18304) (a80abbf)
  • react-native: fix tsc app (#18124) (48d4927)
  • storybook: make sure skipLibCheck is true (#18212) (d942e7b)
  • storybook: un-deprecate cypress specs generation (#18236) (b311cbf)
  • testing: add playwright secondary entrypoint for preset (#18202) (b7fb3ea)
  • testing: run playwright from workspaceRoot (#18195) (3e86e42)
  • testing: update playwright tsconfig.base.json/entrypoint (#18227) (9199444)

Features

  • graph: add clickable project edge file links in nx console (#18113) (f8068b7)
  • js: bump babel versions (#18220) (c97a8ac)
  • linter: add dependency-checks to buildable lib generator (#18015) (f4f4eb6)
  • misc: add alternative implementation to calculate buildable dependencies using the task graph (#18125) (ca5e673)
  • nx-dev: increase contrast of borders on light theme (#18294) (7aee21a)
  • nx-dev: remove unnecessary breadcrumbs (#18270) (b5e6787)
  • nx-dev: rename plugins to extending nx (#18273) (ee7880c)
  • nx-dev: restructure recipes (42a06b6)
  • nx-plugin: create cli in packages folder (#18234) (1861c93)
  • storybook: interaction tests generators for angular (#18166) (29a9f8e)
  • storybook: update storybook to 7.1 (#18183) (ab11815)
  • testing: add lint target for playwright (#18233) (8407d7a)
  • testing: add option/QoL improvements to playwright (#18190) (8d11816)
  • testing: add playwright e2e preset (#18194) (4ffc68e)
  • testing: update generated Playwright test and config (#18282) (14b3f42)
nx - 16.5.5

Published by FrozenPandaz over 1 year ago

16.5.5 (2023-07-22)

Bug Fixes

  • core: revert globs migration (4105745)
nx - 16.5.4

Published by FrozenPandaz over 1 year ago

16.5.4 (2023-07-21)

Bug Fixes

  • core: check if socketMessenger is null before using (#18116) (1bb96b7)
  • core: correctly output created and update events for the watcher on macos (#18186) (6b6038c)
  • core: do not cache external dependency hashes if they are not fully resolved (#18020) (d120c3c)
  • core: fix watch event priority (bd02995)
  • core: improve error handling for getting metadata during file wa… (#18223) (2201eca)
  • core: migrate old invalid glob syntax in target outputs (#18191) (0f3fd9c)
  • core: run ensurePackage with node_modules for yarn berry (#18144) (d4f6c0b)
  • core: use package.json version in yarn parser when node_modules are unavailable (#18121) (81a661c)
  • graph: increase dropdown indicator padding (#18146) (93a0200)
  • nx-dev: fix broken redirects after nesting tutorials (95d99e4)
  • react-native: fix tsc app (#18124) (445a527)
  • storybook: make sure skipLibCheck is true (#18212) (9382ed4)
nx - 16.6.0-beta.4

Published by FrozenPandaz over 1 year ago

16.6.0-beta.4 (2023-07-18)

Bug Fixes

  • core: ensure graph creation keeps dep type in worker mode (#18156) (21bf6cd)
  • core: ensure proper yarn version detection even for nested projects (#18052) (10fc4dd)
  • core: generate npm preset correctly (#18164) (36cd6b0)
  • core: write file directly instead of using fs-extra.outputFileSync (#18129) (187842e)
  • js: run build in watch mode when specified for faster recompile time (#18145) (e2c0abc)
  • misc: stat collector filters out version 16 (#18149) (57b2a76)
  • misc: update invalid main field in @nrwl/eslint-plugin-nx package.json (#17974) (2fa248d)
  • nx-dev: hide toc on reference pages (#18136) (d0eb029)

Features

  • angular: add esbuild incremental build builder (#17991) (3fefbaf)
  • core: merge None and TS stacks into one since they are both for TS/JS projects (#18108) (0040520)
  • js: create package.json with proper defaults (#18091) (b07d24e)
  • js: introduce rust-based typescript dependency processor (#17976) (e2f1c92)
  • react-native: upgrade react-native to 0.72 (#17810) (699a20c)
  • vite: add tsconfig paths resolution plugin (#17844) (6529be9)
nx - 16.5.3

Published by FrozenPandaz over 1 year ago

16.5.3 (2023-07-18)

Bug Fixes

  • core: ensure proper yarn version detection even for nested projects (#18052) (b20b855)
  • core: fix project configuration typings (#18073) (e737581)
  • core: parse project configs only in js (#18009) (2fcf807)
  • core: write file directly instead of using fs-extra.outputFileSync (#18129) (371ba7a)
  • js: run build in watch mode when specified for faster recompile time (#18145) (6a83943)
  • misc: stat collector filters out version 16 (#18149) (9612d9b)
  • misc: update invalid main field in @nrwl/eslint-plugin-nx package.json (#17974) (bd9e749)
nx - 16.6.0-beta.3

Published by FrozenPandaz over 1 year ago

16.6.0-beta.3 (2023-07-14)

Bug Fixes

  • core: do not duplicate output of tasks executed in batch mode (#18084) (d489de5)
  • core: remove fatal: no path specified logs from daemon (#18117) (b61373a)
  • storybook: install core-js for non-vite libs (#18115) (2a888ad)

Features

nx - 16.5.2

Published by FrozenPandaz over 1 year ago

16.5.2 (2023-07-13)

Bug Fixes

  • core: remove throttle from watch (#18077) (f8a4eaa)
  • core: use concat in buildAllWorkspaceFiles to avoid Maximum call stack size exceeded (#18065) (eba235b)
  • linter: skip verifying deps of deps by default in package.json (#18058) (d36f055)
  • misc: prompt for workspace name when creating it using nx init (#18079) (2093ccc)
  • storybook: change storybook tsconfig path in eslint file too (#18101) (12aa582)
nx - 16.6.0-beta.2

Published by FrozenPandaz over 1 year ago

16.6.0-beta.2 (2023-07-13)

Bug Fixes

  • core: use concat in buildAllWorkspaceFiles to avoid Maximum call stack size exceeded (#18065) (c364207)
  • linter: skip verifying deps of deps by default in package.json (#18058) (ae773d5)
  • misc: prompt for workspace name when creating it using nx init (#18079) (6ce7fc5)
  • storybook: change storybook tsconfig path in eslint file too (#18101) (e545db7)

Features

nx - 16.6.0-beta.1

Published by FrozenPandaz over 1 year ago

16.6.0-beta.1 (2023-07-11)

Bug Fixes

  • angular: explicitly depend on find-cache-dir to avoid npm resolution conflict (#18049) (a08cb91)
  • core: add missing perf_hooks import in tasks-runner/cache (#18043) (e255827)
  • core: fix project configuration typings (#18073) (bcb3251)
  • core: handle undefined target defaults (#18044) (92926b9)
  • core: remove throttle from watch (#18077) (460e469)
  • js: post-process skipped tasks by the ts compiler in tsc batch implementation (#17938) (d10aeb4)
  • misc: fix migrations updating target options to consider target defaults (#18064) (8be6558)
  • storybook: dont throw if no project-level tsconfig (#18027) (878955b)

Features

  • core: throw an error when unknown local cache source (1bc58c9)
  • misc: deprecate executor options to generate package.json for libraries (#17923) (95a2256)
  • testing: add @nx/playwright plugin (#17975) (2128f8e)
  • testing: rename jest-project generator to "configuration" generator for consistency in naming (#18006) (38fa586)
  • testing: update jest to v29.6.1 (#18061) (90172c5)
  • vite: server executor https prop as object (#18048) (6bf3dc9)
nx - 16.5.1

Published by FrozenPandaz over 1 year ago

16.5.1 (2023-07-10)

Bug Fixes

  • angular: automatically skip remotes not in the current workspace #17473 (#17497) (0d04949)
  • angular: explicitly depend on find-cache-dir to avoid npm resolution conflict (#18049) (13aa3be)
  • bundling: update the browsers for es5 terser check (#17784) (ea28f16)
  • core: add license information for native packages (#17964) (a496ef9)
  • core: add missing perf_hooks import in tasks-runner/cache (#18043) (f525ba3)
  • core: ensure external dependency hashes are resolved in a deterministic way (#17926) (699af69)
  • core: ensure yarn runs install with correct version (#17997) (802243e)
  • core: handle undefined target defaults (#18044) (5e8f9f4)
  • js: add watchIgnore and runBuildTargetDependencies options to speed up build (#17953) (b39cafa)
  • js: ignore dependencies from non-index root files for create-package-json (#17930) (ed22afe)
  • js: post-process skipped tasks by the ts compiler in tsc batch implementation (#17938) (f9a615b)
  • js: remove duplicate alias (#17978) (97ce47a)
  • js: restore registry for only localhost (#17999) (9e448fe)
  • nextjs: Update @types/react version for yarn resolution (#18028) (25263f7)
  • storybook: dont throw if no project-level tsconfig (#18027) (1a0e65a)
  • storybook: optional chain .length in utils (#18001) (b1a8917)
  • storybook: properly identify file as story (#18016) (0c480fd)

Features

  • vite: pin Vite version range to patch releases only to avoid conflicts with Angular (#18010) (0e15bea)
nx - 16.6.0-beta.0

Published by FrozenPandaz over 1 year ago

16.6.0-beta.0 (2023-07-07)

Bug Fixes

  • angular: automatically skip remotes not in the current workspace #17473 (#17497) (c64f26e)
  • bundling: update the browsers for es5 terser check (#17784) (8c9ad0d)
  • core: add license information for native packages (#17964) (d42d2f4)
  • core: ensure external dependency hashes are resolved in a deterministic way (#17926) (65adb94)
  • core: ensure yarn runs install with correct version (#17997) (d0c3772)
  • core: parse project configs only in js (#18009) (c04053b)
  • js: add watchIgnore and runBuildTargetDependencies options to speed up build (#17953) (c6a0615)
  • js: ignore dependencies from non-index root files for create-package-json (#17930) (28a071f)
  • js: remove duplicate alias (#17978) (ccd195d)
  • js: restore registry for only localhost (#17999) (8d5cfcc)
  • nextjs: Update @types/react version for yarn resolution (#18028) (b1f19e3)
  • storybook: optional chain .length in utils (#18001) (3edbe49)
  • storybook: properly identify file as story (#18016) (21007d8)

Features

  • bundling: rename esbuild-project, rollup-project, and webpack-project generators to "configuration" generators for consistency in naming (#18003) (24e45d4)
  • misc: change updateBuildableProjectDepsInPackageJson option default value to false (#17920) (64765eb)
  • nx-dev: anchor links to version instead of timestamp (e60702f)
  • nx-dev: changelog anchor links to each version (0f9cece)
  • testing: renamed cypress-e2e-configuration to configuration to maintain consistency between plugins (#17998) (9940a0c)
  • vite: pin Vite version range to patch releases only to avoid conflicts with Angular (#18010) (3fdc66d)
nx - 16.5.0

Published by FrozenPandaz over 1 year ago

16.5.0 (2023-07-05)

Bug Fixes

  • bundling: separate image and font resources so they do not conflict (#17763) (9c0c30e)
  • core: fix globbing in rust (#17803) (38101fd)
  • misc: prevent unexpected targets from root package.json when setting up root project (#17805) (c6ad657)
  • nest: do not overwrite tsconfig files with undefined in migration (#17783) (9195111)
  • nextjs: Custom server should run on fresh apps without errors (#17806) (bd7157b)
  • nextjs: For serve executor keepAliveTimeout should be camelCased (#17792) (cf08214)
  • nextjs: KeepAliveTimeout arg (#17801) (47c95ae)
  • nextjs: update workspace libs setup in weback config (#17795) (fdf7555)
  • storybook: fix 6.1.0 migration to prevent wiping out eslintrc (#17753) (b736992)
  • webpack: sync webpack version to @nx/webpack (#17707) (77430cb)
  • webpack: use correct version for migration (#17789) (e1db93c)
  • angular: process only angular projects in migration (#17833) (20d45bb)
  • core: cli option --graph should work with scoped package names (#17820) (f2d7dcb)
  • core: fix lockfile remapping for yarn berry with aliases (#17853) (cfe1fa0)
  • core: fix race condition in task scheduler (#17837) (03ffa42)
  • core: fix workspace validation for implicitDependencies that are… (#17825) (c0508e3)
  • core: improve error message when native binaries are not found for a supported platform (#17817) (fc4b6a8)
  • core: pin @yarnpkg/parsers version to avoid dropping support for node.js v16 (#17860) (b70c7f4)
  • core: point to daemon logs when daemon closes unexpectedly (#17827) (6588ff9)
  • core: remove check for taskGraph equality (#17862) (9579404)
  • misc: fix misc issues with move generators (#17814) (7055c72)
  • nx-plugin: pass in e2e project name create package preset (#17824) (2941ddc)
  • angular: normalize path in move generator (#17877) (fced370)
  • core: fix project file map for root projects (#17894) (1590461)
  • js: ignore watch errors when a process is already killed on Windows (#17891) (9bb60a7)
  • js: normalize tsconfig paths used as correlation keys in batch implementation (#17888) (4d76d0c)
  • js: skip watcher if --watch=false for node executor (#17887) (b7d283b)
  • linter: create-package-json should omit non-npm and ignored packages (#17883) (3d77b4d)
  • nextjs: Running nx build --configuration=development should not throw an error (#17866) (3008be1)
  • nextjs: set localhost as hostname default (#17856) (88c655f)
  • nx-dev: skip docs for private package (#17843) (0608318)
  • linter: apply missing deps fix in a single patch for deps check (#17924) (55c0a16)
  • linter: ensure no trailing commas on deps-check obsolete package fix (#17915) (a70e1a8)
  • core: ignore root projects for project inference (#17949) (90584d3)
  • js: js:node executor resolves main.js and build options correctly (#17884) (47d23c8)
  • nextjs: Respect CLI output path when provided (#17947) (50ee990)

Features

  • core: set rust watcher as default (#17728) (a4c92d8)
  • core: use rust utilities for caching operations (#17638) (d327210)
  • nextjs: allow withNx to be used with other executors such as run-commands (#17819) (77ca8d7)
  • storybook: move tsconfig one level up (#17749) (e58cc79)
  • storybook: update storybook version to ^7.0.24 (#17818) (d4d48fb)
  • testing: add --force-exit to jest executor (#17790) (836cd34)
  • testing: bump cypress to latest for angular CT (#17788) (8a63d38)
  • vite: allow passing multiple test files to vite:test (#17496) (a995940)
  • core: load environment variables from configuration name (#17335) (199d621)
  • linter: allow globs in onlyDependOnLibsWithTags eslint-plugin configuration option (#17530) (576262b)
  • angular: add --bundler flag for applications (#17919) (9eaa240)
  • linter: allow banning of deep/secondary paths (#17755) (6b82a2f)
  • repo: allow testing publish workflow manually without real publ… (#17754) (9ffa90f)
  • testing: add test-setup.ts to ignored prod inputs (#17918) (8f0ec5c)
  • linter: bump typescript-eslint to 5.60.1 (#17916) (b093306)
nx - 16.5.0-beta.3

Published by FrozenPandaz over 1 year ago

16.5.0-beta.3 (2023-07-04)

Bug Fixes

  • linter: apply missing deps fix in a single patch for deps check (#17924) (55c0a16)
  • linter: ensure no trailing commas on deps-check obsolete package fix (#17915) (a70e1a8)

Features

  • angular: add --bundler flag for applications (#17919) (9eaa240)
  • linter: allow banning of deep/secondary paths (#17755) (6b82a2f)
  • repo: allow testing publish workflow manually without real publ… (#17754) (9ffa90f)
  • testing: add test-setup.ts to ignored prod inputs (#17918) (8f0ec5c)
nx - 16.4.3

Published by FrozenPandaz over 1 year ago

16.4.3 (2023-07-04)

Bug Fixes

  • linter: apply missing deps fix in a single patch for deps check (#17924) (33b9cc0)
  • linter: ensure no trailing commas on deps-check obsolete package fix (#17915) (e7f8b4c)
Package Rankings
Top 0.37% on Npmjs.org
Top 4.35% on Proxy.golang.org