Nx 19.8 Has Landed!!

Поділитися
Вставка
  • Опубліковано 24 вер 2024
  • Nx 19.8 has landed!! 🛬🛬
    Highlights include:
    🔥 ESLint v9 and automation for migrating to the new flat config
    💎 Angular gets the crystal treatment
    🎸 `nx release` gets Github Enterprise Server Support
    ⬇️ `nx import` automates adding projects to your monorepo
    ➕ MORE!
    == Links ==
    Full Blog Post: nx.dev/blog/nx...
    Monorepo World Conference: monorepo.world/
    ESLint Flat Config Video: • ESLint Config Automati...

КОМЕНТАРІ • 5

  • @LandonTetreault
    @LandonTetreault 21 годину тому

    Great additions!
    P.S. The audio is very quiet in this video

  • @MrEnsiferum77
    @MrEnsiferum77 День тому

    No biome support?

    • @JackHsu83
      @JackHsu83 22 години тому +1

      We're looking at it for a future release. It requires work to make format extensible.

    • @classic-25
      @classic-25 22 години тому

      I really need this, I have a really big monorepo and vscode is have a really hard time linting and formatting the code with eslint and prettier

    • @furycorp
      @furycorp 12 годин тому

      @@classic-25 I got rid of Nx in favour of pure pnpm workspaces, run what you want, no wasted days troubleshooting problems created by Nx, amazing. And yep including biome in some of mine. pnpm also has libraries that enable you to add whatever part of Nx you might like but I haven't found the need for all the distributed builds either -- it got rid of a world of cache issues and troubleshooting. you'll note so many big projects on github with Nx end up building without the cache anyway to avoid the problems.