Skip to content

Commit

Permalink
docs(misc): adding 19.8 video embed
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackDeRose committed Sep 24, 2024
1 parent d1194a9 commit 88a66d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/blog/2024-09-20-nx-19-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ slug: nx-19-8-update
authors: [Zack DeRose]
tags: [nx, release]
cover_image: /blog/images/2024-09-20/thumbnail.png
youtubeUrl: https://youtu.be/Zgv4LHvwGx0
---

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](https://monorepo.world/)!
Expand All @@ -28,7 +29,7 @@ In this blog post:

In Nx 19.8, [`nx import`](/nx-api/nx/documents/import) has now moved from beta support to now generally available!

Nx Import is a new [top-level command of the Nx CLI](/reference/nx-commands) which allows you to import projects along with its git history from some other repository into your current Nx worksapce.
Nx Import is a new [top-level command of the Nx CLI](/reference/nx-commands) 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](https://www.youtube.com/@nxdevtools) coming soon, and in the meantime be sure to check [the documentation](/nx-api/nx/documents/import) as this is now fully documented!

Expand Down Expand Up @@ -62,7 +63,7 @@ When creating a new workspace with the command: `npx create-nx-workspace`, those

Keep in mind as well that ESLint v8 faces end-of-life on October 5th, meaning only [flat config](https://eslint.org/docs/latest/use/configure/migration-guide) is supported moving forward. Nx users should migrate to this new config format using [our flat config generator](/recipes/tips-n-tricks/flat-config#switching-to-eslints-flat-config-format).

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

{% youtube
src="https://www.youtube.com/watch?v=32XH909CZrY"
Expand Down
7 changes: 5 additions & 2 deletions docs/changelog/19_8_0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# [Nx 19.8](/blog/nx-19-8-update)
# [Nx 19.8 Blogpost](/blog/nx-19-8-update)

[![Nx 19.8 Update!!](/blog/images/2024-09-20/thumbnail.png)](/blog/nx-19-8-update)
{% youtube
src="https://youtu.be/Zgv4LHvwGx0"
title="Nx Console Run UI Form"
width="100%" /%}

## Features

Expand Down

0 comments on commit 88a66d6

Please sign in to comment.