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
See associated pull request for more information.
PR Close #52173
github.com/prettier/angular-html-parser - 35b06910d869c379742db1c6ee73f08153c4ca68 authored about 1 year ago by Angular Robot <[email protected]>
Re-organize code to minimize number of calls to the
trackBy function.
PR Close #52227
github.com/prettier/angular-html-parser - 7818d5c6e2e7ab451c47a089d8c3fc906d7b43c6 authored about 1 year ago by Pawel Kozlowski <[email protected]>
Assuming that the trackBy function is a pure derivation from the collection
object and its index...
We can speedup items comparision by having access to raw values
and delay key calculation in cer...
This change avoid re-creation of the LiveCollectionLContainerImpl instance
every time the repeat...
The at operation is private and doesn't have to be part of the public interface.
PR Close #52227
github.com/prettier/angular-html-parser - 09c3b4b936d2547d1714b54d6f392e7d4d7f7dc1 authored about 1 year ago by Pawel Kozlowski <[email protected]>
ICUs can be used outside of an i18n block. In this case the ICU should
be automatically wrapped ...
Adds some additional doc comments clarifying when the `Creation`
resolution time is used vs the ...
ICUs are now ingested by adding ops to both the creation and update IR.
Both of these ops are ul...
ICU params in i18n messages are now resolved in the post-processing call
rather than in the init...
This reverts commit 65786b2b96ba198034ff23bb14571a659a491b50 due to an oberved perf regression i...
github.com/prettier/angular-html-parser - 1640743b18e0b6a0e501855d5bc21414b2613319 authored about 1 year ago by Alan Agius <[email protected]>Fix word: corresponding
PR Close #52247
github.com/prettier/angular-html-parser - b63354e3d9bdb2dd9e5bca1e7ac50a4a4cd58e78 authored about 1 year ago by Quentin <[email protected]>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github.com/prettier/eslint-config-prettier - f5530d3af4ce34ffb6402e11895bd18979835035 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>See associated pull request for more information.
PR Close #52236
github.com/prettier/angular-html-parser - 6fefbe8fca6e96549416a27c14e02957da1291e7 authored about 1 year ago by Angular Robot <[email protected]>Fix word: privileges
PR Close #52232
github.com/prettier/angular-html-parser - 4643b05b84785f0eaa55619c7ab4d87265be2f07 authored about 1 year ago by Quentin <[email protected]>
This commit extracts the API reference info for generic parameters for
classes, methods, interfa...
Prior to this change the style element was appended to host element multiple times. Whilst the a...
github.com/prettier/angular-html-parser - 74660045438d06dbaf8dcffcbac3d4a20055157e authored about 1 year ago by Alan Agius <[email protected]>Updates the golden partial file to account for the newly added test
PR Close #52202
github.com/prettier/angular-html-parser - 9bc9464a54772cf8eced05aaea624b7f9461706d authored about 1 year ago by Miles Malerba <[email protected]>
Placing a structural directive on an element with an `i18n` attribute
was generating too many i1...
Structural directives on an ng-template (e.g. <ng-template *ngIf>) were
being assigned the wrong...
Runs post-processing on any i18n messages that have multiple values
assigned to a single placeho...
I added these in an earlier PR when we were considering moving the empty
elements phase earlier....
The way we were propagating params up to parent i18n ops didn't account
for the fact that a pare...
Fixes handling of placeholders for self-closing tags. Self-closing tags
set a combined value for...
This adds the support of `if ` conditions with `as` clause when migrating to the control flow sy...
github.com/prettier/angular-html-parser - 2003caf4b74bfc023252960daec5212bdfd696a0 authored about 1 year ago by cexbrayat <[email protected]>Fix word: adjustments
PR Close #52218
github.com/prettier/angular-html-parser - 0881daf690236ea01a07a9e1c1837eb7a0986ada authored about 1 year ago by Quentin <[email protected]>Fix word: incompatibilities
PR Close #52219
github.com/prettier/angular-html-parser - b08abc4f9b29f2b4e68503a87e1483765796c68a authored about 1 year ago by Quentin <[email protected]>Fixes that the compiler was throwing an error if an element tag name is the same as a built-in p...
github.com/prettier/angular-html-parser - 302ab340e07a4a7d5639b6fc9997a101af39cb57 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>PR Close #52212
github.com/prettier/angular-html-parser - 07b769e43b37d72094944cd24be37e4c4627a61c authored about 1 year ago by Andrew Miller <[email protected]>
Once useful, the hack to prevent circular dependency serves no purpose
We can safely remove it.
...
Added missing 'next steps' section in the tutorial.
PR Close #52220
github.com/prettier/angular-html-parser - 403e0f27212445959f8a11dbb2dddbec5f0ed215 authored about 1 year ago by Osama Heykal <[email protected]>Public afterRender phases have specific API guarantees which can be invalidated if the internal ...
github.com/prettier/angular-html-parser - 9d8af457e34f209b7112532c7cc9e38f23901f45 authored about 1 year ago by Gerald Monaco <[email protected]>This commit drops the `ɵ` symbol from hydration annotation key: `__ɵnghData__` -> `__nghData__`....
github.com/prettier/angular-html-parser - 4e4ad5ab2e8a3d3bec28d57f850c5d1aa8d589ea authored about 1 year ago by Andrew Kushnir <[email protected]>We have the `DEFER_BLOCK_DEPENDENCY_INTERCEPTOR` DI token that we use in tests to intercept the ...
github.com/prettier/angular-html-parser - 262d4d52b57e35fda1f57fee511e9f9ae1d42ca8 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
Contains the following minor improvements to the block entities migration:
* The migration won't...
PR Close #52075
github.com/prettier/angular-html-parser - 1b4bb57971ca473e342dfd8f6e71f4bd59287bcd authored about 1 year ago by thomas <[email protected]>github.com/prettier/prettier - c609058fd3085cf4c5781b894ec9bd5fa5978ee1 authored about 1 year ago by Seiya <[email protected]>
chore(deps-dev): bump lint-staged from 14.0.1 to 15.0.1
github.com/prettier/plugin-xml - 7bae0112abfd4741372fa844ba87f355bfae292a authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 14.0.1 to 15.0.1.
- [Release not...
BREAKING CHANGE: drop support for node 14.
github.com/prettier/plugin-php - 977d3f6a95c5f58311708b4c253d15a98df3892f authored about 1 year ago by Christian Zosel <[email protected]>github.com/prettier/eslint-plugin-prettier - 17c3c109cb9022301e804e418cae38ff489f8e69 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github.com/prettier/eslint-plugin-prettier - b5536f81786384b2fdc90c8b917ebdd243e49659 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github.com/prettier/eslint-plugin-prettier - 19791add7d0d42a20a3bf02b33f4ca2e29a57cd4 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github.com/prettier/eslint-plugin-prettier - 41d4c62ffd672ccd7f8ede857188cc4902ab192c authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github.com/prettier/eslint-plugin-prettier - 71ccf0ef8b88fdf305665c0cd0a9b1c94d49920b authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github.com/prettier/eslint-plugin-prettier - 8337f5be51fa52a8a9188d5ffa1472ad62f04701 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github.com/prettier/eslint-plugin-prettier - 075523d8d03105f6633cb46c282c2dde91d7f686 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github.com/prettier/prettier-eslint-cli - 83691c574b54896c893f66b7c1a3ff456f41945f authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>github.com/prettier/eslint-plugin-prettier - e81b66d173a7c79048f1019de78d730811100a0f authored about 1 year ago by JounQin <[email protected]>
github.com/prettier/prettier-eslint-cli - df191a1415ecb2529849d99eff66b2f5616b410b authored about 1 year ago by JounQin <[email protected]>
github.com/prettier/prettier-eslint-cli - b43916b97d870e4aed8ed4e3d345bcafc891443c authored about 1 year ago by JounQin <[email protected]>
github.com/prettier/prettier-eslint-cli - 5c3d7310fbdf454739d697fe8381193c61a143e3 authored about 1 year ago by JounQin <[email protected]>
github.com/prettier/prettier-eslint-cli - db154f4f463998a65a85fa0aa9472c2e439f9264 authored about 1 year ago by JounQin <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github.com/prettier/prettier-eslint-cli - 637132451487776dc39aa95a40c61b8003f828e7 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>github.com/prettier/prettier-eslint-cli - 5fd8eea1eb9f17fe0fab931aa8e59c8a2fc87529 authored about 1 year ago by JounQin <[email protected]>
This code path is never hit because the assignment of the lview happens
in `commitLViewConsumerI...
Move existing logic into `HistoryStateManager`
PR Close #52171
github.com/prettier/angular-html-parser - 479e3f14412e7846c14dc0dbec2bdf279b643c88 authored about 1 year ago by Thomas Wilkinson <[email protected]>
* `style` is never `null`.
* adding some typing
* Add 2 todos per #49777
PR Close #50896
github.com/prettier/angular-html-parser - 87ef880ed3f006db92b09a9985143960c8031204 authored about 1 year ago by Matthieu Riegler <[email protected]>DEPRECATED: NgProbeToken
The `NgProbeToken` is not used internally since the transition from Vi...
github.com/prettier/angular-html-parser - a0dc12bfe827fa881d5b98463775fd71e2b18503 authored about 1 year ago by Matthieu Riegler <[email protected]>Phase 2 sample code conversions per instructions in doc: https://docs.google.com/document/d/1Qqn...
github.com/prettier/angular-html-parser - f2513c540a19b0584fe3ce84dd6fa7c9564a836d authored about 1 year ago by Ward Bell <[email protected]>When the `viewport` triggers were first introduced, we ended up having to use a service to keep ...
github.com/prettier/angular-html-parser - 4d83a2ea006f3a6d954e9d58ee5f3251ebf1c40d authored about 1 year ago by Kristiyan Kostadinov <[email protected]>Follows up to the https://github.com/angular/angular/issues/52108 which was opened due to the co...
github.com/prettier/angular-html-parser - 187f1439bb14f3b2c8ccd1724475b90c5ed7b3b6 authored about 1 year ago by Miroslav Foltýn <[email protected]>This test verifies that the order does not change when a particular part of code is wrapped by t...
github.com/prettier/angular-html-parser - efea62fc41613c3384787d9f724821a8d38be89e authored about 1 year ago by Andrew Kushnir <[email protected]>This fixes an issue where `ng-template` nodes were removed even when used in other places than c...
github.com/prettier/angular-html-parser - 20e7e21679f43cba74d4eaaa801c1d2e935517c6 authored about 1 year ago by cexbrayat <[email protected]>This adds some clear error handling and messaging for when errors occur during the control flow ...
github.com/prettier/angular-html-parser - c121d3992a5eb078e92c38983c139ecfdd54921b authored about 1 year ago by Jessica Janiuk <[email protected]>This adds the support of `let index as myIndex` in `*ngFor` for the control flow migration.
Bef...
github.com/prettier/angular-html-parser - 37c8fd79acdaffcf26956ee409043075bfb09920 authored about 1 year ago by cexbrayat <[email protected]>This commit allows also to use the `AnimationBuilder` when using `provideAnimationsAsync()`
fix...
github.com/prettier/angular-html-parser - 1c4a3677eb4140435d27c0c873f719b7d8cdce58 authored about 1 year ago by Matthieu Riegler <[email protected]>This PR add Nicolas Frizzarin to the GDE resources
docs: fix typo on description
PR Close #52003
github.com/prettier/angular-html-parser - f3eebaf76ce30e0c7c1668f695247f92e590990e authored about 1 year ago by Nicolas Frizzarin <[email protected]>This adds a missing space between the sentences of the `===` vs `==` ngSwitch warning.
PR Close...
github.com/prettier/angular-html-parser - b1cb0b395b6fadd487a72dc186965fcaf120ac0f authored about 1 year ago by cexbrayat <[email protected]>This commit splits the `render3/instructions/defer.ts` file (that contained most of the runtime ...
github.com/prettier/angular-html-parser - 908f660a7285a3711bec89aedfe72abeaffd7d6a authored about 1 year ago by Andrew Kushnir <[email protected]>See associated pull request for more information.
PR Close #52159
github.com/prettier/angular-html-parser - 11c29f9cc37d3f6b42e2f75f2e5e2c7191828a58 authored about 1 year ago by Angular Robot <[email protected]>This reverts commit c2b1a242e8db0ef8e03f7ee85ffa1f82562fd735.
PR Close #52174
github.com/prettier/angular-html-parser - 4da0dbedf56f1d2b7f2acc8e631470fd669e2488 authored about 1 year ago by Pawel Kozlowski <[email protected]>github.com/prettier/plugin-php - f6fbc45bdec0a37ec67805a3276803236c145079 authored about 1 year ago by claytonrcarter <[email protected]>
`MethodIdentifier` is unused as is `IdentifierKind.Method`. They both can be removed.
PR Close ...
github.com/prettier/angular-html-parser - c2b1a242e8db0ef8e03f7ee85ffa1f82562fd735 authored about 1 year ago by Matthieu Riegler <[email protected]>Updated Angular CLI help contents.
PR Close #52168
github.com/prettier/angular-html-parser - 221f882b2857b20c03da210ccd7c15e6761755e9 authored about 1 year ago by Angular Robot <[email protected]>Generated `events.json` with the latest events retrieved from the Firebase DB.
PR Close #52053
github.com/prettier/angular-html-parser - bffee4389b471f71c31049b7a9492c1065305bcf authored about 1 year ago by Angular Robot <[email protected]>In prod builds, selectors are optimized and spaces a removed. #48558 introduced a regression on ...
github.com/prettier/angular-html-parser - 0198d21231565f5eeaa27a871b9bb9e950b4a869 authored about 1 year ago by Matthieu Riegler <[email protected]>github.com/prettier/angular-html-parser - 12aeed8b948935cbcecba9d4103b46fda4ad0bb2 authored about 1 year ago by Andrew Scott <[email protected]>
github.com/prettier/angular-html-parser - faad22a3f28c017a5de033d9c315b9b6a2db3f8b authored about 1 year ago by Andrew Scott <[email protected]>
github.com/prettier/angular-html-parser - 44a75aa0f86a71bcb60291a39b62711642b76942 authored about 1 year ago by Andrew Scott <[email protected]>
See associated pull request for more information.
PR Close #52119
github.com/prettier/angular-html-parser - 87340a453d359db2e98100eba495fbf8592f60a8 authored about 1 year ago by Angular Robot <[email protected]>
This change adjust the built-in for algorithm of dealing with embedded views
to update the repea...
This adds a console warning to make it clear to users the migration is developer preview. It als...
github.com/prettier/angular-html-parser - f66faca3ce4f80324fafe2ad75a615a408502252 authored about 1 year ago by Jessica Janiuk <[email protected]>PR Close #52155
github.com/prettier/angular-html-parser - 3434359f6486d02a709205f2e92ae672ec5b86b3 authored about 1 year ago by Linus Wieland <[email protected]>We now visit the unknown nodes inside a `@switch` block, enabling completions in that context.
...
github.com/prettier/angular-html-parser - 449830f24e78ebd977ca3210ab3541912d959245 authored about 1 year ago by Dylan Hunn <[email protected]>Currently the compiler allocates a variable slot to the `@for` loop expression which ends up unu...
github.com/prettier/angular-html-parser - 9d19c8e31752d211f575246282358b83afe90969 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
The build job moved from CircleCI to GitHub actions, so we currently
mark all PRs as pending unn...
As part of the CircleCI migration it looks like we started
running the Bazel saucelabs job for a...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github.com/prettier/eslint-plugin-prettier - aa81435000a5e163df07400fafb875aa8e3ea83b authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>Co-authored-by: JounQin <[email protected]>
github.com/prettier/eslint-plugin-prettier - 21a7146d78161307dcc7eaa96f41dac51f7ce89f authored about 1 year ago by Krist Ponpairin <[email protected]>This adds `generate_api_docs` targets to all of the packages for which we publish api reference ...
github.com/prettier/angular-html-parser - fcc000e803619cb8539038499330be39ec9f86c9 authored about 1 year ago by Jeremy Elbourn <[email protected]>Non typed forms allow to pass null to nested groups when calling `formGroup.reset()`, this commi...
github.com/prettier/angular-html-parser - ddd7212ee2067112cdf54d5528c8480a0e505c76 authored about 1 year ago by Matthieu Riegler <[email protected]>The flag `forbidOrphanRendering` is only set for non-standalone components, and indicates that t...
github.com/prettier/angular-html-parser - 5fba8902d86cb40a91f24342c0bf7f49d8d0ea86 authored about 1 year ago by Payam Valadkhan <[email protected]>A runtime error will be thrown if a non-standalone component is being rendered without its NgMod...
github.com/prettier/angular-html-parser - 1a4aee7e49074e3bc3f3099bff88eaee9b2ab255 authored about 1 year ago by Payam Valadkhan <[email protected]>A new method `isOrphanComponent` is added to the deps tracker API to check if the NgModule decla...
github.com/prettier/angular-html-parser - 3047bdd36c14a9b0db5ecd2f643ba57fe20f33de authored about 1 year ago by Payam Valadkhan <[email protected]>A new flag added to the component's debug info to determine whether to throw runtime error (in d...
github.com/prettier/angular-html-parser - 1eefa0c9c4396d967ba0eca48b405509f84e5f18 authored about 1 year ago by Payam Valadkhan <[email protected]>Now users can configure the option `forbidOrphanComponents` in the tsconfig's angularCompilerOpt...
github.com/prettier/angular-html-parser - 59ba2a6e9f7218c78cd8b5f4c13ffb46dd0a4900 authored about 1 year ago by Payam Valadkhan <[email protected]>Orphan component is an anti-pattern in Angular where a component is rendered while the NgModule ...
github.com/prettier/angular-html-parser - e8201a596222ac323b05ddedb8a825ffffea2282 authored about 1 year ago by Payam Valadkhan <[email protected]>Add a types entry in the packages/common/package.json exports "./locales/*" section
Fixes #5201...
github.com/prettier/angular-html-parser - da056a1fe2816299319fb3f87416316be2029479 authored about 1 year ago by Sylvain DEDIEU <[email protected]>See associated pull request for more information.
PR Close #52060
github.com/prettier/angular-html-parser - 11588a1a07c9002e672f46fab9874fe21ca22cfa authored about 1 year ago by Angular Robot <[email protected]>