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.8.1` #197

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

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

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

Release Notes

nrwl/nx v16.8.1 ### [`v16.8.1`](https://github.com/nrwl/nx/releases/tag/v16.8.1) ## [16.8.1](https://github.com/nrwl/nx/compare/16.8.0...16.8.1) (2023-09-07) ### Bug Fixes * **angular:** keep dependency-checks enabled for buildable libraries ([#19047](https://github.com/nrwl/nx/issues/19047)) ([58b13a2](https://github.com/nrwl/nx/commit/58b13a26af97969882a5e83efa9c1af64b05fd40)) * **core:** do not prompt, only warn when projectNameAndRootLayout is … ([#19037](https://github.com/nrwl/nx/issues/19037)) ([18acd9a](https://github.com/nrwl/nx/commit/18acd9afeca3601f39862c82dd97d2f3730a3d3f)) * **core:** do not validate remote cache validity ([#19059](https://github.com/nrwl/nx/issues/19059)) ([1f9dc40](https://github.com/nrwl/nx/commit/1f9dc40be20233c6cc792c0872be0d48005264ec)) * **core:** prettier 3 shouldn't cause errors due to esm + compile cache ([#19042](https://github.com/nrwl/nx/issues/19042)) ([ac2bea7](https://github.com/nrwl/nx/commit/ac2bea7d875d4829deb2816b3c3e2afcfb90c50e)) * **core:** register ts transpiler when running .ts backed plugins ([#19027](https://github.com/nrwl/nx/issues/19027)) ([22dadbc](https://github.com/nrwl/nx/commit/22dadbc9b4bbb7039e8336b150fcb4e791b0de36)) * **js:** handle nested wildcard imports and paths that start with # ([#19056](https://github.com/nrwl/nx/issues/19056)) ([2194422](https://github.com/nrwl/nx/commit/21944222cabf74262a168f1fb5e06895788a70e2)) * **js:** workspace lib devDependencies should not be added to package.json ([#17802](https://github.com/nrwl/nx/issues/17802)) ([14a4ef4](https://github.com/nrwl/nx/commit/14a4ef4e936f4491ded9098a10a8fcaba9a747ff)) * **linter:** ensure config manipulations are run only if config is supported ([#19035](https://github.com/nrwl/nx/issues/19035)) ([85b03c2](https://github.com/nrwl/nx/commit/85b03c2bc48bbe2e9527fb00a55fc1de55fc1909)) * **linter:** fix dep-checks projPackageJsonDeps caching for IDE ([#18935](https://github.com/nrwl/nx/issues/18935)) ([2e1d48e](https://github.com/nrwl/nx/commit/2e1d48e184023bc842a64f8220c70b3bd51f3888)) * **linter:** handle non-JSON eslintrc files when updating overrides ([#19026](https://github.com/nrwl/nx/issues/19026)) ([4365c01](https://github.com/nrwl/nx/commit/4365c010e66b2806afbe46b6eadc23d04adb8f81)) * **misc:** calculate cwd relative path correctly for generators and executors ([#18933](https://github.com/nrwl/nx/issues/18933)) ([24de089](https://github.com/nrwl/nx/commit/24de089b74f85d5388d71312ce297ed6a766c8b2)) * **misc:** nx view-logs should open the nx-cloud link when connected … ([#17808](https://github.com/nrwl/nx/issues/17808)) ([2e0b09a](https://github.com/nrwl/nx/commit/2e0b09afc51e948ab26109edc08271edb6c64f94)) * **misc:** use preset apps instead of empty ([#19051](https://github.com/nrwl/nx/issues/19051)) ([655a0a7](https://github.com/nrwl/nx/commit/655a0a71cc4c2e24dbdc0e46b093b34af7f040c2)) * **node:** explicitly check that project is a library before updating imports ([#19040](https://github.com/nrwl/nx/issues/19040)) ([6ac6473](https://github.com/nrwl/nx/commit/6ac64731295921299ce020b2a0d6717dcc02c10e)) * **react:** fix createGlobPAtternsForDependencies path ([#18546](https://github.com/nrwl/nx/issues/18546)) ([62f526a](https://github.com/nrwl/nx/commit/62f526aa0a07ba75f7962fcd031cbc38dd2107df)) * **react:** set "watch: false" on module federation serve-static options ([#19052](https://github.com/nrwl/nx/issues/19052)) ([2e52c14](https://github.com/nrwl/nx/commit/2e52c14cb8234657c58a57aefcb64cc824b00ac8)) * **vite:** check for undefined and create types array ([#19045](https://github.com/nrwl/nx/issues/19045)) ([143b223](https://github.com/nrwl/nx/commit/143b2230b6f3ac9d54944d358b0df91410bedbb3)) * **webpack:** enable in memory caching when building for node in watch mode ([#18348](https://github.com/nrwl/nx/issues/18348)) ([1f10398](https://github.com/nrwl/nx/commit/1f103989344230e6789cf562dce74aebb98777eb))
[Compare v16.8.1 with v15.9.2](https://github.com/nrwl/nx/compare/15.9.2...16.8.1)

Configuration

📅 Schedule: Daily at midnight (UTC).

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