惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
F
Fortinet All Blogs
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
B
Blog RSS Feed
I
InfoQ
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
H
Help Net Security
L
LangChain Blog
M
MIT News - Artificial intelligence
Y
Y Combinator Blog
aimingoo的专栏
aimingoo的专栏

Nx Blog

Sharing Tailwind CSS Styles Across Apps in a Monorepo | Nx Blog How SiriusXM Stays Competitive by Iterating and Getting to Market Fast | Nx Blog Agentic Experience Is the New Developer Experience | Nx Blog Nx Joins the Linux Foundation and the Agentic AI Foundation | Nx Blog A Monorepo Is NOT a Monolith | Nx Blog Why we deleted (most of) our MCP tools | Nx Blog Teach Your AI Agent How to Work in a Monorepo | Nx Blog How Broadcom stays efficient and nimble with monorepos | Nx Blog Why Monorepos are King in the Age of AI | Nx Blog Nx 2026 Roadmap: Expanding Agent Autonomy, Improving Performance, Better Polyglot and More | Nx Blog End to End Autonomous AI Agent Workflows with Nx | Nx Blog Autonomous Agents at Scale | Nx Blog Scaling 700+ Projects: How Nx Became a 'No-Brainer' for Caseware | Nx Blog Configure Tailwind v4 with Angular in an Nx Monorepo | Nx Blog The Missing Multiplier for AI Agent Productivity | Nx Blog A Year of Nx Webinars | Nx Blog Wrapping Up 2025 | Nx Blog Nx 22.3 Release: Angular 21 Support, tsgo Compiler, and Prettier v3 | Nx Blog Nx Cloud Release: Agent Resource Usage | Nx Blog Nx Platform Outperforms DIY Cache by 5x | Nx Blog An Nx Carol: Past, Present, and Future of Your Monorepo | Nx Blog Nx 22.1 Release: Terminal UI on Windows, Storybook 10, Vitest 4, and more! | Nx Blog The Compounding Effect: How Nx Features Multiply Performance Gains | Nx Blog 10 Monorepo Myths Debunked: Separating Fact from Fiction | Nx Blog Nx Cloud Release: Enterprise Task Analytics | Nx Blog Watch and Rebuild Storybook Dependencies with Nx | Nx Blog Book - React for Enterprise: Timeless Architecture for Enterprise Apps | Nx Blog Beyond Remote Cache: Unlock 70% More CI Performance | Nx Blog Nx 22 Release: Expanding the build platform | Nx Blog What's the Point of Generating All This Code If You Can't Merge It? | Nx Blog
Nx 19.8 Update!! | Nx Blog
Zack DeRose · 2024-09-21 · via Nx Blog

Nx 19.8 is here! This is our last minor release before we get ready to move ahead into Nx v20, which should land in October around the same time as the Monorepo World Conference!

As always, you can find the general details for all Nx releases on our changelog, as well as details on our Github Releases for the Nx repo.

Table of Contents

In this blog post:

  • Nx Import
  • Improved Task Scheduling!
  • Project Crystal Comes to Angular
  • Crystalize Your Entire Workspace In One Command
  • New Nx Workspaces Create with ESLint v9
  • Nx Release Enhancements
  • Migrate to Latest
  • Round 2 of Monorepo World Conference Speakers Announced!!
  • Learn More

Nx Import

In Nx 19.8, nx import has now moved from beta support to now generally available!

Nx Import is a new top-level command of the Nx CLI which allows you to import projects along with its git history from some other repository into your current Nx workspace.

Keep an eye out for more on Nx Import on our YouTube Channel coming soon, and in the meantime be sure to check the documentation as this is now fully documented!

Improved Task Scheduling!

We've added some optimizations to the core of Nx - particularly around Nx's task scheduling. At the core of Nx is a task runner that supports task dependencies (configurable for your entire workspace in the targetDefaults of your nx.json file, and on a per-project basis in your project.json files!), as well as the ability to run mulitple tasks in parallel.

With 19.8, nx will leverage historical data of previous runs of tasks to add some prioritization to the scheduling tasks that tend to take longer. This should optimize the total runtime of large batch commands in your workspace!

Read more on running tasks with Nx! And checkout this new optimization on GitHub for more details!

Project Crystal Comes to Angular

Project Crystal has come to Angular!

Project Crystal allows Nx to infer tasks for projects in your workspace - rather than requiring that they exist in every project.json or angular.json file of your workspace.

You can now run the command nx init in a project created by the Angular CLI, and we will generate project.json files for each angular project in your workspace - splitting that data out from the root angular.json file created by the Angular CLI.

This decision was made based on our feedback from the Angular community - where there is a strong preference for being able to split out the config.

Crystalize Your Entire Workspace In One Command

When we initially launched Project Crystal, we shipped originally with convert-to-inferred generators, which would allow you to convert your workspace one plugin at a time.

With Nx 19.8, we've added a infer-targets generator, which will automatically detect all available convert-to-inferred generators, and run the ones you choose. You may also specify a specific project using the --project option of the generator.

New Nx Workspaces Created with ESLint v9

When creating a new workspace with the command: npx create-nx-workspace, those workspaces will now be created with eslint v9, and typescript-eslint v8 - their most recent versions respectively.

Keep in mind as well that ESLint v8 faces end-of-life on October 5th, meaning only flat config is supported moving forward. Nx users should migrate to this new config format using our flat config generator.

For more on eslint's flat config, and how to use our generator to get to flat config checkout this video:

Nx Release Enhancements

nx release is a framework/language/platform agnostic solution to versioning, publishing, and changelogs for your monorepo. We've been continuing to invest in Nx Release in 19.8, adding support specifically for pnpm publish and Github Enterprise Server!

We also have a new feature from Nx Champion, Jonathan Gelin - which allows you to use groupPreVersionCommand in addition to the preVersionCommand when using the release groups feature to support building before versioning.

Migrate to Latest

As always - updating Nx and its plugins is easy as we ship an automated migration command.

After updating your dependencies, run any necessary migrations.

npx nx migrate --run-migrations

Round 2 of Monorepo World Conference Speakers Announced!!

Monorepo World

The Monorepo World conference is coming up soon on October 7, 2024 at the Computer History museum in Mountain View, California.

Get your tickets now, consider requesting access to the invite-only Enterprise Summit on October 8, and be sure to check out the second round of speakers that was just published earlier this week!

Learn more