Skip to content

Commit 929ef64

Browse files
committedDec 9, 2024
ng update @angular/core@19 @angular/cli@19
1 parent de33fee commit 929ef64

8 files changed

+3005
-2202
lines changed
 

‎package-lock.json

+2,973-2,175
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@
2424
"package": "npm run clean-dist && npm run build-lib && npm run npm-pack"
2525
},
2626
"dependencies": {
27-
"@angular/animations": "^18.2.12",
27+
"@angular/animations": "^19.0.3",
2828
"@angular/cdk": "^18.2.14",
29-
"@angular/common": "^18.2.12",
30-
"@angular/compiler": "^18.2.12",
31-
"@angular/core": "^18.2.12",
32-
"@angular/forms": "^18.2.12",
29+
"@angular/common": "^19.0.3",
30+
"@angular/compiler": "^19.0.3",
31+
"@angular/core": "^19.0.3",
32+
"@angular/forms": "^19.0.3",
3333
"@angular/material": "^18.2.14",
34-
"@angular/platform-browser": "^18.2.12",
35-
"@angular/platform-browser-dynamic": "^18.2.12",
36-
"@angular/router": "^18.2.12",
34+
"@angular/platform-browser": "^19.0.3",
35+
"@angular/platform-browser-dynamic": "^19.0.3",
36+
"@angular/router": "^19.0.3",
3737
"core-js": "^3.20.2",
3838
"reflect-metadata": "^0.1.12",
3939
"rxjs": "^6.5.3",
40-
"zone.js": "~0.14.10"
40+
"zone.js": "~0.15.0"
4141
},
4242
"devDependencies": {
43-
"@angular-devkit/build-angular": "^18.2.12",
44-
"@angular/cli": "^18.2.12",
45-
"@angular/compiler-cli": "^18.2.12",
46-
"@angular/language-service": "^18.2.12",
43+
"@angular-devkit/build-angular": "^19.0.4",
44+
"@angular/cli": "^19.0.4",
45+
"@angular/compiler-cli": "^19.0.3",
46+
"@angular/language-service": "^19.0.3",
4747
"@types/jasmine": "^2.8.14",
4848
"@types/jasminewd2": "^2.0.6",
4949
"@types/node": "^12.11.1",
@@ -57,7 +57,7 @@
5757
"karma-jasmine": "~5.1.0",
5858
"karma-jasmine-html-reporter": "^2.1.0",
5959
"karma-junit-reporter": "^2.0.1",
60-
"ng-packagr": "^18.2.1",
60+
"ng-packagr": "^19.0.1",
6161
"protractor": "~7.0.0",
6262
"ts-node": "~5.0.1",
6363
"tslib": "^2.3.1",

‎projects/ngx-onboarding/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"guided"
1616
],
1717
"peerDependencies": {
18-
"@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
19-
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
20-
"@angular/animations": "^6.1.4 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
21-
"@angular/cdk": "^6.4.6 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
22-
"@angular/compiler": "^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
23-
"@angular/forms": "^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
24-
"@angular/material": "^6.4.6 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
18+
"@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
19+
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
20+
"@angular/animations": "^6.1.4 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
21+
"@angular/cdk": "^6.4.6 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
22+
"@angular/compiler": "^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
23+
"@angular/forms": "^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
24+
"@angular/material": "^6.4.6 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
2525
"rxjs": "^6.5.4 || ^7.0.0",
26-
"zone.js": "~0.8.26 || ^0.9.1 || ^0.10.2 || ^0.11.4 || ^0.13.0 || ^0.14.0"
26+
"zone.js": "~0.8.26 || ^0.9.1 || ^0.10.2 || ^0.11.4 || ^0.13.0 || ^0.14.0 || ^0.15.0"
2727
},
2828
"dependencies": {
2929
"tslib": "^2.0.0"

‎projects/ngx-onboarding/src/lib/onboarding-button.component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import {Component, ViewEncapsulation} from '@angular/core';
1010
selector: 'rosen-onboarding-button',
1111
templateUrl: './onboarding-button.component.html',
1212
styleUrls: ['./onboarding-button.component.less'],
13-
encapsulation: ViewEncapsulation.None
13+
encapsulation: ViewEncapsulation.None,
14+
standalone: false
1415
})
1516
export class OnboardingButtonComponent {
1617

‎projects/ngx-onboarding/src/lib/onboarding-item.component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const leftPadding = 25;
1717
selector: 'rosen-onboarding-item',
1818
templateUrl: './onboarding-item.component.html',
1919
styleUrls: ['./onboarding-item.component.less'],
20-
encapsulation: ViewEncapsulation.None
20+
encapsulation: ViewEncapsulation.None,
21+
standalone: false
2122
})
2223
export class OnboardingItemComponent {
2324

‎projects/ngx-onboarding/src/lib/onboarding.component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ import {Subscription} from 'rxjs';
1818
selector: 'rosen-onboarding',
1919
templateUrl: './onboarding.component.html',
2020
styleUrls: ['./onboarding.component.less'],
21-
encapsulation: ViewEncapsulation.None
21+
encapsulation: ViewEncapsulation.None,
22+
standalone: false
2223
})
2324
export class OnboardingComponent implements OnInit, AfterViewInit, OnDestroy {
2425

‎projects/ngx-onboarding/src/lib/pipes/primitive-translate.pipe.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import {Pipe, PipeTransform} from '@angular/core';
66
*/
77
@Pipe({
88
name: 'translate',
9-
pure: true
9+
pure: true,
10+
standalone: false
1011
})
1112
export class PrimitiveTranslatePipe implements PipeTransform {
1213

‎src/app/app.component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import { HttpClient } from '@angular/common/http';
99
selector: 'app-root',
1010
templateUrl: './app.component.html',
1111
encapsulation: ViewEncapsulation.None,
12-
styleUrls: ['./app.component.css']
12+
styleUrls: ['./app.component.css'],
13+
standalone: false
1314
})
1415
export class AppComponent implements OnInit, OnDestroy {
1516
title = 'ngx-onboarding-app';

0 commit comments

Comments
 (0)