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: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dbd61b1
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e744701
Choose a head ref
  • 9 commits
  • 14 files changed
  • 3 contributors

Commits on Jul 9, 2026

  1. build: lock file maintenance

    See associated pull request for more information.
    angular-robot authored and clydin committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    31345b6 View commit details
    Browse the repository at this point in the history
  2. build: update dependency http-proxy-middleware to v3.0.7

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    cc45a54 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2026

  1. build: update babel monorepo to v7.29.7

    See associated pull request for more information.
    angular-robot authored and clydin committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    5584a58 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2026

  1. 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)
    clydin committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    e85c10c View commit details
    Browse the repository at this point in the history
  2. 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)
    clydin committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    b87cafe View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2026

  1. build: update cross-repo angular dependencies to v22.0.6

    See associated pull request for more information.
    angular-robot authored and dgp1130 committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    22d843e View commit details
    Browse the repository at this point in the history
  2. build: update pnpm to v10.34.5

    See associated pull request for more information.
    angular-robot authored and dgp1130 committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    12fb387 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2026

  1. build: lock file maintenance

    See associated pull request for more information.
    angular-robot authored and dgp1130 committed Jul 15, 2026
    Configuration menu
    Copy the full SHA
    a902c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e744701 View commit details
    Browse the repository at this point in the history
Loading