Skip to content

Commit 2979018

Browse files
authored
Merge pull request #3196 from IgniteUI/package-updates
chore(*): package updates and migrations
2 parents 74c394e + 58c5485 commit 2979018

21 files changed

Lines changed: 1668 additions & 2576 deletions

File tree

gulpfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const submodule = "igniteui-live-editing-samples";
1818

1919
gulp.task("generate-live-editing", async () => {
2020
var appDv = argv.appDv !== undefined && argv.appDv.toLowerCase().trim() === "true";
21-
const liveEditingOptions = appDv ?
21+
const liveEditingOptions = appDv ?
2222
{
2323
platform: 'angular',
2424
projectDir: "./projects/app-lob",
@@ -30,7 +30,7 @@ gulp.task("generate-live-editing", async () => {
3030
}
3131
:
3232
{
33-
platform: 'angular',
33+
platform: 'angular',
3434
samplesDir: "./src/assets",
3535
configGeneratorPath: "./live-editing/generators/ConfigGenerators.ts",
3636
module: {
@@ -231,4 +231,4 @@ const cleanupAngularDemosLob = (cb) => {
231231
cb();
232232
}
233233
exports.repositoryfyAngularDemos = repositoryfyAngularDemos = gulp.series(cleanupAngularDemos, processDemosWithScss);
234-
exports.repositoryfyAngularDemosLob = repositoryfyAngularDemosLob = gulp.series(cleanupAngularDemosLob, processDemosLobWithScss);
234+
exports.repositoryfyAngularDemosLob = repositoryfyAngularDemosLob = gulp.series(cleanupAngularDemosLob, processDemosLobWithScss);

package-lock.json

Lines changed: 1613 additions & 2518 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -40,37 +40,37 @@
4040
"url": "git://github.com/IgniteUI/igniteui-angular-samples/repository.git"
4141
},
4242
"dependencies": {
43-
"@angular/animations": "^15.0.0",
44-
"@angular/cdk": "^15.0.0",
45-
"@angular/common": "^15.0.0",
46-
"@angular/compiler": "^15.0.0",
47-
"@angular/core": "^15.0.0",
48-
"@angular/forms": "^15.0.0",
49-
"@angular/localize": "^15.0.0",
50-
"@angular/material": "^15.0.0",
51-
"@angular/platform-browser": "^15.0.0",
52-
"@angular/platform-browser-dynamic": "^15.0.0",
53-
"@angular/router": "^15.0.0",
43+
"@angular/animations": "^15.0.2",
44+
"@angular/cdk": "^15.0.1",
45+
"@angular/common": "^15.0.2",
46+
"@angular/compiler": "^15.0.2",
47+
"@angular/core": "^15.0.2",
48+
"@angular/forms": "^15.0.2",
49+
"@angular/localize": "^15.0.2",
50+
"@angular/material": "^15.0.1",
51+
"@angular/platform-browser": "^15.0.2",
52+
"@angular/platform-browser-dynamic": "^15.0.2",
53+
"@angular/router": "^15.0.2",
5454
"@igniteui/material-icons-extended": "^2.10.0",
5555
"@microsoft/signalr": "^5.0.11",
5656
"@ng-bootstrap/ng-bootstrap": "^13.1.1",
5757
"@popperjs/core": "2.11.6",
5858
"@types/file-saver": "^2.0.2",
5959
"@types/hammerjs": "^2.0.39",
6060
"angular-in-memory-web-api": "0.9.0",
61-
"bootstrap": "^5.2.1",
61+
"bootstrap": "^5.2.3",
6262
"core-js": "2.6.2",
6363
"domino": "^2.1.4",
6464
"file-saver": "^2.0.2",
6565
"hammerjs": "^2.0.8",
66-
"igniteui-angular": "^15.0.0",
66+
"igniteui-angular": "^15.0.2",
6767
"igniteui-angular-charts": "^14.0.0",
6868
"igniteui-angular-core": "^14.0.0",
6969
"igniteui-angular-i18n": "^14.2.0",
70-
"igniteui-dockmanager": "^1.8.0",
70+
"igniteui-dockmanager": "^1.11.3",
7171
"igniteui-live-editing": "^2.0.5",
7272
"igniteui-theming": "^1.1.4",
73-
"igniteui-webcomponents": "^3.4.0",
73+
"igniteui-webcomponents": "^4.0.0",
7474
"immediate": "^3.2.3",
7575
"intl": "^1.2.5",
7676
"minireset.css": "0.0.6",
@@ -81,23 +81,22 @@
8181
"zone.js": "~0.11.4"
8282
},
8383
"devDependencies": {
84-
"@angular-devkit/build-angular": "^15.0.0",
85-
"@angular-eslint/builder": "^15.0.0",
86-
"@angular-eslint/eslint-plugin": "^15.0.0",
87-
"@angular-eslint/eslint-plugin-template": "^15.0.0",
88-
"@angular-eslint/schematics": "^15.0.0",
89-
"@angular-eslint/template-parser": "^15.0.0",
90-
"@angular/cli": "^15.0.0",
91-
"@angular/compiler-cli": "^15.0.0",
92-
"@angular/language-service": "^15.0.0",
84+
"@angular-devkit/build-angular": "^15.0.2",
85+
"@angular-eslint/builder": "^15.1.0",
86+
"@angular-eslint/eslint-plugin": "^15.1.0",
87+
"@angular-eslint/eslint-plugin-template": "^15.1.0",
88+
"@angular-eslint/schematics": "^15.1.0",
89+
"@angular-eslint/template-parser": "^15.1.0",
90+
"@angular/cli": "^15.0.2",
91+
"@angular/compiler-cli": "^15.0.2",
92+
"@angular/language-service": "^15.0.2",
9393
"@igniteui/angular-schematics": "15.0.1100",
9494
"@juggle/resize-observer": "^3.3.1",
9595
"@types/jasmine": "^3.10.2",
9696
"@types/jasminewd2": "^2.0.9",
9797
"@types/node": "^13.13.52",
9898
"@typescript-eslint/eslint-plugin": "^5.29.0",
9999
"@typescript-eslint/parser": "^5.29.0",
100-
"codelyzer": "^6.0.2",
101100
"eslint": "^8.18.0",
102101
"eslint-plugin-import": "2.26.0",
103102
"eslint-plugin-jsdoc": "39.3.3",
@@ -108,8 +107,6 @@
108107
"jasmine-core": "~4.2.0",
109108
"karma": "^6.4.0",
110109
"karma-chrome-launcher": "~3.1.0",
111-
"karma-cli": "~2.0.0",
112-
"karma-coverage-istanbul-reporter": "^3.0.3",
113110
"karma-jasmine": "~5.1.0",
114111
"karma-jasmine-html-reporter": "^2.0.0",
115112
"sass-embedded": "^1.52.2",
@@ -118,4 +115,4 @@
118115
"typescript": "4.8.4",
119116
"webpack-bundle-analyzer": "^4.5.0"
120117
}
121-
}
118+
}

projects/app-lob/src/app/grid-finjs/grid-finjs.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
.changePos2 {
8181
.igx-grid__td-text {
82-
--igx-success-l: 40%;
82+
--ig-success-l: 40%;
8383
border-inline-end: rem(4px) solid color(null, 'success', 500, .5);
8484
padding-inline-end: rem(15px);
8585
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
::ng-deep {
22
.custom-body {
3-
color: var(--igx-surface-500-contrast);
4-
background: hsla(var(--igx-surface-500));
3+
color: var(--ig-surface-500-contrast);
4+
background: hsla(var(--ig-surface-500));
55
}
66
}

src/app/grid/grid-summary-template/grid-summary-template.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ igx-buttongroup {
4242
min-width: 70px;
4343
justify-self: flex-start;
4444
text-align: left;
45-
color: hsla(var(--igx-secondary-600));
45+
color: hsla(var(--ig-secondary-600));
4646
user-select: none;
4747
}
4848
}

src/app/grid/grid-validation-style/grid-validation-style.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
:host ::ng-deep {
13-
--igx-error-500: 34deg, 80%, 63%;
13+
--ig-error-500: 34deg, 80%, 63%;
1414

1515
.invalid-cell {
1616
box-shadow: inset 0 0 0 0.125rem color($color: error);

src/app/hierarchical-grid/hgrid-summary-export/hgrid-summary-export.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ igx-buttongroup {
2828
align-items: center;
2929
gap: 4px;
3030
justify-content: space-between;
31-
color: hsla(var(--igx-grays-900));
31+
color: hsla(var(--ig-gray-900));
3232

3333
span {
3434
user-select: all;
@@ -42,15 +42,15 @@ igx-buttongroup {
4242
min-width: 70px;
4343
justify-self: flex-start;
4444
text-align: left;
45-
color: hsla(var(--igx-secondary-600));
45+
color: hsla(var(--ig-secondary-600));
4646
user-select: none;
4747
}
4848
}
4949

5050
> * {
5151
padding: 8px 0;
5252
line-height: 18px;
53-
border-bottom: 1px dashed hsla(var(--igx-grays-400));
53+
border-bottom: 1px dashed hsla(var(--ig-gray-400));
5454

5555
&:last-child {
5656
border-bottom: none;

src/app/hierarchical-grid/hgrid-summary-template/hgrid-summary-template.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ igx-buttongroup {
4242
min-width: 70px;
4343
justify-self: flex-start;
4444
text-align: left;
45-
color: hsla(var(--igx-secondary-600));
45+
color: hsla(var(--ig-secondary-600));
4646
user-select: none;
4747
}
4848
}

src/app/hierarchical-grid/hierarchical-grid-validation-style/hierarchical-grid-validation-style.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
:host ::ng-deep {
13-
--igx-error-500: 34deg, 80%, 63%;
13+
--ig-error-500: 34deg, 80%, 63%;
1414

1515
.invalid-cell {
1616
box-shadow: inset 0 0 0 0.125rem color($color: error);

0 commit comments

Comments
 (0)