November 2025 Summaries
4 posts from Nx
Filter
Month:
Year:
Post Summaries
Back to Blog
Nx 22.1 introduces several enhancements aimed at improving the development experience, particularly for Windows users, with the re-enabled Terminal UI that facilitates smooth task management and navigation. This release also includes support for Storybook 10, which now requires ESM configurations, and employs AI-powered migrations to assist in converting code from CommonJS to ESM, while still supporting Storybook 9. A new dedicated @nx/vitest plugin has been introduced, improving the independence and feature development for Vitest, and Vitest 4 support is now available. Additionally, support for Next.js v16 and Cypress v15 is provided, with future plans for Angular 21 support, which will feature Vitest as the default test runner. The update process for Nx 22.1 is made straightforward with commands to migrate and update dependencies, while additional improvements and fixes are detailed in the release notes on GitHub.
Nov 26, 2025
863 words in the original blog post.
Presented by Jeff Cross and Madeline Hennessy, this event scheduled for November 19, 2025, aims to address the misconception that caching alone can maximize performance gains on the Nx platform, highlighting that it only accounts for 30% of potential improvements. The presenters argue that while remote caching provides significant enhancements, many teams mistakenly stop there, unaware of the additional time savings they could achieve by addressing issues like flaky test failures and manual reruns which impede continuous integration processes. Attendees will learn how to better leverage existing capabilities to reduce these interruptions and uncover the full potential of their platform investments.
Nov 19, 2025
129 words in the original blog post.
Monthly webinars hosted by Nx aim to dispel common myths about monorepos, which are often misunderstood in modern software development. These misconceptions, such as equating monorepos with monoliths or believing they cannot scale, hinder their adoption despite their potential to enhance team workflows. The reality is that monorepos offer modular architecture, efficient dependency management, and the ability to handle polyglot environments without imposing uniformity. They allow independent versioning, better code boundaries, and improved cognitive load management with the right tooling. Contrary to the belief that adopting monorepos requires a disruptive overhaul, organizations can migrate incrementally, leveraging tools that clarify dependencies and streamline development processes. Moreover, integrating AI into monorepo workflows can yield better results than with isolated repositories by providing comprehensive context. Nx encourages organizations to move beyond myths and explore the benefits of monorepos, emphasizing the improvements in developer experience and workflow efficiency they can bring.
Nov 14, 2025
1,596 words in the original blog post.
Nx Enterprise introduces Enterprise Task Analytics, a powerful tool designed to enhance the visibility and efficiency of Continuous Integration (CI) pipelines by providing in-depth insights into task performance and reliability. The platform addresses the common challenges of slow and unreliable CI processes by offering features such as Task Analytics and Flaky Task Analytics, which help developers identify and prioritize problematic tasks through easy-to-interpret graphs and data tables. This enables data-driven decision-making, allowing teams to proactively address performance regressions, refactoring needs, and caching strategies, reducing wasted time and resources. Available to Nx Enterprise customers, these analytics tools are part of a broader suite of solutions aimed at maintaining velocity and quality in software development, even as AI accelerates code generation. Future enhancements will include anomaly detection and cross-repo analytics, further expanding visibility across organizational CI performance.
Nov 07, 2025
1,495 words in the original blog post.