chore(deps): update dependency angular-html-parser to v9
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| angular-html-parser (source) | 8.1.0 -> 9.2.0 |
[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
prettier/angular-html-parser (angular-html-parser)
v9.2.0
common
| Commit | Type | Description |
|---|---|---|
| 3e39da593a | feat | introduce experimental httpResource (#59876) |
compiler
| Commit | Type | Description |
|---|---|---|
| 5b20bab96d | feat | Add Skip Hydration diagnostic. (#59576) |
| fe8a68329b | feat | support untagged template literals in expressions (#59230) |
core
| Commit | Type | Description |
|---|---|---|
| 2588985f43 | feat | pass signal node to throwInvalidWriteToSignalErrorFn (#59600) |
| 168516462a | feat | support default value in resource() (#59655) |
| bc2ad7bfd3 | feat | support streaming resources (#59573) |
| 146ab9a76e | feat | support TypeScript 5.8 (#59830) |
| 6c92d65349 | fix | add hasValue narrowing to ResourceRef (#59708) |
| 96e602ebe9 | fix | cancel in-progress request when same value is assigned (#59280) |
| 6789c7ef94 | fix | Defer afterRender until after first CD (#59455) (#59551) |
| c87e581dd9 | fix | Don't run effects in check no changes pass (#59455) (#59551) |
| 127fc0dc84 | fix | fix resource()'s previous.state (#59708) |
| b592b1b051 | fix | fix race condition in resource() (#59851) |
| a299e02e91 | fix | preserve tracing snapshot until tick finishes (#59796) |
forms
| Commit | Type | Description |
|---|---|---|
| fa0c3e3210 | feat | support type set in form validators (#45793) |
migrations
| Commit | Type | Description |
|---|---|---|
| 1cd3a7db83 | feat | add migration to convert templates to use self-closing tags (#57342) |
platform-browser
| Commit | Type | Description |
|---|---|---|
| e6cb411e43 | fix | automatically disable animations on the server (#59762) |
platform-server
| Commit | Type | Description |
|---|---|---|
| fc5d187da5 | fix | decouple server from animations module (#59762) |
v9.1.1
core
| Commit | Type | Description |
|---|---|---|
| 357795cb96 | fix | run HMR replacement in the zone (#59562) |
platform-browser
| Commit | Type | Description |
|---|---|---|
| eb0b1851f4 | fix | roll back HMR fix (#59557) |
v9.1.0
common
| Commit | Type | Description |
|---|---|---|
| e4c50b3bea | feat | expose component instance in NgComponentOutlet (#58698) |
compiler
| Commit | Type | Description |
|---|---|---|
| ceadd28ea1 | fix | allow $any in two-way bindings (#59362) |
| aed49ddaaa | fix | use chunk origin in template HMR request URL (#59459) |
compiler-cli
| Commit | Type | Description |
|---|---|---|
| c5c20e9d86 | fix | check event side of two-way bindings (#59002) |
core
| Commit | Type | Description |
|---|---|---|
| d010e11b73 | feat | add event listener options to renderer (#59092) |
| 57f3550219 | feat | add utility for resolving defer block information to ng global (#59184) |
| 22f191f763 | feat | extend the set of profiler events (#59183) |
| e894a5daea | feat | set kind field on template and effect nodes (#58865) |
| bd1f1294ae | feat | support TypeScript 5.7 (#58609) |
| 9870b643bf | fix | Defer afterRender until after first CD (#58250) |
| a5fc962094 | fix | Don't run effects in check no changes pass (#58250) |
migrations
| Commit | Type | Description |
|---|---|---|
| d298d25426 | feat | add schematic to clean up unused imports (#59353) |
| 14fb8ce4c0 | fix | resolve text replacement issue (#59452) |
platform-browser
| Commit | Type | Description |
|---|---|---|
| 8c5db3cfb7 | fix | avoid circular DI error in async renderer (#59256) |
router
| Commit | Type | Description |
|---|---|---|
| 52a6710f54 | fix | complete router events on dispose (#59327) |
v9.0.2
compiler-cli
| Commit | Type | Description |
|---|---|---|
| 9f99196d23 | fix | account for multiple generated namespace imports in HMR (#58924) |
core
| Commit | Type | Description |
|---|---|---|
| 4792db9a6d | fix | Explicitly manage TracingSnapshot lifecycle and dispose of it once it's been used. (#58929) |
migrations
| Commit | Type | Description |
|---|---|---|
| 7b5bacc228 | fix | class content being deleted in some edge cases (#58959) |
| d1cbdd6acb | fix | correctly strip away parameters surrounded by comments in inject migration (#58959) |
| e17ff71c31 | fix | don't migrate classes with parameters that can't be injected (#58959) |
| 7c5f990001 | fix | inject migration aggressively removing imports (#58959) |
| 4392ccedf9 | fix | inject migration dropping code if everything except super is removed (#58959) |
| 9cbebc6dda | fix | preserve type literals and tuples in inject migrations (#58959) |
platform-server
| Commit | Type | Description |
|---|---|---|
| f3c388ecda | fix | remove peer dependency on animations (#58997) |
v9.0.1
compiler-cli
| Commit | Type | Description |
|---|---|---|
| fb1fa8b0fc | fix | more accurate diagnostics for host binding parser errors (#58870) |
core
| Commit | Type | Description |
|---|---|---|
| 502ee0e722 | fix | correctly clear template HMR internal renderer cache (#58724) |
| 99715104a1 | fix | correctly perform lazy routes migration for components with additional decorators (#58796) |
| 118803035f | fix | Ensure _tick is always run within the TracingSnapshot. (#58881) |
| 08b9452f01 | fix | Ensure resource sets an error (#58855) |
| 84f45ea3ff | fix | make component id generation more stable between client and server builds (#58813) |
| d3491c7cee | fix | Prevents race condition of cleanup for incremental hydration (#58722) |
forms
| Commit | Type | Description |
|---|---|---|
| 4dfe5b6cef | fix | work around TypeScript 5.7 issue (#58731) |
language-service
| Commit | Type | Description |
|---|---|---|
| a983865bff | fix | add fix for individual unused imports (#58719) |
| e6e7a4e22b | fix | allow fixes to run without template info (#58719) |
migrations
| Commit | Type | Description |
|---|---|---|
| 5ce10264a4 | fix | fix provide-initializer migration when using useFactory (#58518) |
| d4f5c85f60 | fix | handle parameters with initializers in inject migration (#58769) |
| a6d2d2dc10 | fix | Mark hoisted properties as removed in inject migration (#58804) |
v9.0.0
Blog post: https://blog.angular.dev/meet-angular-v19-7b29dfd05b84
Breaking Changes
compiler
this.fooproperty reads no longer refer to template context variables. If you intended to read the template variable, do not usethis..- changes to CSS selectors parsing where introduced, mainly to: pseudo selectors
:where()and:is(), parsing of:hostandhost-context, parsing selectors within pseudo selector arguments (for instance comma separated selectors). These changes could lead to a different specificity of the resulting selectors and/or previously broken selectors being applied now, for example:where(:host)used to transform to:where()[ng-host]and is being:where([ng-host])now. Unlike the previous outcome, the new result can target elements and therefore could lead to breakages.
core
-
Angular directives, components and pipes are now standalone by default.
- Specify
standalone: falsefor declarations that are currently declared in@NgModules. ng updatefor v19 will take care of this automatically.
- Specify
-
TypeScript versions less than 5.5 are no longer supported.
-
Timing changes for
effectAPI (in developer preview):-
effects which are triggered outside of change detection run as part of the change detection process instead of as a microtask. Depending on the specifics of application/test setup, this can result in them executing earlier or later (or requiring additional test steps to trigger; see below examples).
-
effects which are triggered during change detection (e.g. by input signals) run earlier, before the component's template.
-
-
ExperimentalPendingTaskshas been renamed toPendingTasks. -
The
autoDetectfeature ofComponentFixturewill now attach the fixture to theApplicationRef. As a result, errors during automatic change detection of the fixture be reported to theErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported. -
createComponentwill now render default fallback with emptyprojectableNodes.- When passing an empty array to
projectableNodesin thecreateComponentAPI, the default fallback content of theng-contentwill be rendered if present. To prevent rendering the default content, passdocument.createTextNode('')as aprojectableNode.
// The first ng-content will render the default fallback content if present createComponent(MyComponent. { projectableNodes: [[], [secondNode]] }); // To prevent projecting the default fallback content: createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] }); - When passing an empty array to
-
Errors that are thrown during
ApplicationRef.tickwill now be rethrown when usingTestBed. These errors should be resolved by ensuring the test environment is set up correctly to complete change detection successfully. There are two alternatives to catch the errors:- Instead of waiting for automatic change detection to happen, trigger
it synchronously and expect the error. For example, a jasmine test
could write
expect(() => TestBed.inject(ApplicationRef).tick()).toThrow() TestBedwill reject any outstandingComponentFixture.whenStablepromises. A jasmine test, for example, could writeexpectAsync(fixture.whenStable()).toBeRejected().
As a last resort, you can configure errors to not be rethrown by setting
rethrowApplicationErrorstofalseinTestBed.configureTestingModule. - Instead of waiting for automatic change detection to happen, trigger
it synchronously and expect the error. For example, a jasmine test
could write
-
The timers that are used for zone coalescing and hybrid mode scheduling (which schedules an application state synchronization when changes happen outside the Angular zone) will now run in the zone above Angular rather than the root zone. This will mostly affect tests which use
fakeAsync: these timers will now be visible tofakeAsyncand can be affected bytickorflush. -
The deprecated
factoriesproperty inKeyValueDiffershas been removed.
elements
- as part of switching away from custom CD behavior to the hybrid scheduler, timing of change detection around custom elements has changed subtly. These changes make elements more efficient, but can cause tests which encoded assumptions about how or when elements would be checked to require updating.
localize
- The
nameoption in theng add@localize`` schematic has been removed in favor of theprojectoption.
platform-browser
- The deprecated
BrowserModule.withServerTransitionmethod has been removed. Please use theAPP_IDDI token to set the application id instead.
router
- The
Router.errorHandlerproperty has been removed. Adding an error handler should be configured in eitherwithNavigationErrorHandlerwithprovideRouteror theerrorHandlerproperty in the extra options ofRouterModule.forRoot. In addition, the error handler cannot be used to change the return value of the router navigation promise or prevent it from rejecting. Instead, if you want to prevent the promise from rejecting, useresolveNavigationPromiseOnError. - The return type of the
Resolveinterface now includesRedirectCommand.
common
| Commit | Type | Description |
|---|---|---|
| 24c6373820 | feat | add optional rounded transform support in cloudinary image loader (#55364) |
| 50f08e6c4b | feat | automatically use sizes auto in NgOptimizedImage (#57479) |
| 13c13067bc | feat | disable keyvalue sorting using null compareFn (#57487) |
compiler
| Commit | Type | Description |
|---|---|---|
| a2e4ee0cb3 | feat | add diagnostic for unused standalone imports (#57605) |
| 0c9d721ac1 | feat | add support for the typeof keyword in template expressions. (#58183) |
| 09f589f000 | fix | this.a should always refer to class property a (#55183) |
| 98804fd4be | fix | add more specific matcher for hydrate never block (#58360) |
| b25121ee4a | fix | avoid having to duplicate core environment (#58444) |
| 560282aa9b | fix | control flow nodes with root at the end projected incorrectly (#58607) |
| 2be161d015 | fix | fix :host parsing in pseudo-selectors (#58681) |
| 806a61b5a6 | fix | fix multiline selectors (#58681) |
| a3cb530d84 | fix | handle typeof expressions in serializer (#58217) |
| ba4340875a | fix | ignore placeholder-only i18n messages (#58154) |
| e5d3abb298 | fix | resolve :host:host-context(.foo) (#58681) |
| 80f56954ce | fix | transform chained pseudo-selectors (#58681) |
compiler-cli
| Commit | Type | Description |
|---|---|---|
| d9687f43dd | feat | 'strictStandalone' flag enforces standalone (#57935) |
| 9e87593055 | feat | ensure template style elements are preprocessed as inline styles (#57429) |
| 231e6ff6ca | feat | generate the HMR replacement module (#58205) |
| dbe612f2cd | fix | disable standalone by default on older versions of Angular (#58405) |
| d4d76ead80 | fix | do not fail fatal when references to non-existent module are discovered (#58515) |
| 33fe252c58 | fix | do not report unused declarations coming from an imported array (#57940) |
| fb44323c51 | fix | incorrectly generating relative file paths on case-insensitive platforms (#58150) |
| 22cd6869ef | fix | make the unused imports diagnostic easier to read (#58468) |
| 9bbb01c85e | fix | report individual diagnostics for unused imports (#58589) |
| 4716c3b966 | perf | reduce duplicate component style resolution (#57502) |
core
| Commit | Type | Description |
|---|---|---|
| 6ea8e1e9aa | feat | Add a schematics to migrate to standalone: false. (#57643) |
| 3ebe6b4ad4 | feat | Add async run method on ExperimentalPendingTasks (#56546) |
| 69fc5ae922 | feat | Add incremental hydration public api (#58249) |
| 8ebbae88ca | feat | Add rxjs operator prevent app stability until an event (#56533) |
| 19edf2c057 | feat | add syntactic sugar for initializers (#53152) |
| c93b510f9b | feat | allow passing undefined without needing to include it in the type argument of input (#57621) |
| ab25a192ba | feat | allow running output migration on a subset of paths (#58299) |
| fc59e2a7b7 | feat | change effect() execution timing & no-op allowSignalWrites (#57874) |
| 8bcc663a53 | feat | drop support for TypeScript 5.4 (#57577) |
| 18d8d44b1f | feat | experimental resource() API for async dependencies (#58255) |
| 9762b24b5e | feat | experimental impl of rxResource() (#58255) |
| 6b8c494d05 | feat | flipping the default value for standalone to true (#58169) |
| e6e5d29e83 | feat | initial version of the output migration (#57604) |
| be2e49639b | feat | introduce afterRenderEffect (#57549) |
| ec386e7f12 | feat | introduce debugName optional arg to framework signal functions (#57073) |
| 8311f00faa | feat | introduce the reactive linkedSignal (#58189) |
| 1b1519224d | feat | mark input, output and model APIs as stable (#57804) |
| a7eff3ffaa | feat | mark signal-based query APIs as stable (#57921) |
| a1f229850a | feat | migrate ExperimentalPendingTasks to PendingTasks (#57533) |
| 3f1e7ab6ae | feat | promote outputFromObservable & outputToObservable to stable. (#58214) |
| 97c44a1d6c | feat | Promote takeUntilDestroyed to stable. (#58200) |
| e5adf92965 | feat | stabilize @let syntax (#57813) |
| b063468027 | feat | support TypeScript 5.6 (#57424) |
| 819ff034ce | feat | treat directives, pipes, components as by default (#58229) |
| ee426c62f0 | fix | allow signal write error (#57973) |
| c095679f92 | fix | avoid breaking change with apps using rxjs 6.x (#58341) |
| 71ee81af2c | fix | clean up event contract once hydration is done (#58174) |
| f03d274e87 | fix | ComponentFixture autoDetect feature works like production (#55228) |
| 950a5540f1 | fix | Ensure the ViewContext is retained after closure minification (#57903) |
| 7b1e5be20b | fix | fallback to default ng-content with empty projectable nodes. (#57480) |
| 0300dd2e18 | fix | Fix fixture.detectChanges with autoDetect disabled and zoneless (#57416) |
| 5fe57d4fbb | fix | fixes issues with control flow and incremental hydration (#58644) |
| 51933ef5a6 | fix | prevent errors on contract cleanup (#58614) |
| fd7716440b | fix | Prevents trying to trigger incremental hydration on CSR (#58366) |
| 656b5d3e78 | fix | Re-assign error codes to be within core bounds (<1000) (#53455) |
| 6e0af6dbbb | fix | resolve forward-referenced host directives during directive matching (#58492) |
| 468d3fb9b1 | fix | rethrow errors during ApplicationRef.tick in TestBed (#57200) |
| 226a67dabb | fix | Schedulers run in zone above Angular rather than root (#57553) |
| 97fb86d331 | perf | set encapsulation to None for empty component styles (#57130) |
| c15ec36bd1 | refactor | remove deprecated factories Property in KeyValueDiffers (#58064) |
elements
| Commit | Type | Description |
|---|---|---|
| fe5c4e086a | fix | support output()-shaped outputs (#57535) |
| 0cebfd7462 | fix | switch to ComponentRef.setInput & remove custom scheduler (#56728) |
forms
| Commit | Type | Description |
|---|---|---|
| 3e7d724037 | feat | add ability to clear a FormRecord (#50750) |
| 18b6f3339f | fix | fix FormRecord type inference (#50750) |
http
| Commit | Type | Description |
|---|---|---|
| 4b9accdf16 | feat | promote withRequestsMadeViaParent to stable. (#58221) |
| 057cf7fb6b | fix | preserve all headers from Headers object (#57802) |
language-service
| Commit | Type | Description |
|---|---|---|
| 8da9fb49b5 | feat | add code fix for unused standalone imports (#57605) |
| 1f067f4507 | feat | add code reactoring action to migrate @Input to signal-input (#57214) |
| 56ee47f2ec | feat | allow code refactorings to compute edits asynchronously (#57214) |
| bc83fc1e2e | feat | support converting to signal queries in VSCode extension (#58106) |
| 5c4305f024 | feat | support migrating full classes to signal inputs in VSCode (#57975) |
| 6342befff8 | feat | support migrating full classes to signal queries (#58263) |
| 7ecfd89592 | fix | The suppress diagnostics option should work for external templates (#57873) |
localize
| Commit | Type | Description |
|---|---|---|
| 9c3bd1b5d1 | refactor | remove deprecated name option. (#58063) |
migrations
| Commit | Type | Description |
|---|---|---|
| dff4de0f75 | feat | add a combined migration for all signals APIs (#58259) |
| b6bc93803c | feat | add schematic to migrate to signal queries (#58032) |
| 2bfc64daf1 | feat | expose output as function migration (#58299) |
| 59fe9bc772 | feat | introduce signal input migration as ng generate schematic (#57805) |
| 90c7ec39a0 | fix | inject migration always inserting generated variables before super call (#58393) |
| 7a65cdd911 | fix | inject migration not inserting generated code after super call in some cases (#58393) |
| c1aa411cf1 | fix | properly resolve tsconfig paths on windows (#58137) |
| e26797b38e | fix | replace removed NgModules in tests with their exports (#58627) |
platform-browser
| Commit | Type | Description |
|---|---|---|
| c36a1c023b | fix | correctly add external stylesheets to ShadowDOM components (#58482) |
| 5c61f46409 | refactor | remove deprecated BrowserModule.withServerTransition method (#58062) |
platform-server
| Commit | Type | Description |
|---|---|---|
| 9e82559de4 | fix | destroy PlatformRef when error happens during the bootstrap() phase (#58112) |
router
| Commit | Type | Description |
|---|---|---|
| f271021e19 | feat | Add routerOutletData input to RouterOutlet directive (#57051) |
| b2790813a6 | fix | Align RouterModule.forRoot errorHandler with provider error handler (#57050) |
| a49c35ec76 | fix | remove setter for injector on OutletContext (#58343) |
| 7436d3180e | fix | Update Resolve interface to include RedirectCommand like ResolveFn (#57309) |
service-worker
| Commit | Type | Description |
|---|---|---|
| 8ddce80a0b | feat | allow specifying maxAge for entire application (#49601) |
| 1479af978c | feat | finish implementation of refreshAhead feature (#53356) |
Configuration
📅 Schedule: Branch creation - "after 01:00 on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Size Change: +14.6 kB (+0.15%)
Total Size: 10 MB
| Filename | Size | Change | |
|---|---|---|---|
./dist/prettier/plugins/html.js |
164 kB | +7.32 kB (+4.69%) | 🔍 |
./dist/prettier/plugins/html.mjs |
163 kB | +7.32 kB (+4.71%) | 🔍 |
./dist/prettier/THIRD-PARTY-NOTICES.md |
274 kB | -24 B (-0.01%) |
ℹ️ View Unchanged
| Filename | Size |
|---|---|
./dist/plugin-hermes |
4.1 kB |
./dist/plugin-hermes/index.d.ts |
89 B |
./dist/plugin-hermes/index.mjs |
1.24 MB |
./dist/plugin-hermes/LICENSE |
1.06 kB |
./dist/plugin-hermes/package.json |
900 B |
./dist/plugin-hermes/README.md |
867 B |
./dist/plugin-hermes/THIRD-PARTY-NOTICES.md |
18.4 kB |
./dist/plugin-oxc |
4.1 kB |
./dist/plugin-oxc/index.d.ts |
106 B |
./dist/plugin-oxc/index.mjs |
204 kB |
./dist/plugin-oxc/LICENSE |
1.06 kB |
./dist/plugin-oxc/package.json |
940 B |
./dist/plugin-oxc/README.md |
922 B |
./dist/plugin-oxc/THIRD-PARTY-NOTICES.md |
12.3 kB |
./dist/prettier |
4.1 kB |
./dist/prettier/bin |
4.1 kB |
./dist/prettier/bin/prettier.cjs |
2.57 kB |
./dist/prettier/doc.d.ts |
7.42 kB |
./dist/prettier/doc.js |
56.2 kB |
./dist/prettier/doc.mjs |
52.6 kB |
./dist/prettier/index.cjs |
39.2 kB |
./dist/prettier/index.d.ts |
27.5 kB |
./dist/prettier/index.mjs |
654 kB |
./dist/prettier/internal |
4.1 kB |
./dist/prettier/internal/experimental-cli-worker.mjs |
84.6 kB |
./dist/prettier/internal/experimental-cli.mjs |
475 kB |
./dist/prettier/internal/legacy-cli.mjs |
133 kB |
./dist/prettier/LICENSE |
1.06 kB |
./dist/prettier/package.json |
6.45 kB |
./dist/prettier/plugins |
4.1 kB |
./dist/prettier/plugins/acorn.d.ts |
109 B |
./dist/prettier/plugins/acorn.js |
155 kB |
./dist/prettier/plugins/acorn.mjs |
155 kB |
./dist/prettier/plugins/angular.d.ts |
177 B |
./dist/prettier/plugins/angular.js |
94.8 kB |
./dist/prettier/plugins/angular.mjs |
94.1 kB |
./dist/prettier/plugins/babel.d.ts |
419 B |
./dist/prettier/plugins/babel.js |
320 kB |
./dist/prettier/plugins/babel.mjs |
320 kB |
./dist/prettier/plugins/estree.d.ts |
11 B |
./dist/prettier/plugins/estree.js |
204 kB |
./dist/prettier/plugins/estree.mjs |
204 kB |
./dist/prettier/plugins/flow.d.ts |
90 B |
./dist/prettier/plugins/flow.js |
687 kB |
./dist/prettier/plugins/flow.mjs |
687 kB |
./dist/prettier/plugins/glimmer.d.ts |
93 B |
./dist/prettier/plugins/glimmer.js |
139 kB |
./dist/prettier/plugins/glimmer.mjs |
139 kB |
./dist/prettier/plugins/graphql.d.ts |
93 B |
./dist/prettier/plugins/graphql.js |
44 kB |
./dist/prettier/plugins/graphql.mjs |
43.4 kB |
./dist/prettier/plugins/html.d.ts |
155 B |
./dist/prettier/plugins/markdown.d.ts |
127 B |
./dist/prettier/plugins/markdown.js |
153 kB |
./dist/prettier/plugins/markdown.mjs |
152 kB |
./dist/prettier/plugins/meriyah.d.ts |
93 B |
./dist/prettier/plugins/meriyah.js |
125 kB |
./dist/prettier/plugins/meriyah.mjs |
124 kB |
./dist/prettier/plugins/postcss.d.ts |
121 B |
./dist/prettier/plugins/postcss.js |
155 kB |
./dist/prettier/plugins/postcss.mjs |
155 kB |
./dist/prettier/plugins/typescript.d.ts |
96 B |
./dist/prettier/plugins/typescript.js |
898 kB |
./dist/prettier/plugins/typescript.mjs |
897 kB |
./dist/prettier/plugins/yaml.d.ts |
90 B |
./dist/prettier/plugins/yaml.js |
122 kB |
./dist/prettier/plugins/yaml.mjs |
122 kB |
./dist/prettier/README.md |
3.4 kB |
./dist/prettier/standalone.d.ts |
1.36 kB |
./dist/prettier/standalone.js |
93.3 kB |
./dist/prettier/standalone.mjs |
93.1 kB |
yarn add https://pkg.pr.new/prettier/prettier/@prettier/[email protected]
yarn add https://pkg.pr.new/prettier/prettier/@prettier/[email protected]
yarn add https://pkg.pr.new/prettier/[email protected]
commit: 2182bd2
Deploy Preview for prettier ready!
| Name | Link |
|---|---|
| Latest commit | 2182bd22faab69ca0c4c8871bff58e1711c219ef |
| Latest deploy log | https://app.netlify.com/projects/prettier/deploys/68ea4b1487c63c000812e461 |
| Deploy Preview | https://deploy-preview-17365--prettier.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
Unknown directives not supported anymore https://github.com/angular/angular/pull/62644
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.