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

Commits on Sep 11, 2025

  1. build: update lock files (#63719)

    Update pnpm and aspect lock files to make builds green.
    
    PR Close #63719
    alan-agius4 authored and thePunderWoman committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    b2c7979 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Configuration menu
    Copy the full SHA
    05ab1dd View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Configuration menu
    Copy the full SHA
    b9eaede View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. ci: use hardcoded global approvers group

    Use a single hardcoded, within the pullapprove config file, group for global approvers instead of leveraging a github team as a group
    josephperrott authored and thePunderWoman committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    6409044 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. fix(http): prevent XSRF token leakage to protocol-relative URLs

    The XSRF interceptor previously failed to detect protocol-relative URLs (starting with `//`) as absolute URLs. This allowed requests to such URLs to include the XSRF token, potentially leaking it to external domains.
    
    This change updates the interceptor to correctly identify protocol-relative URLs as absolute and exclude them from receiving the XSRF token.
    alan-agius4 authored and kirjs committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    05fe668 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Configuration menu
    Copy the full SHA
    92db2ba View commit details
    Browse the repository at this point in the history
Loading