This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Jun 30, 2022
-
-
Dylan Hunn authored
PR Close #46620
-
Paul Gschwendtner authored
We recently changed our pullapprove config to work with hidden directories. As part of that, we accidentally invalidated some other pattern parameters due to inconsistency in Pullapprove. e.g. contains any globs uses wcmatch, while `files.exclude` and `files.include` uses `fnmatch`. The current fnmatch patterns are actual wcmatch glob patterns and need to be adjusted for `fnmatch`. As part of this fix (which ensures groups are more correct again), this commit also cleans up some unused `file.exclude` in the `fw-common` group (likely due to a copy-paste mistake). PR Close #46589
-
Alan Agius authored
These utils are no longer used in Angular migrations. PR Close #46587
-
renovate[bot] authored
PR Close #46543
-
renovate[bot] authored
PR Close #46565
-
Dylan Hunn authored
This allows for better tree-shakability, as well as the addition of guides in the future as needed. PR Close #46560
-
Paul Gschwendtner authored
We recently switched Renovate from upstream branches to operate in forks. Given that change, the `ng-dev commit-message` lint now also applies to the auto-created PRs. The default Renovate commits do not have any body and fail our ng-dev commit message minimum lint. Other repositories do not have this, but framework has, so we enable a renovate option to append the update table to the commit message body. This is actually also a good thing as it captures what is directly merged. The PR description is not necessarily matching. PR Close #46611
-
renovate[bot] authored
PR Close #46578
-
renovate[bot] authored
PR Close #46576
-
renovate[bot] authored
PR Close #46593
-
renovate[bot] authored
PR Close #46572
-
renovate[bot] authored
PR Close #46556
-
Alan Agius authored
`inquirer` is not directly used in this repo. PR Close #46583
-
Andrew Scott authored
The breaking change note for one change was truncated PR Close #46603
-
Paul Gschwendtner authored
Re-enables the components-repo-unit-tests job. It has previously been disabled but never got re-enabled. PR Close #46604
-
Paul Gschwendtner authored
This commit cleans-up/removes a check we added before we supported CLDR 39. This check was necessary due to a incomplete/invalid list of locales provided as part of the JSON data. PR Close #46606
-
Andrew Kushnir authored
This commit removes a file that contained utils (including `TemplateFixture`) that are no longer used. PR Close #46571
-
Andrew Kushnir authored
This commit updates the remaining set of tests to avoid referencing `TemplateFixture` class. PR Close #46571
-
Andrew Kushnir authored
This commit further reduces the use of an obsolete `TemplateFixture` class. PR Close #46571
-
Andrew Kushnir authored
This commit further reduces the use of an obsolete `TemplateFixture` class. PR Close #46571
-
Andrew Kushnir authored
This commit refactors a Pipe-related test to use TestBed and moves it to the `acceptance` folder. PR Close #46571
-
- Jun 29, 2022
-
-
Alan Agius authored
This is causing CI to fail PR Close #46582
-
Alex Rickabaugh authored
This commit removes 2 benchmarks which are using the `renderComponent` and `Renderer3` abstractions, both of which are experimental and unsupported. Equivalent benchmarks exist for the real rendering code path. PR Close #46568
-
Alex Rickabaugh authored
This commit removes an integration test for an application, built with the CLI, that uses the `renderComponent` experimental bootstrapping function. An equivalent test already exists for the regular bootstrapping code path. As `renderComponent` is no longer supported, this test is redundant and can be removed. PR Close #46568
-
Alex Rickabaugh authored
The ngcc integration test application doesn't actually run, but was coded to use the experimental `renderComponent` bootstrapping function. This commit switches it to use the regular, `@angular/platform-browser` based bootstrap instead. PR Close #46568
-
Chad Ramos authored
Missing `in`. PR Close #46567
-
Alex Rickabaugh authored
This commit converts the remaining bundling tests which were using `renderComponent` to use regular bootstrapping instead. Since `renderComponent` is synchronous and regular bootstrapping is not, some test adjustments were necessary to wait for bootstrapping before test assertions could run. Additionally, debug servers were adjusted in some cases where they'd broken (likely some time ago). PR Close #46559
-
Alex Rickabaugh authored
The deleted r3 versions of these tests had symbol tests, but their r2 equivalents did not. This commit adds symbol tests to the r2 variants. PR Close #46559
-
Alex Rickabaugh authored
In the previous commit, the r3-based hello_world and todo tests were deleted in favor of the r2 versions. This commit renames the r2 versions to drop the r2 suffix. PR Close #46559
-
Alex Rickabaugh authored
The `hello_world` and `todo` bundling tests use the experimental `renderComponent` function (and `Renderer3`) as a result, and have corresponding `Renderer2` equivalents. This commit removes these tests in favor of the `Renderer2` versions, which will be renamed in a future commit. PR Close #46559
-
Andrew Kushnir authored
This commit updates the `render_util.ts` file to drop no longer needed helpers. PR Close #46561
-
Andrew Kushnir authored
This commit updates various tests to use TestBed instead of hand-written instructions, which makes tests easier to maintain and allows to perform further cleanup. PR Close #46561
-
Paul Gschwendtner authored
Cleans up the `.gitattributes` file and removes an outdated setting for a now non-existent Windows CRLF file. PR Close #46513
-
Andrew Kushnir authored
This commit updates the `ApplicationRef` logic to trigger the destroy operation when an underlying platform is destroyed. This is needed to make sure all teardown processing is completed correctly to avoid memory leaks. Closes #46473. PR Close #46497
-
Bezael authored
PR Close #46412
-
Jessica Janiuk authored
This adds the fancy link to the error code documentation automatically PR Close #46555
-
Andrew Scott authored
There can be timing issues with removing an old outlet and creating a new one to replace it. Before calling `onChildOutletDestroyed`, the `RouterOutlet` will first check to ensure that it is still the one registered for that outlet name. Fixes #36711 Fixes #32453 PR Close #46554
-
Dylan Hunn authored
Replace `new Error()` in a forms Validators function with `RuntimeError`, for better tree-shakability. Also, improve the error messages, and add documentation. PR Close #46537
-
Alex Rickabaugh authored
The `Renderer3` abstraction in Angular was an experimental code path in Ivy which uses direct DOM operations instead of the former `Renderer2` path. To allow `Renderer2` to tree-shake away, `Renderer3` is the default _unless_ `Renderer2` is provided. It was only an experiment, and never meant to be a production code path. However, it's possible for `Renderer3` to leak into user code. This commit prevents that possibility by causing the `Renderer3` path to throw, unless an explicit function has been called to enable it. PR Close #46530
-
Paul Gschwendtner authored
This commits proposes two changes: * Avoid Renovate from updating peer dependencies using the `@next` tag. * Group Angular eslint packages to avoid spamming * Avoid updating `package.json` files for the bazel integration tests. Instead only the `WORKSPACE` files should be updated. PR Close #46553
-