-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
build: update peer dependency ranges for v13 stable release #23874
build: update peer dependency ranges for v13 stable release #23874
Conversation
This should be merged after the final RC for |
Updates the peer dependency ranges for the v13 stable version: * v13.0.0 of Angular Components requires at minimum a stable v13 version of Angular framework (no pre-releases allowed once we hit stable) * For RxJS v7, minimum `7.4.0` is needed as that version comes with a ES2015 distibution wired up in the `package.json`, allowing for better optimized applications. This matches with `@angular/core` and the CLI. angular/angular@48aa0039ea75693f751b26474029efdb6c22377://github.com/angular/angular/commit/48aa0039ea75693f751b26474029efdb6c223770
49f90ca
to
211aca1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Updates the peer dependency ranges for the v13 stable version: * v13.0.0 of Angular Components requires at minimum a stable v13 version of Angular framework (no pre-releases allowed once we hit stable) * For RxJS v7, minimum `7.4.0` is needed as that version comes with a ES2015 distibution wired up in the `package.json`, allowing for better optimized applications. This matches with `@angular/core` and the CLI. angular/angular@48aa0039ea75693f751b26474029efdb6c22377://github.com/angular/angular/commit/48aa0039ea75693f751b26474029efdb6c223770 (cherry picked from commit a662737)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Updates the peer dependency ranges for the v13 stable version:
v13.0.0 of Angular Components requires at minimum a stable v13 version
of Angular framework (no pre-releases allowed once we hit stable)
For RxJS v7, minimum
7.4.0
is needed as that version comes with aES2015 distibution wired up in the
package.json
, allowing for betteroptimized applications. This matches with
@angular/core
and the CLI.angular/angular@48aa003