password-strength-meter
password-strength-meter copied to clipboard
chore(deps): bump @angular/compiler from 17.0.0 to 18.2.3
Bumps @angular/compiler from 17.0.0 to 18.2.3.
Release notes
Sourced from @angular/compiler
's releases.
v18.2.3
18.2.3 (2024-09-04)
http
Commit Description Dynamicaly call the global fetch implementation (#57531) v18.2.2
18.2.2 (2024-08-28)
core
Commit Description avoid leaking memory if component throws during creation (#57546) Do not bubble capture events. (#57476) http
Commit Description Dynamicaly call the global fetch implementation (#57531) router
Commit Description Do not unnecessarily run matcher twice on route matching (#57530) upgrade
Commit Description Address Trusted Types violations in @angular/upgrade
(#57454)v18.2.1
18.2.1 (2024-08-22)
core
Commit Description Allow zoneless scheduler to run inside fakeAsync
(#56932)handle hydration of components that project content conditionally (#57383) migrations
Commit Description account for members with doc strings and no modifiers (#57389) avoid migrating route component in tests (#57317) preserve type when using inject decorator (#57389) v18.2.0
18.2.0 (2024-08-14)
compiler
Commit Description
... (truncated)
Changelog
Sourced from @angular/compiler
's changelog.
18.2.3 (2024-09-04)
http
Commit Type Description de68e049e4 fix Dynamicaly call the global fetch implementation (#57531) 19.0.0-next.2 (2024-08-28)
Breaking Changes
core
Render default fallback with empty
projectableNodes
.When passing an empty array to
projectableNodes
in thecreateComponent
API, the default fallback content of theng-content
will be rendered if present. To prevent rendering the default content, passdocument.createTextNode('')
as aprojectableNode
.For example:
// 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]] });
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 tofakeAsync
and can be affected bytick
orflush
.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.
common
Commit Type Description 50f08e6c4bf feat automatically use sizes auto in NgOptimizedImage (#57479) compiler-cli
Commit Type Description 4716c3b9660 perf reduce duplicate component style resolution (#57502) core
Commit Type Description a3cdbfe87f5 fix avoid leaking memory if component throws during creation (#57546)
... (truncated)
Commits
4f8c406
refactor(compiler): extend directive mock to avoid failing at matching logic ...76ec60d
refactor(compiler): ensure context is always provided forWhitespaceVisitor
...7bfe817
refactor(compiler): addi18nPreserveWhitespaceForLegacyExtraction
(#56507)b30bc45
refactor(compiler): create an internal util method to detect matching directi...d9d68e7
fix(compiler): reduce chance of conflicts between generated factory and local...d73a374
Revert "fix(compiler): reduce chance of conflicts between generated factory a...67e0940
fix(compiler): reduce chance of conflicts between generated factory and local...08c5977
fix(compiler): limit the number of chained instructions (#57069)9167fc8
fix(compiler): JIT mode incorrectly interpreting host directive configuration...107173c
fix(compiler): use strict equality for 'code' comparison (#56944)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot will merge this PR once CI passes on it, as requested by @antoantonyk.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)