Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nrwl/nx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 19.5.4
Choose a base ref
...
head repository: nrwl/nx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19.5.5
Choose a head ref
  • 14 commits
  • 49 files changed
  • 10 contributors

Commits on Aug 1, 2024

  1. docs(misc): fix azure yml (#22480)

    (cherry picked from commit 7409aa2)
    robertIsaac authored and FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    db740d3 View commit details
  2. feat(misc): add more logging while running migrations (#27063)

    (cherry picked from commit adbb861)
    DanielRose authored and FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    de5156c View commit details
  3. fix(nx-dev): OG image meta tag (#27195)

    (cherry picked from commit edf0651)
    ndcunningham authored and FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    55ce370 View commit details
  4. chore(repo): update agent base image (#27179)

    <!-- Please make sure you have read the submission guidelines before
    posting an PR -->
    <!--
    https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
    -->
    
    <!-- Please make sure that your commit message follows our format -->
    <!-- Example: `fix(nx): must begin with lowercase` -->
    
    <!-- If this is a particularly complex change or feature addition, you
    can request a dedicated Nx release for this pull request branch. Mention
    someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
    will confirm if the PR warrants its own release for testing purposes,
    and generate it for you if appropriate. -->
    
    ## Current Behavior
    <!-- This is the behavior we have today -->
    
    ## Expected Behavior
    <!-- This is the behavior we should expect with the changes in this PR
    -->
    
    ## Related Issue(s)
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #
    
    (cherry picked from commit 0c9eba9)
    rarmatei authored and FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    1a04544 View commit details
  5. docs(nx-cloud): use correct base branch input (#27230)

    <!-- Please make sure you have read the submission guidelines before
    posting an PR -->
    <!--
    https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
    -->
    
    <!-- Please make sure that your commit message follows our format -->
    <!-- Example: `fix(nx): must begin with lowercase` -->
    
    <!-- If this is a particularly complex change or feature addition, you
    can request a dedicated Nx release for this pull request branch. Mention
    someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
    will confirm if the PR warrants its own release for testing purposes,
    and generate it for you if appropriate. -->
    
    ## Current Behavior
    <!-- This is the behavior we have today -->
    
    ## Expected Behavior
    <!-- This is the behavior we should expect with the changes in this PR
    -->
    
    ## Related Issue(s)
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #
    
    (cherry picked from commit 8040638)
    rarmatei authored and FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    21494c9 View commit details
  6. fix(linter): allow undefined options in eslint plugin (#27232)

    (cherry picked from commit 0d2f76c)
    a88zach authored and FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    0c980b4 View commit details
  7. cleanup(nx-dev): remove unused target messing with getJestProjectsAsy…

    …nc in root jest config (#27176)
    
    <!-- Please make sure you have read the submission guidelines before
    posting an PR -->
    <!--
    https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
    -->
    
    <!-- Please make sure that your commit message follows our format -->
    <!-- Example: `fix(nx): must begin with lowercase` -->
    
    <!-- If this is a particularly complex change or feature addition, you
    can request a dedicated Nx release for this pull request branch. Mention
    someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
    will confirm if the PR warrants its own release for testing purposes,
    and generate it for you if appropriate. -->
    
    ## Current Behavior
    <!-- This is the behavior we have today -->
    
    ## Expected Behavior
    <!-- This is the behavior we should expect with the changes in this PR
    -->
    
    ## Related Issue(s)
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #
    
    (cherry picked from commit 59e9c41)
    leosvelperez authored and FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    ae57db2 View commit details
  8. fix(core): show target description, add metadata to schema, and docum… (

    #27131)
    
    …ent it
    
    <!-- Please make sure you have read the submission guidelines before
    posting an PR -->
    <!--
    https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
    -->
    
    <!-- Please make sure that your commit message follows our format -->
    <!-- Example: `fix(nx): must begin with lowercase` -->
    
    <!-- If this is a particularly complex change or feature addition, you
    can request a dedicated Nx release for this pull request branch. Mention
    someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
    will confirm if the PR warrants its own release for testing purposes,
    and generate it for you if appropriate. -->
    
    ## Current Behavior
    <!-- This is the behavior we have today -->
    
    Target description is not shown in the PDV.
    
    Also, being able to set a description in `project.json` is not in the
    schema nor is it documented.
    
    ## Expected Behavior
    <!-- This is the behavior we should expect with the changes in this PR
    -->
    
    Target descriptions are shown in the PDV.
    
    Also, being able to set a description in `project.json` is in the schema
    and documented on
    https://nx-dev-git-metadata-docs-nrwl.vercel.app/project-configuration#target-metadata
    
    ![image](https://github.com/user-attachments/assets/2037eca8-d516-4513-81fd-12b8384a9411)
    
    ## Related Issue(s)
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #19355
    
    (cherry picked from commit 381efa8)
    FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    2770ec5 View commit details
  9. fix(misc): hide git not a repository error (#27237)

    <!-- Please make sure you have read the submission guidelines before
    posting an PR -->
    <!--
    https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
    -->
    
    <!-- Please make sure that your commit message follows our format -->
    <!-- Example: `fix(nx): must begin with lowercase` -->
    
    <!-- If this is a particularly complex change or feature addition, you
    can request a dedicated Nx release for this pull request branch. Mention
    someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
    will confirm if the PR warrants its own release for testing purposes,
    and generate it for you if appropriate. -->
    
    ## Current Behavior
    <!-- This is the behavior we have today -->
    
    There's an error that leaks through during `create-nx-workspace`.
    
    ## Expected Behavior
    <!-- This is the behavior we should expect with the changes in this PR
    -->
    
    The error is ok and it is hidden during `create-nx-workspace`.
    
    ## Related Issue(s)
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #
    
    (cherry picked from commit 2160cd9)
    FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    1ab5cab View commit details
  10. fix(nx-dev): plugin-registry title style

    (cherry picked from commit 777eea6)
    juristr authored and FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    fb423e5 View commit details
  11. feat(nx-dev): add contact us button (#27248)

    Add the contact us hero section button back.
    
    (cherry picked from commit 2111841)
    bcabanes authored and FrozenPandaz committed Aug 1, 2024

    Partially verified

    This commit is signed with the committer’s verified signature.
    FrozenPandaz’s contribution has been verified via GPG key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    aff00cd View commit details
  12. docs(core): adjust video button position on npm workspaces tutorial (#…

    …27254)
    
    small PR to adjusts the position of the video button on the npm
    workspaces tutorial.
    
    ## Expected Behavior
    <!-- This is the behavior we should expect with the changes in this PR
    -->
    
    <img width="853" alt="Screenshot 2024-08-01 at 11 16 46"
    src="https://github.com/user-attachments/assets/a3d0c559-a7f1-46a9-a1e7-2b2aae8bbc86">
    
    ## Related Issue(s)
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #
    
    (cherry picked from commit 2f225d2)
    juristr authored and FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    fd9f557 View commit details
  13. fix(nx-dev): adjust scroll offset for headings on docs and blog conta…

    …iner
    
    (cherry picked from commit 90e29f0)
    juristr authored and FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    c4674f4 View commit details
  14. docs(misc): additional topics for 19.5 blogpost (#27236)

    <!-- Please make sure you have read the submission guidelines before
    posting an PR -->
    <!--
    https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
    -->
    
    <!-- Please make sure that your commit message follows our format -->
    <!-- Example: `fix(nx): must begin with lowercase` -->
    
    <!-- If this is a particularly complex change or feature addition, you
    can request a dedicated Nx release for this pull request branch. Mention
    someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
    will confirm if the PR warrants its own release for testing purposes,
    and generate it for you if appropriate. -->
    
    ## Current Behavior
    <!-- This is the behavior we have today -->
    
    ## Expected Behavior
    <!-- This is the behavior we should expect with the changes in this PR
    -->
    
    ## Related Issue(s)
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #
    
    ---------
    
    Co-authored-by: Juri <juri.strumpflohner@gmail.com>
    (cherry picked from commit 239f47c)
    2 people authored and FrozenPandaz committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    FrozenPandaz Jason Jean
    Copy the full SHA
    11259ba View commit details
Showing with 716 additions and 293 deletions.
  1. +2 −2 .nx/workflows/agents.yaml
  2. +0 −176 docs/blog/2024-07-25-nx-19-5-update.md
  3. +292 −0 docs/blog/2024-08-01-nx-19-5-update.md
  4. BIN docs/blog/images/2024-07-25/e2e-task-names.jpg
  5. BIN docs/blog/images/2024-07-25/gradle-atomized.jpg
  6. BIN docs/blog/images/2024-07-25/monorepo-world.jpg
  7. BIN docs/blog/images/2024-07-25/nx-19-5-thumbnail.png
  8. BIN docs/blog/images/2024-07-25/nx-cloud-tiers.jpg
  9. BIN docs/blog/images/2024-07-25/react-app-in-stackblitz.jpg
  10. BIN docs/blog/images/2024-07-25/start-with-everything-scale-when-you-need.jpg
  11. BIN docs/blog/images/2024-08-01/atomizer-warning.avif
  12. BIN docs/blog/images/2024-08-01/connect-a-repo.avif
  13. BIN docs/blog/images/2024-08-01/e2e-task-names.avif
  14. BIN docs/blog/images/2024-08-01/flaky-task.avif
  15. BIN docs/blog/images/2024-08-01/gradle-atomized.avif
  16. BIN docs/blog/images/2024-08-01/gradle-composite-dep-graph.avif
  17. BIN docs/blog/images/2024-08-01/monorepo-world.avif
  18. BIN docs/blog/images/2024-08-01/nx-19-5-thumbnail.png
  19. BIN docs/blog/images/2024-08-01/nx-cloud-tiers.avif
  20. BIN docs/blog/images/2024-08-01/nx-release-plan-command.avif
  21. BIN docs/blog/images/2024-08-01/nx-release-with-plans.avif
  22. BIN docs/blog/images/2024-08-01/project-detail-view-vite-serve.avif
  23. BIN docs/blog/images/2024-08-01/react-app-in-stackblitz.avif
  24. BIN docs/blog/images/2024-08-01/start-with-everything-scale-when-you-need.avif
  25. +14 −6 docs/changelog/19_5_0.md
  26. +9 −5 docs/nx-cloud/enterprise/dte/azure-dte.md
  27. +6 −6 docs/nx-cloud/reference/launch-templates.md
  28. +2 −0 docs/shared/monorepo-ci-azure.md
  29. +32 −1 docs/shared/reference/project-configuration.md
  30. +2 −2 docs/shared/tutorials/npm-workspaces.md
  31. +9 −1 e2e/lerna-smoke-tests/src/lerna-smoke-tests.test.ts
  32. +19 −0 graph/ui-project-details/src/lib/target-configuration-details/target-configuration-details.tsx
  33. +55 −2 nx-dev/data-access-documents/src/lib/blog.api.ts
  34. +2 −0 nx-dev/data-access-documents/src/lib/blog.model.ts
  35. +2 −0 nx-dev/data-access-documents/src/lib/blog.util.spec.ts
  36. +1 −0 nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx
  37. +3 −6 nx-dev/nx-dev/app/blog/[slug]/page.tsx
  38. +1 −0 nx-dev/ui-blog/src/lib/blog-details.tsx
  39. +2 −2 nx-dev/ui-community/src/lib/plugin-directory.tsx
  40. +1 −9 nx-dev/ui-home/project.json
  41. +9 −1 nx-dev/ui-home/src/lib/hero.tsx
  42. +9 −5 nx-dev/ui-markdoc/src/index.ts
  43. +3 −3 nx-dev/ui-markdoc/src/lib/nodes/heading.schema.ts
  44. +173 −45 packages/eslint/src/plugins/plugin.spec.ts
  45. +2 −2 packages/eslint/src/plugins/plugin.ts
  46. +40 −6 packages/nx/schemas/project-schema.json
  47. +17 −6 packages/nx/src/command-line/migrate/migrate.ts
  48. +6 −6 packages/nx/src/utils/git-utils.spec.ts
  49. +3 −1 packages/nx/src/utils/git-utils.ts
4 changes: 2 additions & 2 deletions .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
launch-templates:
linux-medium:
resource-class: 'docker_linux_amd64/medium+'
image: 'ubuntu22.04-node20.11-v3'
image: 'ubuntu22.04-node20.11-v10'
env:
GIT_AUTHOR_EMAIL: test@test.com
GIT_AUTHOR_NAME: Test
@@ -21,7 +21,7 @@ launch-templates:
~/.cache/Cypress
~/.cache/ms-playwright
~/.pnpm-store
base-branch: 'master'
base_branch: 'master'
- name: Install e2e deps
script: |
sudo apt-get update
176 changes: 0 additions & 176 deletions docs/blog/2024-07-25-nx-19-5-update.md

This file was deleted.

Loading