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.9.0` #198

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

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

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

Release Notes

nrwl/nx v16.9.0 ### [`v16.9.0`](https://github.com/nrwl/nx/releases/tag/v16.9.0) ## 16.9.0 ### 🚀 Features - **vue:** add private Vue plugin ([#19009](https://github.com/nrwl/nx/pull/19009)) - **js:** support finding imports in .vue files ([#19048](https://github.com/nrwl/nx/pull/19048)) - **webpack:** move module federation utils to webpack ([#18996](https://github.com/nrwl/nx/pull/18996)) - **repo:** add cloud workflows ([018d9972e](https://github.com/nrwl/nx/commit/018d9972e)) - **linter:** update version of tslint-to-eslint ([#19065](https://github.com/nrwl/nx/pull/19065)) - **repo:** enable agents" ([#19112](https://github.com/nrwl/nx/pull/19112)) - **devkit:** update `parseTargetString` to allow referencing targets on the current project ([#19109](https://github.com/nrwl/nx/pull/19109)) - **js:** warn users when additionalEntryPoints do not match any files ([#19107](https://github.com/nrwl/nx/pull/19107)) - **core:** add WorkspaceContext class ([#18999](https://github.com/nrwl/nx/pull/18999)) - **vue:** init, app, component and lib generators ([#19130](https://github.com/nrwl/nx/pull/19130)) - **react:** allow setting react preset to production when using custom BABEL_ENV ([#19148](https://github.com/nrwl/nx/pull/19148)) - **core:** hide vue preset options from create-nx-workspace ([#19155](https://github.com/nrwl/nx/pull/19155)) - **devkit:** add method for tree-aware glob search ([#19128](https://github.com/nrwl/nx/pull/19128)) - **react:** Add versioning for workspace libraries ([#19063](https://github.com/nrwl/nx/pull/19063)) - **nx-dev:** add embeddings for community plugins ([#19168](https://github.com/nrwl/nx/pull/19168)) - **nx-dev:** add "new chat" button to AI page ([#19150](https://github.com/nrwl/nx/pull/19150)) - **vue:** add setup-tailwind generator ([#19147](https://github.com/nrwl/nx/pull/19147)) - **nx-dev:** change "New chat" to "Clear chat" to avoid confusion, and open links in new tab ([#19190](https://github.com/nrwl/nx/pull/19190)) - **nx-dev:** remove emojis from heading ID ([#19194](https://github.com/nrwl/nx/pull/19194)) - **nx-dev:** improve auto-scrolling so it does not interfere with users reading the content ([#19196](https://github.com/nrwl/nx/pull/19196)) - **react:** switch default to typescript configuration for module federation ([#19031](https://github.com/nrwl/nx/pull/19031)) - **core:** initial implementation of `nx release` ([#19110](https://github.com/nrwl/nx/pull/19110)) - **react:** Support loading remotes via library: var ([#19192](https://github.com/nrwl/nx/pull/19192)) - **core:** include non-project files on fileMap and filesToProcess ([#19217](https://github.com/nrwl/nx/pull/19217)) - **misc:** do not prompt for project name and root format when they produce the same result ([#19221](https://github.com/nrwl/nx/pull/19221)) - **react-native:** upgrade react-native to 0.72.4 ([#19160](https://github.com/nrwl/nx/pull/19160)) - **nx-dev:** improve initial prompt of the AI Chat to remove bad responses ([#19244](https://github.com/nrwl/nx/pull/19244)) - **repo:** enable agents" " ([#19112](https://github.com/nrwl/nx/pull/19112)) - **repo:** remove projectNameAndRoot nx.json option ([#19218](https://github.com/nrwl/nx/pull/19218)) - **core:** run createDependencies plugins concurrently ([#19176](https://github.com/nrwl/nx/pull/19176)) - **core:** allow multiple targets in show projects commmand ([#18506](https://github.com/nrwl/nx/pull/18506)) - **misc:** prepend cwd to directory in project generators when using as-provided format ([#19227](https://github.com/nrwl/nx/pull/19227)) ### 🩹 Fixes - **linter:** fix dep-checks projPackageJsonDeps caching for IDE ([#18935](https://github.com/nrwl/nx/pull/18935)) - **linter:** handle non-JSON eslintrc files when updating overrides ([#19026](https://github.com/nrwl/nx/pull/19026)) - **misc:** calculate cwd relative path correctly for generators and executors ([#18933](https://github.com/nrwl/nx/pull/18933)) - **react:** fix createGlobPAtternsForDependencies path ([#18546](https://github.com/nrwl/nx/pull/18546)) - **webpack:** enable in memory caching when building for node in watch mode ([#18348](https://github.com/nrwl/nx/pull/18348)) - **core:** register ts transpiler when running .ts backed plugins ([#19027](https://github.com/nrwl/nx/pull/19027)) - **js:** workspace lib devDependencies should not be added to package.json ([#17802](https://github.com/nrwl/nx/pull/17802)) - **misc:** nx view-logs should open the nx-cloud link when connected … ([#17808](https://github.com/nrwl/nx/pull/17808)) - **nx-dev:** menu chevron alignment ([f994f54c5](https://github.com/nrwl/nx/commit/f994f54c5)) - **linter:** ensure config manipulations are run only if config is supported ([#19035](https://github.com/nrwl/nx/pull/19035)) - **vite:** check for undefined and create types array ([#19045](https://github.com/nrwl/nx/pull/19045)) - **angular:** keep dependency-checks enabled for buildable libraries ([#19047](https://github.com/nrwl/nx/pull/19047)) - **node:** explicitly check that project is a library before updating imports ([#19040](https://github.com/nrwl/nx/pull/19040)) - **core:** do not prompt, only warn when projectNameAndRootLayout is … ([#19037](https://github.com/nrwl/nx/pull/19037)) - **core:** prettier 3 shouldn't cause errors due to esm + compile cache ([#19042](https://github.com/nrwl/nx/pull/19042)) - **misc:** use preset apps instead of empty ([#19051](https://github.com/nrwl/nx/pull/19051)) - **react:** set "watch: false" on module federation serve-static options ([#19052](https://github.com/nrwl/nx/pull/19052)) - **js:** handle nested wildcard imports and paths that start with # ([#19056](https://github.com/nrwl/nx/pull/19056)) - **core:** do not validate remote cache validity ([#19059](https://github.com/nrwl/nx/pull/19059)) - **js:** esbuild should not throw when a project depends on non-js dependencies ([#19057](https://github.com/nrwl/nx/pull/19057)) - **core:** prettier 3 shouldn't cause errors due to v8 compile cache ([#19075](https://github.com/nrwl/nx/pull/19075)) - **linter:** add @eslint/js with correct package version ([#19077](https://github.com/nrwl/nx/pull/19077)) - **core:** detect dependencies in .cjs and .cts files ([#19127](https://github.com/nrwl/nx/pull/19127)) - **node:** set x-dropdown in app generator to enable autocomplete in console ([#19105](https://github.com/nrwl/nx/pull/19105)) - **angular:** dont add .angular/cache to prettier again if existing ([#19183](https://github.com/nrwl/nx/pull/19183)) - **webpack:** set `module: true` for swcMinify ([#19213](https://github.com/nrwl/nx/pull/19213)) - **core:** handle negative single directory globs ([#19235](https://github.com/nrwl/nx/pull/19235)) - **core:** allow parallel and output-style on publish target ([#19242](https://github.com/nrwl/nx/pull/19242)) - **core:** support dry-run on `nx release publish` ([#19228](https://github.com/nrwl/nx/pull/19228)) - **core:** handle negative star glob better ([#19241](https://github.com/nrwl/nx/pull/19241)) - **core:** set SWC_NODE_PROJECT before registering `@swc-node/register` ([#19239](https://github.com/nrwl/nx/pull/19239)) - **nextjs:** do not warn on NX_INVOKED_BY_RUNNER and only show warning once ([#19254](https://github.com/nrwl/nx/pull/19254)) - **core:** update the native runtime input to include the cpu architecture ([#19263](https://github.com/nrwl/nx/pull/19263)) - **misc:** adds nx cloud access token to agent workflow ([#19264](https://github.com/nrwl/nx/pull/19264)) - **nx-plugin:** pass full context into parseTargetString ([#19154](https://github.com/nrwl/nx/pull/19154)) - **core:** ensure target-only argument is rewritten correctly to be forwarded ([#17971](https://github.com/nrwl/nx/pull/17971)) - **repo:** add native packages to the release group ([#19289](https://github.com/nrwl/nx/pull/19289)) - **js:** update generated .swcrc file to align with @swc/core@1.3.85 ([#19214](https://github.com/nrwl/nx/pull/19214)) - **nextjs:** Add missing env to base Nx Env ([#19201](https://github.com/nrwl/nx/pull/19201)) - **core:** unregister in-process ts transpilers when projectGraph is created ([#19187](https://github.com/nrwl/nx/pull/19187)) - **vite:** provide correct root directory when building a root project ([#19298](https://github.com/nrwl/nx/pull/19298)) - **core:** do not attempt to publish private npm packages ([#19299](https://github.com/nrwl/nx/pull/19299)) ### ❤️ Thank You - James Henry @JamesHenry - Jack Hsu @jaysoo - Jonathan Cammisuli - Leosvel Pérez Espinosa @leosvelperez - Nicholas Cunningham @ndcunningham - Jason Jean - Mark McCulloh @MarkMcCulloh - Jay Bell - Craigory Coppola @AgentEnder - Simon Critchley @scritchley - Emily Xiong @xiongemi - Colum Ferry @Coly010 - Miroslav Jonaš @meeroslav - MaxKless @34165455+MaxKless - Katerina Skroumpelou @mandarini - Victor Savkin - Guy Senpai - Juri @juristr - Adam Wootton - Matt Lewis @mattlewis92 - Nadav Shatz
[Compare v16.9.0 with v15.9.2](https://github.com/nrwl/nx/compare/15.9.2...16.9.0)

Configuration

📅 Schedule: Daily at midnight (UTC).

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

JamesHenry commented 1 year ago

@domjtalbot please kindly update your workflow to not include all the release notes (omit the thank you section). This PR pinged and notified all the contributors to this Nx release because they are tagged in the release notes (something GitHub encourages)