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: 20.6.2
Choose a base ref
...
head repository: nrwl/nx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20.6.3
Choose a head ref

Commits on Mar 20, 2025

  1. chore(repo): update nx to 20.7.0-beta.3 (#30427)

    <!-- 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. -->
    
    <!-- This is the behavior we have today -->
    
    This repo uses Nx `20.5.0-rc.4`
    
    <!-- This is the behavior we should expect with the changes in this PR
    -->
    
    This repo uses Nx `20.7.0-beta.3`
    
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #
    
    (cherry picked from commit 3a3ba0d)
    FrozenPandaz committed Mar 20, 2025
    Copy the full SHA
    a37c478 View commit details
  2. docs(misc): update rspack social image (#30428)

    <!-- 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 e4ea6b9)
    mhartington authored and FrozenPandaz committed Mar 20, 2025
    Copy the full SHA
    1b71dc1 View commit details
  3. fix(gradle): build nx graph for gradle projects regardless of build g…

    …radle file location (#29783) (#29802)
    
    <!-- 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 -->
    With a project structure where build.gradle.kts is defined in a separate
    buildSrc directory, and not in the root project directory where
    `gradlew` is defined, the gradle project is not included in nx project
    graph. This is a valid gradle project configuration, with project-report
    tasks configured. Running ./gradlew projectReport works and builds the
    projectReport.
    
    ## Expected Behavior
    <!-- This is the behavior we should expect with the changes in this PR
    -->
    
    With the fix, as long as expected tasks - projectReport or
    projectReportAll - is defined, nx should be able to build the nx graph
    regardless of the location of the `build.gradle` or `build.gradle.kts`
    file.
    
    ## Related Issue(s)
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #29783
    
    (cherry picked from commit 2a0d89d)
    romanbalayan authored and FrozenPandaz committed Mar 20, 2025
    Copy the full SHA
    7859b00 View commit details
  4. docs(nx-dev): pin mcp post

    (cherry picked from commit 27d02e4)
    juristr authored and FrozenPandaz committed Mar 20, 2025
    Copy the full SHA
    1fbf86c View commit details
  5. docs(nx-dev): remove webinar notification (#30438)

    Disabled the `WebinarNotifier` component in `_app.tsx` and removed the
    live event link in the `hero.tsx` file by commenting out the code.
    
    (cherry picked from commit f9c8dbe)
    bcabanes authored and FrozenPandaz committed Mar 20, 2025
    Copy the full SHA
    4c5df38 View commit details
  6. fix(core): legacy cache users should get artifacts when remote cache …

    …is hit (#30442)
    
    ## Current Behavior
    <!-- This is the behavior we have today -->
    
    ## Expected Behavior
    Legacy cache users should get artifacts when remote cache is hit
    
    ## Related Issue(s)
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #30429
    
    (cherry picked from commit 3e8ba40)
    AgentEnder authored and FrozenPandaz committed Mar 20, 2025
    Copy the full SHA
    e4e9283 View commit details
  7. docs(misc): add angular book blog (#30440)

    <!-- 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 b83e594)
    mhartington authored and FrozenPandaz committed Mar 20, 2025
    Copy the full SHA
    12e63ff View commit details
  8. fix(devkit): formatFiles should check for root prettier config before…

    … using prettier (#30426)
    
    (cherry picked from commit 00f16aa)
    JamesHenry authored and FrozenPandaz committed Mar 20, 2025
    Copy the full SHA
    956ecad View commit details

Commits on Mar 25, 2025

  1. docs(misc): fix angular book blog (#30445)

    <!-- 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 f60803c)
    mhartington authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    00abb03 View commit details
  2. docs(nx-dev): improve enterprise design & animations (#30446)

    In the nx-dev pages, adjust the interface to utilize 'EnterpriseLayout'
    instead of 'DefaultLayout'. The duration of the transition in
    'customer-logos.tsx' has been reduced from 500 to 200 to boost
    responsiveness.
    
    The 'enterprise-layout.tsx' file was added and contains new animation
    elements to enhance end-user experience. Updates were made to
    'hero.tsx', simplifying and enhancing SVG animation.
    
    (cherry picked from commit cad4d26)
    bcabanes authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    c578da0 View commit details
  3. fix(nx-dev): sidebar should not always show angular-rs* links (#30448)

    ## Current Behavior
    The `angular-rspack` and `angular-rsbuild` packages links are always
    shown on the menu after navigating to the API section
    
    ## Expected Behavior
    The links for these packages should only display on the `API` page
    
    (cherry picked from commit dae1c97)
    Coly010 authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    ad2aa3c View commit details
  4. feat(bundling): add buildLibsFromSource option to @nx/rollup:rollup e…

    …xecutor (#30417)
    
    Add `buildLibsFromSource` to the `@nx/rollup:rollup` executor to bring
    it to parity with Webpack/Rspack/Vite. This allows the bundle to point
    to dist if `buildLibsFromSource: false` is set, which enables
    incremental builds.
    
    <!-- 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. -->
    
    Note: This only applies to workspaces using tsconfig paths, as that
    linking mechanism is assumed by `buildLibsFromSource`. For NPM
    workspaces, whatever is defined in `package.json` exports is used as we
    use Node resolution in the new setup.
    
    ## Current Behavior
    `buildLibsFromSource` does not exist
    
    ## Expected Behavior
    `buildLibsFromSource exists
    
    ## Related Issue(s)
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #
    
    (cherry picked from commit 32f0aca)
    jaysoo authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    81fe7bb View commit details
  5. feat(module-federation): add ssr support to rspack crystal plugin (#3…

    …0437)
    
    ## Current Behavior
    The current `NxModuleFederationPlugin` does not support SSR
    
    ## Expected Behavior
    The current `NxModuleFederationPlugin` supports SSR
    
    (cherry picked from commit 487aa6f)
    Coly010 authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    9ddbebf View commit details
  6. docs(react): update react monorepo tutorial (#30454)

    This PR updates the React monorepo tutorial.
    
    - Remove video embeds since the content is outdated (e.g. shows old TS
    setup) -- we have a separate task to update and add back later
    - Update the generated files to ensure they are in sync
    - Update to show Playwright instead of Cypress since that is the default
    - Remove one mention of `project.json` for configuration, and point to
    the Inferred Tasks page instead to learn how tasks are automatically
    configured
    - Update code example for `apps/react-store/src/app/app.tsx` to render
    `Welcome react-store` instead of `Home` so that unit and e2e tests still
    pass without having to update those as well (better for the flow of the
    tutorial)
    
    (cherry picked from commit 533e9ff)
    jaysoo authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    25a6ae3 View commit details
  7. feat(misc): set a development conditional export for buildable libr…

    …aries when using the ts solution setup (#30451)
    
    Update library generators to set a `development` conditional export for
    buildable libraries' `package.json` files and set the
    `customConditions` compiler options in `tsconfig.base.json`. This will
    only be done for workspaces using the TS solution setup.
    
    ## Current Behavior
    
    ## Expected Behavior
    
    ## Related Issue(s)
    
    Fixes #
    
    (cherry picked from commit 176c792)
    leosvelperez authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    c85de5d View commit details
  8. fix(core): pass the project graph into the batch instead of recreating (

    #30455)
    
    <!-- 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 -->
    
    Running a batch executor recreates the project graph
    
    ## Expected Behavior
    <!-- This is the behavior we should expect with the changes in this PR
    -->
    
    The project graph is passed in when running a batch executor so that it
    doesn't have to get recreated.
    
    ## Related Issue(s)
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #
    
    (cherry picked from commit 1c238c0)
    FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    bcb5ce8 View commit details
  9. chore: include bun mention in bug.yml (#30306)

    (cherry picked from commit 013da9e)
    ludicast authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    abe4c56 View commit details
  10. cleanup(angular): migrate to picomatch (#30081)

    (cherry picked from commit 8575fa1)
    43081j authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    9ff27d5 View commit details
  11. docs(core): improve grammar of keep-nx-versions-in-sync (#30308)

    (cherry picked from commit 12af014)
    jordanpowell88 authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    0ec16d3 View commit details
  12. chore(repo): fix lockfile (#30467)

    (cherry picked from commit 3be73ed)
    JamesHenry authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    77f675d View commit details
  13. fix(core): fix local registry not being considered when using bun (#…

    …30459)
    
    (cherry picked from commit cecd607)
    tinesoft authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    66113d9 View commit details
  14. fix(react): only add release config for publishable librarires (#30474)

    (cherry picked from commit 3d710ce)
    beaussan authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    7c85b41 View commit details
  15. feat(misc): add --useProjectJson flag to CNW (#30475)

    ## Current Behavior
    
    Creating new workspaces since Nx 20.6.0 will generate the Nx
    configuration in `package.json` files. This is intended, given that it
    is part of the new setup using TypeScript Project References and Package
    Manager Workspaces, but there's no way to choose to generate the Nx
    configuration in `project.json` files. Project generators do allow to
    choose but there's no way to do it when creating a new workspace. This
    forces users who want to use `project.json` files to generate an empty
    workspace and then use a project generator.
    
    ## Expected Behavior
    
    When creating a new Nx workspace, users can provide an option
    (`--use-project-json`) to generate the Nx configuration in
    `project.json` files.
    
    ## Related Issue(s)
    
    Fixes #30464
    
    (cherry picked from commit cfe32c2)
    leosvelperez authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    085d7cf View commit details
  16. fix(react): update react router logic with selected bundler (#30399)

    <!-- 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 -->
    Currently, when you generate a react app and select `--use-react-router`
    and `--bundler=` any other bundler except `vite` you would be forced
    into using `vite`
    
    ## Expected Behavior
    <!-- This is the behavior we should expect with the changes in this PR
    -->
    When you generate a React app and opt into using `--use-react-router`
    with `--bundler=webpack` (for example) you will get an error stating the
    React Router can only be used with `vite`.
    
    ## Related Issue(s)
    <!-- Please link the issue being fixed so it gets closed when this is
    merged. -->
    
    Fixes #
    
    (cherry picked from commit 2c55685)
    ndcunningham authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    5b0b27e View commit details
  17. feat(repo): replace explicit matrix with dynamic parsed from json (#3…

    …0120)
    
    This PR replaces the cumbersome explicit matrix in `e2e-matrix.yml` with
    a dynamic matrix built from the input JSON data.
    
    ## 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 30781f7)
    meeroslav authored and FrozenPandaz committed Mar 25, 2025
    Copy the full SHA
    c27627e View commit details
Showing with 4,083 additions and 1,424 deletions.
  1. +1 −1 .github/ISSUE_TEMPLATE/1-bug.yml
  2. +47 −296 .github/workflows/e2e-matrix.yml
  3. +0 −470 .github/workflows/e2e-windows.yml
  4. +117 −0 .github/workflows/nightly/process-matrix.ts
  5. +0 −1 docs/blog/2024-03-21-reliable-ci.md
  6. +1 −0 docs/blog/2025-03-06-making-cursor-smarter.md
  7. +2 −2 docs/blog/2025-03-17-modern-angular-testing-with-nx.md
  8. +2 −2 docs/blog/2025-03-18-architecting-angular-applications.md
  9. +11 −0 docs/blog/2025-03-19-using-angular-with-rspack.md
  10. +26 −0 docs/blog/2025-03-20-enterprise-angular-book.md
  11. BIN docs/blog/images/2025-03-19/rspack.png
  12. BIN docs/blog/images/2025-03-20/book-relaunch.avif
  13. BIN docs/blog/images/2025-03-20/book-relaunch.png
  14. +1 −0 docs/generated/cli/create-nx-workspace.md
  15. +1 −0 docs/generated/packages/nx/documents/create-nx-workspace.md
  16. +7 −3 docs/generated/packages/rollup/executors/rollup.json
  17. +4 −0 docs/generated/packages/workspace/generators/new.json
  18. +4 −0 docs/generated/packages/workspace/generators/preset.json
  19. +1 −1 docs/shared/recipes/tips-n-tricks/keep-nx-versions-in-sync.md
  20. +52 −68 docs/shared/tutorials/react-monorepo.md
  21. +6 −0 e2e/gradle/src/gradle-import.test.ts
  22. +145 −0 e2e/rollup/src/rollup-legacy.test.ts
  23. +1 −1 nx-dev/nx-dev/pages/_app.tsx
  24. +3 −4 nx-dev/nx-dev/pages/enterprise/index.tsx
  25. BIN nx-dev/nx-dev/public/images/enterprise/hero-dark.avif
  26. BIN nx-dev/nx-dev/public/images/enterprise/hero-light.avif
  27. +3 −0 nx-dev/ui-common/src/lib/sidebar-container.tsx
  28. +1 −0 nx-dev/ui-enterprise/src/index.ts
  29. +28 −0 nx-dev/ui-enterprise/src/lib/animations/animation.model.ts
  30. +889 −0 nx-dev/ui-enterprise/src/lib/animations/conformance.tsx
  31. +637 −0 nx-dev/ui-enterprise/src/lib/animations/ownership.tsx
  32. +344 −0 nx-dev/ui-enterprise/src/lib/animations/visibility.tsx
  33. +1 −1 nx-dev/ui-enterprise/src/lib/customer-logos.tsx
  34. +14 −0 nx-dev/ui-enterprise/src/lib/enterprise-layout.tsx
  35. +84 −104 nx-dev/ui-enterprise/src/lib/hero.tsx
  36. +22 −57 nx-dev/ui-enterprise/src/lib/scale-your-organization.tsx
  37. +19 −18 package.json
  38. +1 −1 packages/angular/ng-package.json
  39. +1 −1 packages/angular/package.json
  40. +3 −4 packages/angular/src/generators/stories/stories.ts
  41. +2 −2 packages/angular/src/migrations/update-19-6-0/turn-off-dts-by-default.ts
  42. +6 −0 packages/create-nx-workspace/bin/create-nx-workspace.ts
  43. +11 −1 packages/devkit/src/generators/format-files.ts
  44. +7 −0 packages/esbuild/src/generators/configuration/configuration.ts
  45. +24 −3 packages/expo/src/generators/library/library.spec.ts
  46. +9 −0 packages/expo/src/generators/library/library.ts
  47. +1 −11 packages/gradle/src/utils/get-project-report-lines.ts
  48. +2 −1 packages/js/src/generators/init/files/ts-solution/tsconfig.base.json__tmpl__
  49. +2 −1 packages/js/src/generators/init/init.spec.ts
  50. +24 −0 packages/js/src/generators/library/library.spec.ts
  51. +14 −0 packages/js/src/generators/library/library.ts
  52. +7 −0 packages/js/src/generators/setup-build/generator.ts
  53. +6 −2 packages/js/src/plugins/jest/start-local-registry.ts
  54. +105 −0 packages/js/src/plugins/typescript/plugin.spec.ts
  55. +2 −2 packages/js/src/plugins/typescript/util.ts
  56. +48 −8 packages/js/src/utils/package-json/update-package-json.spec.ts
  57. +61 −1 packages/js/src/utils/package-json/update-package-json.ts
  58. +1 −0 packages/module-federation/rspack.ts
  59. +11 −4 ...deration/src/plugins/nx-module-federation-plugin/rspack/nx-module-federation-dev-server-plugin.ts
  60. +31 −17 ...s/module-federation/src/plugins/nx-module-federation-plugin/rspack/nx-module-federation-plugin.ts
  61. +187 −0 ...tion/src/plugins/nx-module-federation-plugin/rspack/nx-module-federation-ssr-dev-server-plugin.ts
  62. +8 −2 packages/module-federation/src/plugins/utils/parse-remotes-config.ts
  63. +11 −1 packages/module-federation/src/plugins/utils/start-remote-proxies.ts
  64. +91 −1 packages/nest/src/generators/library/library.spec.ts
  65. +104 −0 packages/next/src/generators/library/library.spec.ts
  66. +57 −0 packages/node/src/generators/library/library.spec.ts
  67. +8 −2 packages/nx/src/command-line/init/implementation/check-compatible-with-plugins.ts
  68. +1 −0 packages/nx/src/devkit-internals.ts
  69. +9 −1 packages/nx/src/generators/internal-utils/format-changed-files-with-prettier-if-available.ts
  70. +5 −1 packages/nx/src/generators/testing-utils/create-tree.ts
  71. +1 −1 packages/nx/src/project-graph/utils/project-configuration-utils.ts
  72. +2 −0 packages/nx/src/tasks-runner/batch/batch-messages.ts
  73. +4 −5 packages/nx/src/tasks-runner/batch/run-batch.ts
  74. +3 −0 packages/nx/src/tasks-runner/forked-process-task-runner.ts
  75. +4 −3 packages/nx/src/tasks-runner/task-orchestrator.ts
  76. +62 −0 packages/nx/src/utils/is-using-prettier.ts
  77. +21 −0 packages/plugin/src/generators/plugin/plugin.spec.ts
  78. +53 −0 packages/react-native/src/generators/library/library.spec.ts
  79. +13 −4 packages/react-native/src/generators/library/library.ts
  80. +0 −16 packages/react-native/src/utils/format-file.ts
  81. +28 −27 packages/react/src/generators/application/application.ts
  82. +8 −2 packages/react/src/generators/application/lib/normalize-options.ts
  83. +23 −0 packages/react/src/generators/library/library.spec.ts
  84. +1 −1 packages/react/src/generators/library/library.ts
  85. +14 −1 packages/react/src/utils/assertion.spec.ts
  86. +13 −0 packages/react/src/utils/assertion.ts
  87. +0 −9 packages/react/src/utils/format-file.ts
  88. +54 −0 packages/remix/src/generators/library/library.impl.spec.ts
  89. +12 −11 packages/rollup/src/executors/rollup/schema.d.ts
  90. +7 −3 packages/rollup/src/executors/rollup/schema.json
  91. +7 −0 packages/rollup/src/generators/configuration/configuration.ts
  92. +4 −0 packages/rollup/src/plugins/with-nx/with-nx-options.ts
  93. +11 −2 packages/rollup/src/plugins/with-nx/with-nx.ts
  94. +8 −0 packages/rspack/src/plugins/nx-app-rspack-plugin/nx-app-rspack-plugin.ts
  95. +16 −6 packages/rspack/src/plugins/utils/apply-base-config.ts
  96. +28 −1 packages/vite/src/generators/configuration/configuration.spec.ts
  97. +8 −0 packages/vite/src/generators/configuration/configuration.ts
  98. +15 −17 packages/vue/src/generators/library/lib/determine-entry-fields.ts
  99. +88 −0 packages/vue/src/generators/library/library.spec.ts
  100. +1 −0 packages/workspace/src/generators/new/generate-preset.ts
  101. +1 −0 packages/workspace/src/generators/new/new.ts
  102. +4 −0 packages/workspace/src/generators/new/schema.json
  103. +9 −9 packages/workspace/src/generators/preset/preset.ts
  104. +1 −0 packages/workspace/src/generators/preset/schema.d.ts
  105. +4 −0 packages/workspace/src/generators/preset/schema.json
  106. +221 −210 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ body:
label: Package Manager Version
description: |
If `nx report` doesn't work, please provide the name and the version of your package manager.
You can get version information by running `yarn --version`, `pnpm --version` or `npm --version`, depending on the package manager used.
You can get version information by running `PACKAGE_MANAGER --version`, where PACKAGE_MANAGER is any of `yarn`, `pnpm`, `bun` or `npm`, depending on the package manager used.
- type: checkboxes
id: os
attributes:
Loading