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.1.0` #167

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

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

Package Change
πŸ‹ nrwl/nx v15.9.2 -> v16.1.0

Release Notes

nrwl/nx v16.1.0 ### [`v16.1.0`](https://github.com/nrwl/nx/releases/tag/v16.1.0) # [16.1.0](https://github.com/nrwl/nx/compare/16.0.0...16.1.0) (2023-05-04) ### Bug Fixes * **angular:** add jasmine-marbles with a version compatible with installed rxjs version in migration ([#16717](https://github.com/nrwl/nx/issues/16717)) ([9c36989](https://github.com/nrwl/nx/commit/9c3698982b62921ed62cb40ed29b63b352e5df3b)) * **angular:** clean up ssr main.server.ts generation ([#16699](https://github.com/nrwl/nx/issues/16699)) ([4be6f74](https://github.com/nrwl/nx/commit/4be6f7401ca1ec920e2445948e87193c811b7a0d)) * **angular:** do not run migration generator bumping angular cli version when update is skipped ([#16643](https://github.com/nrwl/nx/issues/16643)) ([6e745f8](https://github.com/nrwl/nx/commit/6e745f85421eb76a232e23b43dbeedde6a0d6f5e)) * **angular:** do not wrap bootstrap call when setting up ssr in workspaces with angular >= 15.2.0 ([#16714](https://github.com/nrwl/nx/issues/16714)) ([ae89df9](https://github.com/nrwl/nx/commit/ae89df9482d7d2e6ef0e2aecc5059c5fad355a8d)) * **bundling:** handle projects without targets in esbuild thirdParty migration ([#16712](https://github.com/nrwl/nx/issues/16712)) ([1e7aa39](https://github.com/nrwl/nx/commit/1e7aa39a9f82247356c165b07f692fa9bb799e2d)) * **core:** add support for .mts and .mjs files when creating pro… ([#16679](https://github.com/nrwl/nx/issues/16679)) ([13aaa20](https://github.com/nrwl/nx/commit/13aaa20cd90527fc5204d7654dbdbf94875a2c38)) * **core:** cmd window flickers on save when on windows ([#16671](https://github.com/nrwl/nx/issues/16671)) ([e7229d1](https://github.com/nrwl/nx/commit/e7229d14424348485d4b398cff5a525a5accbd1e)) * **core:** empty exclude pattern should not result in error ([#16645](https://github.com/nrwl/nx/issues/16645)) ([ebd6d2f](https://github.com/nrwl/nx/commit/ebd6d2f0b6d0159193ac41abae87a67b01b966bc)) * **core:** ensure stale dependencies are pruned in graph ([#16533](https://github.com/nrwl/nx/issues/16533)) ([f138a34](https://github.com/nrwl/nx/commit/f138a346754a1a55f41aee54daea90381bda98a2)) * **core:** fix nx migrate to the same version ([#16626](https://github.com/nrwl/nx/issues/16626)) ([08ecd81](https://github.com/nrwl/nx/commit/08ecd81e61aad398d8e759fcf46ace3c8386524d)) * **core:** have child process exit properly in case of error ([85ddd8b](https://github.com/nrwl/nx/commit/85ddd8b7d175140a003317229511c9fa68903bc4)) * **core:** improve touched projects locator performance ([#16682](https://github.com/nrwl/nx/issues/16682)) ([96fca45](https://github.com/nrwl/nx/commit/96fca453b424dd6727ff7ea8c4786dc71798e3df)) * **core:** include more binary extensions ([#16639](https://github.com/nrwl/nx/issues/16639)) ([deee934](https://github.com/nrwl/nx/commit/deee9347994ce6d0da2b7bd97e979160bf24abf4)) * **core:** nx report should not display duplicate packages ([#16647](https://github.com/nrwl/nx/issues/16647)) ([7287ab5](https://github.com/nrwl/nx/commit/7287ab55dea3575bb59e924aa1ffd76079d8ab9a)) * **core:** only modify angular.json on read when @nx/angular is present ([#16693](https://github.com/nrwl/nx/issues/16693)) ([32cbab7](https://github.com/nrwl/nx/commit/32cbab7d26cc528f11cedc4caf48962f8583e449)) * **core:** prefer NX_TASKS_RUNNER over NX_RUNNER ([#16618](https://github.com/nrwl/nx/issues/16618)) ([22c0047](https://github.com/nrwl/nx/commit/22c0047b63813f813706e9501babf38ad4017a9a)) * **core:** preserve deps in package.json for nx init react ([#16528](https://github.com/nrwl/nx/issues/16528)) ([341f764](https://github.com/nrwl/nx/commit/341f7649cee399d6c17414a7a368c1f8ff22d2ce)) * **core:** task runner parallel should read from taskRunnerOptions ([#16707](https://github.com/nrwl/nx/issues/16707)) ([d084e67](https://github.com/nrwl/nx/commit/d084e678bd6b2324087b1aab3018e4d4076df411)) * **devkit:** ensurePackage should obey npmrc and yarnrc.yml ([#16652](https://github.com/nrwl/nx/issues/16652)) ([2381dd3](https://github.com/nrwl/nx/commit/2381dd3cf6969959d53d8afea1f9c3ce8e4ccb44)) * **devkit:** formatFiles should work when writing initial prettierrc in generator ([#16711](https://github.com/nrwl/nx/issues/16711)) ([7b56a8c](https://github.com/nrwl/nx/commit/7b56a8cbf3d9b79f34f0b3c1565a48a26e6a9b2e)) * **devkit:** use the old package dependency version for new package ([#16709](https://github.com/nrwl/nx/issues/16709)) ([fa55ca4](https://github.com/nrwl/nx/commit/fa55ca4f5f4c5ae8093876a324ae78f552485f3f)) * **expo:** expo generator on windows ([#16703](https://github.com/nrwl/nx/issues/16703)) ([e291c9c](https://github.com/nrwl/nx/commit/e291c9c79b903e74d1c17575435207a4869338b6)) * **js:** do not depend on nx for typescript utils ([#16642](https://github.com/nrwl/nx/issues/16642)) ([feef647](https://github.com/nrwl/nx/commit/feef6472c5d03ff56342129ca2d6ddee70c79890)) * **misc:** publish legacy readmes ([#16678](https://github.com/nrwl/nx/issues/16678)) ([9de97d0](https://github.com/nrwl/nx/commit/9de97d0cfe025bf09e8d7427b7c5462bdbd87a07)) * **misc:** show proper messaging when generating a workspace generator ([#16683](https://github.com/nrwl/nx/issues/16683)) ([4e97ee9](https://github.com/nrwl/nx/commit/4e97ee94e1f6440b6fe51bd2af4ebc4592d932fa)) * **nextjs:** show a warning when user uses emotion with appDir layout ([#16636](https://github.com/nrwl/nx/issues/16636)) ([a7c4009](https://github.com/nrwl/nx/commit/a7c4009d286c9af06a4c84d6ad6bdaf500d98f24)) * **node:** default webpack build to not perform default optimizations for Node ([#16625](https://github.com/nrwl/nx/issues/16625)) ([b3d07a8](https://github.com/nrwl/nx/commit/b3d07a82938d06ad940aafd0634625d57fb89de0)) * **node:** ensure that bundlers for node is webpack/esbuild ([#16702](https://github.com/nrwl/nx/issues/16702)) ([8dec11e](https://github.com/nrwl/nx/commit/8dec11ecbe981d82157473647aa038c85705c680)) * **react-native:** fix react native npm preset ([#16624](https://github.com/nrwl/nx/issues/16624)) ([828f77a](https://github.com/nrwl/nx/commit/828f77a54396f4eb45212e7e096828de55e07c20)) * **react:** Fix .module css being generated when --globalCss is passed ([#16648](https://github.com/nrwl/nx/issues/16648)) ([36c162c](https://github.com/nrwl/nx/commit/36c162cf6281e247fedba2c3814b59fc70770b1f)) * **react:** fix external npm packages for rollup ([#16713](https://github.com/nrwl/nx/issues/16713)) ([68c262d](https://github.com/nrwl/nx/commit/68c262d933265f2ac140f8f23a0d6824e46cd622)) * **repo:** fix broken npm-audit after pnpm migration ([#16631](https://github.com/nrwl/nx/issues/16631)) ([d8f9af8](https://github.com/nrwl/nx/commit/d8f9af835485a61c981505d402c3200bf62ac5d4)) * **repo:** local registry is not available during issue-notifier script ([#16669](https://github.com/nrwl/nx/issues/16669)) ([db1b5dd](https://github.com/nrwl/nx/commit/db1b5ddb0d9f6a1546a34e0c64c61b24c5ccde9a)) * **testing:** add --quiet cypress executor option ([#16680](https://github.com/nrwl/nx/issues/16680)) ([179930f](https://github.com/nrwl/nx/commit/179930fe187fff51d89083e3c887c320b9abc3f2)) * **testing:** ensure e2e cypress can use 4200 port in the test ([#16646](https://github.com/nrwl/nx/issues/16646)) ([23cc160](https://github.com/nrwl/nx/commit/23cc160a0423bb8ea9d7b376f7231b69e69c9d01)) * **testing:** fix react CT w/ vite and dependant projects ([#16475](https://github.com/nrwl/nx/issues/16475)) ([ebcc436](https://github.com/nrwl/nx/commit/ebcc4363d0ff44bf865c783ac3ea801b691b03d2)) * **angular:** generate applications with zone.js 0.13.0 ([#16747](https://github.com/nrwl/nx/issues/16747)) ([5b99313](https://github.com/nrwl/nx/commit/5b993137226ff30d3ed9f2df3f5f60eb3945d1c9)) * **angular:** throw error when no parent module found ([#16728](https://github.com/nrwl/nx/issues/16728)) ([c2e88ad](https://github.com/nrwl/nx/commit/c2e88ad6a70f6abed1178049c7481d3fb3de273d)) * **core:** convert extension to lowercase before comparing extension ([#16727](https://github.com/nrwl/nx/issues/16727)) ([a8783c6](https://github.com/nrwl/nx/commit/a8783c65d574f2e783f896214176c9abcd1105a3)) * **core:** use legacy peer deps during migrate process ([#16745](https://github.com/nrwl/nx/issues/16745)) ([9bdf22f](https://github.com/nrwl/nx/commit/9bdf22f413c9be05c7aaea9bad591c5c7ecbf688)) * **js:** default to analyzing source code and package.json ([#16737](https://github.com/nrwl/nx/issues/16737)) ([3788723](https://github.com/nrwl/nx/commit/3788723bd217026febc56f078c4926d3178fd5cc)) * **misc:** sort plugin names when displaying them ([#16702](https://github.com/nrwl/nx/issues/16702)) ([#16734](https://github.com/nrwl/nx/issues/16734)) ([2d6ea2b](https://github.com/nrwl/nx/commit/2d6ea2b9da070d3ecb9e618748865ac2777f9e47)) * **misc:** use generated directory path as cwd rather than attempting to rederive it ([#16740](https://github.com/nrwl/nx/issues/16740)) ([a8aeca4](https://github.com/nrwl/nx/commit/a8aeca46f8b242d58a4589c893e641a6107b65d1)) * **angular:** ssr distFolder path should be more correctly defined ([#16758](https://github.com/nrwl/nx/issues/16758)) ([8484a8e](https://github.com/nrwl/nx/commit/8484a8ea169a2f179ddf574016838786853baaa5)) * **angular:** sync migration generators for angular v16 target versions ([#16773](https://github.com/nrwl/nx/issues/16773)) ([c13cb3c](https://github.com/nrwl/nx/commit/c13cb3cc789eb23e3f41d3e615bc06e8886c4ade)) * **angular:** update component module error message to suggest standalone ([#16754](https://github.com/nrwl/nx/issues/16754)) ([b526e1d](https://github.com/nrwl/nx/commit/b526e1d6007108a01d55e47e19f4a79f9362b187)) * **angular:** update ngrx parent description to give better info about standalone api usage ([#16755](https://github.com/nrwl/nx/issues/16755)) ([0a81c64](https://github.com/nrwl/nx/commit/0a81c64560dfa622cc42eecd1c08bf3d0a6e3d94)) * **core:** ensure safe removal of folders on daemon reset ([#16766](https://github.com/nrwl/nx/issues/16766)) ([b7b04a7](https://github.com/nrwl/nx/commit/b7b04a7e439bbab86f47e3cb6f69a8e91d9fe319)) * **misc:** restore using legacy-peer-deps for npm installs ([#16767](https://github.com/nrwl/nx/issues/16767)) ([137b743](https://github.com/nrwl/nx/commit/137b743855b73a74bb3c2e0e5201315d8afa8edd)) * **nest:** fix invalid nestjs versions ([#16771](https://github.com/nrwl/nx/issues/16771)) ([80464ac](https://github.com/nrwl/nx/commit/80464ac8afd5b8fb127054bad5d9d6e33fdaacdf)) * **nextjs:** with stylus and less support ([#16764](https://github.com/nrwl/nx/issues/16764)) ([66addbf](https://github.com/nrwl/nx/commit/66addbfa81dc99c503ec9fa92b7ea6f50367db4e)) * **repo:** fix windows nightly runs ([#16765](https://github.com/nrwl/nx/issues/16765)) ([68ae304](https://github.com/nrwl/nx/commit/68ae304cda0fcebf76276a33fa83cc897f91ec3b)) * **storybook:** ignore nx storybook plugin from sb eslint ([#16725](https://github.com/nrwl/nx/issues/16725)) ([83ed247](https://github.com/nrwl/nx/commit/83ed247b1f3025075dd3af0f290f4bf62d0ccfee)) * **testing:** do not error when no vite config is found ([#16746](https://github.com/nrwl/nx/issues/16746)) ([f8fe2a1](https://github.com/nrwl/nx/commit/f8fe2a1753a70909b2b7cc2adb8af20783ce389f)) ### Features * **angular:** support angular v16 ([#15592](https://github.com/nrwl/nx/issues/15592)) ([f45aa07](https://github.com/nrwl/nx/commit/f45aa076da124ec50aa9a34b0280f98ff11c397c)) * **bundling:** add esbuild migration to correctly set thirdParty option ([#16640](https://github.com/nrwl/nx/issues/16640)) ([341c916](https://github.com/nrwl/nx/commit/341c916304ebeaaeb53b57d0adf65d1236eb005f)) * **core:** support matching projects specifiers in dependsOn ([#16675](https://github.com/nrwl/nx/issues/16675)) ([ef63dcb](https://github.com/nrwl/nx/commit/ef63dcb69b4f7806a2e47174804f59a19a6b3919)) * **core:** support specific project dependency in dependsOn with string syntax ([#16674](https://github.com/nrwl/nx/issues/16674)) ([e164d50](https://github.com/nrwl/nx/commit/e164d50f928ecc0a687dc18f8f3fd28f43cc1d5c)) * **expo:** upgrade expo to 48.0.15 ([#16701](https://github.com/nrwl/nx/issues/16701)) ([30a7907](https://github.com/nrwl/nx/commit/30a79071de0aa50eb65b27cf6f8b8ab5c5637499)) * **misc:** list should link to nx.dev/community for more plugins ([#16673](https://github.com/nrwl/nx/issues/16673)) ([a425f5b](https://github.com/nrwl/nx/commit/a425f5b7d57632feaac5af94a91304ac66bf67b0)) * **nx-dev:** change code-fences and code-output styles ([#16649](https://github.com/nrwl/nx/issues/16649)) ([0739bbb](https://github.com/nrwl/nx/commit/0739bbb51e128afa8dc2cf44223d773557d1d625)) * **testing:** update cypress to support angular 16 ([#16611](https://github.com/nrwl/nx/issues/16611)) ([38be288](https://github.com/nrwl/nx/commit/38be28814d9542e8a987e345a3b6ae369879b5aa)) * **vite:** throw an error if vite config is not found at provided path ([#16600](https://github.com/nrwl/nx/issues/16600)) ([94300fe](https://github.com/nrwl/nx/commit/94300fe5b57269284d2ed2ffe39c4649ffc6c181)) * **angular:** update angular 16 packages to stable versions ([#16732](https://github.com/nrwl/nx/issues/16732)) ([203a874](https://github.com/nrwl/nx/commit/203a874ddb7a85a83b4440c12524c3ec481fae88)) * **react-native:** upgrade @storybook/react-native to 6.5 ([#16670](https://github.com/nrwl/nx/issues/16670)) ([58e23b1](https://github.com/nrwl/nx/commit/58e23b121a5dfbf1badf372624712641f97a04c7)) * **core:** bump version of @nrwl/ci workflow ([#16724](https://github.com/nrwl/nx/issues/16724)) ([2163d72](https://github.com/nrwl/nx/commit/2163d720e654a4d5571ff5339a65c29946c6afbb)) * **core:** remove tasks-runner-v2 from @nx/workspace ([#16751](https://github.com/nrwl/nx/issues/16751)) ([112a77c](https://github.com/nrwl/nx/commit/112a77ce0a9400d8bd1cd9c1de41c2997bafe78c)) * **linter:** support custom build targets for buildability check ([#16743](https://github.com/nrwl/nx/issues/16743)) ([e328bfa](https://github.com/nrwl/nx/commit/e328bfa90a4cb4b7fec757db22a7dd6c4e41cf18)) * **storybook:** deprecate v6 support ([#16650](https://github.com/nrwl/nx/issues/16650)) ([17e6db5](https://github.com/nrwl/nx/commit/17e6db55688b249962ad28ae2857890814f68ab0))
[Compare v16.1.0 with v15.9.2](https://github.com/nrwl/nx/compare/15.9.2...16.1.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.