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.
This PR contains the following updates:
18.1.4
->18.2.1
18.2.0
->18.3.0
18.2.0
->18.3.0
18.2.0
->18.3.0
18.2.0
->18.3.0
18.2.0
->18.3.0
18.1.4
->18.2.2
18.1.4
->18.2.2
18.1.4
->18.2.1
18.1.4
->18.2.2
18.1.4
->18.2.2
18.1.4
->18.2.2
18.1.4
->18.2.2
18.1.4
->18.2.2
18.1.4
->18.2.2
18.1.4
->18.2.2
18.1.4
->18.2.2
18.1.4
->18.2.2
18.1.0
->18.2.1
2.6.3
->2.7.0
0.14.10
->0.15.0
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v18.2.1
Compare Source
18.2.1 (2024-08-21)
@angular-devkit/schematics-cli
@angular/cli
@angular-devkit/build-angular
@angular/build
v18.2.0
Compare Source
@angular/build
angular-eslint/angular-eslint (@angular-eslint/builder)
v18.3.0
Compare Source
🩹 Fixes
❤️ Thank You
angular-eslint/angular-eslint (@angular-eslint/eslint-plugin)
v18.3.0
Compare Source
🚀 Features
❤️ Thank You
angular-eslint/angular-eslint (@angular-eslint/eslint-plugin-template)
v18.3.0
Compare Source
🩹 Fixes
eslint-plugin-template: [interactive-supports-focus] allowList with form as default option to support event bubbling
eslint-plugin-template: [prefer-self-closing-tags] fix ng-content with rich default content
prefer-self-closing-tags: handle both forward and backward slash
❤️ Thank You
angular-eslint/angular-eslint (@angular-eslint/schematics)
v18.3.0
Compare Source
🩹 Fixes
ensure consistent nx dependency versions
update dependency eslint to v9.9.0
update dependency ignore to v5.3.2
update typescript-eslint packages to v8.0.1
update typescript-eslint packages to v8.1.0
❤️ Thank You
angular-eslint/angular-eslint (@angular-eslint/template-parser)
v18.3.0
Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
angular/angular (@angular/animations)
v18.2.2
Compare Source
core
http
router
upgrade
v18.2.1
Compare Source
core
fakeAsync
(#56932)migrations
v18.2.0
Compare Source
Breaking Changes
zone.js
fakeAsync
will now flush pending timers at the end ofthe given function by default. To opt-out of this, you can use
{flush: false}
in options parameter offakeAsync
compiler
compiler-cli
interpolatedSignalNotInvoked
extended diagnostic (#57291)core
v18.1.5
Compare Source
compiler-cli
core
angular/components (@angular/cdk)
v18.2.2
Compare Source
cdk
isExpanded
wouldn't be set if placed beforeisExpandable
(#29565) (#29647)material
v18.2.1
Compare Source
cdk
material
v18.2.0
Compare Source
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.
material
cdk
multiple
v18.1.5
Compare Source
material
ng-packagr/ng-packagr (ng-packagr)
v18.2.1
Compare Source
18.2.1 (2024-08-21)
v18.2.0
Compare Source
Microsoft/tslib (tslib)
v2.7.0
Compare Source
angular/angular (zone.js)
v0.15.0
Compare Source
Bug Fixes
BREAKING CHANGES
fakeAsync
will now flush pending timers at the end ofthe given function by default. To opt-out of this, you can use
{flush: false}
in options parameter offakeAsync
0.14.10 (2024-08-05)
Features
0.14.8 (2024-07-17)
Bug Fixes
beforeunload
handling (#55875) (b8d5882), closes #47579Timeout.refresh
in Node.js (#56852) (982f1b1), closes #565860.14.7 (2024-06-06)
Bug Fixes
0.14.6 (2024-05-16)
Bug Fixes
fs
patch (#54396) (9e07b62)zone-patch-rxjs
(#55826) (20a530a), closes #55825abort
listener on a signal when actual event is removed (#55339) (a9460d0), closes #547390.14.5 (2024-04-30)
Bug Fixes
0.14.4 (2024-02-13)
Bug Fixes
__Zone_ignore_on_properties
toZoneGlobalConfigurations
(#50737) (f87f058)fs.realpath.native
as macrotask (#54208) (19fae76), closes #45546Response
methods returned byfetch
(#50653) (260d3ed), closes #503270.14.3 (2023-12-19)
Bug Fixes
Features
0.14.2 (2023-11-03)
Bug Fixes
14.0.1 (2023-10-25)
Bug Fixes
globalThis
instead ofglobal
andwindow
(#52367) (def719e)Configuration
📅 Schedule: Branch creation - "before 5am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.