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 `v15.7.2` #135

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

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

Package Change
🐋 nrwl/nx v15.5.0 -> v15.7.2

Release Notes

nrwl/nx v15.7.2 ### [`v15.7.2`](https://github.com/nrwl/nx/releases/tag/v15.7.2) ## [15.7.2](https://github.com/nrwl/nx/compare/15.7.1...15.7.2) (2023-02-17) ### Bug Fixes * **angular:** bump generated rxjs version ([#15054](https://github.com/nrwl/nx/issues/15054)) ([9c154c5](https://github.com/nrwl/nx/commit/9c154c5fd281a8764313a478c3d92ff98dc6a3f8)) * **angular:** handle projects without name in angular cli adapter ([#15089](https://github.com/nrwl/nx/issues/15089)) ([d430a65](https://github.com/nrwl/nx/commit/d430a6515f574fe7e3a08fe03173e387b5ecb030)) * **angular:** support large buffers in angular cli adapter ([#15082](https://github.com/nrwl/nx/issues/15082)) ([aa59b4a](https://github.com/nrwl/nx/commit/aa59b4a963c31142ae39944ab13dae1ffe2218de)) * **core:** fix setting of the interactive env var ([#15084](https://github.com/nrwl/nx/issues/15084)) ([c9c640b](https://github.com/nrwl/nx/commit/c9c640b6cd395a229144292d619770f2878328a9)) * **core:** nx plugin cache should load new plugins ([#15072](https://github.com/nrwl/nx/issues/15072)) ([ea5e7f3](https://github.com/nrwl/nx/commit/ea5e7f36280ae17bc748579a50fb7063876010f5)) * **core:** run migrations with sync host ([#15010](https://github.com/nrwl/nx/issues/15010)) ([e7d4a5e](https://github.com/nrwl/nx/commit/e7d4a5e5f81e13a097b2f39ae6245a7e84057bf3)) * **core:** support decorators in local executor and generator runs ([#15025](https://github.com/nrwl/nx/issues/15025)) ([6284ec5](https://github.com/nrwl/nx/commit/6284ec537fb5b402fa8ea9478b4a76bd23d4f09e)) * **js:** don't read dependency package.json if it doesn't exist ([#15037](https://github.com/nrwl/nx/issues/15037)) ([22eb66b](https://github.com/nrwl/nx/commit/22eb66bc470c73442d5652d72fe083905df3a9c9)) * **linter:** add node_modules to linter ignore patterns ([#14980](https://github.com/nrwl/nx/issues/14980)) ([fb440ab](https://github.com/nrwl/nx/commit/fb440ab3587f5bcc7ea8f4892f54cc7d3d5bdd52)) * **misc:** isCI should return a boolean ([bb1d51b](https://github.com/nrwl/nx/commit/bb1d51b2987479cd58cdc95817a2e928f3071dbe)) * **nx-plugin:** local plugin execution should work with ts-node ([#15066](https://github.com/nrwl/nx/issues/15066)) ([2747380](https://github.com/nrwl/nx/commit/27473809ce11307e2e756b1041b6d9078526646d)) * **react:** add override to class component render() method ([#13743](https://github.com/nrwl/nx/issues/13743)) ([d8963ea](https://github.com/nrwl/nx/commit/d8963ea2546d20ebfb2fe27287a51d3777ef3115)) * **react:** install @nrwl/webpack when migrating ([#15062](https://github.com/nrwl/nx/issues/15062)) ([c3eb66f](https://github.com/nrwl/nx/commit/c3eb66fbe716fe159c97bec67577902855d5f265)) * **storybook:** dont fail migration if stories array is missing ([#15017](https://github.com/nrwl/nx/issues/15017)) ([f47a59a](https://github.com/nrwl/nx/commit/f47a59a3f1a3c78dff034b7e021f2f42d5b25965)) * **storybook:** dont touch config if is already using new schema ([#15056](https://github.com/nrwl/nx/issues/15056)) ([ff469ad](https://github.com/nrwl/nx/commit/ff469ad14e77f802098f74054b40c15f8ec12b0b)) * **storybook:** make v7 generator ignore uiFramework ([#15023](https://github.com/nrwl/nx/issues/15023)) ([9f28951](https://github.com/nrwl/nx/commit/9f2895107cad557e3cc67d250e1599c763f4a54e)) * **vite:** explicitly export type instead of a value from d.ts files ([#15029](https://github.com/nrwl/nx/issues/15029)) ([4095b95](https://github.com/nrwl/nx/commit/4095b953cead8059d03972a336872b993ed950f1)) * **webpack:** add babelUpwardRootMode ([#15061](https://github.com/nrwl/nx/issues/15061)) ([2fbc152](https://github.com/nrwl/nx/commit/2fbc1524870b269dd7f8b0dd49a0717bfaaf536c)) * **webpack:** restore supporting a configuration array ([#14977](https://github.com/nrwl/nx/issues/14977)) ([609867c](https://github.com/nrwl/nx/commit/609867ced95c71fa53be6a23323cf207961e0f6b)) ### Features * **angular:** add option for custom path to manifest file ([#15053](https://github.com/nrwl/nx/issues/15053)) ([213ec38](https://github.com/nrwl/nx/commit/213ec38ac0f317c9a26a542b2e1d9475452004fd)) * **angular:** prompt users for standalone components in application ([#14987](https://github.com/nrwl/nx/issues/14987)) ([50daf8d](https://github.com/nrwl/nx/commit/50daf8d594e125c6c9dd600a9f8bbc877fc615ef)) * **core:** add interactive env var ([#14994](https://github.com/nrwl/nx/issues/14994)) ([9bee3d6](https://github.com/nrwl/nx/commit/9bee3d614296e777210a548b87647ec91434cd63)) * **misc:** package.json output cosmetics ([#14938](https://github.com/nrwl/nx/issues/14938)) ([690f638](https://github.com/nrwl/nx/commit/690f6388743a5c737175f092634b401a8cb87d43))
[Compare v15.7.2 with v15.5.0](https://github.com/nrwl/nx/compare/15.5.0...15.7.2)

Configuration

📅 Schedule: Daily at midnight (UTC).

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