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.6.0` #190

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 11 months ago

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

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

Release Notes

nrwl/nx v16.6.0 ### [`v16.6.0`](https://github.com/nrwl/nx/releases/tag/v16.6.0) # [16.6.0](https://github.com/nrwl/nx/compare/16.6.0-beta.8...16.6.0) (2023-07-31) ### Bug Fixes * **angular:** automatically skip remotes not in the current workspace [#17473](https://github.com/nrwl/nx/issues/17473) ([#17497](https://github.com/nrwl/nx/issues/17497)) ([c64f26e](https://github.com/nrwl/nx/commit/c64f26ef3cb0ce14f383652169df503840f97557)) * **bundling:** update the browsers for es5 terser check ([#17784](https://github.com/nrwl/nx/issues/17784)) ([8c9ad0d](https://github.com/nrwl/nx/commit/8c9ad0da69b76def41ef1af615d0795272a0b78f)) * **core:** add license information for native packages ([#17964](https://github.com/nrwl/nx/issues/17964)) ([d42d2f4](https://github.com/nrwl/nx/commit/d42d2f46fbad6171288d04c864e54cfae4318969)) * **core:** ensure external dependency hashes are resolved in a deterministic way ([#17926](https://github.com/nrwl/nx/issues/17926)) ([65adb94](https://github.com/nrwl/nx/commit/65adb94bf671117b9307ea22037440836b4da9e3)) * **core:** ensure yarn runs install with correct version ([#17997](https://github.com/nrwl/nx/issues/17997)) ([d0c3772](https://github.com/nrwl/nx/commit/d0c37727c59a036c95041090f78447f0437ab556)) * **core:** parse project configs only in js ([#18009](https://github.com/nrwl/nx/issues/18009)) ([c04053b](https://github.com/nrwl/nx/commit/c04053b4e931176d8be6cd364841f3e0990710d2)) * **js:** add watchIgnore and runBuildTargetDependencies options to speed up build ([#17953](https://github.com/nrwl/nx/issues/17953)) ([c6a0615](https://github.com/nrwl/nx/commit/c6a0615fa511bde3fa9bc1ac9981172620dcf943)) * **js:** ignore dependencies from non-index root files for create-package-json ([#17930](https://github.com/nrwl/nx/issues/17930)) ([28a071f](https://github.com/nrwl/nx/commit/28a071f2432e34757581ad5713b2e9361bd95f9d)) * **js:** remove duplicate alias ([#17978](https://github.com/nrwl/nx/issues/17978)) ([ccd195d](https://github.com/nrwl/nx/commit/ccd195d60a13008f9410a3382e85e31c4474290b)) * **js:** restore registry for only localhost ([#17999](https://github.com/nrwl/nx/issues/17999)) ([8d5cfcc](https://github.com/nrwl/nx/commit/8d5cfcc2b3d35bfdf7c4c610edd14c991ba55e45)) * **nextjs:** Update @types/react version for yarn resolution ([#18028](https://github.com/nrwl/nx/issues/18028)) ([b1f19e3](https://github.com/nrwl/nx/commit/b1f19e3e915ecafe7a583649c882ad8fd5ef6e58)) * **storybook:** optional chain .length in utils ([#18001](https://github.com/nrwl/nx/issues/18001)) ([3edbe49](https://github.com/nrwl/nx/commit/3edbe49fa2ea0503547ba5bff707a67382fb4d13)) * **storybook:** properly identify file as story ([#18016](https://github.com/nrwl/nx/issues/18016)) ([21007d8](https://github.com/nrwl/nx/commit/21007d8922cbf5f0bd2e469d4a5f617364b9dcb3)) * **angular:** explicitly depend on find-cache-dir to avoid npm resolution conflict ([#18049](https://github.com/nrwl/nx/issues/18049)) ([a08cb91](https://github.com/nrwl/nx/commit/a08cb91891d3cbd05a3fc1e6607dbab91f54cd29)) * **core:** add missing perf_hooks import in tasks-runner/cache ([#18043](https://github.com/nrwl/nx/issues/18043)) ([e255827](https://github.com/nrwl/nx/commit/e25582780a296dfdf4783a855b5b7c9b1c144243)) * **core:** fix project configuration typings ([#18073](https://github.com/nrwl/nx/issues/18073)) ([bcb3251](https://github.com/nrwl/nx/commit/bcb3251ef5ba65ac4f2e7b14a0e8c8e16c5b49da)) * **core:** handle undefined target defaults ([#18044](https://github.com/nrwl/nx/issues/18044)) ([92926b9](https://github.com/nrwl/nx/commit/92926b934693f5f13cf60c9e5c6e36660a658431)) * **core:** remove throttle from watch ([#18077](https://github.com/nrwl/nx/issues/18077)) ([460e469](https://github.com/nrwl/nx/commit/460e469617e42c18bd44683c0cbafbd0f9c0591c)) * **js:** post-process skipped tasks by the ts compiler in tsc batch implementation ([#17938](https://github.com/nrwl/nx/issues/17938)) ([d10aeb4](https://github.com/nrwl/nx/commit/d10aeb49ac9996e29287872231b468e2bccfa626)) * **misc:** fix migrations updating target options to consider target defaults ([#18064](https://github.com/nrwl/nx/issues/18064)) ([8be6558](https://github.com/nrwl/nx/commit/8be6558700662e8c80351b11a74e655fbe62c593)) * **storybook:** dont throw if no project-level tsconfig ([#18027](https://github.com/nrwl/nx/issues/18027)) ([878955b](https://github.com/nrwl/nx/commit/878955b50da6fe5485281da8036ca968ca2435b6)) * **core:** use concat in buildAllWorkspaceFiles to avoid Maximum call stack size exceeded ([#18065](https://github.com/nrwl/nx/issues/18065)) ([c364207](https://github.com/nrwl/nx/commit/c364207f3e3300a88857e49e5a24f38ac09513fe)) * **linter:** skip verifying deps of deps by default in package.json ([#18058](https://github.com/nrwl/nx/issues/18058)) ([ae773d5](https://github.com/nrwl/nx/commit/ae773d547e91e3ffcd015a8afbef0c32ff7df137)) * **misc:** prompt for workspace name when creating it using nx init ([#18079](https://github.com/nrwl/nx/issues/18079)) ([6ce7fc5](https://github.com/nrwl/nx/commit/6ce7fc57edda3e28a2d977ff802f57d3e7a4a0d1)) * **storybook:** change storybook tsconfig path in eslint file too ([#18101](https://github.com/nrwl/nx/issues/18101)) ([e545db7](https://github.com/nrwl/nx/commit/e545db7da96fb0c1174f0e736e5439a831bb07a5)) * **core:** do not duplicate output of tasks executed in batch mode ([#18084](https://github.com/nrwl/nx/issues/18084)) ([d489de5](https://github.com/nrwl/nx/commit/d489de59e0535571c2cb3b0363cd5b4fc846842b)) * **core:** remove `fatal: no path specified` logs from daemon ([#18117](https://github.com/nrwl/nx/issues/18117)) ([b61373a](https://github.com/nrwl/nx/commit/b61373a30ffe3a2bd8ae4566aa120b29814cd075)) * **storybook:** install core-js for non-vite libs ([#18115](https://github.com/nrwl/nx/issues/18115)) ([2a888ad](https://github.com/nrwl/nx/commit/2a888ad2dfa03b3230c618ec6da983a61e231b75)) * **core:** ensure graph creation keeps dep type in worker mode ([#18156](https://github.com/nrwl/nx/issues/18156)) ([21bf6cd](https://github.com/nrwl/nx/commit/21bf6cd0a2b7470f990ee40814c0e8fb928be5e0)) * **core:** ensure proper yarn version detection even for nested projects ([#18052](https://github.com/nrwl/nx/issues/18052)) ([10fc4dd](https://github.com/nrwl/nx/commit/10fc4dd4d8537adb2b2c343e910eb58a230ad8a0)) * **core:** generate npm preset correctly ([#18164](https://github.com/nrwl/nx/issues/18164)) ([36cd6b0](https://github.com/nrwl/nx/commit/36cd6b0485325db0f6147320b04e3ffcd41373f4)) * **core:** write file directly instead of using `fs-extra.outputFileSync` ([#18129](https://github.com/nrwl/nx/issues/18129)) ([187842e](https://github.com/nrwl/nx/commit/187842e14c2d8b65d6c2b265502e2b08519acb7c)) * **js:** run build in watch mode when specified for faster recompile time ([#18145](https://github.com/nrwl/nx/issues/18145)) ([e2c0abc](https://github.com/nrwl/nx/commit/e2c0abc1a778312883490e5cca414d822ede66f2)) * **misc:** stat collector filters out version 16 ([#18149](https://github.com/nrwl/nx/issues/18149)) ([57b2a76](https://github.com/nrwl/nx/commit/57b2a76007c9b24f2e2428a0d638ad7961e65fc2)) * **misc:** update invalid main field in @nrwl/eslint-plugin-nx package.json ([#17974](https://github.com/nrwl/nx/issues/17974)) ([2fa248d](https://github.com/nrwl/nx/commit/2fa248d4f55d52a18e4190f36b7a7b004c7a8f34)) * **nx-dev:** hide toc on reference pages ([#18136](https://github.com/nrwl/nx/issues/18136)) ([d0eb029](https://github.com/nrwl/nx/commit/d0eb0298196e170ba41a1f26cc372e80619682e4)) * **core:** check if socketMessenger is null before using ([#18116](https://github.com/nrwl/nx/issues/18116)) ([eecbde5](https://github.com/nrwl/nx/commit/eecbde52a516e98ecccae1f9a837fc724318431e)) * **core:** correctly output created and update events for the watcher on macos ([#18186](https://github.com/nrwl/nx/issues/18186)) ([fb0f1f0](https://github.com/nrwl/nx/commit/fb0f1f0ec8e66d067462b94e182152f3eb596376)) * **core:** do not cache external dependency hashes if they are not fully resolved ([#18020](https://github.com/nrwl/nx/issues/18020)) ([c3d4bfe](https://github.com/nrwl/nx/commit/c3d4bfe9f02d556d6656375fa9f1c6218ed7acfa)) * **core:** handle complex glob patterns within rust ([#18242](https://github.com/nrwl/nx/issues/18242)) ([b6db266](https://github.com/nrwl/nx/commit/b6db266c9ee5aa582500107891f8c81ac97d7071)) * **core:** improve error handling for getting metadata during file wa… ([#18223](https://github.com/nrwl/nx/issues/18223)) ([4ef66f4](https://github.com/nrwl/nx/commit/4ef66f4afd01e5aec4f813eae16fd7fa438230f4)) * **core:** migrate old invalid glob syntax in target outputs ([#18191](https://github.com/nrwl/nx/issues/18191)) ([fef5b65](https://github.com/nrwl/nx/commit/fef5b65b45db1e67009d31ed3f79e22988a1d818)) * **core:** remove old example and help text from show remnants ([#18228](https://github.com/nrwl/nx/issues/18228)) ([c2c06c1](https://github.com/nrwl/nx/commit/c2c06c12c30e69f74e8e8fd9b9f8b80ab906558f)) * **core:** run ensurePackage with node_modules for yarn berry ([#18144](https://github.com/nrwl/nx/issues/18144)) ([2c1d4ba](https://github.com/nrwl/nx/commit/2c1d4bac96b77e0e6b0063643140e22291b9f9bf)) * **core:** use package.json version in yarn parser when node_modules are unavailable ([#18121](https://github.com/nrwl/nx/issues/18121)) ([d9a95b6](https://github.com/nrwl/nx/commit/d9a95b64def091533f6b6f9e0d1d8b382144dbcc)) * **devkit:** use Workspace in devkit for backwards compatibility ([#18246](https://github.com/nrwl/nx/issues/18246)) ([2e6592c](https://github.com/nrwl/nx/commit/2e6592c533580aba7396fc910f92a7dbbf16163f)) * **graph:** increase dropdown indicator padding ([#18146](https://github.com/nrwl/nx/issues/18146)) ([8359722](https://github.com/nrwl/nx/commit/835972277c5e929f4ce6537585e6ca73e5feed8e)) * **nx-dev:** add missing redirects ([34cde20](https://github.com/nrwl/nx/commit/34cde204266c8bdeb4960366bc666489d7954fca)) * **nx-dev:** fix broken redirects after nesting tutorials ([7280cb0](https://github.com/nrwl/nx/commit/7280cb0f72afffa70d2b11990b2f63ef0866b3b9)) * **nx-dev:** fix missing link ([3105203](https://github.com/nrwl/nx/commit/3105203248539b335b69c1144af2d9a337664904)) * **nx-dev:** fix official plugin badge background ([#18274](https://github.com/nrwl/nx/issues/18274)) ([cd3472d](https://github.com/nrwl/nx/commit/cd3472da22095f4afdafcb08db29f72d2f61517c)) * **nx-dev:** fix project config reference headlines ([2dc12ac](https://github.com/nrwl/nx/commit/2dc12acf0c6a4f25083e0189ab7c1555556133c0)) * **nx-dev:** fix rebase ([e05ca1f](https://github.com/nrwl/nx/commit/e05ca1fd2faff7539c7fd04c411a1732200a5dbe)) * **nx-dev:** make sure all redirects are used ([#18214](https://github.com/nrwl/nx/issues/18214)) ([c4e5685](https://github.com/nrwl/nx/commit/c4e56858b0627caf2701cc114a26fb99325cc74f)) * **nx-dev:** update plugins home page redirect-rules ([bc85c54](https://github.com/nrwl/nx/commit/bc85c544eb0a1ca6c71ec8a5f48bee86aa0345c0)) * **nx-plugin:** don't generate `cli` property in migrations.json ([#18304](https://github.com/nrwl/nx/issues/18304)) ([a80abbf](https://github.com/nrwl/nx/commit/a80abbf2c9a898ef62abd52784c41bcf5fec08be)) * **react-native:** fix tsc app ([#18124](https://github.com/nrwl/nx/issues/18124)) ([48d4927](https://github.com/nrwl/nx/commit/48d49270686dd1f239c0b14fce5dbad5e7730a94)) * **storybook:** make sure skipLibCheck is true ([#18212](https://github.com/nrwl/nx/issues/18212)) ([d942e7b](https://github.com/nrwl/nx/commit/d942e7b5fb521c2de720df606ddca8f17e4b88f8)) * **storybook:** un-deprecate cypress specs generation ([#18236](https://github.com/nrwl/nx/issues/18236)) ([b311cbf](https://github.com/nrwl/nx/commit/b311cbf8e33a9c11740bcda291a9f76e4ca19352)) * **testing:** add playwright secondary entrypoint for preset ([#18202](https://github.com/nrwl/nx/issues/18202)) ([b7fb3ea](https://github.com/nrwl/nx/commit/b7fb3ea8ada294918609f2dd775079846cf03ed9)) * **testing:** run playwright from workspaceRoot ([#18195](https://github.com/nrwl/nx/issues/18195)) ([3e86e42](https://github.com/nrwl/nx/commit/3e86e42537f14b48617fde7ec38e130ba2da4ad5)) * **testing:** update playwright tsconfig.base.json/entrypoint ([#18227](https://github.com/nrwl/nx/issues/18227)) ([9199444](https://github.com/nrwl/nx/commit/9199444f48e117498f4323767fdf84a44e0e989a)) * **angular:** ensure ssr invokation uses current package manager ([#18322](https://github.com/nrwl/nx/issues/18322)) ([c599d2f](https://github.com/nrwl/nx/commit/c599d2fca46c3cbaa56cde681f6ff53921f7c9e6)) * **bundling:** add missing main export for @nx/vite ([#18344](https://github.com/nrwl/nx/issues/18344)) ([2dc6656](https://github.com/nrwl/nx/commit/2dc6656f4ba081476cc230d8067c830ba078d2ea)) * **core:** deterministically hash external nodes ([#18354](https://github.com/nrwl/nx/issues/18354)) ([b25d5b0](https://github.com/nrwl/nx/commit/b25d5b06371d6bd5baf1a4e3f18416328c19974f)) * **core:** eslint dep check rule should check prereleases correctly ([#18317](https://github.com/nrwl/nx/issues/18317)) ([b5b7533](https://github.com/nrwl/nx/commit/b5b75332e470a34d774ae8b1c6c4e4c4107fb5ba)) * **core:** fix dep outputs hashing ([#18331](https://github.com/nrwl/nx/issues/18331)) ([e4d2338](https://github.com/nrwl/nx/commit/e4d23383f558dcbd20651017c937f2a034da2503)) * **core:** fix migration and warn for invalid outputs ([#18310](https://github.com/nrwl/nx/issues/18310)) ([2b67959](https://github.com/nrwl/nx/commit/2b679599721f53516f6a08c75d18d859039a9380)) * **core:** improve yarn tarball detection ([#18335](https://github.com/nrwl/nx/issues/18335)) ([423a68b](https://github.com/nrwl/nx/commit/423a68b70e6f7f45c0a45e46f73dbfb3ccffe713)) * **core:** shell script invocation should use yarn for berry ([#18326](https://github.com/nrwl/nx/issues/18326)) ([aa557a0](https://github.com/nrwl/nx/commit/aa557a029c0958b8d789a3b8edf1e44ced0cf48a)) * **js:** generate ts standalone project with better import path ([#18197](https://github.com/nrwl/nx/issues/18197)) ([810b584](https://github.com/nrwl/nx/commit/810b584c334fd0deff178bba04d0884ea16f069a)) * **nextjs:** builder should work with pnp ([#18325](https://github.com/nrwl/nx/issues/18325)) ([1363bae](https://github.com/nrwl/nx/commit/1363baea28da820e2d5563ab0476d213c39217d2)) * **react:** fix mfe dev server for yarn pnp ([#18338](https://github.com/nrwl/nx/issues/18338)) ([736a3ac](https://github.com/nrwl/nx/commit/736a3ac11eefa862aa689315389462a56d833f65)) * **react:** timeout after 20 min waiting for remote ([#18099](https://github.com/nrwl/nx/issues/18099)) ([01ef42b](https://github.com/nrwl/nx/commit/01ef42bc44f701cb9a5c52a2a23b0ee7224f94ef)) * **repo:** fix silent yarn run on e2e for berry ([#18340](https://github.com/nrwl/nx/issues/18340)) ([4a54141](https://github.com/nrwl/nx/commit/4a541418bbc62f4eed0d0ca3c316b6b2d814830c)) * **core:** fix performance of hashing external dependencies up front ([#18359](https://github.com/nrwl/nx/issues/18359)) ([3eba026](https://github.com/nrwl/nx/commit/3eba026e39039b27c74f746ae80a201f580645ab)) * **js:** fix misc issues in tsc batch executor ([#18363](https://github.com/nrwl/nx/issues/18363)) ([bd71ce3](https://github.com/nrwl/nx/commit/bd71ce35a462910306ac37a024a8a4d0105718be)) * **js:** generate correct standalone setup ([#18355](https://github.com/nrwl/nx/issues/18355)) ([4c2f98e](https://github.com/nrwl/nx/commit/4c2f98ebf94382bd76baf08e7ad90e6d7f9cc49f)) * **js:** resolve imports as native node apis before npm modules ([#18358](https://github.com/nrwl/nx/issues/18358)) ([0fd8859](https://github.com/nrwl/nx/commit/0fd8859c37c37213c8365208f3f4634eacec14f3)) * **linter:** do not report obsolete devDependencies since they are not used in production files ([#18353](https://github.com/nrwl/nx/issues/18353)) ([eb39210](https://github.com/nrwl/nx/commit/eb392109f706ba49c4cc858e170c00f6d0c9d0f1)) * **linter:** ensure tslint converter works with pnp ([#18323](https://github.com/nrwl/nx/issues/18323)) ([f4b7ec2](https://github.com/nrwl/nx/commit/f4b7ec2c0decda0fc87c2d536a340e3b43c6452a)) * **nx-dev:** enable nx logo on docs to navigate to home ([205b6fe](https://github.com/nrwl/nx/commit/205b6fec10eb6c592dfe78f5ad75cfd010be1b76)) * **core:** do not error when hashing executors which are local plugins ([#18372](https://github.com/nrwl/nx/issues/18372)) ([80c470a](https://github.com/nrwl/nx/commit/80c470ac7f421c3bcb38e8050f77e77a52231459)) * **js:** ensure compile swc uses current package manager ([#18321](https://github.com/nrwl/nx/issues/18321)) ([63521d7](https://github.com/nrwl/nx/commit/63521d7e1375711bda3abb64512b87053723ed8a)) * **react-native:** update generated jest config coverage dir ([#18366](https://github.com/nrwl/nx/issues/18366)) ([dbd61b5](https://github.com/nrwl/nx/commit/dbd61b5d9a91aa888cad7507c7ef3c67228fcd1c)) * **storybook:** support pnp with storybook package ([#18343](https://github.com/nrwl/nx/issues/18343)) ([fdd9c24](https://github.com/nrwl/nx/commit/fdd9c24a2a9bad48170b13e13e950be323099251)) ### Features * **bundling:** rename esbuild-project, rollup-project, and webpack-project generators to "configuration" generators for consistency in naming ([#18003](https://github.com/nrwl/nx/issues/18003)) ([24e45d4](https://github.com/nrwl/nx/commit/24e45d494f50c6a883a389216ed663b9fb1e2523)) * **misc:** change updateBuildableProjectDepsInPackageJson option default value to false ([#17920](https://github.com/nrwl/nx/issues/17920)) ([64765eb](https://github.com/nrwl/nx/commit/64765eb313d33c93bd4db35d86b21ecb43fa5757)) * **nx-dev:** anchor links to version instead of timestamp ([e60702f](https://github.com/nrwl/nx/commit/e60702f428e3379689fc79de630884a53957e003)) * **nx-dev:** changelog anchor links to each version ([0f9cece](https://github.com/nrwl/nx/commit/0f9cece6415a15421170f8e132e8961dbbd1e9f2)) * **testing:** renamed cypress-e2e-configuration to configuration to maintain consistency between plugins ([#17998](https://github.com/nrwl/nx/issues/17998)) ([9940a0c](https://github.com/nrwl/nx/commit/9940a0c54467414f0b6365286d4ca5d625ddc1ad)) * **vite:** pin Vite version range to patch releases only to avoid conflicts with Angular ([#18010](https://github.com/nrwl/nx/issues/18010)) ([3fdc66d](https://github.com/nrwl/nx/commit/3fdc66dd691c8385ac2f88eb156936449378ae89)) * **core:** throw an error when unknown local cache source ([1bc58c9](https://github.com/nrwl/nx/commit/1bc58c997d48c345778a8c63776de5a56e214416)) * **misc:** deprecate executor options to generate package.json for libraries ([#17923](https://github.com/nrwl/nx/issues/17923)) ([95a2256](https://github.com/nrwl/nx/commit/95a2256a34609e4eecc2a29a802cbf8d292eda47)) * **testing:** add @nx/playwright plugin ([#17975](https://github.com/nrwl/nx/issues/17975)) ([2128f8e](https://github.com/nrwl/nx/commit/2128f8e3e2d79397892aabad57ae69690d5aaa19)) * **testing:** rename jest-project generator to "configuration" generator for consistency in naming ([#18006](https://github.com/nrwl/nx/issues/18006)) ([38fa586](https://github.com/nrwl/nx/commit/38fa586b78564f1b9b69eea8b11adbdbe45f3fab)) * **testing:** update jest to v29.6.1 ([#18061](https://github.com/nrwl/nx/issues/18061)) ([90172c5](https://github.com/nrwl/nx/commit/90172c579c70f3e793b9eb2867e7428a869f954a)) * **vite:** server executor `https` prop as object ([#18048](https://github.com/nrwl/nx/issues/18048)) ([6bf3dc9](https://github.com/nrwl/nx/commit/6bf3dc91ad4e145cd920e854aba8f907d368a1b4)) * **angular:** add support for TS Module Federation Config [#15739](https://github.com/nrwl/nx/issues/15739) ([#17876](https://github.com/nrwl/nx/issues/17876)) ([77bb4b7](https://github.com/nrwl/nx/commit/77bb4b7429ac0c011afeb684b265662b25ae3d19)) * **react:** interaction tests story generator ([#18082](https://github.com/nrwl/nx/issues/18082)) ([4bba066](https://github.com/nrwl/nx/commit/4bba066d57712db6aba4a2dc8cf4493fdae8cf1a)) * **storybook:** interaction testing init generator ([#18051](https://github.com/nrwl/nx/issues/18051)) ([58e1f23](https://github.com/nrwl/nx/commit/58e1f233cfdc7ae48029a58ad65ef33cbddc3f22)) * **nx-dev:** new page for ai docs ([#18025](https://github.com/nrwl/nx/issues/18025)) ([6ccbbbc](https://github.com/nrwl/nx/commit/6ccbbbc98f8c2802e8581a1bd418e8f890bc947f)) * **testing:** add playwright configuration generator ([#18013](https://github.com/nrwl/nx/issues/18013)) ([e5e561d](https://github.com/nrwl/nx/commit/e5e561d6485ad87e464e8391883bd291962299d9)) * **angular:** add esbuild incremental build builder ([#17991](https://github.com/nrwl/nx/issues/17991)) ([3fefbaf](https://github.com/nrwl/nx/commit/3fefbaf4680f00229d3603ebce19a8cceb1ca4e9)) * **core:** merge None and TS stacks into one since they are both for TS/JS projects ([#18108](https://github.com/nrwl/nx/issues/18108)) ([0040520](https://github.com/nrwl/nx/commit/0040520bb037c54eeaca2ba683db216bdbdff9ba)) * **js:** create package.json with proper defaults ([#18091](https://github.com/nrwl/nx/issues/18091)) ([b07d24e](https://github.com/nrwl/nx/commit/b07d24ef420db4df5f7cbaf7d7df49041d1ca588)) * **js:** introduce rust-based typescript dependency processor ([#17976](https://github.com/nrwl/nx/issues/17976)) ([e2f1c92](https://github.com/nrwl/nx/commit/e2f1c92e034ec07b3cd5bb98070e835b763ae624)) * **react-native:** upgrade react-native to 0.72 ([#17810](https://github.com/nrwl/nx/issues/17810)) ([699a20c](https://github.com/nrwl/nx/commit/699a20ca03236676a7923cc96e4766b7cedbe519)) * **vite:** add tsconfig paths resolution plugin ([#17844](https://github.com/nrwl/nx/issues/17844)) ([6529be9](https://github.com/nrwl/nx/commit/6529be96cfafae3617dcd4d445e2ba2b9cf67e8e)) * **graph:** add clickable project edge file links in nx console ([#18113](https://github.com/nrwl/nx/issues/18113)) ([f8068b7](https://github.com/nrwl/nx/commit/f8068b7cf66ff8da27eabe336a5b842064ddcaa2)) * **js:** bump babel versions ([#18220](https://github.com/nrwl/nx/issues/18220)) ([c97a8ac](https://github.com/nrwl/nx/commit/c97a8ac63bcc2c6d19fa6289cf41b3945ca74011)) * **linter:** add dependency-checks to buildable lib generator ([#18015](https://github.com/nrwl/nx/issues/18015)) ([f4f4eb6](https://github.com/nrwl/nx/commit/f4f4eb66e2fc1339243dc0b2e23b366257eb070a)) * **misc:** add alternative implementation to calculate buildable dependencies using the task graph ([#18125](https://github.com/nrwl/nx/issues/18125)) ([ca5e673](https://github.com/nrwl/nx/commit/ca5e673a80132c5affe1a96b2f717cd83dffde86)) * **nx-dev:** increase contrast of borders on light theme ([#18294](https://github.com/nrwl/nx/issues/18294)) ([7aee21a](https://github.com/nrwl/nx/commit/7aee21afd1d1d6bad1fa82ac4c9c8dc5b7ae4c83)) * **nx-dev:** remove unnecessary breadcrumbs ([#18270](https://github.com/nrwl/nx/issues/18270)) ([b5e6787](https://github.com/nrwl/nx/commit/b5e6787a986c63906bd7a77fec4a9e9ea35aa720)) * **nx-dev:** rename plugins to extending nx ([#18273](https://github.com/nrwl/nx/issues/18273)) ([ee7880c](https://github.com/nrwl/nx/commit/ee7880c32e2cb7d695455abdf028709cdb99ec1b)) * **nx-dev:** restructure recipes ([42a06b6](https://github.com/nrwl/nx/commit/42a06b67d2852eb9415e0bdfc7f54c6b3258c964)) * **nx-plugin:** create cli in packages folder ([#18234](https://github.com/nrwl/nx/issues/18234)) ([1861c93](https://github.com/nrwl/nx/commit/1861c931d6590acd38824f1dbe5175635eb94246)) * **storybook:** interaction tests generators for angular ([#18166](https://github.com/nrwl/nx/issues/18166)) ([29a9f8e](https://github.com/nrwl/nx/commit/29a9f8eba8ccc11aabdbf144314e8f20bc7e83ef)) * **storybook:** update storybook to 7.1 ([#18183](https://github.com/nrwl/nx/issues/18183)) ([ab11815](https://github.com/nrwl/nx/commit/ab11815041aa71687b53549f1d9ecb1134583d92)) * **testing:** add lint target for playwright ([#18233](https://github.com/nrwl/nx/issues/18233)) ([8407d7a](https://github.com/nrwl/nx/commit/8407d7aedfd23804fc9a3a769d2ab1a741169aba)) * **testing:** add option/QoL improvements to playwright ([#18190](https://github.com/nrwl/nx/issues/18190)) ([8d11816](https://github.com/nrwl/nx/commit/8d118160e942fa86fdcbc68d1be2960aa6a1be69)) * **testing:** add playwright e2e preset ([#18194](https://github.com/nrwl/nx/issues/18194)) ([4ffc68e](https://github.com/nrwl/nx/commit/4ffc68e18b5168e7395b28ac87afd6ce9d42def0)) * **testing:** update generated Playwright test and config ([#18282](https://github.com/nrwl/nx/issues/18282)) ([14b3f42](https://github.com/nrwl/nx/commit/14b3f42900518439708f88050fda45751aacd5b6)) * **nx-dev:** github star widget ([bdcec6d](https://github.com/nrwl/nx/commit/bdcec6de55168d37ca0c1e1783921ea2555e5c47)) * **repo:** enable custom version publish on e2e ([#18341](https://github.com/nrwl/nx/issues/18341)) ([d02950b](https://github.com/nrwl/nx/commit/d02950bb1bf206446d505981cfe0507c469e9d70)) * **vite:** add v8 coverage support to vitest generator ([#18114](https://github.com/nrwl/nx/issues/18114)) ([36dae70](https://github.com/nrwl/nx/commit/36dae70fb0cb7ce3b046867fbbc266be25c189d1)) * **bundling:** generate matching d.ts files for rollup ([#18342](https://github.com/nrwl/nx/issues/18342)) ([661efa9](https://github.com/nrwl/nx/commit/661efa913dc239db6dc9aedcc3e999fa63e415b9)) * **detox:** upgrade @config-plugins/detox to 6 ([#18345](https://github.com/nrwl/nx/issues/18345)) ([d65736e](https://github.com/nrwl/nx/commit/d65736e125c09d040ae9a6be66fe8f12d97c6103)) * **nx-dev:** add video-link component ([461ec19](https://github.com/nrwl/nx/commit/461ec195056918050ec10e3fda3c377ff7a56983)) * **nx-dev:** update youtube cmp to allow caption ([47b3d49](https://github.com/nrwl/nx/commit/47b3d49bb0d4826c1eef0677e0e260047bd3a0f9))
[Compare v16.6.0 with v15.9.2](https://github.com/nrwl/nx/compare/15.9.2...16.6.0)

Configuration

📅 Schedule: Daily at midnight (UTC).

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

github-actions[bot] commented 9 months 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 9 months ago

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