Bumps the npm group with 19 updates in the /demos/code-coverage-with-monocart-reporter directory:
Updates @angular/animations
from 18.0.1 to 18.2.0
Release notes
Sourced from @angular/animations
's releases.
v18.2.0
18.2.0 (2024-08-14)
compiler
Commit |
Description |
 |
Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) |
compiler-cli
Commit |
Description |
 |
run JIT transform on classes with jit: true opt-out (#56892) |
 |
add warning for unused let declarations (#57033) |
 |
emitting references to ngtypecheck files (#57138) |
 |
extended diagnostic visitor not visiting template attributes (#57033) |
 |
run JIT transforms on @NgModule classes with jit: true (#57212) |
core
Commit |
Description |
 |
Add 'flush' parameter option to fakeAsync to flush after the test (#57239) |
 |
add ng generate schematic to convert to inject (#57056) |
 |
Add whenStable helper on ApplicationRef (#57190) |
 |
bootstrapModule can configure NgZone in providers (#57060) |
 |
Allow hybrid CD scheduling to support multiple "Angular zones" (#57267) |
 |
Deprecate ignoreChangesOutsideZone option (#57029) |
 |
Do not run image performance warning checks on server (#57234) |
 |
handle shorthand assignment in the inject migration (#57134) |
 |
rename the equality function option in toSignal (#56769) |
 |
warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) |
language-service
Commit |
Description |
 |
support writing code refactorings (#56895) |
 |
quick exit if no code fixes can exist (#57000) |
migrations
Commit |
Description |
 |
add migration to convert standalone component routes to be lazy loaded (#56428) |
 |
account for parameters with union types (#57127) |
 |
add alias to inject migration (#57127) |
 |
avoid duplicating comments when generating properties (#57367) |
 |
preserve optional parameters (#57367) |
 |
remove generic arguments from the injected type reference (#57127) |
 |
remove unused imports in inject migration (#57179) |
 |
unwrap injected forwardRef (#57127) |
 |
speed up signal input migration by combining two analyze phases (#57318) |
router
Commit |
Description |
 |
Add defaultQueryParamsHandling to router configuration (#57198) |
... (truncated)
Changelog
Sourced from @angular/animations
's changelog.
18.2.0 (2024-08-14)
compiler
Commit |
Type |
Description |
c8e2885136 |
feat |
Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) |
compiler-cli
core
Commit |
Type |
Description |
f7918f5272 |
feat |
Add 'flush' parameter option to fakeAsync to flush after the test (#57239) |
fab673a1dd |
feat |
add ng generate schematic to convert to inject (#57056) |
7919982063 |
feat |
Add whenStable helper on ApplicationRef (#57190) |
3459289ef0 |
feat |
bootstrapModule can configure NgZone in providers (#57060) |
296216cbe1 |
fix |
Allow hybrid CD scheduling to support multiple "Angular zones" (#57267) |
8718abce90 |
fix |
Deprecate ignoreChangesOutsideZone option (#57029) |
827070e331 |
fix |
Do not run image performance warning checks on server (#57234) |
ca89ef9141 |
fix |
handle shorthand assignment in the inject migration (#57134) |
5dcdbfcba9 |
fix |
rename the equality function option in toSignal (#56769) |
2a4f488a6c |
fix |
warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) |
language-service
migrations
router
Commit |
Type |
Description |
6c76c91e15 |
feat |
Add defaultQueryParamsHandling to router configuration (#57198) |
... (truncated)
Commits
513a4fe
refactor(core): replace usages of removeChild (#57203)
a7b973e
docs(docs-infra): Use shiki for code highlighting (#57059)
176b26f
docs: remove private symbol from docs (#56851)
0bd55a6
refactor(docs-infra): complete removal of aio directory (#56496)
01172b8
build: update Node.js to match Angular CLI engines (#56187)
fb35130
build: update to latest dev infra code (#56128)
024e9bf
refactor(core): Ensure animations are flushed before running render hooks (#5...
bf8814c
refactor(core): Omit listeners from out-of-zone scheduling when using ZoneJS ...
- See full diff in compare view
Updates @angular/cdk
from 18.0.1 to 18.2.0
Release notes
Sourced from @angular/cdk
's releases.
v18.2.0
18.2.0 "technetium-tapas" (2024-08-14)
cdk
Commit |
Description |
 |
drag-drop: add input to specify dragged item scale (#29392) |
material
Commit |
Description |
 |
button-toggle: allow disabled buttons to be interactive (#29550) |
 |
checkbox: add the ability to interact with disabled checkboxes (#29474) |
 |
radio: add the ability to interact with disabled radio buttons (#29490) |
 |
slide-toggle: add the ability to interact with disabled toggle (#29502) |
 |
tooltip: replicate tooltipClass to default MatTooltipDefaultOptions (#29467) |
 |
checkbox: account for disabledInteractive in harness |
 |
list: checkmark not visible in high contrast mode (#29546) |
 |
radio: account for disabledInteractive in harness |
 |
radio: avoid error if destroyed quickly (#29507) |
 |
slide-toggle: account for disabledInteractive in harness |
 |
tooltip: remove aria-describedby when disabled (#29520) |
 |
tree: add levelAccessor, childrenAccessor, TreeKeyManager; a11y and docs improvements (#29062) |
 |
tree: aria-expanded attribute should not appear in the leaf node (#29273) |
multiple
Commit |
Description |
 |
fallback to system level variables (#29480) |
Deprecations
material
-
Tree controller deprecated. Use one of levelAccessor or childrenAccessor instead. To be removed in a future version.
- BaseTreeControl, TreeControl, FlatTreeControl, and NestedTreeControl deprecated
- CdkTree#treeControl deprecated. Provide one of CdkTree#levelAccessor or CdkTree#childrenAccessor instead.
- MatTreeFlattener deprecated. Use MatTree#childrenAccessor and MatTreeNode#isExpandable instead.
- MatTreeFlatDataSource deprecated. Use one of levelAccessor or childrenAccessor instead of TreeControl.
Note when upgrading: isExpandable works differently on Trees using treeControl than trees using childrenAccessor or levelAccessor. Nodes on trees that have a treeControl are expandable by default. Nodes on trees using childrenAccessor or levelAccessor are not expandable by default. Provide isExpandable to override default behavior.
-
Setting tabindex of tree nodes deprecated. By default, Tree ignores tabindex passed to tree nodes.
- MatTreeNode#tabIndex deprecated. MatTreeNode ignores Input tabIndex and manages its own focus behavior.
- MatTreeNode#defaultTabIndex deprecated. MatTreeNode ignores defaultTabIndex and manages its own focus behavior.
- MatNestedTreeNode#tabIndex deprecated. MatTreeNode ignores Input defaultTabIndex and manages its own focus behavior.
- LegacyTreeKeyManager and LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER deprecated. Inject a TreeKeyManagerFactory to customize keyboard behavior.
Note when upgrading: an opt-out is available for keyboard functionality changes. Provide LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER to opt-out of Tree managing its own focus. When provided, Tree does not manage it’s own focus and respects tabindex passed to TreeNode. When provided, have the same focus behavior as before this commit is applied.
Add Legacy Keyboard Interface demo, which shows usage of LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER. Add Custom Key Manager, which shows usage of injecting a TreeKeyManagerStrategy
-
disabled renamed to isDisabled.
- CdkTreeNode#disabled deprecated and alias to CdkTreeNode#isDisabled
v18.2.0-rc.0
... (truncated)
Changelog
Sourced from @angular/cdk
's changelog.
18.2.0 "technetium-tapas" (2024-08-14)
Deprecations
material
-
Tree controller deprecated. Use one of levelAccessor or childrenAccessor instead. To be removed in a future version.
- BaseTreeControl, TreeControl, FlatTreeControl, and NestedTreeControl deprecated
- CdkTree#treeControl deprecated. Provide one of CdkTree#levelAccessor or CdkTree#childrenAccessor instead.
- MatTreeFlattener deprecated. Use MatTree#childrenAccessor and MatTreeNode#isExpandable instead.
- MatTreeFlatDataSource deprecated. Use one of levelAccessor or childrenAccessor instead of TreeControl.
Note when upgrading: isExpandable works differently on Trees using treeControl than trees using childrenAccessor or levelAccessor. Nodes on trees that have a treeControl are expandable by default. Nodes on trees using childrenAccessor or levelAccessor are not expandable by default. Provide isExpandable to override default behavior.
-
Setting tabindex of tree nodes deprecated. By default, Tree ignores tabindex passed to tree nodes.
- MatTreeNode#tabIndex deprecated. MatTreeNode ignores Input tabIndex and manages its own focus behavior.
- MatTreeNode#defaultTabIndex deprecated. MatTreeNode ignores defaultTabIndex and manages its own focus behavior.
- MatNestedTreeNode#tabIndex deprecated. MatTreeNode ignores Input defaultTabIndex and manages its own focus behavior.
- LegacyTreeKeyManager and LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER deprecated. Inject a TreeKeyManagerFactory to customize keyboard behavior.
Note when upgrading: an opt-out is available for keyboard functionality changes. Provide LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER to opt-out of Tree managing its own focus. When provided, Tree does not manage it’s own focus and respects tabindex passed to TreeNode. When provided, have the same focus behavior as before this commit is applied.
Add Legacy Keyboard Interface demo, which shows usage of LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER. Add Custom Key Manager, which shows usage of injecting a TreeKeyManagerStrategy
-
disabled renamed to isDisabled.
- CdkTreeNode#disabled deprecated and alias to CdkTreeNode#isDisabled
material
Commit |
Type |
Description |
ddc307e28 |
feat |
button-toggle: allow disabled buttons to be interactive (#29550) |
841760101 |
feat |
checkbox: add the ability to interact with disabled checkboxes (#29474) |
0af3b6175 |
feat |
radio: add the ability to interact with disabled radio buttons (#29490) |
4292e1b3a |
feat |
slide-toggle: add the ability to interact with disabled toggle (#29502) |
a018fb0ee |
feat |
tooltip: replicate tooltipClass to default MatTooltipDefaultOptions (#29467) |
aaf0d5156 |
fix |
checkbox: account for disabledInteractive in harness |
d22a24d66 |
fix |
list: checkmark not visible in high contrast mode (#29546) |
a259b016b |
fix |
radio: account for disabledInteractive in harness |
fd47a0e60 |
fix |
radio: avoid error if destroyed quickly (#29507) |
08d2e3e69 |
fix |
slide-toggle: account for disabledInteractive in harness |
fd416a30e |
fix |
tooltip: remove aria-describedby when disabled (#29520) |
ff36c80f9 |
fix |
tree: add levelAccessor, childrenAccessor, TreeKeyManager; a11y and docs improvements (#29062) |
1f992d06c |
fix |
tree: aria-expanded attribute should not appear in the leaf node (#29273) |
cdk
Commit |
Type |
Description |
b2c051d2c |
feat |
drag-drop: add input to specify dragged item scale (#29392) |
multiple
Commit |
Type |
Description |
db5b8dc29 |
feat |
fallback to system level variables (#29480) |
18.1.5 "ruthenium-roulette" (2024-08-14)
... (truncated)
Commits
2caed5b
release: cut the v18.2.0 release
f7a0305
fix(material/tabs): allow for tablist aria-label and aria-labelledby to be se...
1ee9d49
fix(material/form-field): update state if control changes (#29573)
08d2e3e
fix(material/slide-toggle): account for disabledInteractive in harness
a259b01
fix(material/radio): account for disabledInteractive in harness
aaf0d51
fix(material/checkbox): account for disabledInteractive in harness
0f8b4c4
docs(material/chips): wrong example name (#29572)
f5566c8
fix(material/schematics): Generate more accurate tonal palettes for M3 schema...
4731803
refactor(multiple): remove mdc-based descriptions (#29566)
54f4d41
build: move commit message check to be last in pipeline (#29568)
- Additional commits viewable in compare view
Updates @angular/common
from 18.0.1 to 18.2.0
Release notes
Sourced from @angular/common
's releases.
v18.2.0
18.2.0 (2024-08-14)
compiler
Commit |
Description |
 |
Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) |
compiler-cli
Commit |
Description |
 |
run JIT transform on classes with jit: true opt-out (#56892) |
 |
add warning for unused let declarations (#57033) |
 |
emitting references to ngtypecheck files (#57138) |
 |
extended diagnostic visitor not visiting template attributes (#57033) |
 |
run JIT transforms on @NgModule classes with jit: true (#57212) |
core
Commit |
Description |
 |
Add 'flush' parameter option to fakeAsync to flush after the test (#57239) |
 |
add ng generate schematic to convert to inject (#57056) |
 |
Add whenStable helper on ApplicationRef (#57190) |
 |
bootstrapModule can configure NgZone in providers (#57060) |
 |
Allow hybrid CD scheduling to support multiple "Angular zones" (#57267) |
 |
Deprecate ignoreChangesOutsideZone option (#57029) |
 |
Do not run image performance warning checks on server (#57234) |
 |
handle shorthand assignment in the inject migration (#57134) |
 |
rename the equality function option in toSignal (#56769) |
 |
warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) |
language-service
Commit |
Description |
 |
support writing code refactorings (#56895) |
 |
quick exit if no code fixes can exist (#57000) |
migrations
Commit |
Description |
 |
add migration to convert standalone component routes to be lazy loaded (#56428) |
 |
account for parameters with union types (#57127) |
 |
add alias to inject migration (#57127) |
 |
avoid duplicating comments when generating properties (#57367) |
 |
preserve optional parameters (#57367) |
 |
remove generic arguments from the injected type reference (#57127) |
 |
remove unused imports in inject migration (#57179) |
 |
unwrap injected forwardRef (#57127) |
 |
speed up signal input migration by combining two analyze phases (#57318) |
router
Commit |
Description |
 |
Add defaultQueryParamsHandling to router configuration (#57198) |
... (truncated)
Changelog
Sourced from @angular/common
's changelog.
18.2.0 (2024-08-14)
compiler
Commit |
Type |
Description |
c8e2885136 |
feat |
Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) |
compiler-cli
core
Commit |
Type |
Description |
f7918f5272 |
feat |
Add 'flush' parameter option to fakeAsync to flush after the test (#57239) |
fab673a1dd |
feat |
add ng generate schematic to convert to inject (#57056) |
7919982063 |
feat |
Add whenStable helper on ApplicationRef (#57190) |
3459289ef0 |
feat |
bootstrapModule can configure NgZone in providers (#57060) |
296216cbe1 |
fix |
Allow hybrid CD scheduling to support multiple "Angular zones" (#57267) |
8718abce90 |
fix |
Deprecate ignoreChangesOutsideZone option (#57029) |
827070e331 |
fix |
Do not run image performance warning checks on server (#57234) |
ca89ef9141 |
fix |
handle shorthand assignment in the inject migration (#57134) |
5dcdbfcba9 |
fix |
rename the equality function option in toSignal (#56769) |
2a4f488a6c |
fix |
warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) |
language-service
migrations
router
Commit |
Type |
Description |
6c76c91e15 |
feat |
Add defaultQueryParamsHandling to router configuration (#57198) |
... (truncated)
Commits