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.5.0` #184

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

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

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

Release Notes

nrwl/nx v16.5.0 ### [`v16.5.0`](https://github.com/nrwl/nx/releases/tag/v16.5.0) # [16.5.0](https://github.com/nrwl/nx/compare/16.4.0...16.5.0) (2023-07-05) ### Bug Fixes * **bundling:** separate image and font resources so they do not conflict ([#17763](https://github.com/nrwl/nx/issues/17763)) ([9c0c30e](https://github.com/nrwl/nx/commit/9c0c30edb4034e830bee6a1d82c9b9dd539c5045)) * **core:** fix globbing in rust ([#17803](https://github.com/nrwl/nx/issues/17803)) ([38101fd](https://github.com/nrwl/nx/commit/38101fdbf04755a8283eac739fb33090fc81f652)) * **misc:** prevent unexpected targets from root package.json when setting up root project ([#17805](https://github.com/nrwl/nx/issues/17805)) ([c6ad657](https://github.com/nrwl/nx/commit/c6ad657c9f3b57e17b2fc3ac5e32f58e5606f38a)) * **nest:** do not overwrite tsconfig files with undefined in migration ([#17783](https://github.com/nrwl/nx/issues/17783)) ([9195111](https://github.com/nrwl/nx/commit/9195111d749b6e671a03bb5abe8fa5f9f2380c9c)) * **nextjs:** Custom server should run on fresh apps without errors ([#17806](https://github.com/nrwl/nx/issues/17806)) ([bd7157b](https://github.com/nrwl/nx/commit/bd7157bb83892b66759dd0cce47e6ab5f212aefa)) * **nextjs:** For serve executor keepAliveTimeout should be camelCased ([#17792](https://github.com/nrwl/nx/issues/17792)) ([cf08214](https://github.com/nrwl/nx/commit/cf08214889a6dae2c52a1ac378e7c03dcd6d2279)) * **nextjs:** KeepAliveTimeout arg ([#17801](https://github.com/nrwl/nx/issues/17801)) ([47c95ae](https://github.com/nrwl/nx/commit/47c95ae5d4b8878cef11470c8059e36987eecb65)) * **nextjs:** update workspace libs setup in weback config ([#17795](https://github.com/nrwl/nx/issues/17795)) ([fdf7555](https://github.com/nrwl/nx/commit/fdf755584fb74aff8e0e4c598e0ae3600ca2f6bf)) * **storybook:** fix 6.1.0 migration to prevent wiping out eslintrc ([#17753](https://github.com/nrwl/nx/issues/17753)) ([b736992](https://github.com/nrwl/nx/commit/b736992968eb57625c02f54fd5801ec19e78f505)) * **webpack:** sync webpack version to @nx/webpack ([#17707](https://github.com/nrwl/nx/issues/17707)) ([77430cb](https://github.com/nrwl/nx/commit/77430cbf4c8aa929f20c21faae0c3b8f97027a5b)) * **webpack:** use correct version for migration ([#17789](https://github.com/nrwl/nx/issues/17789)) ([e1db93c](https://github.com/nrwl/nx/commit/e1db93c1b8faeadc69f9df52d5ad88aba043cc7e)) * **angular:** process only angular projects in migration ([#17833](https://github.com/nrwl/nx/issues/17833)) ([20d45bb](https://github.com/nrwl/nx/commit/20d45bbdf17e76d1d1d8a7f6d31ec81e54f3e15a)) * **core:** cli option --graph should work with scoped package names ([#17820](https://github.com/nrwl/nx/issues/17820)) ([f2d7dcb](https://github.com/nrwl/nx/commit/f2d7dcb331289ec4e00c4bbd70d2503232b78854)) * **core:** fix lockfile remapping for yarn berry with aliases ([#17853](https://github.com/nrwl/nx/issues/17853)) ([cfe1fa0](https://github.com/nrwl/nx/commit/cfe1fa044f2c5a5056a1365b0802955736909267)) * **core:** fix race condition in task scheduler ([#17837](https://github.com/nrwl/nx/issues/17837)) ([03ffa42](https://github.com/nrwl/nx/commit/03ffa422be14e676eb3bb662cecad183f48cb567)) * **core:** fix workspace validation for implicitDependencies that are… ([#17825](https://github.com/nrwl/nx/issues/17825)) ([c0508e3](https://github.com/nrwl/nx/commit/c0508e38e38c0d32890ffc8aef1c511e451851be)) * **core:** improve error message when native binaries are not found for a supported platform ([#17817](https://github.com/nrwl/nx/issues/17817)) ([fc4b6a8](https://github.com/nrwl/nx/commit/fc4b6a8f312e518fd5bc45761100829580863b00)) * **core:** pin @yarnpkg/parsers version to avoid dropping support for node.js v16 ([#17860](https://github.com/nrwl/nx/issues/17860)) ([b70c7f4](https://github.com/nrwl/nx/commit/b70c7f4802b92b57e8e805618660fe43c3682b21)) * **core:** point to daemon logs when daemon closes unexpectedly ([#17827](https://github.com/nrwl/nx/issues/17827)) ([6588ff9](https://github.com/nrwl/nx/commit/6588ff9fafcfc65bee386379abd5e268241b5cb9)) * **core:** remove check for taskGraph equality ([#17862](https://github.com/nrwl/nx/issues/17862)) ([9579404](https://github.com/nrwl/nx/commit/9579404525f6fed79398e6c2e945cde3ebc58606)) * **misc:** fix misc issues with move generators ([#17814](https://github.com/nrwl/nx/issues/17814)) ([7055c72](https://github.com/nrwl/nx/commit/7055c724dcb79ed836d9646d2d86605dcf7d79c3)) * **nx-plugin:** pass in e2e project name create package preset ([#17824](https://github.com/nrwl/nx/issues/17824)) ([2941ddc](https://github.com/nrwl/nx/commit/2941ddc6a2da13e8e373c423438c061eea52eda5)) * **angular:** normalize path in move generator ([#17877](https://github.com/nrwl/nx/issues/17877)) ([fced370](https://github.com/nrwl/nx/commit/fced370fe4f625b64dc4369fa53ea5ac357ad901)) * **core:** fix project file map for root projects ([#17894](https://github.com/nrwl/nx/issues/17894)) ([1590461](https://github.com/nrwl/nx/commit/15904616dffee8620dc1f30955da821cd5e49c2f)) * **js:** ignore watch errors when a process is already killed on Windows ([#17891](https://github.com/nrwl/nx/issues/17891)) ([9bb60a7](https://github.com/nrwl/nx/commit/9bb60a7fc644c58b52261183874a0ebbda044ac3)) * **js:** normalize tsconfig paths used as correlation keys in batch implementation ([#17888](https://github.com/nrwl/nx/issues/17888)) ([4d76d0c](https://github.com/nrwl/nx/commit/4d76d0c626845e638b46be1185714c2a28d0ff31)) * **js:** skip watcher if --watch=false for node executor ([#17887](https://github.com/nrwl/nx/issues/17887)) ([b7d283b](https://github.com/nrwl/nx/commit/b7d283bced635b8539e5e7d16dbabe34d7aa9dd1)) * **linter:** create-package-json should omit non-npm and ignored packages ([#17883](https://github.com/nrwl/nx/issues/17883)) ([3d77b4d](https://github.com/nrwl/nx/commit/3d77b4d40e743c65106c59c45e09c2631657c1d3)) * **nextjs:** Running nx build --configuration=development should not throw an error ([#17866](https://github.com/nrwl/nx/issues/17866)) ([3008be1](https://github.com/nrwl/nx/commit/3008be1e7afc1cfb30c866f4385153e92bdd9612)) * **nextjs:** set localhost as hostname default ([#17856](https://github.com/nrwl/nx/issues/17856)) ([88c655f](https://github.com/nrwl/nx/commit/88c655f5a9933fc905cc392f0841fad4cb591a89)) * **nx-dev:** skip docs for private package ([#17843](https://github.com/nrwl/nx/issues/17843)) ([0608318](https://github.com/nrwl/nx/commit/06083184494d18dc99e87633fe98c14527bf771b)) * **linter:** apply missing deps fix in a single patch for deps check ([#17924](https://github.com/nrwl/nx/issues/17924)) ([55c0a16](https://github.com/nrwl/nx/commit/55c0a168cfaa15d50e34dcdaeceeec175d4b73f7)) * **linter:** ensure no trailing commas on deps-check obsolete package fix ([#17915](https://github.com/nrwl/nx/issues/17915)) ([a70e1a8](https://github.com/nrwl/nx/commit/a70e1a8bc07a5909c3f314f36714958f685dfc8f)) * **core:** ignore root projects for project inference ([#17949](https://github.com/nrwl/nx/issues/17949)) ([90584d3](https://github.com/nrwl/nx/commit/90584d3164fe867891678b560ce4e6c9834cffa0)) * **js:** js:node executor resolves main.js and build options correctly ([#17884](https://github.com/nrwl/nx/issues/17884)) ([47d23c8](https://github.com/nrwl/nx/commit/47d23c843617727040365c4f3ce27d78a3cfabe0)) * **nextjs:** Respect CLI output path when provided ([#17947](https://github.com/nrwl/nx/issues/17947)) ([50ee990](https://github.com/nrwl/nx/commit/50ee9904e1090e9becf7fa9944ad759386071c17)) ### Features * **core:** set rust watcher as default ([#17728](https://github.com/nrwl/nx/issues/17728)) ([a4c92d8](https://github.com/nrwl/nx/commit/a4c92d8fff924960b35e09975cda10f73772d98d)) * **core:** use rust utilities for caching operations ([#17638](https://github.com/nrwl/nx/issues/17638)) ([d327210](https://github.com/nrwl/nx/commit/d3272108c9b8ce56306f1e2556e2656cf4a22c26)) * **nextjs:** allow withNx to be used with other executors such as run-commands ([#17819](https://github.com/nrwl/nx/issues/17819)) ([77ca8d7](https://github.com/nrwl/nx/commit/77ca8d7c335f8c5d2e704a14e79a5641c49d2929)) * **storybook:** move tsconfig one level up ([#17749](https://github.com/nrwl/nx/issues/17749)) ([e58cc79](https://github.com/nrwl/nx/commit/e58cc798a530de4fa087c77c3449b2a8868be505)) * **storybook:** update storybook version to ^7.0.24 ([#17818](https://github.com/nrwl/nx/issues/17818)) ([d4d48fb](https://github.com/nrwl/nx/commit/d4d48fbbd445b64852a3205ae5964503f696cc90)) * **testing:** add --force-exit to jest executor ([#17790](https://github.com/nrwl/nx/issues/17790)) ([836cd34](https://github.com/nrwl/nx/commit/836cd34ce70649d9191192ccc7a18bc684f7a2b0)) * **testing:** bump cypress to latest for angular CT ([#17788](https://github.com/nrwl/nx/issues/17788)) ([8a63d38](https://github.com/nrwl/nx/commit/8a63d38f42c3ad34581e416ead822cdf37ce6b0a)) * **vite:** allow passing multiple test files to vite:test ([#17496](https://github.com/nrwl/nx/issues/17496)) ([a995940](https://github.com/nrwl/nx/commit/a995940b192a99e8a8cb6f7e165d68e078ffdd11)) * **core:** load environment variables from configuration name ([#17335](https://github.com/nrwl/nx/issues/17335)) ([199d621](https://github.com/nrwl/nx/commit/199d6217c1334caeb9fcd9af57ca4621afa09bd6)) * **linter:** allow globs in onlyDependOnLibsWithTags eslint-plugin configuration option ([#17530](https://github.com/nrwl/nx/issues/17530)) ([576262b](https://github.com/nrwl/nx/commit/576262bb03a7ebe23f5b91867642a6e2477b0910)) * **angular:** add --bundler flag for applications ([#17919](https://github.com/nrwl/nx/issues/17919)) ([9eaa240](https://github.com/nrwl/nx/commit/9eaa240b4dbf91b41942d680108f73e8356dd4b9)) * **linter:** allow banning of deep/secondary paths ([#17755](https://github.com/nrwl/nx/issues/17755)) ([6b82a2f](https://github.com/nrwl/nx/commit/6b82a2ff5906b331c5755d2212a00a25c37eb5d4)) * **repo:** allow testing publish workflow manually without real publ… ([#17754](https://github.com/nrwl/nx/issues/17754)) ([9ffa90f](https://github.com/nrwl/nx/commit/9ffa90f73738e9f35683cd369689dd2854d8c2a8)) * **testing:** add test-setup.ts to ignored prod inputs ([#17918](https://github.com/nrwl/nx/issues/17918)) ([8f0ec5c](https://github.com/nrwl/nx/commit/8f0ec5cb39bae07afd24f5275d2c7c794ce639fa)) * **linter:** bump typescript-eslint to 5.60.1 ([#17916](https://github.com/nrwl/nx/issues/17916)) ([b093306](https://github.com/nrwl/nx/commit/b093306f9df9de26d1167b8b952eaa01ec2c04d7))
[Compare v16.5.0 with v15.9.2](https://github.com/nrwl/nx/compare/15.9.2...16.5.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.