-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: nrwl/nx
base: 19.5.4
head repository: nrwl/nx
compare: 19.5.5
- 14 commits
- 49 files changed
- 10 contributors
Commits on Aug 1, 2024
-
docs(misc): fix azure yml (#22480)
(cherry picked from commit 7409aa2)
Configuration menu - View commit details
-
Copy full SHA for db740d3 - Browse repository at this point
Copy the full SHA db740d3View commit details -
feat(misc): add more logging while running migrations (#27063)
(cherry picked from commit adbb861)
Configuration menu - View commit details
-
Copy full SHA for de5156c - Browse repository at this point
Copy the full SHA de5156cView commit details -
fix(nx-dev): OG image meta tag (#27195)
(cherry picked from commit edf0651)
Configuration menu - View commit details
-
Copy full SHA for 55ce370 - Browse repository at this point
Copy the full SHA 55ce370View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 1a04544 - Browse repository at this point
Copy the full SHA 1a04544View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 21494c9 - Browse repository at this point
Copy the full SHA 21494c9View commit details -
fix(linter): allow undefined options in eslint plugin (#27232)
(cherry picked from commit 0d2f76c)
Configuration menu - View commit details
-
Copy full SHA for 0c980b4 - Browse repository at this point
Copy the full SHA 0c980b4View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for ae57db2 - Browse repository at this point
Copy the full SHA ae57db2View commit details -
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  ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #19355 (cherry picked from commit 381efa8)
Configuration menu - View commit details
-
Copy full SHA for 2770ec5 - Browse repository at this point
Copy the full SHA 2770ec5View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 1ab5cab - Browse repository at this point
Copy the full SHA 1ab5cabView commit details -
fix(nx-dev): plugin-registry title style
(cherry picked from commit 777eea6)
Configuration menu - View commit details
-
Copy full SHA for fb423e5 - Browse repository at this point
Copy the full SHA fb423e5View commit details -
feat(nx-dev): add contact us button (#27248)
Add the contact us hero section button back. (cherry picked from commit 2111841)
Configuration menu - View commit details
-
Copy full SHA for aff00cd - Browse repository at this point
Copy the full SHA aff00cdView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for fd9f557 - Browse repository at this point
Copy the full SHA fd9f557View commit details -
fix(nx-dev): adjust scroll offset for headings on docs and blog conta…
…iner (cherry picked from commit 90e29f0)
Configuration menu - View commit details
-
Copy full SHA for c4674f4 - Browse repository at this point
Copy the full SHA c4674f4View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 11259ba - Browse repository at this point
Copy the full SHA 11259baView commit details
There are no files selected for viewing
This file was deleted.