This repository was archived by the owner on Aug 24, 2023. It is now read-only.
Update all dependencies#2
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
27b733c to
99ac6bc
Compare
6cda033 to
3ea5834
Compare
d212199 to
0da5254
Compare
02d3890 to
74994d8
Compare
74994d8 to
b8144de
Compare
b8144de to
c616815
Compare
c616815 to
34675ca
Compare
34675ca to
e5b943d
Compare
e5b943d to
2eb7de5
Compare
2eb7de5 to
baf77d1
Compare
baf77d1 to
b970bbb
Compare
51c768c to
a7cc6be
Compare
a7cc6be to
894e071
Compare
f8d2c5b to
be1a121
Compare
be1a121 to
582e25b
Compare
582e25b to
120079b
Compare
120079b to
c676746
Compare
c676746 to
ced2667
Compare
ced2667 to
41b6510
Compare
41b6510 to
3609b9a
Compare
3609b9a to
30166c8
Compare
747d1e1 to
a269529
Compare
a269529 to
5fdb84c
Compare
5fdb84c to
cfa9984
Compare
cfa9984 to
5ddfff3
Compare
dafe8da to
271bcbb
Compare
932fbde to
e87c3cd
Compare
3f137b8 to
1dbcf19
Compare
22c29d8 to
5612561
Compare
5612561 to
4bdf0dd
Compare
4bdf0dd to
819cd21
Compare
819cd21 to
208da61
Compare
Author
⚠ 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 |
685faf2 to
fbb94e6
Compare
fbb94e6 to
3aa1b86
Compare
3aa1b86 to
b40b13e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
^0.901.0->^16.0.0^9.1.0->^16.0.09.2.2->16.2.1~9.1.0->~16.2.0^9.1.0->^16.0.0^9.1.0->^16.0.0^9.1.0->^16.0.0^9.1.0->^16.0.0^9.1.0->^16.0.0^9.1.0->^16.0.0^9.1.0->^16.0.0^9.1.0->^16.0.0^9.1.0->^16.0.0^9.1.0->^16.0.0^9.1.0->^16.0.0~3.5.0->~4.3.0^12.11.1->^18.0.0^5.1.2->^6.0.0~3.5.0->~5.1.0~5.0.1->~7.0.0~3.1.0->~3.2.0~2.1.0->~3.0.0~2.0.1->~5.1.0^1.4.2->^2.0.0~5.4.3->~7.0.0~6.5.4->~7.8.0^8.8.1->^10.0.0^1.10.0->^2.0.0~3.8.3->~5.1.0~0.10.3->~0.13.0Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v16.2.0Compare Source
@angular-devkit/build-angular
ssroption in application builderv16.1.8Compare Source
v16.1.7Compare Source
@angular-devkit/build-angular
.mjsv16.1.6Compare Source
@angular-devkit/build-angular
v16.1.5Compare Source
@angular/cli
zone.jstong versionoutput@angular-devkit/build-angular
v16.1.4Compare Source
@angular-devkit/build-angular
v16.1.3Compare Source
@angular-devkit/build-angular
v16.1.2Compare Source
@angular/cli
semverdependencies to 7.5.3@angular-devkit/build-angular
v16.1.1Compare Source
@angular-devkit/build-angular
es2015to main fields for RxJS v6 compatibilitybrowserslistv16.1.0Compare Source
@schematics/angular
@angular-devkit/build-angular
v16.0.6Compare Source
@angular-devkit/build-angular
v16.0.5Compare Source
@angular-devkit/build-angular
v16.0.4Compare Source
@angular-devkit/build-angular
v16.0.3Compare Source
@angular-devkit/build-angular
v16.0.2Compare Source
@angular-devkit/build-angular
v16.0.1Compare Source
@angular-devkit/build-angular
@angular-devkit/schematics
@angular/pwa
v16.0.0Compare Source
Breaking Changes
@angular/cli
The deprecated
defaultCollectionworkspace option has been removed. UseschematicCollectionsinstead.Before
After
The deprecated
defaultProjectworkspace option has been removed. The project to use will be determined from the current working directory.Node.js v14 support has been removed
Node.js v14 is planned to be End-of-Life on 2023-04-30. Angular will stop supporting Node.js v14 in Angular v16.
Angular v16 will continue to officially support Node.js versions v16 and v18.
@schematics/angular
ng g resolverandng g guardnow generate a functional resolver or guard by default. It is still possible to generate a (deprecated) class-based resolver or guard by usingng g resolver --no-functionalorng g guard --no-functional.CanLoadguards. UseCanMatchinstead.@angular-devkit/build-angular
Deprecated
outputPathandoutputPathsfrom the server and browser builder have been removed from the builder output. Useoutputsinstead.Note: this change does not effect application developers.
@angular-devkit/core
SchemaRegistry.compilemethod now returns aPromise.flattenhas been removed without replacement.ContentHasMutatedException,InvalidUpdateRecordException,UnimplementedExceptionandMergeConflictExceptionAPI from@angular-devkit/corehave been removed in favor of the API from@angular-devkit/schematics.UnsupportedPlatformException- A custom error exception should be created instead.@angular-devkit/schematics
UpdateBufferhas been removed andUpdateBuffer2is renamed to
UpdateBuffer. With this change the related anddeprecated symbols
ContentCannotBeRemovedExceptionandChunkhave also been removed.
@ngtools/webpack
@schematics/angular
BrowserModule.withServerTransitionapp.server.module.tstoapp.module.server.tsprovideServerSupportwithprovideServerRendering@angular/cli
defaultCollectionfrom workspace configurationdefaultProjectfrom workspace configuration@angular-devkit/architect
@angular-devkit/build-angular
|
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.