Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@angular/common
from 18.2.0 to 18.2.1 | 1 version ahead of your current version | 22 days ago
on 2024-08-22
@angular/compiler
from 18.2.0 to 18.2.1 | 1 version ahead of your current version | 22 days ago
on 2024-08-22
@angular/core
from 18.2.0 to 18.2.1 | 1 version ahead of your current version | 22 days ago
on 2024-08-22
@angular/forms
from 18.2.0 to 18.2.1 | 1 version ahead of your current version | 22 days ago
on 2024-08-22
@angular/platform-browser
from 18.2.0 to 18.2.1 | 1 version ahead of your current version | 22 days ago
on 2024-08-22
@angular/platform-browser-dynamic
from 18.2.0 to 18.2.1 | 1 version ahead of your current version | 22 days ago
on 2024-08-22
@angular/router
from 18.2.0 to 18.2.1 | 1 version ahead of your current version | 22 days ago
on 2024-08-22
@angular/cdk
from 18.2.0 to 18.2.1 | 1 version ahead of your current version | 22 days ago
on 2024-08-22
@angular/material
from 18.2.0 to 18.2.1 | 1 version ahead of your current version | 22 days ago
on 2024-08-22
Release notes
Package name: @angular/common
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/compiler
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/core
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/forms
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/platform-browser
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/platform-browser-dynamic
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/router
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/cdk
18.2.1 "plastic-panda" (2024-08-22)
material
cdk
18.2.0 "technetium-tapas" (2024-08-14)
cdk
material
multiple
Deprecations
material
Tree controller deprecated. Use one of levelAccessor or childrenAccessor instead. To be removed in a future version.
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.
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.
Package name: @angular/material
18.2.1 "plastic-panda" (2024-08-22)
material
cdk
18.2.0 "technetium-tapas" (2024-08-14)
cdk
material