nx

Smart Monorepos · Fast CI

MIT License

Downloads
250.2M
Stars
22K
Committers
989

Bot releases are visible (Hide)

nx - 15.4.0

Published by FrozenPandaz almost 2 years ago

15.4.0 (2022-12-22)

Bug Fixes

  • angular: cache server build (#13933) (2614669)
  • angular: handle not provided path when generating a component without the project option (#13877) (4e54b1a)
  • angular: missing remotes form mf config should not break mf server (#13901) (dc4a123)
  • angular: support target-less projects in update-15-2-0 (#13755) (9ac9491)
  • bundling: pass --force option to vite dev-server (#13905) (49fa93b)
  • bundling: support custom outExtension for ESM and CJS (e.g. .mjs) (#13985) (98ed2ea)
  • core: additional null check when hashing lockfile (#13803) (efa6ef0)
  • core: consult root package.json when resolving peer deps on package generation (#13949) (f3465a9)
  • core: ensure yarn patch and path versions are correct when pruning (#13847) (03be42e)
  • core: fix lock file pruning multiple versions of dependencies (#13915) (c51c178)
  • core: fix lock file pruning optional dependencies (#13830) (a2adf50)
  • core: fix pruning of pnpm lockfiles with github packages (#13875) (20c4782)
  • core: handle local workspace projects in package.json for affected locator (#13728) (65ecd9c)
  • core: ignore angular.json projects if @nrwl/angular is not insta… (#13827) (92d33f9)
  • core: local plugins should work on windows (#13801) (75c34c3)
  • core: move generator should work if there are comments in tsconfig #13740 (#13866) (4f98e37)
  • core: reduce likelihood of ENAMETOOLONG error on windows (#13850) (5eabd6c)
  • core: skip npm nested lockfile key mismatch (#13872) (bbfc0fb)
  • devkit: do not move properties when nx.json doesn't exist (#13825) (3fd1841)
  • devkit: isIncomingVersionGreater should work with prerelease versions (#13805) (8f7feba)
  • expo: update expo peer dependency to 47 (#13780) (6b8d3d6)
  • graph: handle special characters in url parameters (#13836) (9163756)
  • js: revert change to use new lockfile utils (#13962) (84cc1c1)
  • js: unique node execution (#13813) (82d44ad)
  • misc: only gen start/build scripts for standalone projects (7c65787)
  • misc: set schema when converting a project to standalone configuration (#13887) (a049d6c)
  • misc: using normalizePath for tailwindcss config generation (#13936) (87a6a2d)
  • nextjs: ensure no dev deps in prod package.json (#13851) (565652f)
  • nx/react: wrong svg import processing (#12477) (37dc336)
  • nxdev: lower case property alias (#13823) (37135ae)
  • react-native: support React Native buildable libs that do not use SVGR (#13909) (9ac6366)
  • react: default bundler to vite when deprecated buildable option is used (#13857) (99983e9)
  • react: host should use module-federation-ssr-dev-server (#13794) (8ffa9fd)
  • react: load svg component in buildable library (#12226) (6a28842)
  • react: module-federation-ssr-dev-server should use fork (#13791) (61af68b)
  • react: update standalone preset prompt to include vitest and cyp… (#13853) (622070b)
  • react: use correct setup for React SSR with module federation (#13822) (2392b91)
  • repo: fix failing e2e tests (#13855) (0eadfc8)
  • storybook: optional-chain typeName (#13951) (77d8ee4)
  • testing: warn and default if sourceRoot isn't set for ng CT (#13940) (88f860d)
  • vite: add dts to build options (#13934) (3bb773d)
  • vite: better warning message (#13878) (d86026d)
  • vite: change coverage path (#13867) (bb65968)
  • vite: Copy correct package.json when building a library (#13854) (b94c7e5)
  • vite: dont add server config for libs (#13931) (7beee3c)
  • vite: Failing to build when generated library uses jest (#13797) (70e1aab)
  • vite: improve vite configuration (#13978) (6c6fd7c)
  • vite: inform user to add build config (#13876) (4f50b89)
  • vite: set mode in configuration (#13856) (f4802ae)
  • vite: Support fileReplacements for devServer (#13761) (b3ff11f)

Features

  • angular: skip invalid projects or targets instead of erroring when migrating from angular cli to nx monorepo (#13871) (1247e04)
  • angular: support alternate remoteEntry name in dynamic federation #13688 (#13899) (e53303b)
  • core: add missing lock file generation to executors (#13799) (3149b66)
  • core: add the ability to specify multiple targets (8572eed)
  • core: add watch command (#13664) (a1d9c46)
  • graph: add tooltips to docs graph (#13832) (578ecb6)
  • linter: add allowedExternalImports option to boundaries rule (#13891) (d3e2d61)
  • linter: add support for combo source tags (#13817) (5d64b1e)
  • misc: dont generate defaultProject for non standalone workspaces (82fbb98)
  • misc: support interactive prompts for custom presets (#13859) (e38c2d5)
  • react: add cypress e2e for react standalone preset (#13848) (fdd04ba)
  • react: add nx.server.ready message from Node process to any potential parent process (#13808) (8df1834)
  • react: add unit test examples when inSourceTests is passed (#13779) (14c1c16)
  • testing: cypress vite (#13474) (1ef01f8)
  • testing: remove unused dependencies from @nrwl/cypress (#13771) (4f9b9d4)
  • vite: allow user to set their custom target for transform (#13691) (b52b649)
  • vite: configuration updates (#13816) (c3c9b2d)
  • vite: update vite to version 4 (#13800) (002d7f3)
nx - 15.3.3

Published by FrozenPandaz almost 2 years ago

15.3.3 (2022-12-12)

Bug Fixes

  • core: handle undefined when package.json changes are not in node modules (#13681) (af157ff)
  • core: workspaceRoot is not correctly inrepolated when projectRoo… (#13768) (dd490c1)
  • vite: add console.warn nx serve --prod (#13597) (01e437d)

Features

  • core: rename lock file pruning function to createLockFile (#13770) (76ee86f)
  • core: support npm workspaces in lock file utils (#13695) (7a70d52)
nx - 15.3.2

Published by vsavkin almost 2 years ago

15.3.2 (2022-12-12)

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

nx - 15.3.0

Published by FrozenPandaz almost 2 years ago

15.3.0 (2022-12-06)

Bug Fixes

  • angular: add server ready message to remote server (#13497) (4e672b2)
  • angular: add support for devRemotes in module-federation-dev-ssr (#13500) (2d021a1)
  • angular: add workaround for MF SSR (#13372) (883b61b)
  • angular: bump angular-eslint to v15 (#13282) (356204f)
  • angular: checks for targets existence before attempting to iterate them (#13287) (328c547)
  • angular: correctly assign env var (#13549) (6e8a1c6)
  • angular: don't set the workspaceLayout when migrating an angular cli workspace to nx (#13546) (59a6a9e)
  • angular: e2e test should correctly fail (#13373) (062698a)
  • angular: ensure apps/libs layout is created when migrating from angular cli to nx monorepo layout (#13577) (2dd2eea)
  • angular: fix imports into nx from ng-add (#13645) (2c81904)
  • angular: fix Karma test runner config (#13293) (e3d8b2c)
  • angular: fix root-project support for Angular (#13534) (22e70d6)
  • angular: local imports in webpack-dev-server custom config (#13156) (e971ffb)
  • angular: make server build depend on browser build (#13467) (11b224f)
  • angular: port should be added to serve-ssr for remote (#13399) (1a23203)
  • angular: remove karma test.ts file from generation (#13356) (a0d01b6)
  • angular: respect the provided version when running make-angular-cli-faster (f16f53b)
  • angular: setup-ssr environments file replacements should be removed (#13244) (b88dc35)
  • angular: setup-ssr should output correct outpathPath for server build (#13243) (e041223)
  • angular: should support filereplacements for apps that already have them (#13247) (b4fb074)
  • angular: standalone angular projects with karma should function (#13626) (b4db6e8)
  • angular: update make-angular-cli-faster version map with angular 15 (#13297) (da2b77a)
  • angular: use correct ready state for ssr bootstrap (#13437) (fd1e478)
  • angular: use jest-preset-angular 12.2.3 #13259 (#13468) (e3a19f4)
  • angular: use the browserTarget to calculate project deps for buildable libs support in the dev server (#13275) (1830669)
  • bundling: add a vite specific readme for react libs when using vite (#13590) (790b0de)
  • bundling: add type for bundler option to enable autocomplete prompt (#13384) (020795c)
  • bundling: enable hmr by default for Vite dev-server (#13647) (8a74e62)
  • bundling: file replacement for vite (#13255) (e4092aa)
  • bundling: fix exclude entries for .lib.swcrc file to exclude spe… (#13319) (1b3abbd)
  • bundling: hide newProject from vite config gen (#13592) (edad5ef)
  • bundling: if bundler is vite unitTestRunner is vitest (#13436) (871f618)
  • bundling: pass nxext options to our executor (#13587) (d5f834a)
  • bundling: place files in the right folders for React Vite apps (#13443) (8103290)
  • bundling: place files in the right folders for Web Vite apps (#13464) (19a6da3)
  • bundling: remove default values from executors (#13444) (b84f239)
  • bundling: remove extraneous logs from @nrwl/vite:build executor (#13479) (9d5a45d)
  • bundling: remove the vue options from vite gen (#13221) (ab93817)
  • bundling: remove wrong doc and preset wc use vite (#13536) (432d235)
  • bundling: run dev-server in development mode and hmr on by default (#13352) (2a7ccb6)
  • bundling: set rootDir to the project root when bundling with rollup (#13407) (5aaba51)
  • core: add peerDependenciesMeta to PackageJson model (#13537) (92df716)
  • core: deduce layout directory (fe062f4)
  • core: detect angular cli workspace correctly (#13574) (59a7af2)
  • core: disallow edges to the root project (#13359) (2d74f4c)
  • core: escape scripts with delimiters for nx exec (#13451) (1c70ac9)
  • core: fix configuration option for affected:build|test|e2e (#13487) (a1bac90)
  • core: fix invalid path in e2e print-affected test (#13285) (41c320c)
  • core: fix nx init for non monorepos (7762edd)
  • core: fix showing help for executors (#13393) (2c13661)
  • core: generated package json should not include implicit deps (#13402) (07584fd)
  • core: generated package.json should not include duplicates and optional peer deeps (#13438) (a95b91d)
  • core: give root version priority when mapping npm packages (#13552) (490e945)
  • core: negative patterns do not work for root project (db85c62)
  • core: prevent peer deps from ending up as dev deps in create package json (#13502) (1a3cc51)
  • core: set the right project graph node type for e2e project with name e2e (#13410) (7be73d1)
  • core: use multiselect prompts for array properties (#13270) (3af70fc)
  • core: use node_modules/.cache/nx as default for projectGraphCac… (#13470) (19acffa)
  • devkit: change name schema order in project.json (#13409) (f0fc786)
  • expo: ensure schema files pass the linter rule (#13433) (649e954)
  • graph: project edge tooltips should appear (#13344) (2d758af)
  • graph: restore behavior of proximity buttons (#13608) (76536fd)
  • linter: align reportUnusedDisableDirectives default value (#13284) (2772fab)
  • linter: ensure projectRootMappings exist when running eslint directly (#13432) (9703515)
  • linter: standalone projects should be detectable with eslint (#13435) (05d0bf1)
  • misc: add configuration option to print-affected (#13422) (3653e59)
  • misc: adjust prompt for standalone react to not include cypress (#13601) (7b76d17)
  • misc: axios import breaks when using npx (19018fc)
  • misc: do not set includeScript during nx init (ad201d5)
  • misc: fix move and remove to be not reliant on workspace layout (#13607) (9453a75)
  • misc: fix tsconfig file includes (61d7d74)
  • misc: handle the case where --directory=libs (54c2169)
  • misc: nx init should allow overriding the version of nx (ee65e6a)
  • misc: only warn about ng completion not supported when trying to set up the completion (4196ad3)
  • misc: readd readme to workspace creation (#13329) (a243e80)
  • misc: rework create-nx-workspace command to show standalone presets (dd2c372)
  • misc: use given name for creating standalone workspaces (#13516) (27a48df)
  • nextjs: check validity of Nx context in withNx plugin (#13358) (dc16468)
  • nx-plugin: ensure project has eslint available before adding lint checks for migrations.json(#13327) (90f2791)
  • nxdev: external related docs link (#13263) (fe99206)
  • nxdev: fix link in how-project-graph-is-built (#13632) (b71b28e)
  • nxdev: show related recipes (#13254) (19ead43)
  • react-native: skipPackageJson was being ignored (#13513) (5c10f1c)
  • react: add missing style preprocessors when using Vite (#13600) (67c7822)
  • react: clean-up after dependency removal from @nrwl/react (#13563) (5b7dba1)
  • react: fix path to CT tsconfig (#13177) (3e2b8d9)
  • react: generate lib with correct imports in vite.config.ts (#13419) (70fa4b9)
  • react: generate new libs with @nrwl/rollup:rollup instead of @nr… (#13526) (08689b0)
  • react: set bundler for preset app (#13338) (1b85e20)
  • storybook: ensure storybook before calling util in angular (#13599) (2eb8650)
  • storybook: inform user vite is used if project uses vite (#13499) (f545b29)
  • storybook: proper detection of e2e project existence (#13635) (b959109)
  • storybook: re-enable storybook tests (#13313) (5bacaf3)
  • storybook: remove polyfill.ts from tsconfig (#13322) (13602c3)
  • storybook: remove webpack from vite and install webpack if npm (#13631) (8560453)
  • testing: add include option for vitest to only look in src (#13392) (993d38d)
  • testing: fix jest paths for root directory (#13520) (804fb19)
  • testing: generate appropriate files when unitTestRunner is vitest without specifying vite as the bundler (#13594) (214c6a3)
  • testing: handle cypress-project generation for standalone projects (#13602) (6f8a849)
  • testing: only target files in src/* directory for component testing (#13604) (ddc2dca)
  • testing: remove jest.config.ts from vitest setups (#13586) (dbc673d)
  • testing: rename cy 10 migration to 11 (#13646) (5d910c0)
  • testing: web and react application fixes for vitest's insourceTests (#13447) (f0f60fb)
  • vite: apps packagejson copy (#13553) (3edfc5d)
  • vite: remove default for hmr from schema.json (#13654) (7d329c0)
  • vite: take into account configuration for build mode (#13655) (01b3ebd)
  • vite: update nx.json for vitest (#13606) (32f60f1)

Features

  • angular: add --ssr flag to remote generator (#13370) (2471768)
  • angular: add a preset to generate a workspace with a single app at the root (70e43cd)
  • angular: add backwards compat support for karma (#13582) (1d4900d)
  • angular: add backwards compat support to add-linting (#13570) (43644ac)
  • angular: add backwards compat support to init generator (#13548) (0db1b48)
  • angular: add backwards compat support to setup-tailwind generator (#13569) (d3b3af2)
  • angular: add backwards support to component (#13583) (0187000)
  • angular: add migration for ngrx 15 (#13498) (f25e03d)
  • angular: add module-federation-dev-ssr builder (#13496) (0ce6735)
  • angular: add ssr flag to host generator (#13398) (d908521)
  • angular: add static-server target to ssr mf remote (#13440) (9469dba)
  • angular: add support to component and karma project generator for nested projects (#13380) (61f6e2d)
  • angular: host mf should use module-federation-dev-ssr for serve-ssr (#13510) (183e3c1)
  • angular: log a warning when running make-angular-cli-faster with older or incompatible versions (#13591) (6b8e42a)
  • angular: rename default ngrx-selector names to match ngrx-standard (#13475) (a4a8d9d)
  • angular: support angular 14 with application (#13575) (3180427)
  • bundling: add more options to vite executors (#13299) (4af3141)
  • bundling: remove assets option from vite build (#13441) (5af4ae0)
  • bundling: vite generators (#13158) (f394608)
  • core: add daemon watcher filters (#13229) (3f2fa6c)
  • core: add includeProjectDependents as a option for file watching (#13424) (db3499d)
  • core: add nx exec command (#13212) (76c237b)
  • core: add shorthand for nx run-commands (#13139) (61c3b0e)
  • core: enable linter for angular standalone (#13430) (9f50535)
  • core: enable linter on root projects (#13347) (110b5f2)
  • core: move createPackageJson to nx (#13315) (f0c18f5)
  • core: move runtime-lint-utils to eslint plugin (#13222) (ab6f62a)
  • core: optimize project graph file mapping (#13249) (de44bf8)
  • core: run tasks with no dependencies in topological order (#13294) (1842d19)
  • core: support bitbucket pipelines in ci generator (#13240) (5045206)
  • core: support nested structure for cra-to-nx (#13253) (590a3dc)
  • core: use createProjectFileMappings in TargetProjectLocator (#13268) (bd4f4a2)
  • expo: upgrade expo to 47 (#13609) (7ad7aa6)
  • graph: enable task graph (#13343) (17514d2)
  • js: use the daemon watcher instead of parcel/watcher (#13413) (8bfc0b5)
  • linter: add .eslintrc to json-like migratable configs (#13396) (0bd7685)
  • linter: replace createReactEslintJson with extendReactEslintJson (#13431) (9a0db48)
  • linter: support new config format for eslint discovery (#13395) (3fe5df7)
  • misc: add support for angular cli workspaces to nx init (#13404) (f448477)
  • misc: assume repo and app names are the same for standlone presets (8f2fb24)
  • misc: derive workspace layout dynamically (16fd437)
  • misc: do not generate tsconfig.base.json for simple standalone … (#13605) (91c19f5)
  • misc: nx init should work on non-monorepo projects (661bea4)
  • react-native: upgrade react-native to 0.70.6 (#13277) (cd1e12a)
  • react: add --bundler=none option for React lib generator if the… (#13511) (5d0f50e)
  • react: add CRA support to "nx init" (#13488) (a9ac43b)
  • react: add minimal flag (#13446) (662f541)
  • react: add SSR suppoprt to host generator for module federation (#13416) (6c59cbb)
  • react: add SSR support to React apps (#13234) (23e4fc7)
  • react: add Vite bundler option for buildable libraries (#13382) (a63a25d)
  • react: add withModuleFederationForSSR function (#13276) (8be2980)
  • react: default to Vite when converting from CRA to Nx (#13473) (f2c5eba)
  • react: experimental workspace preset uses vite (#13323) (a2cf352)
  • react: remove unnecessary dependencies from @nrwl/react (#13525) (cded83b)
  • react: update package versions (#13300) (ade6668)
  • react: use "nx exec" when running cra-to-nx for standalone work… (#13460) (78758a1)
  • storybook: for nested projects (#13314) (2614452)
  • storybook: generate config for vite (#13381) (2d860ea)
  • testing: add vitest generators (#13301) (02e22de)
  • testing: support root project generation for jest (#13353) (74bd0bb)
  • vite: use the project's tsconfig.json to configure plugins rath… (#13408) (bf32321)
nx - 15.2.4

Published by FrozenPandaz almost 2 years ago

15.2.4 (2022-11-30)

Bug Fixes

  • core: fix configuration option for affected:build|test|e2e (#13487) (9a8505e)
  • expo: ensure schema files pass the linter rule (#13433) (66f6a18)

Reverts

  • Revert "Revert "fix(misc): add configuration option to print-affected (#13422)"" (d04c8da), closes #13422
nx - 15.2.3

Published by FrozenPandaz almost 2 years ago

15.2.3 (2022-11-29)

Reverts

  • Revert "fix(misc): add configuration option to print-affected (#13422)" (31bfaeb), closes #13422
nx - 15.2.2

Published by FrozenPandaz almost 2 years ago

15.2.2 (2022-11-29)

Bug Fixes

  • angular: checks for targets existence before attempting to iterate them (#13287) (3ac2e8e)
  • angular: fix Karma test runner config (#13293) (724d3cc)
  • angular: update make-angular-cli-faster version map with angular 15 (#13297) (31326f2)
  • angular: use the browserTarget to calculate project deps for buildable libs support in the dev server (#13275) (8d56b1b)
  • bundling: fix exclude entries for .lib.swcrc file to exclude spe… (#13319) (8816c51)
  • core: fix showing help for executors (#13393) (2eb1897)
  • core: generated package.json should not include duplicates and optional peer deeps (#13438) (78861e6)
  • devkit: change name schema order in project.json (#13409) (dd5b967)
  • linter: align reportUnusedDisableDirectives default value (#13284) (fb2e47c)
  • misc: add configuration option to print-affected (#13422) (796fd27)
  • misc: axios import breaks when using npx (c127d65)
  • nextjs: check validity of Nx context in withNx plugin (#13358) (9b71c53)
  • nx-plugin: ensure project has eslint available before adding lint checks for migrations.json(#13327) (8729916)
  • storybook: remove polyfill.ts from tsconfig (#13322) (a31aa3b)
nx - 15.2.1

Published by FrozenPandaz almost 2 years ago

15.2.1 (2022-11-19)

Bug Fixes

  • angular: local imports in webpack-dev-server custom config (#13156) (c0ee01f)
  • angular: setup-ssr environments file replacements should be removed (#13244) (1b9c7df)
  • angular: setup-ssr should output correct outpathPath for server build (#13243) (4c2e5aa)
  • angular: should support filereplacements for apps that already have them (#13247) (aa2ee2d)
  • bundling: file replacement for vite (#13255) (b1c05fe)
  • bundling: remove the vue options from vite gen (#13221) (22d9031)
  • core: use multiselect prompts for array properties (#13270) (89f8a53)
nx - 15.2.0

Published by FrozenPandaz almost 2 years ago

15.2.0 (2022-11-17)

Bug Fixes

  • angular: format files after migrations (#13237) (7554dda)
  • bundling: fix baseUrl resolution for vite dev server (#13219) (2802b6f)
  • bundling: fix webpack publicPath: 'auto' behavior for esm builds (#13186) (60a7345)
  • core: apply compatibility layer when running angular cli migrations (#13231) (4860281)
  • core: atomic writes of nxdeps.json (#12920) (7467e71)
  • core: fix migrations for projects in workspace.json (#13226) (bae31b2)
  • core: fix parsing of npm workspace patterns (#13206) (1d848dd)
  • core: set project names using a blog instead of project graph (#13202) (40d37b3)
  • expo: use workspace layout apps dir for expo generate application (#13160) (fc2e6be)
  • misc: fix run-many for invalid projects (#13232) (ab3ceb4)
  • react-native: fix the tsc command for react-native and expo (#12888) (b9bedff)
  • testing: add babel-jest transform options for react libraries (#13175) (620f6a6)

Features

  • angular: support for Angular 15 (#12112) (b084ddd)
  • bundling: initial public release for vite plugin (#13230) (fb8631e)
  • core: handle yarn workspace packages when pruning (#13170) (45cba68)
  • core: prune pnpm workspaces and different meta settings (#13201) (032a9d1)
  • core: support npm v1 lock file pruning with disclaimer (#13218) (2bc9e84)
  • storybook: upgrade @storybook/react-native to 6.0.1-beta.9 (#13157) (b0b3b5c)
nx - 15.1.1

Published by FrozenPandaz almost 2 years ago

15.1.1 (2022-11-16)

Bug Fixes

  • core: set project names using a glob instead of project graph (#13202) (e97c857)
nx - 15.1.0

Published by FrozenPandaz almost 2 years ago

15.1.0 (2022-11-15)

Bug Fixes

  • angular: do not throw errors for skipped remotes (#13100) (8bba6d7)
  • angular: ensure paths are resolved correctly in ng-packagr executors (#13059) (6bc3720)
  • angular: fix failing e2e (#13083) (f432b97)
  • angular: migration should ignore external deps (#13112) (a300c0e)
  • angular: passthrough skip package json option to generators (#13109) (3e867d1)
  • bundling: add missing package.json export field (#13035) (a623e52)
  • bundling: wrong main entry path for cjs in ouput package.json (#12569) (4ae6bc5)
  • core: add globPatternforDependencies support nx:run-commands wi… (#12786) (32bec2a)
  • core: correctly derive the name of the project based on package.json without name (67e032d)
  • core: disable ts-node warning when its using a fast transpiler (#12765) (5ade725)
  • core: do not interpolate unknown options in overrides (#13088) (2b29647)
  • core: explicitly set project names (f136737)
  • core: fix -c alias for configuration (#13001) (3a63b19)
  • core: fix custom workspace-generator options (#12821) (8abc405), closes #12677
  • core: fix lock file mapping for yarn berry (#13026) (383107c)
  • core: fix migrations for projects with package.json configuration (#12977) (ad91dc0)
  • core: fix undefined projectName in tasks runner (#13044) (bcd43cb)
  • core: improve external node dependency mapping (#12996) (2f20807)
  • core: move affected positional arguments args back to util (#12994) (d6c4547)
  • core: prevent incorrect regex replacement of app name (#13082) (6fc4d37)
  • core: provide a plugin which to allow users to opt into package.… (#13070) (cd1b6c6)
  • core: schedule tasks with the most tasks that depend on it first (#12967) (59ed6f1)
  • core: suppress access errors during project file scan (#13031) (f583689)
  • core: update yargs to ^17.6.2 (#12978) (6c6eff7)
  • core: use root version for yarn lock file pruning (#12964) (a146745)
  • core: workspace-generator errors should be propagated to nx (#12955) (e6ff5bc)
  • devkit: use target inference from plugins in readTargetOptions (#13141) (b142f38)
  • graph: improve performance of showing/hiding directories of projects (#12998) (305f694)
  • js: call normalizePath on generated importPath (#13037) (2818f2e)
  • js: patch migration from @nrwl/node:package to @nrwl/js:tsc to rename srcRootForCompilationRoot option to rootDir (#12999) (9cbf9bf)
  • linter: do not remap namespace import specifiers as import specifiers (#12954) (d59bd10)
  • misc: correct "topological" typo in add-nx-to-monorepo(#13014) (8550035)
  • misc: read the version of nrwl packages from project graph (#13118) (f572574)
  • misc: set project names used the old logic including dirs (4ba4bd0)
  • nextjs: error in with-nx.ts (#12973) (4994223)
  • nxdev: adjust title color in light/dark mode on 404 page (#13050) (a8e693a)
  • nxdev: fix the dte link to point to the nx cloud intro page (f12186a)
  • nxdev: related docs recipes not listed (#13162) (4766af7)
  • react: add missing skipPackageJson flag to application generator schema (#13076) (0432279)
  • react: upgrade loader-utils (#13021) (0391b42)
  • testing: handle path offsets for angular component testing (#12863) (5a137d0)
  • testing: provide better error messages around component test --build-target (#12886) (39518e3)
  • webpack: Fixed script optimization not working for node target (#12221) (a690dbd)

Features

  • angular: add skipRemotes option to module-federation-dev-server (#13086) (5bace1e)
  • angular: add withModuleFederationForSSR function (#13172) (e70fd48)
  • angular: remove the share helpers from public api (#13057) (8c7ecff)
  • angular: use share helpers from devkit (#13054) (7c3fab0)
  • bundling: add initial vite plugin (#12969) (8edcdac)
  • bundling: vite init generator (#13062) (c842535)
  • bundling: vite plugin executors (#13032) (8d103f3)
  • core: add includedScripts to allow filtering package json scripts (#13179) (2661582)
  • core: add prune lock file hashing based on the input (#13167) (b924f1a)
  • core: add prune lock file support for npm 2 and 3 (#13120) (fc8de9a)
  • core: add prune lock file support for pnpm (#13155) (af0a18f)
  • core: daemon file watcher (#13068) (a771dc9)
  • core: enable root project by specifying nx: true in root package.json (#13137) (1a8bf77)
  • core: request daemon shutdown (#13034) (4ae9ee5)
  • core: support for nested nx projects (#13074) (da47b0f)
  • cra-to-nx: add option to use vite instead of craco (#13071) (e58278e)
  • devkit: add module federation utils (#13048) (e040433)
  • devkit: extract more common module federation logic (#13066) (40a2d65)
  • misc: show a hint message on how to upload last logs to cloud (3c99ee6)
  • misc: support glob expressions for projects matching in run-many (#11659) (8ad9dd5)
  • react: add a preset to generate a workspace with a single app at the root (c4ebef2)
  • react: add skipRemotes option to module-federation-dev-server (#13090) (f08a3c3)
  • react: cra-to-nx to use PORT from .env file when migrating to Vite (#13116) (41fb76a)
  • react: remove exposed utils (#13079) (efc1005)
  • react: use shared helpers from devkit (#13061) (000eebd)
  • repo: restrict permissions on github actions (#12909) (7f3b994)
  • testing: add vitest (#13129) (54670c9)
  • testing: support cypress 11 (#13075) (37c8483)

Reverts

  • Revert "feat(module-federation): add module federation package (#12961)" (1ab96b2), closes #12961
  • Revert "feat(module-federation): add and expose share helpers and types (#12989)" (cfd87f0), closes #12989
  • Revert "feat(module-federation): expose additional helpers (#12990)" (7783fe0), closes #12990
  • Revert "feat(module-federation): allow package to be published (#12993)" (b4a98da), closes #12993
nx - 15.0.13

Published by FrozenPandaz almost 2 years ago

15.0.13 (2022-11-08)

Bug Fixes

  • core: fix undefined projectName in tasks runner (#13044) (022fdc8)
  • core: provide a plugin which to allow users to opt into package.… (#13070) (60dce21)
  • js: call normalizePath on generated importPath (#13037) (c588cc7)
  • misc: set project names used the old logic including dirs (098903f)
nx - 15.0.12

Published by vsavkin almost 2 years ago

15.0.12 (2022-11-08)

Bug Fixes

  • core: explicitly set project names (31a82af)
nx - 15.0.11

Published by FrozenPandaz almost 2 years ago

15.0.11 (2022-11-07)

Bug Fixes

  • core: correctly derive the name of the project based on package.json without name (86c5819)
  • core: disable ts-node warning when its using a fast transpiler (#12765) (ba7a850)
  • core: fix custom workspace-generator options (#12821) (8ba21f3), closes #12677
  • core: fix lock file mapping for yarn berry (#13026) (82bc3ba)
  • core: improve external node dependency mapping (#12996) (0d5e4f9)
  • core: schedule tasks with the most tasks that depend on it first (#12967) (2a980c2)
  • core: suppress access errors during project file scan (#13031) (fafa3b4)
  • misc: correct "topological" typo in add-nx-to-monorepo(#13014) (4169a7e)
  • nextjs: error in with-nx.ts (#12973) (cec607b)
  • react: upgrade loader-utils (#13021) (444af2d)
  • testing: provide better error messages around component test --build-target (#12886) (f1db9ce)
  • webpack: Fixed script optimization not working for node target (#12221) (39d197f)
nx - 15.0.10

Published by FrozenPandaz almost 2 years ago

15.0.10 (2022-11-04)

Bug Fixes

  • core: fix -c alias for configuration (#13001) (f538ce0)
  • graph: improve performance of showing/hiding directories of projects (#12998) (eae4b27)
  • js: patch migration from @nrwl/node:package to @nrwl/js:tsc to rename srcRootForCompilationRoot option to rootDir (#12999) (e10ab7d)
  • testing: handle path offsets for angular component testing (#12863) (0bf19ec)
nx - 15.0.9

Published by FrozenPandaz almost 2 years ago

15.0.9 (2022-11-04)

Bug Fixes

nx - 15.0.8

Published by FrozenPandaz almost 2 years ago

15.0.8 (2022-11-03)

Bug Fixes

  • core: fix migrations for projects with package.json configuration (#12977) (c8a23cf)
  • core: use root version for yarn lock file pruning (#12964) (a146745)
  • core: workspace-generator errors should be propagated to nx (#12955) (e6ff5bc)
  • linter: do not remap namespace import specifiers as import specifiers (#12954) (d59bd10)
nx - 15.0.7

Published by FrozenPandaz almost 2 years ago

15.0.7 (2022-11-02)

Bug Fixes

Features

  • graph: toggle visibility of all projects in a folder (#12641) (fc6b85d)
  • misc: alias connect-to-nx-cloud to connect (9038741)
  • react: add skipPackageJson flag (#12919) (4a4a149)

Reverts

nx - 15.0.6

Published by FrozenPandaz almost 2 years ago

15.0.6 (2022-11-02)

Reverts

  • Revert "feat(core): properly passthrough flags unparsed to executors (#12890)" (23c103f), closes #12890
nx - 15.0.5

Published by FrozenPandaz almost 2 years ago

15.0.5 (2022-11-01)

Bug Fixes

  • bundling: add missing css-loader dependency to @nrwl/webpack (#12928) (f345b72)
  • core: revert to the faster message parsing logic (6448274)
  • core: support npm lock file v3 (#12887) (175b74f)
  • core: target project locator should track only hoisted external deps (#12905) (0c52e67)
  • cra-to-nx: use cross-env to ensure Windows compatibility with CRA build script (#12838) (48c6024)
  • js: correctly build library with workspace dependencies (#12884) (2cddd68)
  • linter: improve wildcard import parsing to allow full regex (#12877) (758956d)
  • linter: project with empty onlyDependsOn can only depend on tagless project (#12878) (d58774e)
  • misc: remove -d as alias in generator schema (#12885) (35dd6c9)
  • nextjs: update peer dependency for Next.js 13 (#12866) (e39cb42)
  • testing: use @swc/jest if being used as transformer (#12614) (f3515e4)

Features

  • angular: add webpack-server builder with support for custom webpack config (#12917) (a5d0314)
  • bundling: add support only bundling in workspace libs, not npm packages (#12852) (58b5196)
  • core: properly passthrough flags unparsed to executors (#12890) (145dda7)
  • graph: add button to toggle graph rankDir under feature flag (#12646) (5577bfb)
Package Rankings
Top 0.37% on Npmjs.org
Top 4.35% on Proxy.golang.org