fix(deps): update angular monorepo to v10 (major) #240
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:
6.0.3
->10.2.5
6.0.3
->10.2.5
6.0.3
->10.2.5
6.0.3
->10.2.5
6.0.3
->10.2.5
6.0.3
->10.2.5
6.0.3
->10.2.5
6.0.3
->10.2.5
6.0.3
->10.2.5
6.0.3
->10.2.5
Release Notes
angular/angular (@angular/animations)
v10.2.5
Compare Source
v10.2.4
Compare Source
v10.2.3
Compare Source
v10.2.2
Compare Source
v10.2.1
Compare Source
v10.2.0
Compare Source
v10.1.6
Compare Source
v10.1.5
Compare Source
v10.1.4
Compare Source
v10.1.3
Compare Source
v10.1.2
Compare Source
v10.1.1
Compare Source
v10.1.0
Compare Source
v10.0.14
Compare Source
v10.0.13
Compare Source
v10.0.12
Compare Source
v10.0.11
Compare Source
v10.0.10
Compare Source
v10.0.9
Compare Source
v10.0.8
Compare Source
v10.0.7
Compare Source
v10.0.6
Compare Source
v10.0.5
Compare Source
v10.0.4
Compare Source
v10.0.3
Compare Source
v10.0.2
Compare Source
v10.0.1
Compare Source
v10.0.0
Compare Source
v9.1.13
Compare Source
v9.1.12
Compare Source
v9.1.11
Compare Source
v9.1.10
Compare Source
v9.1.9
Compare Source
v9.1.8
Compare Source
v9.1.7
Compare Source
v9.1.6
Compare Source
v9.1.5
Compare Source
v9.1.4
Compare Source
v9.1.3
Compare Source
v9.1.2
Compare Source
v9.1.1
Compare Source
v9.1.0
Compare Source
v9.0.7
Compare Source
v9.0.6
Compare Source
v9.0.5
Compare Source
v9.0.4
Compare Source
v9.0.3
Compare Source
v9.0.2
Compare Source
v9.0.1
Compare Source
v9.0.0
Compare Source
v8.2.14
Compare Source
v8.2.13
Compare Source
v8.2.12
Compare Source
v8.2.11
Compare Source
v8.2.10
Compare Source
v8.2.9
Compare Source
v8.2.8
Compare Source
v8.2.7
Compare Source
v8.2.6
Compare Source
v8.2.5
Compare Source
v8.2.4
Compare Source
v8.2.3
Compare Source
v8.2.2
Compare Source
v8.2.1
Compare Source
v8.2.0
Compare Source
v8.1.3
Compare Source
v8.1.2
Compare Source
v8.1.1
Compare Source
v8.1.0
Compare Source
v8.0.3
Compare Source
v8.0.2
Compare Source
v8.0.1
Compare Source
v8.0.0
Compare Source
v7.2.16
Compare Source
v7.2.15
Compare Source
v7.2.14
Compare Source
v7.2.13
Compare Source
v7.2.12
Compare Source
v7.2.11
Compare Source
v7.2.10
Compare Source
v7.2.9
Compare Source
v7.2.8
Compare Source
v7.2.7
Compare Source
v7.2.6
Compare Source
v7.2.5
Compare Source
v7.2.4
Compare Source
compiler-cli
core
@defer
dependencies (#54667)--strictFunctionTypes
(#54652)asReadonly
. (#54719)v7.2.3
Compare Source
common
AsyncPipe
should not callmarkForCheck
on subscription (#54554)compiler-cli
core
@defer
block (#52881)migrations
v7.2.2
Compare Source
v7.2.1
Compare Source
compiler-cli
v7.2.0
Compare Source
common
compiler
useTemplatePipeline
(#54057)compiler-cli
@Injectable
classes in local compilation mode (#54139)forbidOrphanComponents
is set (#54139)core
http
v7.1.4
Compare Source
v7.1.3
Compare Source
compiler-cli
core
afterRender
hooks should allow updating state (#54074)markForCheck
by partially reverting #54074 (#54329)router
v7.1.2
Compare Source
animations
common
compiler
core
migrations
v7.1.1
Compare Source
router
last
helper with nativeArray.at(-1)
(#54021)v7.1.0
Compare Source
compiler
core
migrations
router
v7.0.4
Compare Source
common
load
on image once it fails to load (#52990)compiler
compiler-cli
core
getDeferBlocks
is invoked in tests (#52973)migrations
v7.0.3
Compare Source
animations
core
http
content-type
to set the blobtype
. (#52840)migrations
v7.0.2
Compare Source
compiler-cli
core
@for
(#52697)v7.0.1
Compare Source
http
migrations
Web Frameworks: the internet frontier.
These are the voyages of the framework Angular.
Its continuing mission:
To explore strange, new technologies.
To seek out new users and new applications.
To boldly go where no web framework has gone before.
In honor of v17.0.1
Live long and prosper 🖖🏻
v7.0.0
Compare Source
Blog post "Angular v17 is now available".
Breaking Changes
Node.js v16 support has been removed and the minimum support version has been bumped to 18.13.0.
Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17. For Node.js release schedule details, please see: https://github.com/nodejs/release#release-schedule
common
migrating from the previously used ==. NgSwitch expressions and / or
individual condition values need adjusting to this stricter equality
check. The added warning message should help pinpointing NgSwitch
usages where adjustements are needed.
core
Angular now required
zone.js
version~0.14.0
Versions of TypeScript older than 5.2 are no longer supported.
The
mutate
method was removed from theWritableSignal
interface and completelydropped from the public API surface. As an alternative please use the update method and
make immutable changes to the object.
Example before:
Example after:
The
mutate
method was removed from theWritableSignal
interface and completelydropped from the public API surface. As an alternative please use the update method and
make immutable changes to the object.
Example before:
Example after:
OnPush
components that are created dynamically nowonly have their host bindings refreshed and
ngDoCheck run
during changedetection if they are dirty.
Previously, a bug in the change detection would result in the
OnPush
configuration of dynamically created components to be ignored when
executing host bindings and the
ngDoCheck
function. This israrely encountered but can happen if code has a handle on the
ComponentRef
instance and updates values read in theOnPush
component template without then calling either
markForCheck
ordetectChanges
on that component'sChangeDetectorRef
.platform-browser
REMOVE_STYLES_ON_COMPONENT_DESTROY
default value is nowtrue
. This causes CSS of components to be removed from the DOM when destroyed. You retain the previous behaviour by providing theREMOVE_STYLES_ON_COMPONENT_DESTROY
injection token.The
withNoDomReuse()
function was removed from the public API. If you need to disable hydration, you can exclude theprovideClientHydration()
call from provider list in your application (which would disable hydration features for the entire application) or usengSkipHydration
attribute to disable hydration for particular components. See this guide for additional information: https://angular.io/guide/hydration#how-to-skip-hydration-for-particular-components.router
Configuration
📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.