Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(misc): adding 19.8 video embed #28085

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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