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: g3
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 22, 2026

  1. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and pkozlowski-opensource committed Jul 22, 2026
    Configuration menu
    Copy the full SHA
    9a1e620 View commit details
    Browse the repository at this point in the history
  2. docs: fix first heading rendering as paragraph on two template guides

    The ng-container and binding template guide files each began with a
    UTF-8 BOM (EF BB BF) before the leading `#`. The docs markdown parser
    only promotes `#` to an H1 when it is the first character on the line,
    so the BOM demoted the title to paragraph text (`<p># ...</p>`) and the
    standard docs header (breadcrumbs, page title, edit button) never
    rendered.
    
    Stripping the BOM restores `#` as the first character, so both pages
    now generate the proper `<header class="docs-header">` block. Verified
    by rebuilding //adev/src/content/guide/templates:templates and
    inspecting the generated HTML.
    
    Fixes #69889
    erkamyaman authored and pkozlowski-opensource committed Jul 22, 2026
    Configuration menu
    Copy the full SHA
    f12db89 View commit details
    Browse the repository at this point in the history
  3. fix(docs-infra): fail the guide build when a markdown file starts wit…

    …h a BOM
    
    A leading UTF-8 byte order mark (U+FEFF) before the first `#` stops the
    Markdown parser from recognizing the heading, so the guide renders its
    title as a paragraph and drops the standard docs header. The character
    is invisible, so it cannot be caught in review.
    
    Add a check in the guides generation pipeline that throws when a source
    file starts with a BOM, failing the build with the offending file name.
    This sits alongside the existing unknown-anchor check and prevents the
    regression fixed in #69889 from recurring.
    erkamyaman authored and pkozlowski-opensource committed Jul 22, 2026
    Configuration menu
    Copy the full SHA
    ab52df4 View commit details
    Browse the repository at this point in the history
  4. build: update pnpm-lock.yaml

    Update pnpm lock after it got desychronized in
    791b064 build: update all non-major dependencies
    pkozlowski-opensource committed Jul 22, 2026
    Configuration menu
    Copy the full SHA
    e428df2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    509cad6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c855a56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bf2430 View commit details
    Browse the repository at this point in the history
Loading