-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: dbd61b1
head repository: angular/angular-cli
compare: e744701
- 9 commits
- 14 files changed
- 3 contributors
Commits on Jul 9, 2026
-
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 31345b6 - Browse repository at this point
Copy the full SHA 31345b6View commit details -
build: update dependency http-proxy-middleware to v3.0.7
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for cc45a54 - Browse repository at this point
Copy the full SHA cc45a54View commit details
Commits on Jul 10, 2026
-
build: update babel monorepo to v7.29.7
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 5584a58 - Browse repository at this point
Copy the full SHA 5584a58View commit details
Commits on Jul 13, 2026
-
fix(@angular/cli): copy packageManager field and yarn config for temp…
… installs When installing a temporary CLI package during update command execution, the active packageManager field value is copied from the project to the temporary package.json to establish a local version boundary for Corepack and prevent upward directory traversal. Additionally, configuration copying is enabled for Yarn to copy project-level .yarnrc.yml/.yarnrc.yaml files so custom registries and credentials are preserved. (cherry picked from commit 3789cee)
Configuration menu - View commit details
-
Copy full SHA for e85c10c - Browse repository at this point
Copy the full SHA e85c10cView commit details -
fix(@angular/cli): support resolving subproject dependencies in pnpm …
…workspaces When running dependency listing commands (like `pnpm list --depth=0 --json`) in a workspace subproject, the package manager resolves the workspace layout and runs in the context of the workspace root, returning an array of project objects representing all workspace members. Previously, `parseNpmLikeDependencies` blindly selected the first item in the array (`data[0]`), which corresponds to the workspace root package. Since the root package typically does not declare workspace member dependencies (like `@angular/core`), `ng update` failed with "Package X is not a dependency" errors. This updates `parseNpmLikeDependencies` to search the array for the project matching `workspacePackageName` if it is provided. If the selected project is the workspace member itself, it bypasses the nested workspace dependency lookup block, allowing its direct dependencies to be parsed correctly. (cherry picked from commit b0b3a47)
Configuration menu - View commit details
-
Copy full SHA for b87cafe - Browse repository at this point
Copy the full SHA b87cafeView commit details
Commits on Jul 14, 2026
-
build: update cross-repo angular dependencies to v22.0.6
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 22d843e - Browse repository at this point
Copy the full SHA 22d843eView commit details -
build: update pnpm to v10.34.5
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 12fb387 - Browse repository at this point
Copy the full SHA 12fb387View commit details
Commits on Jul 15, 2026
-
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for a902c38 - Browse repository at this point
Copy the full SHA a902c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for e744701 - Browse repository at this point
Copy the full SHA e744701View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dbd61b1...e744701