domjtalbot / nx-mesh

GraphQL Mesh support for Nx
https://www.npmjs.com/package/nx-mesh
MIT License
24 stars 1 forks source link

Compatibility issues with Nx `v16.0.0` #163

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

Automated tests failed against Nx v16.0.0. These errors need to be addressed, before v16.0.0 can be supported.

Package Change
🐋 nrwl/nx v15.9.2 -> v16.0.0

Release Notes

nrwl/nx v16.0.0 ### [`v16.0.0`](https://github.com/nrwl/nx/releases/tag/v16.0.0) # [16.0.0](https://github.com/nrwl/nx/compare/15.9.2...16.0.0) (2023-04-27) ### Bug Fixes * **angular:** fix migrations cli type and use @angular-devkit/build-angular to determine ng devkit version ([#16157](https://github.com/nrwl/nx/issues/16157)) ([e9f97f8](https://github.com/nrwl/nx/commit/e9f97f87e9a5eddb07cb1f3c6a903cae22ec4c8f)) * **angular:** fix path and selector handling in directive generator ([#16017](https://github.com/nrwl/nx/issues/16017)) ([9b60863](https://github.com/nrwl/nx/commit/9b60863b7b211e9efe16689376a0bfef5100cd6f)) * **angular:** fix path handling and validate standalone option in pipe generator ([#16080](https://github.com/nrwl/nx/issues/16080)) ([74633f5](https://github.com/nrwl/nx/commit/74633f535c6e66755683ba829bf9d34f757e0f77)) * **angular:** host and remote app generation with directory ([#16113](https://github.com/nrwl/nx/issues/16113)) ([44c5471](https://github.com/nrwl/nx/commit/44c5471dce1f66dc1c8c42d25b4aeb84e9767b5c)) * **angular:** validate standalone option in the directive generator ([#16051](https://github.com/nrwl/nx/issues/16051)) ([bf9542a](https://github.com/nrwl/nx/commit/bf9542a150a603d5c9379ab4dd923fb21c36e29a)) * **bundling:** add missing @babel/core dependency to @nrwl/webpack ([#16023](https://github.com/nrwl/nx/issues/16023)) ([bfea455](https://github.com/nrwl/nx/commit/bfea455e64d659702ef865646f4f17f0bb719829)) * **core:** `anyOf` should validate if at least 1 condition passes ([#14769](https://github.com/nrwl/nx/issues/14769)) ([c3ba5ab](https://github.com/nrwl/nx/commit/c3ba5ab66f223fe63235586b9307cedc2e23d00d)) * **core:** deleted projects should not be in cached graph ([#16210](https://github.com/nrwl/nx/issues/16210)) ([1df2d68](https://github.com/nrwl/nx/commit/1df2d68d6debc0ea4602018013f1ee5ca1028808)) * **core:** don't error if lock file not present when precomputing js dependencies ([#16094](https://github.com/nrwl/nx/issues/16094)) ([18c016b](https://github.com/nrwl/nx/commit/18c016bb06155d16e053c49df77d8b270adc6442)) * **core:** don't show global version warning when Nx is invoked by itself ([#16102](https://github.com/nrwl/nx/issues/16102)) ([2887596](https://github.com/nrwl/nx/commit/28875960990d198e701d1cd7cfd813bbdfd40752)) * **core:** ensurePackage fails on pnpm workspaces ([#16002](https://github.com/nrwl/nx/issues/16002)) ([b3a3f2a](https://github.com/nrwl/nx/commit/b3a3f2a72471b0cef50172f3ccd3c96e7e173319)) * **core:** fix "migrate-to-inputs" migration ([#16145](https://github.com/nrwl/nx/issues/16145)) ([aaa1113](https://github.com/nrwl/nx/commit/aaa1113ab0123e2eafe4f03a09e91995f46c12f0)) * **core:** fix broken command-line unit test ([#16152](https://github.com/nrwl/nx/issues/16152)) ([00ed85d](https://github.com/nrwl/nx/commit/00ed85dc2ffc5cb6f1b695e118d5a70db2f8f099)) * **core:** fix NX_PERF_LOGGING toggles ([#16054](https://github.com/nrwl/nx/issues/16054)) ([45a1a6e](https://github.com/nrwl/nx/commit/45a1a6e9c741390884f9c1562544c2abd94232f5)) * **core:** fix parallel cli argument not default to 3 when not specified ([#13837](https://github.com/nrwl/nx/issues/13837)) ([f14aac6](https://github.com/nrwl/nx/commit/f14aac629f64e8752fdbbb50730e1f56c088a772)) * **core:** only use native hasher if available ([#16197](https://github.com/nrwl/nx/issues/16197)) ([7625956](https://github.com/nrwl/nx/commit/7625956b2088c38e6e4a2a328539be5142e3b7c1)) * **core:** respect analyzePackageJson for processProjectGraph ([#16220](https://github.com/nrwl/nx/issues/16220)) ([afb37c8](https://github.com/nrwl/nx/commit/afb37c8691159081ff919a9d593dd11848859847)) * **core:** should not throw 'unable to resolve nx/package.json' ([#16072](https://github.com/nrwl/nx/issues/16072)) ([8092df3](https://github.com/nrwl/nx/commit/8092df31e2cff9c6ceaa17dbffdeba2067b6e605)) * **core:** split nightly e2e target ([#16176](https://github.com/nrwl/nx/issues/16176)) ([6889f93](https://github.com/nrwl/nx/commit/6889f933f2ad1520450d9378a87d06a73ebb8a7c)) * **core:** support yarn berry patches in pruned lock file ([#15993](https://github.com/nrwl/nx/issues/15993)) ([30f993e](https://github.com/nrwl/nx/commit/30f993e57e1bb02db8b26fc3be6ddb7608bbb522)) * **core:** update links shown after create-nx-workspace ([4d01b61](https://github.com/nrwl/nx/commit/4d01b61c7b7f5e8e6919616061594fe2e56079ff)) * **devkit:** tree.children should support writes to directories that have the same name as their parent ([#16074](https://github.com/nrwl/nx/issues/16074)) ([63e67bf](https://github.com/nrwl/nx/commit/63e67bf1423bd9c0ccc6e44c40f227b409544e89)) * **esbuild:** don't set outfile or outdir if already defined ([#14636](https://github.com/nrwl/nx/issues/14636)) ([3636756](https://github.com/nrwl/nx/commit/36367569f6efa04fb120782ecf5befd86c6a30de)) * **js:** remove thirdParty default so that package.json will be generated by default ([#16015](https://github.com/nrwl/nx/issues/16015)) ([c02ec9f](https://github.com/nrwl/nx/commit/c02ec9f1f78051ebe32ef93c66a42d62c02d6267)) * **linter:** support ESM js imports in ast utils ([#16049](https://github.com/nrwl/nx/issues/16049)) ([89d0b8b](https://github.com/nrwl/nx/commit/89d0b8bf6f593f83c5b7303d0614a9ea8f7ec16d)) * **misc:** allow npmScope to be single @ ([#16053](https://github.com/nrwl/nx/issues/16053)) ([c0d95a7](https://github.com/nrwl/nx/commit/c0d95a7b01b9e08929cd1f14d9627ce0b2a73fa6)) * **misc:** create-nx-workspace should show some stdout if stderr empty on error ([#16020](https://github.com/nrwl/nx/issues/16020)) ([778400b](https://github.com/nrwl/nx/commit/778400b1cf58d97d26de2a2d6488f45841e64342)) * **misc:** fix docs for nx watch --includeDependentProjects ([#16026](https://github.com/nrwl/nx/issues/16026)) ([775f651](https://github.com/nrwl/nx/commit/775f65130d3117510146b35bd552602b381ec260)) * **misc:** shared deps that rely on default configuration are filtered out ([#16193](https://github.com/nrwl/nx/issues/16193)) ([432e074](https://github.com/nrwl/nx/commit/432e07440edfc9d2cd49dd0088400151d0c20c71)) * **node:** update ts-jest config for jest 29 ([#16201](https://github.com/nrwl/nx/issues/16201)) ([3f4d010](https://github.com/nrwl/nx/commit/3f4d010ac31fbc9a49966f91b335fed91bc1e2f8)) * **nx-dev:** adjust tab cmp spacing ([#16027](https://github.com/nrwl/nx/issues/16027)) ([059447b](https://github.com/nrwl/nx/commit/059447b2fba63c408e7fb540762713e69cec8a33)) * **react-native:** add aliasFields to handle replaced files in browser env ([#16106](https://github.com/nrwl/nx/issues/16106)) ([7a4adf5](https://github.com/nrwl/nx/commit/7a4adf58939ee6dec301381a3f5fea19a2a81918)) * **repo:** add CODEOWNERS to prettier ignore list ([#16224](https://github.com/nrwl/nx/issues/16224)) ([0024706](https://github.com/nrwl/nx/commit/00247064bded7cec544151045f783e58b08b9f24)) * **repo:** cache nightly node_modules per run to avoid stale graph ([#16216](https://github.com/nrwl/nx/issues/16216)) ([98501aa](https://github.com/nrwl/nx/commit/98501aa56bb74d76b6a20c4ec70320c36ee254f9)) * **repo:** enable mac tests on nightly and fix CI ([#16150](https://github.com/nrwl/nx/issues/16150)) ([e81bdd4](https://github.com/nrwl/nx/commit/e81bdd4c1e947041bd2b59facb2f7092a83653aa)) * **repo:** fix codeowners ([#16218](https://github.com/nrwl/nx/issues/16218)) ([7c5c36d](https://github.com/nrwl/nx/commit/7c5c36de5c9b38fcde1e76da2e7690be423ea4f0)) * **repo:** use lerna command in e2e with yarn --silent ([#16155](https://github.com/nrwl/nx/issues/16155)) ([cb5a7d8](https://github.com/nrwl/nx/commit/cb5a7d8d3505e4fdfb0ad9124e30a11227cf8ebe)) * **storybook:** v7 gen docs and install react deps ([#16057](https://github.com/nrwl/nx/issues/16057)) ([c91c365](https://github.com/nrwl/nx/commit/c91c365fa21c25ada1d0471f81eb41f5fc5dc07c)) * **testing:** correctly error with jest.mock for invalid filepaths ([#15445](https://github.com/nrwl/nx/issues/15445)) ([083f4f1](https://github.com/nrwl/nx/commit/083f4f12c8378df03070f0ea4fabf1c072494e5e)) * **testing:** allow removing projects in standalone apps ([#16093](https://github.com/nrwl/nx/issues/16093)) ([5afb5fc](https://github.com/nrwl/nx/commit/5afb5fc8fd41c8ee0ddd2ad79a523af78b8aa1a7)) * **testing:** merge reporter/coverage values from vite config ([#16165](https://github.com/nrwl/nx/issues/16165)) ([9ba8444](https://github.com/nrwl/nx/commit/9ba8444930cc47fd8d8600574e3db2692bf5327b)) * **testing:** prevent loop w/ Cypress watch & Vite processor ([#16099](https://github.com/nrwl/nx/issues/16099)) ([8b4e5f6](https://github.com/nrwl/nx/commit/8b4e5f66160de0b6c1eb6cb3b0fddf980cda6744)) * **angular:** consider app-routing.module.ts when setting up module federation host routes ([#16285](https://github.com/nrwl/nx/issues/16285)) ([3e45445](https://github.com/nrwl/nx/commit/3e45445e26dcf63c2e78cdccfd13e588ac6ae887)) * **core:** correctly pass resolved compilerOptions to ts-node ([#16240](https://github.com/nrwl/nx/issues/16240)) ([98b4aa6](https://github.com/nrwl/nx/commit/98b4aa6561ae99635d011f2a3d715258348fbae4)) * **core:** migrate should read both generators and schematics ([#16294](https://github.com/nrwl/nx/issues/16294)) ([bd63cbf](https://github.com/nrwl/nx/commit/bd63cbfad6d2c7b43a10284dd659303c98d1cda9)) * **core:** run-many doesn't strip quotes surrounding target names ([#16211](https://github.com/nrwl/nx/issues/16211)) ([5da650a](https://github.com/nrwl/nx/commit/5da650abb10871dc96b9f3ef23eebaaa3145dc10)) * **core:** update @monodon/rust ([#16334](https://github.com/nrwl/nx/issues/16334)) ([f0cbb84](https://github.com/nrwl/nx/commit/f0cbb84249d52980ef83424fc6e9a285b86b8729)) * **js:** report createGlobPatternsForDependencies errors on tailwind ([#16266](https://github.com/nrwl/nx/issues/16266)) ([e6f6fc1](https://github.com/nrwl/nx/commit/e6f6fc14a93d4fffdb5c34f522f911eff1d6dcc8)) * **nextjs:** clean up favicon & remove unnecessary property ([#16233](https://github.com/nrwl/nx/issues/16233)) ([63d0230](https://github.com/nrwl/nx/commit/63d02304d01d99ab42334a0abe3bad66beb697ce)) * **nextjs:** Let Next.js handler serve public/ folder ([#16318](https://github.com/nrwl/nx/issues/16318)) ([d54f848](https://github.com/nrwl/nx/commit/d54f8488101fa6e2f768c7e68552af1435083ba0)) * **storybook:** add correct v7 packages when generating storybook configuration ([#16272](https://github.com/nrwl/nx/issues/16272)) ([5628969](https://github.com/nrwl/nx/commit/56289694009831c80856e81b2220ca556ed989e0)) * **testing:** support custom workspaceRoot for angular CT ([#15485](https://github.com/nrwl/nx/issues/15485)) ([26fbd1d](https://github.com/nrwl/nx/commit/26fbd1daa05cd94dbba88a68186eb2f24357ba90)) * **testing:** use jest v29 deps in @nrwl/jest ([#16256](https://github.com/nrwl/nx/issues/16256)) ([b15db06](https://github.com/nrwl/nx/commit/b15db0663f200ba6bdc76b22ce94502e199e4086)) * **core:** fix failing unit test ([#16357](https://github.com/nrwl/nx/issues/16357)) ([0d561ef](https://github.com/nrwl/nx/commit/0d561ef90a178d6145d144219af14476df52df5c)) * **core:** replace [@nrwl](https://github.com/nrwl) with [@nx](https://github.com/nx) in nx core packages ([#16344](https://github.com/nrwl/nx/issues/16344)) ([4ee1ba5](https://github.com/nrwl/nx/commit/4ee1ba56e7857e834b0c112468f094e957ef7842)) * **core:** use the module name as the name of the nx plugin ([#16335](https://github.com/nrwl/nx/issues/16335)) ([fa40367](https://github.com/nrwl/nx/commit/fa40367f2fe845de5b5bf8cc57b9fbd41e9b373f)) * federation: dont default to esm ([#16011](https://github.com/nrwl/nx/issues/16011)) ([81f5603](https://github.com/nrwl/nx/commit/81f5603998f58336e58e5fd07e535284974d5f9e)) * **nx-dev:** add redirects for new tutorials ([#16355](https://github.com/nrwl/nx/issues/16355)) ([739e1ab](https://github.com/nrwl/nx/commit/739e1ab702f8a777af6f26187468aa7447b78ab1)) * **angular:** add component import path correctly to NgModule when flat=false ([#16364](https://github.com/nrwl/nx/issues/16364)) ([0ce1f37](https://github.com/nrwl/nx/commit/0ce1f379438ecaaa96b27481a69a1efb1c997c11)) * **angular:** fix resolve builder in ngcli adapter ([#16375](https://github.com/nrwl/nx/issues/16375)) ([52acf07](https://github.com/nrwl/nx/commit/52acf070268a5be8660dfa0f3b2dbac81a4395fe)) * **angular:** schematics warning should only occur when run as schematic ([#16396](https://github.com/nrwl/nx/issues/16396)) ([4446bf7](https://github.com/nrwl/nx/commit/4446bf749a050c60ccb2128df7e8a947db4b7b58)) * **angular:** throw error when generating component with multiple candidate modules ([#16332](https://github.com/nrwl/nx/issues/16332)) ([48b356d](https://github.com/nrwl/nx/commit/48b356d9c1c791aaaf0f5d2898905e99675f66d7)) * **core:** do not attempt to remove non-existent package from package.json ([#16399](https://github.com/nrwl/nx/issues/16399)) ([1b7587f](https://github.com/nrwl/nx/commit/1b7587f8ebda974542f3c8812ef27c695f4c0649)) * **core:** fix preset unit tests ([#16384](https://github.com/nrwl/nx/issues/16384)) ([c6310e6](https://github.com/nrwl/nx/commit/c6310e6231eb156ba0cc6741c8cf7a5a0f9ec8c1)) * **js:** update swc options so path mappings can work in all environments ([#16390](https://github.com/nrwl/nx/issues/16390)) ([ab609a2](https://github.com/nrwl/nx/commit/ab609a26d8551ba6ba32376c0e998638fc05fc1a)) * **react:** install rollup package when generating lib ([#16373](https://github.com/nrwl/nx/issues/16373)) ([a4ef959](https://github.com/nrwl/nx/commit/a4ef9596d958664ede1b068fadfa3e3e763c29a7)) * **storybook:** check storybook is installed and not on v7 already ([#16402](https://github.com/nrwl/nx/issues/16402)) ([2e97962](https://github.com/nrwl/nx/commit/2e979628b331e996143f10b671f67a70eab0d84b)) * **storybook:** do not override existing v7 on init ([#16405](https://github.com/nrwl/nx/issues/16405)) ([157b35b](https://github.com/nrwl/nx/commit/157b35b5a05f9b750a8eeca377666a791e779a4e)) * **storybook:** handle [@nrwl](https://github.com/nrwl) packages in storybook installed check ([#16380](https://github.com/nrwl/nx/issues/16380)) ([3d3cc74](https://github.com/nrwl/nx/commit/3d3cc743510a58b6612d30d358ad0ed050641146)) * **core:** fix devkit compatibility ([#16413](https://github.com/nrwl/nx/issues/16413)) ([1ff450b](https://github.com/nrwl/nx/commit/1ff450b75a9c585ff2f46bcae3deddd1de393022)) * **core:** hide duplicate log entry when displaying generator help ([#16353](https://github.com/nrwl/nx/issues/16353)) ([b3ca503](https://github.com/nrwl/nx/commit/b3ca5037e0a0790b299d1c7b177275ad189e0054)) * **linter:** don't confuse buildable libs for secondary ng entry point ([#16367](https://github.com/nrwl/nx/issues/16367)) ([c8960b7](https://github.com/nrwl/nx/commit/c8960b733f63a8cb39f68982b534b8439343b9d6)) * **misc:** mark workspace-lint as deprecated in yargs config ([#16385](https://github.com/nrwl/nx/issues/16385)) ([9fa6d41](https://github.com/nrwl/nx/commit/9fa6d418b90f8cbe91b23f5d6fa5429811ee58a4)) * **react-native:** remove listDevices default value for run-android ([#16410](https://github.com/nrwl/nx/issues/16410)) ([9c9abaa](https://github.com/nrwl/nx/commit/9c9abaa098d620fc0d498d0a1a04e8366de746c0)) * **storybook:** dont use swc addon on sb7 and format ([#16408](https://github.com/nrwl/nx/issues/16408)) ([c963393](https://github.com/nrwl/nx/commit/c963393e534f55660a330d2e041e6570996d7d30)) * **testing:** nullcheck polyfills in ng component testing ([#16411](https://github.com/nrwl/nx/issues/16411)) ([1ad7e3d](https://github.com/nrwl/nx/commit/1ad7e3de48afc32c55c48de71286ba54155f1d03)) * **core:** do not expect each package to have hoisted version in lockfile ([#16393](https://github.com/nrwl/nx/issues/16393)) ([a51ac58](https://github.com/nrwl/nx/commit/a51ac58a456607943469b286909afc4411e8b3a0)) * **core:** enforce fixed versions only for apps with createPackageJson ([#16398](https://github.com/nrwl/nx/issues/16398)) ([4a4fc19](https://github.com/nrwl/nx/commit/4a4fc19055b03b96cded1252cf421e3fbb7b0a1d)) * **misc:** handle packages rescope in nx init flows ([#16404](https://github.com/nrwl/nx/issues/16404)) ([752a923](https://github.com/nrwl/nx/commit/752a92373b54520dce9fc8e984149ef7cb86ca4f)) * **misc:** pass e2eTestRunner to child preset generator ([#16414](https://github.com/nrwl/nx/issues/16414)) ([a798576](https://github.com/nrwl/nx/commit/a798576e0e5bb31c849f302493f83493483752d7)) * **nextjs:** make lint generator rootProject aware ([#16436](https://github.com/nrwl/nx/issues/16436)) ([86b674f](https://github.com/nrwl/nx/commit/86b674f61f663a5b9ff2a793dcfc7918c905e46f)) * **nextjs:** styled-jsx and styled-components should have "use client directive" ([#16440](https://github.com/nrwl/nx/issues/16440)) ([5e0893a](https://github.com/nrwl/nx/commit/5e0893a38f3adf9d1b400fb20c68c49d1ba65ac0)) * **react-native:** log errors for pod install ([#16386](https://github.com/nrwl/nx/issues/16386)) ([16e115f](https://github.com/nrwl/nx/commit/16e115fd7b8edb9db62cb9b40451d5f9833e1483)) * **storybook:** only check existence of storybook before migrating ([#16431](https://github.com/nrwl/nx/issues/16431)) ([e447f2c](https://github.com/nrwl/nx/commit/e447f2c4fa063edad224ed544e8c6c8f2d308e1a)) * **angular:** build plugin runtime code with ts module option set to esnext ([#16448](https://github.com/nrwl/nx/issues/16448)) ([258cda3](https://github.com/nrwl/nx/commit/258cda37ec0136348ed75ca03c6a4ceb136a733f)) * **core:** fix cache recalculation ([#16468](https://github.com/nrwl/nx/issues/16468)) ([a10b6b1](https://github.com/nrwl/nx/commit/a10b6b129012b7a95e2929595aa7a44707f5196c)) * **core:** fix nx package group to have correct legacy eslint-plugin ([#16470](https://github.com/nrwl/nx/issues/16470)) ([dbce22a](https://github.com/nrwl/nx/commit/dbce22a4999719122eaf3a660a0674211ea6d55e)) * **core:** hide message when migrating to a new major and already connected to cloud ([#16466](https://github.com/nrwl/nx/issues/16466)) ([505b5dc](https://github.com/nrwl/nx/commit/505b5dc0048d4428cccd1700dfff79500a5ed763)) * **core:** optional dependencies should be tracked by project graph ([#16383](https://github.com/nrwl/nx/issues/16383)) ([61451a1](https://github.com/nrwl/nx/commit/61451a100b6610a74a7c2489ffcea5ce5db6bacc)) * **core:** whitelist registries that support obtaining migration config via 'npm view' ([#16423](https://github.com/nrwl/nx/issues/16423)) ([a7c14fc](https://github.com/nrwl/nx/commit/a7c14fca1e3f948d89e56d39200e37af3d217591)) * **devkit:** writing a file inside a deleted directory should undelete it ([6e9d4ec](https://github.com/nrwl/nx/commit/6e9d4eccf71146dddc196c1053819556161cd286)) * **linter:** fix legacy linter migrations ([#16462](https://github.com/nrwl/nx/issues/16462)) ([88b9687](https://github.com/nrwl/nx/commit/88b96874513c8fd55657783364aaf9b526aee7f7)) * **misc:** cleanup migration to workspace-plugin ([be768ca](https://github.com/nrwl/nx/commit/be768ca19dad130767e53c54d4fe161751467cef)) * **misc:** set default e2e test runner when creating angular and next workspaces ([#16464](https://github.com/nrwl/nx/issues/16464)) ([a421fce](https://github.com/nrwl/nx/commit/a421fce0191a1628f956c8c0c7ff5aa2762ab863)) * **nextjs:** add e2e test case for standalone nextjs ([#16447](https://github.com/nrwl/nx/issues/16447)) ([425124f](https://github.com/nrwl/nx/commit/425124f6104f759a6097acdabfeb4d83a7a72d27)) * **nextjs:** Add exclude to root projects e2e tsconfig so that tests will be picked up. ([#16459](https://github.com/nrwl/nx/issues/16459)) ([a908ef5](https://github.com/nrwl/nx/commit/a908ef586ae36ef1fbfcf279bf7a1aec943da645)) * **nextjs:** output path for standalone apps ([#16465](https://github.com/nrwl/nx/issues/16465)) ([f43ac5b](https://github.com/nrwl/nx/commit/f43ac5b633d6c24b6146e6b2bce5ad1837c9b39c)) * **nextjs:** remove the need to install @nx/next for production builds ([#16469](https://github.com/nrwl/nx/issues/16469)) ([564ffae](https://github.com/nrwl/nx/commit/564ffaeebdc9c5519d86a7cff2c596e2f7f8ce70)) * **nextjs:** support workspace libs with standalone Next.js app ([#16471](https://github.com/nrwl/nx/issues/16471)) ([bb11fe3](https://github.com/nrwl/nx/commit/bb11fe31bbcc8d12644c35d5eadf82a7145ab4c1)) * **nx-plugin:** correct importPath and import updates for migration to local plugins ([#16437](https://github.com/nrwl/nx/issues/16437)) ([b44dbf9](https://github.com/nrwl/nx/commit/b44dbf9c22e39a659561073a172cacb8c98a4397)) * **nx-plugin:** don't add tslib if compiling with swc ([#16418](https://github.com/nrwl/nx/issues/16418)) ([c337998](https://github.com/nrwl/nx/commit/c337998eb915ff716f46b83d8067b0fda1527b03)) * **nx-plugin:** generated root plugin should not have wonky paths ([#16445](https://github.com/nrwl/nx/issues/16445)) ([219ad67](https://github.com/nrwl/nx/commit/219ad67e74f0b34318b57dd76835324d437cfd3b)) * **react:** swapped fragments with
so avoid lint warnings for default ([#16449](https://github.com/nrwl/nx/issues/16449)) ([db6e14e](https://github.com/nrwl/nx/commit/db6e14eca59dc8909d50ecb1f57ea6e36193156d)) * **react:** use babel-loader when using styled-jsx with rspack ([#16443](https://github.com/nrwl/nx/issues/16443)) ([0a6d376](https://github.com/nrwl/nx/commit/0a6d37675c24c23fefbc5df4dda8a1dc15b16a58)) * **bundling:** export collections from @nx/vite ([#16514](https://github.com/nrwl/nx/issues/16514)) ([9aa355f](https://github.com/nrwl/nx/commit/9aa355f8dcf272af697e608e28e935810a06c923)) * **core:** do not replace [@nrwl](https://github.com/nrwl) mentions in CHANGELOG.md ([#16512](https://github.com/nrwl/nx/issues/16512)) ([5272e5a](https://github.com/nrwl/nx/commit/5272e5af6ff028dffb512cb4467336b288deba30)) * **core:** use located tsconfig name for tsconfig-paths when registering local plugin transpiler ([#16476](https://github.com/nrwl/nx/issues/16476)) ([0e68441](https://github.com/nrwl/nx/commit/0e68441265d31fda3a9d2fb0f6e77f12100baddf)) * **js:** throw better error messaging when a dependency is not in the graph ([#16510](https://github.com/nrwl/nx/issues/16510)) ([db32400](https://github.com/nrwl/nx/commit/db324007b52cd9c8340da007aae565407b2e4fdc)) * **linter:** replace eslint ignore comments during [@nrwl](https://github.com/nrwl) -> [@nx](https://github.com/nx) migra… ([#16521](https://github.com/nrwl/nx/issues/16521)) ([aeb5950](https://github.com/nrwl/nx/commit/aeb595018367d156c93680d63a40c24905e5e445)) * **misc:** create-nx-workspace should display short error messages ([#16474](https://github.com/nrwl/nx/issues/16474)) ([ddf613c](https://github.com/nrwl/nx/commit/ddf613c481b3ea7a29e4bf36fd6805c01552c074)) * **misc:** create-nx-workspace should work with custom presets on windows ([#16473](https://github.com/nrwl/nx/issues/16473)) ([04a0c77](https://github.com/nrwl/nx/commit/04a0c7734ffc538b3e45d035808ff485324e81e6)) * **misc:** safely iterate over package.json scripts in nx init command ([#16508](https://github.com/nrwl/nx/issues/16508)) ([dffb3d3](https://github.com/nrwl/nx/commit/dffb3d38e0c5e40316a0a3338cdf464de0506746)) * **nextjs:** do not generate test for appDir page.tsx ([#16509](https://github.com/nrwl/nx/issues/16509)) ([808b4d1](https://github.com/nrwl/nx/commit/808b4d10f4671070a41dc3fe8551cd3532aff145)) * **nextjs:** Nightly failures since yarn eagerly reads imports ([#16522](https://github.com/nrwl/nx/issues/16522)) ([4dea8b7](https://github.com/nrwl/nx/commit/4dea8b72fe8b6476823f4bf7efa29ba65590d088)) * **nextjs:** use require("next") since exports.default is no longer provided ([#16497](https://github.com/nrwl/nx/issues/16497)) ([786323d](https://github.com/nrwl/nx/commit/786323d5cdac90f5c887ced6b2c31854431a1326)) * **repo:** fix mismatched package manager e2e utils ([#16502](https://github.com/nrwl/nx/issues/16502)) ([8519fbc](https://github.com/nrwl/nx/commit/8519fbc7a63a92a07cf6194b1d86b5fb5efe8695)) * **angular:** remote static serve target should not watch for changes ([#16542](https://github.com/nrwl/nx/issues/16542)) ([4e0df09](https://github.com/nrwl/nx/commit/4e0df09facdacaf22eaca393a56019665f8129ac)) * **core:** do not replace [@nrwl](https://github.com/nrwl) mentions in excluded files anywhere i… ([#16555](https://github.com/nrwl/nx/issues/16555)) ([8329395](https://github.com/nrwl/nx/commit/8329395a7ee78d8f17939b9aa3bb123749000fa7)) * **core:** do not replace legacy package mentions in binary files ([#16547](https://github.com/nrwl/nx/issues/16547)) ([cba3c48](https://github.com/nrwl/nx/commit/cba3c48e6c11ffc62ae2c3b9129adf0146611f9c)) * **core:** handle symbol in migration path and infer angular material and cdk migration type correctly ([#16538](https://github.com/nrwl/nx/issues/16538)) ([85366d5](https://github.com/nrwl/nx/commit/85366d5cbe3ee82d6cbcb4b7ecb0a4ea7a3cbea3)) * **devkit:** add .pxd and .pxz to binary extensions ([#16556](https://github.com/nrwl/nx/issues/16556)) ([c0e5dd9](https://github.com/nrwl/nx/commit/c0e5dd99eb80ac5e78463d365966523d168d0b8c)) * **devkit:** don't visit files that are ignored by nxignore ([#16544](https://github.com/nrwl/nx/issues/16544)) ([f0295fa](https://github.com/nrwl/nx/commit/f0295faf3f98744f1886614da6f6f99e6a2422ef)) * **devkit:** handle moving a file back to the spot it was already on disk ([#16554](https://github.com/nrwl/nx/issues/16554)) ([7acc5da](https://github.com/nrwl/nx/commit/7acc5da7f742510a4a21bbd6ae071a8577d0f958)) * **js:** ensure publishable libraries are not marked as private ([#16549](https://github.com/nrwl/nx/issues/16549)) ([b374bd3](https://github.com/nrwl/nx/commit/b374bd342c669ad2b9f8991b95ce75333a9263e3)) * **js:** fix minimal publish script devkit import ([#16559](https://github.com/nrwl/nx/issues/16559)) ([555cacd](https://github.com/nrwl/nx/commit/555cacd87dba59b06806c9504b4f7e8771e0b435)) * **linter:** ensure target project locator is using stale graph in IDE ([#16534](https://github.com/nrwl/nx/issues/16534)) ([d47df3d](https://github.com/nrwl/nx/commit/d47df3d6761bb82b039045340ce63468099a3318)) * **misc:** don't generate workspace-generators directory ([#16525](https://github.com/nrwl/nx/issues/16525)) ([c688df6](https://github.com/nrwl/nx/commit/c688df69b2427927c42feb3a89434743c14f5e29)) * **nextjs:** ignore components in appDir when generating cy files ([#16520](https://github.com/nrwl/nx/issues/16520)) ([87ac061](https://github.com/nrwl/nx/commit/87ac06147962583a550a1864060b33e6b6f7edcc)) * **node:** use consistent default port ([#16491](https://github.com/nrwl/nx/issues/16491)) ([3d5b849](https://github.com/nrwl/nx/commit/3d5b8498265a9c6e413750176157e3df1a1a2d08)) * **nx-plugin:** cleanup some paths that are strange when root project ([#16548](https://github.com/nrwl/nx/issues/16548)) ([b409095](https://github.com/nrwl/nx/commit/b409095475093165bcecf3194cfdbd2ca96bbf75)) * **nx-plugin:** generate example file with .template extension ([#16543](https://github.com/nrwl/nx/issues/16543)) ([5b0527b](https://github.com/nrwl/nx/commit/5b0527bc45cdf8522f166d042bda9ee3090c9823)) * **nx-plugin:** make cli schema json migration safer ([#16558](https://github.com/nrwl/nx/issues/16558)) ([b3b61f5](https://github.com/nrwl/nx/commit/b3b61f596f1cefd2f84cd28a012085c3b234587b)) * **react-native:** fix @nrwl/react-native and @nrwl/expo dep conficts ([#16524](https://github.com/nrwl/nx/issues/16524)) ([7e64afc](https://github.com/nrwl/nx/commit/7e64afc7a69be9c9d16da9d35b309f1b682029df)) * **repo:** fix publish script's use of pnpm part 2 ([#16568](https://github.com/nrwl/nx/issues/16568)) ([240a27b](https://github.com/nrwl/nx/commit/240a27bb676fdf63922f0ec1193fbc02ad98e237)) * **repo:** fix publish scripts use of pnpm ([#16566](https://github.com/nrwl/nx/issues/16566)) ([d22b037](https://github.com/nrwl/nx/commit/d22b03756a0fc1d59692af80ed94f762cdba1604)) * **webpack:** web app in default nx config not working with [@aws-sdk](https://github.com/aws-sdk) ([#15962](https://github.com/nrwl/nx/issues/15962)) ([440a85c](https://github.com/nrwl/nx/commit/440a85c18badc639e3be91a5a94043af667b8d1e)) * **angular:** fix the imports of @angular-devkit/architect/node for n… ([#16595](https://github.com/nrwl/nx/issues/16595)) ([eb425b6](https://github.com/nrwl/nx/commit/eb425b6ffeb7c30b93ba31fe0565b86504768197)) * **core:** deprecate mf utils from devkit public api ([#16574](https://github.com/nrwl/nx/issues/16574)) ([f34fec3](https://github.com/nrwl/nx/commit/f34fec319f18b7ba66e44d8d57204ded0f02223e)) * **core:** fix missing top-level dependencies ([#14832](https://github.com/nrwl/nx/issues/14832)) ([369ee09](https://github.com/nrwl/nx/commit/369ee097110236021c3d235c4d918974ddc66d1d)) * **core:** improve docker detection with cgroup ([#16589](https://github.com/nrwl/nx/issues/16589)) ([7263b48](https://github.com/nrwl/nx/commit/7263b48b486f855610505dcba223e229ed78fc09)) * **core:** use nx@next when migrating to `next` ([#16557](https://github.com/nrwl/nx/issues/16557)) ([0add1a1](https://github.com/nrwl/nx/commit/0add1a1e4cc8a43dcdc4db260375085f3c9f12d6)) * **misc:** add a migration to update or remove references to @nrwl/web/babel ([#16581](https://github.com/nrwl/nx/issues/16581)) ([38c3221](https://github.com/nrwl/nx/commit/38c3221e1f259715f200d4998aef09e5b9b2fc92)) * **nextjs:** Add debug ability when verbose is passed to build ([#16545](https://github.com/nrwl/nx/issues/16545)) ([d24862d](https://github.com/nrwl/nx/commit/d24862d35894c491313f2e1e0eba5cb35775bb43)) * **node:** Propagate --bundler when passed via CNW ([#16580](https://github.com/nrwl/nx/issues/16580)) ([d5062e7](https://github.com/nrwl/nx/commit/d5062e722c5a5ca38ed41b972a981e16beb8b7ce)) * **nx-dev:** toc width ([#16592](https://github.com/nrwl/nx/issues/16592)) ([ae48f04](https://github.com/nrwl/nx/commit/ae48f0431183adce983d1f1157e062dfdef31fcd)) * **nx-plugin:** remove createPackageName prompt for nx plugin ([#16585](https://github.com/nrwl/nx/issues/16585)) ([e4aad48](https://github.com/nrwl/nx/commit/e4aad481250add7021c93984891c98f43318687e)) * **nx-plugin:** runNxCommand should default to using tmpProjPath as the cwd ([#16562](https://github.com/nrwl/nx/issues/16562)) ([0193967](https://github.com/nrwl/nx/commit/0193967b080305bc4fe092f3eac3a57f7af8edcb)) * **vite:** build executor should not overwrite package.json in dist ([#16586](https://github.com/nrwl/nx/issues/16586)) ([2d78de5](https://github.com/nrwl/nx/commit/2d78de5e1e7e6c72b47778698d33ded53e955d7f)) * **core:** do not strip additional angular.json properties ([#16615](https://github.com/nrwl/nx/issues/16615)) ([b1e3545](https://github.com/nrwl/nx/commit/b1e3545caa1d84b20a05638d7cb869a620a2ce85)) * **core:** handle nested gitignores in the filewatcher ([9753acb](https://github.com/nrwl/nx/commit/9753acb72796ed6e8298e19c0ca725c30e22a690)) * **linter:** do not replace legacy package in binary files ([#16617](https://github.com/nrwl/nx/issues/16617)) ([9ed96a1](https://github.com/nrwl/nx/commit/9ed96a1d238fb13653e4c13184bb798461847a03)) * **react:** skip DefinePlugin for SSR ([#16612](https://github.com/nrwl/nx/issues/16612)) ([9d71c71](https://github.com/nrwl/nx/commit/9d71c718f0bfccc3dd561aa0424d93a25f0af8b6)) * **repo:** replace remaining instances of yarn with pnpm ([#16571](https://github.com/nrwl/nx/issues/16571)) ([f004e22](https://github.com/nrwl/nx/commit/f004e22b7c105e13fd6c0735bcc25ce24157639a)) * **repo:** run nightly e2e with pnpm ([#16602](https://github.com/nrwl/nx/issues/16602)) ([0947eb4](https://github.com/nrwl/nx/commit/0947eb46f535de47507c03dbe31e1b493d25e4a5)) ### Features * **angular:** export some utils as public api [#15669](https://github.com/nrwl/nx/issues/15669) ([#16056](https://github.com/nrwl/nx/issues/16056)) ([e71d015](https://github.com/nrwl/nx/commit/e71d0156b185d5aa163cfbca11eadf87b3ed204c)) * **bundling:** add support for esbuild.config.js file ([#16092](https://github.com/nrwl/nx/issues/16092)) ([807884c](https://github.com/nrwl/nx/commit/807884c91dffdf1b53b595d84ff33862b6235421)) * **core:** add support for pnpm v8 ([#15925](https://github.com/nrwl/nx/issues/15925)) ([443d45d](https://github.com/nrwl/nx/commit/443d45d74d2e49d948341fb4fe1b12bcee9f315d)) * **core:** add support for tags with `(print-)affected(:*)` and `run-many` ([#10085](https://github.com/nrwl/nx/issues/10085)) ([454344b](https://github.com/nrwl/nx/commit/454344b1ef47039945205dce42d663aff336dbc5)) * **core:** allow dependsOn to accept a single project dependency ([#16100](https://github.com/nrwl/nx/issues/16100)) ([f2f6e35](https://github.com/nrwl/nx/commit/f2f6e356a7283814503e594c41ae231e64cff440)) * **core:** allow local execution transpiler overriding with env var ([#16037](https://github.com/nrwl/nx/issues/16037)) ([6e86866](https://github.com/nrwl/nx/commit/6e86866867de105016c8e4a5d209577d9c8583ad)) * **core:** allow referencing other packages to specify implementations for executors + generators ([#15987](https://github.com/nrwl/nx/issues/15987)) ([39646cf](https://github.com/nrwl/nx/commit/39646cfa9ad173251a7171773c15c45173712755)) * **core:** deprecate implicitDependency in nx.json ([#16084](https://github.com/nrwl/nx/issues/16084)) ([f34564c](https://github.com/nrwl/nx/commit/f34564c2f8fda75302556f3fe243484e0876bb8b)) * **core:** error when a project graph plugin fails ([#16095](https://github.com/nrwl/nx/issues/16095)) ([ad6ec99](https://github.com/nrwl/nx/commit/ad6ec996f48e6d280ff0e90751b82530efc060fb)) * **core:** remove @nrwl/cli ([#16129](https://github.com/nrwl/nx/issues/16129)) ([601a64d](https://github.com/nrwl/nx/commit/601a64dc2090259695ca355e3df5c6c72c247b90)) * **misc:** bump tsquery dependency version ([#16050](https://github.com/nrwl/nx/issues/16050)) ([675a5a9](https://github.com/nrwl/nx/commit/675a5a9c87310c17edb56666c6616d3d12c32e72)) * **nextjs:** add support for experimental appDir ([#16132](https://github.com/nrwl/nx/issues/16132)) ([18e965d](https://github.com/nrwl/nx/commit/18e965d2efa9409106b8443c241bf147ed5d0a3b)) * **node:** Added E2E project generation option to NestJs app generator ([#14805](https://github.com/nrwl/nx/issues/14805)) ([3af649d](https://github.com/nrwl/nx/commit/3af649dc3ffdbd96b71608e0d7c9f5db870d3cf3)) * **nx-dev:** add markdoc title card component ([#16098](https://github.com/nrwl/nx/issues/16098)) ([ee1f7c1](https://github.com/nrwl/nx/commit/ee1f7c13dd33c148bfa81466dad23dfafce4d4f0)) * **nx-dev:** add table of content for documents ([#15910](https://github.com/nrwl/nx/issues/15910)) ([d9c55aa](https://github.com/nrwl/nx/commit/d9c55aa17c4edf9f801949fee894aeaec80351dc)) * **nx-dev:** display toc for smaller viewport sizes ([#16061](https://github.com/nrwl/nx/issues/16061)) ([b9c901b](https://github.com/nrwl/nx/commit/b9c901b58e42bcc333f55943682f2f2c039f67de)) * **nx-plugin:** reuse utilities from create-nx-workspace for create-nx-plugin ([#15743](https://github.com/nrwl/nx/issues/15743)) ([6e7234c](https://github.com/nrwl/nx/commit/6e7234c1aac7b96d3e367149fd02db9013eedc3b)) * **repo:** add brew cache to preinstall step on nightly ([#16048](https://github.com/nrwl/nx/issues/16048)) ([db0fd2f](https://github.com/nrwl/nx/commit/db0fd2f45335d304fe50a7afc55cd69d580f2a50)) * **repo:** add recently closed count to issues tracker ([#16018](https://github.com/nrwl/nx/issues/16018)) ([6ba60a0](https://github.com/nrwl/nx/commit/6ba60a0d2f9c46cf7167aa9f3b11f538dceeec49)) * **repo:** report time of runs ([#16115](https://github.com/nrwl/nx/issues/16115)) ([e58a059](https://github.com/nrwl/nx/commit/e58a05986d39aac34468f0d9300d9f3e224215d5)) * **storybook:** make v7 default ([#16159](https://github.com/nrwl/nx/issues/16159)) ([f36d65c](https://github.com/nrwl/nx/commit/f36d65c2ef5776e4702422e4049e60e2f3fb243c)) * **testing:** remove deperecated @nrwl/cypress/plugins/preprocessor ([#16170](https://github.com/nrwl/nx/issues/16170)) ([99fafa5](https://github.com/nrwl/nx/commit/99fafa5d1a04c54eb571209dfc0b260dd6a3d9c1)) * **angular:** remove deprecated simpleModuleName option from library generator ([#16219](https://github.com/nrwl/nx/issues/16219)) ([c8a2f50](https://github.com/nrwl/nx/commit/c8a2f50f3621988713b1fabbc1cc96b1e8ab5f99)) * **core:** add hasher implementation info in `nx report` ([#16261](https://github.com/nrwl/nx/issues/16261)) ([cfaf649](https://github.com/nrwl/nx/commit/cfaf6496f3b1dade6596aaafbd8108b039d6ab7d)) * **core:** remove @nrwl/workspace:lib ([#16122](https://github.com/nrwl/nx/issues/16122)) ([cafb49a](https://github.com/nrwl/nx/commit/cafb49ac846b4f585272d85ef8823cdf899ab031)) * **core:** remove @nrwl/workspace:run-commands and @nrwl/workspace:r… ([#16298](https://github.com/nrwl/nx/issues/16298)) ([95f2f80](https://github.com/nrwl/nx/commit/95f2f80cd36de6096ed3890345876ee6999e7666)) * **core:** remove support for `targetDependencies` ([#16101](https://github.com/nrwl/nx/issues/16101)) ([5080f2f](https://github.com/nrwl/nx/commit/5080f2fc815ebb180fa3ced988b1409f762ea542)) * **core:** remove usage of --legacy-peer-deps ([#16271](https://github.com/nrwl/nx/issues/16271)) ([afcf7ba](https://github.com/nrwl/nx/commit/afcf7ba19feda88478ef5e7c7c09eaebc59e5deb)) * **core:** support both @nrwl/nx-cloud and nx-cloud ([1fb9edc](https://github.com/nrwl/nx/commit/1fb9edc46032448e10b55f3ae4e881d87e78eb30)) * **core:** switch packages to use the [@nx](https://github.com/nx) scope ([#16069](https://github.com/nrwl/nx/issues/16069)) ([2d19500](https://github.com/nrwl/nx/commit/2d195007b0558c5d157e2705c3d5fb916cefa3ee)) * **linter:** update @typescript-eslint/* to 5.58.0 ([#16250](https://github.com/nrwl/nx/issues/16250)) ([cdc0906](https://github.com/nrwl/nx/commit/cdc09061321711944ddfefa431e6efb1aa7c50fa)) * **misc:** add --integrated option to nx init command ([#16148](https://github.com/nrwl/nx/issues/16148)) ([4b32716](https://github.com/nrwl/nx/commit/4b327161f97c07378aebba0b5b9368335fbd6428)) * **nextjs:** add composePlugins util when using multiple plugins ([#16296](https://github.com/nrwl/nx/issues/16296)) ([7322751](https://github.com/nrwl/nx/commit/73227515edd60dc9c7d1d5ddaba0bd76549f7127)) * **nextjs:** remove "--server=..." app generator option ([#16312](https://github.com/nrwl/nx/issues/16312)) ([c3c77d5](https://github.com/nrwl/nx/commit/c3c77d525ef536d571828d5c58cffac926059284)) * **nextjs:** update to Next.js 13.3.0 ([#16130](https://github.com/nrwl/nx/issues/16130)) ([0578116](https://github.com/nrwl/nx/commit/0578116fbf16f295cf898e1731d83605a1240b40)) * **nx-plugin:** remove cli property from generators and executors schema.json file ([#16259](https://github.com/nrwl/nx/issues/16259)) ([de520d0](https://github.com/nrwl/nx/commit/de520d00c510896500af6be136005f4169eb925d)) * **react:** deprecate styl from react and next for 17 ([#16135](https://github.com/nrwl/nx/issues/16135)) ([3eede1c](https://github.com/nrwl/nx/commit/3eede1c7debee88572a71f4668b9b0d63a169f62)) * **react:** remove standaloneConfig since it does nothing ([#16313](https://github.com/nrwl/nx/issues/16313)) ([8b48ba9](https://github.com/nrwl/nx/commit/8b48ba9ac25ce15adec257a92c05c570ed8fa5a2)) * **repo:** update storybook to v7 ([#16174](https://github.com/nrwl/nx/issues/16174)) ([c4d9a5b](https://github.com/nrwl/nx/commit/c4d9a5bd5cc802e7d9b91869ca1c473db2c2de0e)) * **core:** add presetVersion flag for the create-nx-workspace ([#16303](https://github.com/nrwl/nx/issues/16303)) ([dc98485](https://github.com/nrwl/nx/commit/dc98485834611f14cc8abb2cce6d851e0e27fc4e)) * **misc:** make createWorkspace quieter by default ([#16202](https://github.com/nrwl/nx/issues/16202)) ([6428294](https://github.com/nrwl/nx/commit/64282949d4ce2ec05df701aa245d1abe3c0479d4)) * **misc:** update @swc/helpers version to match @swc/core ([#16343](https://github.com/nrwl/nx/issues/16343)) ([df81c0d](https://github.com/nrwl/nx/commit/df81c0d8d5387fa059a55927c0d61cfe41e6e28d)) * **nextjs:** add migration for Next.js 13.3.0 ([#16370](https://github.com/nrwl/nx/issues/16370)) ([ced3ab9](https://github.com/nrwl/nx/commit/ced3ab9c59b2cc848e2b26d0c9da2d85db60d5a5)) * **storybook:** added sb7 generator to migrations ([#16369](https://github.com/nrwl/nx/issues/16369)) ([a7bc1c6](https://github.com/nrwl/nx/commit/a7bc1c66356d2c916592636116991663320f2ed5)) * **angular:** replace usages of [@nrwl](https://github.com/nrwl) with [@nx](https://github.com/nx) ([#16377](https://github.com/nrwl/nx/issues/16377)) ([da158bc](https://github.com/nrwl/nx/commit/da158bc47e6c5c7f95e5eadbaa9bbb313530f6ef)) * **core:** extract js related code from affected and hasher ([#16244](https://github.com/nrwl/nx/issues/16244)) ([2dd59c3](https://github.com/nrwl/nx/commit/2dd59c3b57c22ebb80f1e4f5ec651abdd13b41fe)) * **js:** update @swc/core and @swc/helpers packages ([#16372](https://github.com/nrwl/nx/issues/16372)) ([fda18e0](https://github.com/nrwl/nx/commit/fda18e0dbcdb899e86478b9d38906ed4c12a16ff)) * **nest:** Add strict option ([#16371](https://github.com/nrwl/nx/issues/16371)) ([ce4a76a](https://github.com/nrwl/nx/commit/ce4a76a97559e18268b1f4385b211f555f7224c4)) * **node:** replace usages of [@nrwl](https://github.com/nrwl) with [@nx](https://github.com/nx) ([#16379](https://github.com/nrwl/nx/issues/16379)) ([ad805cb](https://github.com/nrwl/nx/commit/ad805cb73fd14dbecc47f4bebd828bd98665b2a0)) * **nx-plugin:** slim down default generated nx-plugin ([#16168](https://github.com/nrwl/nx/issues/16168)) ([00f424a](https://github.com/nrwl/nx/commit/00f424acc671db75f1efc6120ff8665bde5cb1b3)) * **react:** add @nx/web as a dependency since it is needed by cypress/etc. ([#16407](https://github.com/nrwl/nx/issues/16407)) ([1780aac](https://github.com/nrwl/nx/commit/1780aac6a04990304196f6b41ce119289c18893f)) * **repo:** replace usages of @nrwl/ with @nx/ in tooling packages ([#16351](https://github.com/nrwl/nx/issues/16351)) ([5a0a4e8](https://github.com/nrwl/nx/commit/5a0a4e8d26fb56a3e0ae5c400f56068d4ae38c73)) * **web:** replace usages of [@nrwl](https://github.com/nrwl) with [@nx](https://github.com/nx) ([#16376](https://github.com/nrwl/nx/issues/16376)) ([76dfc62](https://github.com/nrwl/nx/commit/76dfc6241212a542bb30754c6a60003d9a221cf7)) * **core:** add migration to update workspace generators to a local plugin ([#12700](https://github.com/nrwl/nx/issues/12700)) ([1743ff1](https://github.com/nrwl/nx/commit/1743ff10ed3cc3ab6bbc50a849a0ec3a1298df1e)) * **misc:** expose nx init command flags ([#16287](https://github.com/nrwl/nx/issues/16287)) ([6677a9c](https://github.com/nrwl/nx/commit/6677a9c932e2db8cf2787e4a53e7ca57a383d492)) * **react:** add rspack experimental support ([#16252](https://github.com/nrwl/nx/issues/16252)) ([f04f316](https://github.com/nrwl/nx/commit/f04f316271645304c19ad01c6145792cebb9f926)) * **testing:** bump ts-jest to 29.1.0 to support typescript 5.x ([#16401](https://github.com/nrwl/nx/issues/16401)) ([5d7ad34](https://github.com/nrwl/nx/commit/5d7ad348e01defda70b75232c687dbf8c8761b65)) * **testing:** export cypressE2EConfigurationGenerator ([#16394](https://github.com/nrwl/nx/issues/16394)) ([a8e85da](https://github.com/nrwl/nx/commit/a8e85dafafdcddfc742d63569250f1720a4a3ee8)) * **bundling:** remove esbuild 0.16.0 support ([#16435](https://github.com/nrwl/nx/issues/16435)) ([bef152d](https://github.com/nrwl/nx/commit/bef152d94e3c1002e6c48c920a8002b4e3848f87)) * **core:** remove deprecated affected commands ([#16349](https://github.com/nrwl/nx/issues/16349)) ([fc07794](https://github.com/nrwl/nx/commit/fc07794d90b502db183e505d11b7b83b1e1deabf)) * **core:** update create-nx-plugin to generate cli library ([#15994](https://github.com/nrwl/nx/issues/15994)) ([8400484](https://github.com/nrwl/nx/commit/840048480f73cd2e913317d8e30bfdf02753d7cc)) * **devkit:** bump support range to be 15 <= x <= 17 ([#16421](https://github.com/nrwl/nx/issues/16421)) ([16e4061](https://github.com/nrwl/nx/commit/16e4061b5d9e2aa0707724f6dbc6429ad45e570c)) * **js:** update the lib version in base tsconfig to es2020 ([#16429](https://github.com/nrwl/nx/issues/16429)) ([9f4d02d](https://github.com/nrwl/nx/commit/9f4d02d9689a0dc9fb31bee69b083020c52800cb)) * **linter:** add internal rules to prevent deep nx imports ([#16430](https://github.com/nrwl/nx/issues/16430)) ([bc0bbb0](https://github.com/nrwl/nx/commit/bc0bbb0b4b727ccbdfc0b96d21096382ef86129c)) * **linter:** rename @nx/eslint-plugin-nx to @nx/eslint-plugin ([#16420](https://github.com/nrwl/nx/issues/16420)) ([739b4c2](https://github.com/nrwl/nx/commit/739b4c2924a1b68d4d50d0eaa6cefa5108e5469e)) * **nextjs:** Add standalone Nextjs option to react selection when running CNW ([#16317](https://github.com/nrwl/nx/issues/16317)) ([338dc64](https://github.com/nrwl/nx/commit/338dc64d91e778c892d2a7d997b997d89b184343)) * **nx-plugin:** rename @nx/nx-plugin to @nx/plugin ([#16422](https://github.com/nrwl/nx/issues/16422)) ([fb54f67](https://github.com/nrwl/nx/commit/fb54f6758103973b530cc729a04df12e5a5c8a3f)) * **react:** remove empty
from generated app ([#16439](https://github.com/nrwl/nx/issues/16439)) ([9163960](https://github.com/nrwl/nx/commit/91639605fd2bf178c5c3154e9ce6e5e4867117e4)) * **angular:** add migration to remove karma generator defaults ([#16400](https://github.com/nrwl/nx/issues/16400)) ([14d9a8b](https://github.com/nrwl/nx/commit/14d9a8b034524c808a483a54ad4fee8fb48341c0)) * **angular:** add migration to remove protractor generator defaults ([#16409](https://github.com/nrwl/nx/issues/16409)) ([ec3c642](https://github.com/nrwl/nx/commit/ec3c642b29720c40e6321a9b3bbd9edf167b7b1f)) * **next:** support nextjs cypress component testing ([#16292](https://github.com/nrwl/nx/issues/16292)) ([06a885a](https://github.com/nrwl/nx/commit/06a885aca2db9967446b5b33392258e77241f312)) * **nx-plugin:** slim down generated code when creating a new generator ([#16444](https://github.com/nrwl/nx/issues/16444)) ([35bda81](https://github.com/nrwl/nx/commit/35bda81df2c87d33b7ce07dbd39da6b2ddbe0c1e)) * **web:** remove deprecated executors ([#16416](https://github.com/nrwl/nx/issues/16416)) ([8de17ab](https://github.com/nrwl/nx/commit/8de17ab1e0d0494152e71c321816e720e47e45d0)) * **core:** add a monkey-patch for require to use [@nx](https://github.com/nx) packages instea… ([#16511](https://github.com/nrwl/nx/issues/16511)) ([26ad8eb](https://github.com/nrwl/nx/commit/26ad8eb14217bd78519d45447aaecfb866b1efb4)) * **core:** support directory patterns for --projects ([#16288](https://github.com/nrwl/nx/issues/16288)) ([6c613ce](https://github.com/nrwl/nx/commit/6c613ce9e8fa06cd06ba005de1bb675637382933)) * **react-native:** upgrade react-native to 0.71.7 ([#16504](https://github.com/nrwl/nx/issues/16504)) ([cc0d912](https://github.com/nrwl/nx/commit/cc0d91203e80e89bcfe578f78bd47cc74d1e59b3)) * **repo:** ignore macos timings for nightly duration report ([#16454](https://github.com/nrwl/nx/issues/16454)) ([4d5cc73](https://github.com/nrwl/nx/commit/4d5cc73c9b99c7f29fd1da94e5908fd286eb1b7e)) * **repo:** update storybook to v7 ([#16174](https://github.com/nrwl/nx/issues/16174)) ([#16289](https://github.com/nrwl/nx/issues/16289)) ([9bb5d0d](https://github.com/nrwl/nx/commit/9bb5d0d7dba5105a6902eb2c908dc3d1be361f67)) * **repo:** use @pnpm/exe over pnpm for CI runs ([#16495](https://github.com/nrwl/nx/issues/16495)) ([ceab87d](https://github.com/nrwl/nx/commit/ceab87d29e0e5308cae7d07cd4e90185148e5880)) * **core:** deprecate @nrwl/tao ([#16550](https://github.com/nrwl/nx/issues/16550)) ([b42d3f7](https://github.com/nrwl/nx/commit/b42d3f7c2b935ea2e6d8c8bfa832198fe40f9800)) * **repo:** migrate to pnpm ([#16284](https://github.com/nrwl/nx/issues/16284)) ([2628658](https://github.com/nrwl/nx/commit/262865841d55315b6c293f0e152a2f7aa5ada7c6)) * **web:** expose cache, compression options for file-server ([#16546](https://github.com/nrwl/nx/issues/16546)) ([ae8c47b](https://github.com/nrwl/nx/commit/ae8c47b75ac8d21fc8e97ffe32babe7bc7b0f409)) * **core:** remove git file hasher implementation ([#16517](https://github.com/nrwl/nx/issues/16517)) ([3703846](https://github.com/nrwl/nx/commit/37038463ed7a33411ade8aaca6510a3c5be56ac3)) * **core:** update dependsOn configuration to use dependencies property ([#16584](https://github.com/nrwl/nx/issues/16584)) ([ac64773](https://github.com/nrwl/nx/commit/ac64773ffa938e9345c02e58031ea41e0b11daff)) * **core:** update nx schema to include more tasksRunnerOptions options ([#16591](https://github.com/nrwl/nx/issues/16591)) ([010ddee](https://github.com/nrwl/nx/commit/010ddeeadb9355b3c03614259e069572bfe05de1)) * **nx-plugin:** simplify generated plugin code ([#16590](https://github.com/nrwl/nx/issues/16590)) ([7b0f96b](https://github.com/nrwl/nx/commit/7b0f96b1ba27fc86a0b8f54b636ef9a014caaa43)) * **vite:** add `--testFile` argument to @nrwl/vite:test ([#16324](https://github.com/nrwl/nx/issues/16324)) ([83ada9d](https://github.com/nrwl/nx/commit/83ada9dcc1bf2057dd95df6c494beeacd55cbb7f)) * **vite:** allow setting of build target ([#16588](https://github.com/nrwl/nx/issues/16588)) ([4465425](https://github.com/nrwl/nx/commit/44654251bdd628b433ea930f19c28555a08ea6d8)) * **core:** remove tasks runner v2 ([#16616](https://github.com/nrwl/nx/issues/16616)) ([24b2dee](https://github.com/nrwl/nx/commit/24b2dee8d9d969a401eb371e1b0f826bc6ccba14)) * **js:** adding simpleName option to library generator ([#16025](https://github.com/nrwl/nx/issues/16025)) ([fbf8d9c](https://github.com/nrwl/nx/commit/fbf8d9c99fd69c4a992fc4b7811394d68d3425b0)) * **nest:** adding simpleName option to library generator ([#16024](https://github.com/nrwl/nx/issues/16024)) ([2be25eb](https://github.com/nrwl/nx/commit/2be25eb45c19adcb537d505079be815beb41630d)) * **react:** refactor util `getModuleFederationConfig` to avoid to pass function to determinate the remote url ([#16488](https://github.com/nrwl/nx/issues/16488)) ([6dd1385](https://github.com/nrwl/nx/commit/6dd1385eca9460eaf213daea70224ee71ee865a3)) ### Reverts * Revert "chore(misc): publish 16.0.0-beta.1" ([ecad35c](https://github.com/nrwl/nx/commit/ecad35ce8f086e843b60ba267e82950c3163a837)) * Revert "chore(misc): publish 16.0.0-beta.8" ([fe7d8aa](https://github.com/nrwl/nx/commit/fe7d8aacba00da9b0b3e59623ff1358483375bb6)) * Revert "chore(misc): publish 16.0.0-beta.8" ([c2fe62a](https://github.com/nrwl/nx/commit/c2fe62a8dac39ce84dd914f3d93805d488ed4656))
[Compare v16.0.0 with v15.9.2](https://github.com/nrwl/nx/compare/15.9.2...16.0.0)

Configuration

📅 Schedule: Daily at midnight (UTC).

This issue has been generated by the nx-latest workflow. 🖖

github-actions[bot] commented 1 year ago

Warning

This issue is stale because it has been open for 60 days with no activity. 💤

Either remove the stale label or leave a comment else this issue will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stale for 67 days with no activity.