-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[deps]: Update angular monorepo to v17 (major) #327
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
79a67dc
to
4331cb5
Compare
51a0877
to
88cac14
Compare
37411cb
to
75416a2
Compare
75416a2
to
fb9d88b
Compare
fb9d88b
to
11d743b
Compare
Fixed Issues
|
7c6e960
to
a0db51b
Compare
0419aaa
to
ea929c4
Compare
ea929c4
to
1bd225d
Compare
0fb98d0
to
9fc8d69
Compare
93a868a
to
703e8a1
Compare
80717c8
to
f9fbc42
Compare
2db2369
to
0a0e4bd
Compare
28e7df8
to
caaa2bb
Compare
e5071c2
to
00b2c78
Compare
00b2c78
to
24988c3
Compare
We are staying on v16 for the time being |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
16.2.12
->17.1.2
16.2.12
->17.1.2
16.2.12
->17.1.2
16.2.12
->17.1.2
16.2.12
->17.1.2
16.2.12
->17.1.2
16.2.12
->17.1.2
16.2.12
->17.1.2
16.2.12
->17.1.2
Release Notes
angular/angular (@angular/animations)
v17.1.2
Compare Source
animations
common
compiler
core
migrations
v17.1.1
Compare Source
17.1.1 (2024-01-24)
router
last
helper with nativeArray.at(-1)
(#54021)v17.1.0
Compare Source
compiler
compiler-cli
getConstructorDependencies
helper to work with reflection host after the previous change (#52215)core
input
API for signal-based inputs (#53872)SignalNode
reactive node incorrectly exposing unset field (#53571)router
NavigationExtras
(#53303)onSameUrlNavigation: 'ignore'
innavigateByUrl
(#52265)v17.0.9
Compare Source
common
compiler
compiler-cli
core
afterRender
hooks now only run onApplicationRef.tick
(#52455)migrations
platform-server
v17.0.8
Compare Source
compiler
core
migrations
router
v17.0.7
Compare Source
compiler
compiler-cli
core
migrations
platform-browser
router
v17.0.6
Compare Source
compiler
compiler-cli
core
@for
loops (#53274)migrations
router
v17.0.5
Compare Source
core
migrations
@for
(#53238)router
v17.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
v17.0.3
Compare Source
animations
core
http
content-type
to set the blobtype
. (#52840)migrations
v17.0.2
Compare Source
compiler-cli
core
@for
(#52697)v17.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 🖖🏻
v17.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
Absolute redirects no longer prevent further redirects.
Route configurations may need to be adjusted to prevent infinite
redirects where additional redirects were previously ignored after an
absolute redirect occurred.
Routes with
loadComponent
would incorrectly causechild routes to inherit their data by default. The default
paramsInheritanceStrategy
isemptyOnly
. If parent data should beinherited in child routes, this should be manually set to
always
.urlHandlingStrategy
has been removed from the Router public API.This should instead be configured through the provideRouter or RouterModule.forRoot APIs.
The following Router properties have been removed from
the public API:
These should instead be configured through the
provideRouter
orRouterModule.forRoot
APIs.The
setupTestingRouter
function has been removed. UseRouterModule.forRoot
orprovideRouter
to setup theRouter
fortests instead.
malformedUriErrorHandler
is no longer available inthe
RouterModule.forRoot
options. URL parsing errors should instead behandled in the
UrlSerializer.parse
method.zone.js
Deep and legacy
dist/
imports likezone.js/bundles/zone-testing.js
andzone.js/dist/zone
are no longer allowed.zone-testing-bundle
andzone-testing-node-bundle
are also no longer part of the package.The proper way to import
zone.js
andzone.js/testing
is:Deprecations
animations
AnimationDriver.NOOP
symbol is deprecated, useNoopAnimationDriver
instead.core
ChangeDetectorRef.checkNoChanges
is deprecated.Test code should use
ComponentFixture
instead ofChangeDetectorRef
.Application code should not call
ChangeDetectorRef.checkNoChanges
directly.Swapping out the context object for
EmbeddedViewRef
is no longer supported. Support for this was introduced with v12.0.0, but
this pattern is rarely used. There is no replacement, but you can use
simple assignments in most cases, or
Object.assign , or alternatively still replace the full object by using a
Proxy(see
NgTemplateOutlet`as an example).
Also adds a warning if the deprecated
NgProbeToken
The
NgProbeToken
is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.animations
AnimationDriver.NOOP
(#51843)benchpress
common
DatePipeConfig
(#51287)compiler
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.