Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Prettier

Prettier is an opinionated code formatter.
Collective - Host: opensource - https://opencollective.com/prettier - Website: https://prettier.io - Code: https://github.com/prettier

fix(core): get root and platform injector providers in special cases (#52365)

Previously, because the platform injector does not have a provider container, this API would fai...

github.com/prettier/angular-html-parser - d5dedf49fa4af607e0ca66054f263f614a0de45b authored about 1 year ago by AleksanderBodurri <[email protected]>
fix(core): emit provider configured event when a service is configured with `providedIn` (#52365)

Previously this case was missed by the default framework injector profiler. Now in ngDevMode thi...

github.com/prettier/angular-html-parser - 31b887048a0c42e4fe1e0152489a824302e85a40 authored about 1 year ago by AleksanderBodurri <[email protected]>
docs: added missing 'next steps' sections (#52229)

PR Close #52229

github.com/prettier/angular-html-parser - 4726203e0d0918532bd76bfacfd4720c1d2f54c0 authored about 1 year ago by Osama Heykal <[email protected]>
docs: Add @defer API reference documentation (#52336)

This adds the initial API reference documentation for the new defer blocks.

PR Close #52336

github.com/prettier/angular-html-parser - 61fb6b8b4a7b8ef24c28fa2743f15140f671c2c9 authored about 1 year ago by Jessica Janiuk <[email protected]>
refactor: change public const enums to enums (#51670)

Angular recently gained a local compilation mode (see commit
345dd6d81acc6be15cb1b822afa39d6a854...

github.com/prettier/angular-html-parser - ebbc7a27e82dafaf9b13e136cbfe5a06afa51987 authored about 1 year ago by Jan Kuehle <[email protected]>
fix(migrations): Add support for nested structures inside a switch statement (#52358)

This updates the code to handle switches more elegantly in line with how the other blocks are ha...

github.com/prettier/angular-html-parser - 9692aeb1a54303164bea2de9f4b16416eeccb330 authored about 1 year ago by Jessica Janiuk <[email protected]>
docs: the `Component` import is not being used (#52323)

PR Close #52323

github.com/prettier/angular-html-parser - 56598a16a705fd0342ededeb7e79634fee6245e4 authored about 1 year ago by Alvaro Junqueira <[email protected]>
docs(docs-infra): fix codeblock snippet for APP_INITIALIZER (#52354)

fixes broken code snippet for standalone application using APP_INITIALIZER

PR Close #52354

github.com/prettier/angular-html-parser - 11e0ef22685a53cab60e8196c9c5eca9892ee47c authored about 1 year ago by Naaajii <[email protected]>
docs(core): fix the language code (#52352)

PR Close #52352

github.com/prettier/angular-html-parser - fda7a84b261b12054fb4b402220668716cecfcc0 authored about 1 year ago by Matthieu Riegler <[email protected]>
docs: update the roadmap to reflect the progress as of v17 (#52356)

PR Close #52356

github.com/prettier/angular-html-parser - dea16201daad11e7a10ed2ec284d28e65011f25e authored about 1 year ago by mgechev <[email protected]>
fix(zone.js): use `globalThis` instead of `global` and `window` (#52367)

`globalThis` global property contains the global `this` value, which is usually akin to the glob...

github.com/prettier/angular-html-parser - def719e2cac50bbf1cda4a2c4bf96de2d4ba4bfd authored about 1 year ago by Alan Agius <[email protected]>
refactor(common): modernize code in locale file (#52368)

Use `globalThis` global property contains the global this value, which is usually akin to the gl...

github.com/prettier/angular-html-parser - d775fa1c2400a539c210720687a8d196b4352510 authored about 1 year ago by Alan Agius <[email protected]>
refactor(core): modernize `$localize` checks (#52368)

Use nullish coalescing.

PR Close #52368

github.com/prettier/angular-html-parser - 7b3d26933efaf5901e143aacf441f6c4cc341d30 authored about 1 year ago by Alan Agius <[email protected]>
fix(core): Ensure backwards-referenced transplanted views are refreshed (#51854)

This commit runs change detection in a loop while there are still dirty
views to be refreshed in...

github.com/prettier/angular-html-parser - 76152a5fc66e16342045cfd038b53913c32b38da authored about 1 year ago by Andrew Scott <[email protected]>
fix(migrations): handle nested classes in control flow migration (#52309)

Fixes that the control flow migration was only processing top-level classes. Nested classes coul...

github.com/prettier/angular-html-parser - c993e9a40ee92a568b2e314773c5df02ebb2147a authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
fix(migrations): handle nested classes in block entities migration (#52309)

Fixes that the block entities migration was only processing top-level classes. Nested classes co...

github.com/prettier/angular-html-parser - 9e76468905202a5a76c8b7304b6d42f31e722e39 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
perf(http): reduce data transfer when using HTTP caching (#52347)

This commit reduces the property size in the http transfer cache to reduce the page payload.

Be...

github.com/prettier/angular-html-parser - c5e30f1d79f3ebd85cb8061452a897313208bbca authored about 1 year ago by Alan Agius <[email protected]>
build: lock file maintenance (#52353)

See associated pull request for more information.

PR Close #52353

github.com/prettier/angular-html-parser - 5436890d4c2a9cb4ab6ad56b9df9d701887eccd6 authored about 1 year ago by Joey Perrott <[email protected]>
fix(migrations): Fixes the root level template offset in control flow migration (#52355)

When migrating an ng-template later on in a file, the migrationResult was not being reset to zer...

github.com/prettier/angular-html-parser - 90eb879779c2d271fd505b4c10868b85c869a882 authored about 1 year ago by Jessica Janiuk <[email protected]>
refactor(compiler): Don't double-create pipes in switch cases (#52289)

Previously, we would emit *two* pipe creation instructions for each pipe in a switch case. This ...

github.com/prettier/angular-html-parser - d82d58621ecc3ec4dfc40bccdb9daa7e646788e2 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Support content projection source maps (#52289)

The `projection` op should map onto the entire corresponding `ng-content`.

PR Close #52289

github.com/prettier/angular-html-parser - 17be1a8aca2b3e0cac67a853727a446207238549 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Order elements before other phases (#52289)

Previously, we ran the ordering phase near the end of the compilation. However, this meant that ...

github.com/prettier/angular-html-parser - d55ff744e3a8b43f2027de3ae64d7b6fb05faacb authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Update pipe test golden for alternative create order (#52289)

We roughly attempt to match TemplateDefinitionBuilder's pipe creation order, by placing pipe cre...

github.com/prettier/angular-html-parser - 3343ceb82df2eb1097bdfdb318ffa581fccbe20c authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Improve the ordering of update ops (#52289)

The correct order of attributes and properties is:

1. Interpolated properties
2. Interpolated a...

github.com/prettier/angular-html-parser - 9f839272bd6f2b913cadb592613bc1c765416327 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Imitate TemplateDefinitionBuilder's variable offset assignment order (#52289)

Many instructions consume variable slots, which are used to persist data between update runs. Fo...

github.com/prettier/angular-html-parser - b814b97d8efc5d263328bea9e817b683fc982a5a authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Fix a special case involving var counting for singleton `propertyInterpolate` (#52289)

Singleton property interpolation instructions consume only one variable, but are still emitted a...

github.com/prettier/angular-html-parser - 0491fba52325f28b845a511affd1eaa928c8631e authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): The projection instruction takes an array literal (#52289)

We were incorrectly emiting a extracted constant pool index for the final argument of the projec...

github.com/prettier/angular-html-parser - f6cc09b0f47ae5a7024e34ea99842822bafc3fbf authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Use already available context in closures, instead of saving it (#52289)

Previously, inside an event listener, template pipeline would always save the context from resto...

github.com/prettier/angular-html-parser - 044df0c1a8c03fd390a58415235a6bf727c4ef66 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Empty context variable reads are `$implicit` (#52289)

Previously, the template pipeline did not handle "empty" reads gracefully: it would emit syntact...

github.com/prettier/angular-html-parser - f5dffe1c5bb28504dc506fb0288e4506d66b587a authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Enable already-passing tests (#52289)

Some tests are already passing, but were not enabled at the time they were previously fixed.

PR...

github.com/prettier/angular-html-parser - efe170fb2a6c4eb510e5871646257448ee8c553b authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Update golden for pipe binding collapsing (#52289)

We currently allow elements to be collapsed around pipe creation instructions. TemplateDefinitio...

github.com/prettier/angular-html-parser - 5d527e8c6bf60a17f71b83b5c8afcdd342011ba5 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(platform-server): replace `global` usages with `globalThis` (#52342)

This commit updates a number of `global` usages to `globalThis` to better support other platform...

github.com/prettier/angular-html-parser - dcc4a8061521fa8c4455d678bb08d3b0518907a0 authored about 1 year ago by Alan Agius <[email protected]>
refactor(platform-server): remove dependency between `@angular/platform-server` and `@angular/platform-server/init` (#52342)

Previously, the cross entry-point dependency was created to share the `setDomTypes` function. Th...

github.com/prettier/angular-html-parser - 6b112cc621ae2b2ddd77b0e705d2c4739d40d9f7 authored about 1 year ago by Alan Agius <[email protected]>
docs(common): add preconnect generation to NgOptimizedImage docs (#52248)

add a note on automated preconnect generation to the NgOptimizedImage docs' preconnect section, ...

github.com/prettier/angular-html-parser - e33a0ff3dd0178d963730a0c1d59acb7a5fcdd06 authored about 1 year ago by Alex Castle <[email protected]>
refactor(core): ignore `after` and `minimum` when transition between states in tests (#52314)

This commit updates the logic to ignore `after` and `minimum` conditions when `DeferBlockFixture...

github.com/prettier/angular-html-parser - bdc4266d2d8cf48912430fe87404e4d656a18f78 authored about 1 year ago by Andrew Kushnir <[email protected]>
refactor(core): report `@defer` errors using `ErrorHandler` (#52320)

This commit updates the code to report errors via `ErrorHandler` instance.
For dependency loadin...

github.com/prettier/angular-html-parser - e2fc506a899cb128b8969a33edfad52c8dc83849 authored about 1 year ago by Andrew Kushnir <[email protected]>
docs: remove test.ts file in aio (#52327)

Same as 7ba5dc87ed, but for aio
This file is not necessary since CLI v15+

PR Close #52327

github.com/prettier/angular-html-parser - 82cd7d6db22ef4e080a4059527502ed135cb032f authored about 1 year ago by cexbrayat <[email protected]>
refactor(migrations): Fixes offset calculations for nesting (#52332)

This updates offset to handle pre and post offset properly for nested situations, rather than re...

github.com/prettier/angular-html-parser - 504c88272b43181f1d93d2a616a66a38883780f2 authored about 1 year ago by Jessica Janiuk <[email protected]>
test(core): fix test observing broken OnPush checkNoChanges (#52337)

The test is actually observing that OnPush results in a view not being checked
when checkNoChang...

github.com/prettier/angular-html-parser - d716d1fbf89658e7e0a32fd85e11b260e4b83aaf authored about 1 year ago by Andrew Scott <[email protected]>
docs: fix typo (#52339)

PR Close #52339

github.com/prettier/angular-html-parser - d74dc9676e0c2dfbec7a26c64e971e471cc7b147 authored about 1 year ago by Doug Parker <[email protected]>
fix(compiler): account for type-only imports in defer blocks (#52343)

Fixes that `@defer` blocks didn't account for type-only imports which could cause the import to ...

github.com/prettier/angular-html-parser - b6b5adca384ec95cc06e3c665dd512714c852781 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
Merge pull request #731 from prettier/dependabot/github_actions/actions/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4

github.com/prettier/plugin-xml - b0a1dd7c1b99c9f70320f85f97044dd771db3476 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(deps): bump actions/setup-node from 3 to 4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes]...

github.com/prettier/plugin-xml - 95a7193def291688de9b6324aade1f2f193b4de0 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: update Angular CLI help [main] (#52330)

Updated Angular CLI help contents.

Closes #52281

PR Close #52330

github.com/prettier/angular-html-parser - 47ab069070c043c54c46f8ef9b37b14a25857939 authored about 1 year ago by Angular Robot <[email protected]>
refactor(compiler): Support track functions and context variables in `@for` loops for template pipeline (#52001)

The template pipeline can now generate track functions, and extract them into the constant pool ...

github.com/prettier/angular-html-parser - 30e81d446966796f5f940d3c0c151062bf055698 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Support `@for` blocks in template pipeline (#52001)

Add support for `repeaterCreate` and `repeater` instructions. Correctly count decls and vars, an...

github.com/prettier/angular-html-parser - c8a5a4f85225bac14d9f8a664df94d67d291cf49 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Create an `alias` concept on views (#52001)

View compilations previously had context variables, which were variables available in the view t...

github.com/prettier/angular-html-parser - 605a50654e93d5dbc1d3dc135254e1d741651a98 authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(compiler): Create an `AlwaysInline` variable mode (#52001)

The template pipeline now supports lexical variables that are always inlined into their call sit...

github.com/prettier/angular-html-parser - c92d34e1fdd3e643c1f0f83724c63a0f22f7b5ae authored about 1 year ago by Dylan Hunn <[email protected]>
docs: add event banner (#52334)

PR Close #52334

github.com/prettier/angular-html-parser - 5b7b541ce96d6082f8edb2031707c78e034ab37b authored about 1 year ago by Emma Twersky <[email protected]>
refactor(core): use performance API for afterRender feature logging (#52235)

Add a standard performance marker that can be viewed in Chrome Dev Tools and other tooling. See ...

github.com/prettier/angular-html-parser - 67b97206b5af1347402f958e006e350a4f25e9fe authored about 1 year ago by Gerald Monaco <[email protected]>
docs: update app-shell docs to reflect v17 (#52294)

Update app-shell docs to reflect v17 changes

PR Close #52294

github.com/prettier/angular-html-parser - a20febebb15a5f92d9380ba235a3520f8a924de1 authored about 1 year ago by Alan Agius <[email protected]>
refactor(core): Remove duplicate null check in helper function (#52312)

This commit is a small refactor to remove the top-level null check on the
variable that's alread...

github.com/prettier/angular-html-parser - 13a5752ef13c256053a7290f1a21d2a6538a4b61 authored about 1 year ago by Andrew Scott <[email protected]>
fix(platform-server): resolve relative requests URL (#52326)

Prior to this commit relative HTTP requests were not being resolved to absolute even thought the...

github.com/prettier/angular-html-parser - 405ec8c796a571a9fe0ed1258171856faae2eedb authored about 1 year ago by Alan Agius <[email protected]>
fix(language-service): Autocomplete block keywords in more cases (#52198)

Previously, autocompletions were not available in two main cases. We correct them.

1. Autocompl...

github.com/prettier/angular-html-parser - e6affeff6127e1ef8ff41f7a23051fd2ea7a8d8d authored about 1 year ago by Dylan Hunn <[email protected]>
refactor(core): defer triggers cleanup (#52291)

This commit adds the logic to cleanup all triggers once defer block is triggered.

When a trigge...

github.com/prettier/angular-html-parser - 54766fb35f87fc74983452096988c425ce7caa32 authored about 1 year ago by Andrew Kushnir <[email protected]>
build: update lockfile (#52270)

Update lockfiles throughout

PR Close #52270

github.com/prettier/angular-html-parser - 1f66090378fa44089ae0919547aa4bef3bd52032 authored about 1 year ago by Joey Perrott <[email protected]>
refactor(core): use performance API for defer feature (#52288)

This commit adds a standard performance marker that can be viewed in Chrome dev tools and other ...

github.com/prettier/angular-html-parser - bf41a27e3ca46081841ab0ba668d8b33399a5755 authored about 1 year ago by Andrew Kushnir <[email protected]>
refactor(core): use performance API for hydration-related features (#52288)

This commit adds a standard performance marker that can be viewed in Chrome dev tools and other ...

github.com/prettier/angular-html-parser - d10f2b29d72b068abb5ad1a34b0765592ea31c5f authored about 1 year ago by Andrew Kushnir <[email protected]>
perf(core): avoid unnecessary callbacks in after render hooks (#52292)

A few performance improvements and code cleanups in the after render hooks:
1. We were wrapping ...

github.com/prettier/angular-html-parser - cce37435725e539d17da137d30035d422ab53c2f authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
docs: update prerendering guide (#52300)

This commits update the prerendering docs with the version 17 changes.

PR Close #52300

github.com/prettier/angular-html-parser - e2d311994352c62ccd8e054717365a153ed80694 authored about 1 year ago by Alan Agius <[email protected]>
refactor(core): avoid invoking IntersectionObserver in defer triggers on the server (#52306)

This commit updates the logic to make sure that DOM-specific triggers do not produce errors on t...

github.com/prettier/angular-html-parser - 666853f7c27f8aaf9a7ce0429eec0a58e3854abc authored about 1 year ago by Andrew Kushnir <[email protected]>
fix(compiler): template type checking not reporting diagnostics for incompatible type comparisons (#52322)

In #52110 the compiler was changed to produce `if` statements when type checking `@switch` in or...

github.com/prettier/angular-html-parser - dc3f7cb3bfc4f22c1e34abeb5a5311ce1e756c90 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
Merge pull request #730 from prettier/dependabot/npm_and_yarn/eslint-8.52.0

chore(deps-dev): bump eslint from 8.51.0 to 8.52.0

github.com/prettier/plugin-xml - 93f48e73b4b2679aec2db5c1225e03168f724d75 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(deps-dev): bump eslint from 8.51.0 to 8.52.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
- [Release notes](https:...

github.com/prettier/plugin-xml - 62339755fd925648a4994561ea65897c915015a9 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #729 from prettier/dependabot/npm_and_yarn/linguist-languages-7.27.0

chore(deps-dev): bump linguist-languages from 7.26.1 to 7.27.0

github.com/prettier/plugin-xml - 40897acda4a0739fbd691226ff36d0e257bf5af4 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(deps-dev): bump linguist-languages from 7.26.1 to 7.27.0

Bumps [linguist-languages](https://github.com/ikatyang/linguist-languages) from 7.26.1 to 7.27.0...

github.com/prettier/plugin-xml - be4fede2f5b09edfdd67f24d8cdba91bbcb170fc authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): update actions/checkout action to v4.1.1 (#15520)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/prettier/prettier - 427a84d24203e2d54160cde153a1e6a6390fe65a authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Merge pull request #728 from prettier/dependabot/npm_and_yarn/lint-staged-15.0.2

chore(deps-dev): bump lint-staged from 15.0.1 to 15.0.2

github.com/prettier/plugin-xml - 958f27305f3f023a594e173137007379590b6591 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(deps-dev): bump lint-staged from 15.0.1 to 15.0.2

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.0.1 to 15.0.2.
- [Release not...

github.com/prettier/plugin-xml - 92b32ae487f79db4b283046abdce366b3ab778fe authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(router): Ensure newly resolved data is inherited by child routes (#52167)

The current way of computing a route's params and data recomputes
inherited data from the inheri...

github.com/prettier/angular-html-parser - 327896606832bf6fbfc8f23989755123028136a8 authored about 1 year ago by Andrew Scott <[email protected]>
refactor(common): use performance API for NgOptimizedImage feature logging (#52205)

add a standard performance marker that can be viewed in Chrome dev tools and other tooling. See ...

github.com/prettier/angular-html-parser - 8fff07cf534b438cc3e895ee1c2d58782c9c78f1 authored about 1 year ago by Alex Castle <[email protected]>
refactor(compiler-cli): add local compilation logic to reflection host `getConstructorParameters` method (#52215)

Currently the reflection host's `getConstructorParameters` method is not aware of the compilatio...

github.com/prettier/angular-html-parser - 749d4c498e38e44325ca7601d5e41925434f621d authored about 1 year ago by Payam Valadkhan <[email protected]>
fix(compiler-cli): modify `getConstructorDependencies` helper to work with reflection host after the previous change (#52215)

Now the method `getConstructorDependencies` no longer needs to do any post analysis, and can rel...

github.com/prettier/angular-html-parser - 56a76d73e037aeea1975808d5c51608fd23d4fa6 authored about 1 year ago by Payam Valadkhan <[email protected]>
refactor(compiler-cli): remove unnecessary `compilationMode` args (#52215)

After previous commits, some `compilationMode` args in some helper functions became unused. In t...

github.com/prettier/angular-html-parser - ae3acca20d210fd2d2ba966428d21467007c56fd authored about 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): no need for signals property in component interface since inherited from directive (#52039)

Removed the signals property definition from the Component interface since it already exists in ...

github.com/prettier/angular-html-parser - fdf77b98fc24cd88a4203f74a21069f0ad41a12f authored about 1 year ago by Sylvain DEDIEU <[email protected]>
refactor(core): check "skip hydration" condition only when hydration info is present (#52221)

This commit refactors a couple places to improve performance:

* avoid checking parent tree if a...

github.com/prettier/angular-html-parser - dcf908634f6bb81a96f43a68610dd2492fa694cf authored about 1 year ago by Andrew Kushnir <[email protected]>
refactor(platform-server): replace Node.js URL API usage (#52231)

This commit replace the usage of URL node API to WHATWG URL API.

See: https://nodejs.org/api/ur...

github.com/prettier/angular-html-parser - 7978b408df690de87373439e76ab0af123745bce authored about 1 year ago by Alan Agius <[email protected]>
test(core): clean up unnecessary nesting in old tests (#52239)

A lot of our tests are wrapped in `{}` which serves no purpose, aside from increasing the nestin...

github.com/prettier/angular-html-parser - c07805612f77ff59104470a40b86bdd28a93bc61 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
docs(forms): replace fb with formBuilder (#52261)

Shorten variable names isn't a good practice. To avoid spreading it, we removed it from Angular'...

github.com/prettier/angular-html-parser - cfd89b0833538d88aa51f064893a69e364ee9a68 authored about 1 year ago by Etienne FRANK <[email protected]>
docs: Update control flow diagnostic to direct devs to built-ins (#52268)

The commit adds messaging to the control flow template diagnostic to direct developers to the ne...

github.com/prettier/angular-html-parser - 459b275a3a327401896062e57300d8be86e381a3 authored about 1 year ago by Andrew Scott <[email protected]>
Merge pull request #726 from prettier/dependabot/npm_and_yarn/babel/traverse-7.23.2

chore(deps): bump @babel/traverse from 7.22.8 to 7.23.2

github.com/prettier/plugin-xml - 75186f201c2f1901884a09ca46f16d2d4df86284 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(deps): bump @babel/traverse from 7.22.8 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7...

github.com/prettier/plugin-xml - 87763f5fbf2b1d0280f35bc25771b3bf19cfdf7c authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
refactor(forms): Log a warning when `FormGroup` keys include a dot. (#50642)

Due to the dotted synthax to resolve controls, keys in FormGroups cannot include dots.

fixes #5...

github.com/prettier/angular-html-parser - 43115da98697a381bba02aefed9ab475951028ff authored about 1 year ago by Matthieu Riegler <[email protected]>
test(core): add benchmark for hydration runtime logic (#52206)

This commit adds a benchmark for hydration runtime logic, which contains 2 parts: a baseline (cr...

github.com/prettier/angular-html-parser - 7981aad30e0e3767e857839af768b1df8db4c9df authored about 1 year ago by Andrew Kushnir <[email protected]>
test(core): add benchmark for defer runtime logic (#52222)

This commit adds a benchmark for `@defer` runtime logic and uses `@if` as a baseline.

PR Close ...

github.com/prettier/angular-html-parser - c76cac25eb5096c6aaedf015b6a2ebbebbfbf6cb authored about 1 year ago by Andrew Kushnir <[email protected]>
refactor(core): avoid duplicate work when checking if hydration is disabled (#52253)

Minor refactor to avoid lowercasing the `ngSkipHydration` attribute on each call. Since it's sta...

github.com/prettier/angular-html-parser - c2560d05f23f6157c610c128e7b253cc2df385ed authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(core): remove test.ts files in integration tests (#52109)

These files are not necessary since CLI v15+

PR Close #52109

github.com/prettier/angular-html-parser - 7ba5dc87edf455209db0ab1be7bc2e4c717f797f authored about 1 year ago by cexbrayat <[email protected]>
docs: fix typo (#52233)

Fix word: standalone

PR Close #52233

github.com/prettier/angular-html-parser - 5bc0335358c61da0aff18919a2e454a87c3cc7ac authored about 1 year ago by Quentin <[email protected]>
docs: updated the export default router to satisfies instead of typecast (#52269)

PR Close #52269

github.com/prettier/angular-html-parser - 9b12c2ff82693d359c8357b4c70871c7735dc3bf authored about 1 year ago by Jeevan Mahesha <[email protected]>
docs: release notes for the v17.0.0-rc.0 release

github.com/prettier/angular-html-parser - f8e51971a6e8f6192d0d50032d00636cc1e996da authored about 1 year ago by Pawel Kozlowski <[email protected]>
docs: release notes for the v16.2.10 release

github.com/prettier/angular-html-parser - 66bc77b27bf423221570e4d10a09f34fe03c3f50 authored about 1 year ago by Pawel Kozlowski <[email protected]>
docs: remove developer preview note from hydration feature in docs (#52197)

PR Close #52197

github.com/prettier/angular-html-parser - 39b149cefe71e7efa863a91db3feb66452e25251 authored about 1 year ago by Andrew Kushnir <[email protected]>
refactor(core): remove developer preview note from hydration stats note (#52197)

This commit updates the message that we output in the console (once hydration is completed) to d...

github.com/prettier/angular-html-parser - b0f9b33be2858efde17b21c69e64ade54fecd28b authored about 1 year ago by Andrew Kushnir <[email protected]>
docs: promote `provideClientHydration` and related symbols to stable (#52197)

This commit removes the `@developerPreview` annotation from the `provideClientHydration` functio...

github.com/prettier/angular-html-parser - 941e65b2a090e1be4ccdf52ca4942888857f9812 authored about 1 year ago by Andrew Kushnir <[email protected]>
docs: promote `renderApplication` to stable (#52197)

This commit removes the `@developerPreview` annotation from the `renderApplication`, promoting i...

github.com/prettier/angular-html-parser - 194c1719ab580781852ea33bfdebd4dcd0d6d560 authored about 1 year ago by Andrew Kushnir <[email protected]>
docs: promote `withFetch` and `FetchBackend` to stable (#52197)

This commit removes the `@developerPreview` annotation from the `withFetch` and `FetchBackend` A...

github.com/prettier/angular-html-parser - eee5a5a1af224434fb6a037539be6382338cb533 authored about 1 year ago by Andrew Kushnir <[email protected]>
docs: Update BAZEL.md with correct bazelrc documentation link (#52090)

PR Close #52090

github.com/prettier/angular-html-parser - c8cfd78e266a09cee42319ada1bf9064143238c1 authored about 1 year ago by vivekkoya <[email protected]>
docs: fix typo (#52258)

Fix typo in aio/content/errors/NG05104.md file

PR Close #52258

github.com/prettier/angular-html-parser - d2b7c96100cf7c03d872a047af3f83be85374392 authored about 1 year ago by Quentin <[email protected]>
build: update all non-major dependencies (#51897)

See associated pull request for more information.

PR Close #51897

github.com/prettier/angular-html-parser - 83f5911a95c7bd89d792aeb646befe3a1628ae68 authored about 1 year ago by Angular Robot <[email protected]>
build: update scorecard action dependencies (#52126)

See associated pull request for more information.

PR Close #52126

github.com/prettier/angular-html-parser - 6dc6471e75eb6bb6ace118e8243cd809b393365a authored about 1 year ago by Angular Robot <[email protected]>