-
Notifications
You must be signed in to change notification settings - Fork 27.3k
Comparing changes
Open a pull request
base repository: angular/angular
base: g3
head repository: angular/angular
compare: main
- 12 commits
- 57 files changed
- 9 contributors
Commits on Jun 5, 2026
-
build: update cross-repo angular dependencies
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 240cb0d - Browse repository at this point
Copy the full SHA 240cb0dView commit details -
build(vscode-extension): disable make_latest on github release public…
…ation Previously, when releasing the VS Code extension, the draft release was created with make_latest: 'false', but the PATCH request that published the draft release omitted this option. As a result, GitHub automatically designated the published release as the 'latest' release. This change explicitly passes make_latest: 'false' during the publish request to prevent it from automatically becoming the latest release.
Configuration menu - View commit details
-
Copy full SHA for 232f250 - Browse repository at this point
Copy the full SHA 232f250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0197be3 - Browse repository at this point
Copy the full SHA 0197be3View commit details -
fix(vscode-extension): inspect tsdk configurations correctly
Inspect both 'js/ts.tsdk.path' and 'typescript.tsdk' configurations separately, as the inspect method always returns a truthy object. fixes #69145
Configuration menu - View commit details
-
Copy full SHA for ed2420c - Browse repository at this point
Copy the full SHA ed2420cView commit details -
build: update all github actions
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for f759f27 - Browse repository at this point
Copy the full SHA f759f27View commit details -
docs: trim transparent padding from v22 event hero image
The v22 event hero PNG shipped with a wide transparent margin baked into its 960x540 canvas. Under the shared `img { width: 100% }` rule that empty border stretched along with the artwork, leaving visible space around the image. Trims the canvas to the artwork bounds (831x473) so it renders flush; the retained pixels are unchanged and the file shrinks from about 795 KB to 568 KB.Configuration menu - View commit details
-
Copy full SHA for af7cb63 - Browse repository at this point
Copy the full SHA af7cb63View commit details -
fix(common): Limits date format string length
Introduces a maximum length of 256 characters for date format strings. This prevents potential Denial of Service (DoS) attacks by throwing an `INVALID_DATE_FORMAT` error if an excessively long format string is provided to `formatDate` or `DatePipe`, safeguarding against performance degradation or application crashes.
Configuration menu - View commit details
-
Copy full SHA for eeb03f4 - Browse repository at this point
Copy the full SHA eeb03f4View commit details -
build: update bazel dependencies to v3.2.1
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 6899f1a - Browse repository at this point
Copy the full SHA 6899f1aView commit details -
feat(devtools): implement a signal graph nodes search
Implement singal graph nodes search for easier navigation within graphs with large sets of nodes. The search provides filtering by node type via `type:<SIGNAL_TYPE>` syntax.
Configuration menu - View commit details
-
Copy full SHA for 97be5f2 - Browse repository at this point
Copy the full SHA 97be5f2View commit details -
refactor(core): convert LocaleDataIndex from enum to const object
TypeScript enums compile to self-executing function expressions that are not tree-shakable, even when unused. Replace LocaleDataIndex with a plain const object using `as const` to produce the same numeric indices and literal types without the IIFE side-effect.
Configuration menu - View commit details
-
Copy full SHA for d3239a3 - Browse repository at this point
Copy the full SHA d3239a3View commit details -
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for e0d9ea2 - Browse repository at this point
Copy the full SHA e0d9ea2View commit details -
fix(common): use cryptographically secure SHA-256 for transfer cache …
…key generation Replace the custom 64-bit non-cryptographic combined DJB2 hashing implementation in HttpTransferCache with a robust, pure JavaScript, synchronous SHA-256 algorithm.
Configuration menu - View commit details
-
Copy full SHA for 5f36274 - Browse repository at this point
Copy the full SHA 5f36274View 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 g3...main