Skip to content

Commit 0026418

Browse files
committed
chore(deps): migrate to nx v. 21.3 and angular v. 20.1
1 parent 9f23a0a commit 0026418

File tree

4 files changed

+2509
-2101
lines changed

4 files changed

+2509
-2101
lines changed

libs/docs/shared/src/lib/core-helpers/stackblitz/code-example-stack/styles.scss

Lines changed: 0 additions & 5 deletions
This file was deleted.

libs/docs/shared/src/lib/core-helpers/stackblitz/stackblitz.service.ts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ function getImport(file: StackblitzFileObject): string {
3636
@Injectable()
3737
export class StackblitzService {
3838
main: string;
39-
styles: string;
39+
styles = `
40+
@use '@angular/cdk/overlay-prebuilt' as *;
41+
42+
body {
43+
font-family: '72', sans-serif;
44+
}`;
4045
tsconfig: string;
4146
angular: string;
4247
packageJson: string;
@@ -56,16 +61,14 @@ export class StackblitzService {
5661

5762
constructor() {
5863
zip(
59-
getAsset('./stackblitz/example-stack/styles.scss'),
6064
getAsset('./stackblitz/example-stack/tsconfig.json'),
6165
getAsset('./stackblitz/example-stack/angular.json'),
6266
getAsset('./stackblitz/example-stack/package.json'),
6367
getAsset('./stackblitz/example-stack/stackblitzrc')
6468
)
6569
.pipe(
6670
first(),
67-
tap(([styles, tsconfig, angular, packageJson, stackblitzrc]) => {
68-
this.styles = styles;
71+
tap(([tsconfig, angular, packageJson, stackblitzrc]) => {
6972
this.tsconfig = tsconfig;
7073
this.angular = angular;
7174
this.packageJson = this._setDependencies(packageJson);

package.json

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
"dependencies": {
4141
"@angular-eslint/eslint-plugin-template": "20.0.0",
4242
"@angular-eslint/template-parser": "20.0.0",
43-
"@angular/animations": "20.0.2",
44-
"@angular/cdk": "20.0.2",
45-
"@angular/common": "20.0.2",
46-
"@angular/compiler": "20.0.2",
47-
"@angular/core": "20.0.2",
48-
"@angular/forms": "20.0.2",
49-
"@angular/platform-browser": "20.0.2",
50-
"@angular/platform-browser-dynamic": "20.0.2",
51-
"@angular/router": "20.0.2",
43+
"@angular/animations": "20.1.3",
44+
"@angular/cdk": "20.1.3",
45+
"@angular/common": "20.1.3",
46+
"@angular/compiler": "20.1.3",
47+
"@angular/core": "20.1.3",
48+
"@angular/forms": "20.1.3",
49+
"@angular/platform-browser": "20.1.3",
50+
"@angular/platform-browser-dynamic": "20.1.3",
51+
"@angular/router": "20.1.3",
5252
"@fundamental-styles/cx": "0.40.1",
53-
"@nx/angular": "21.2.0",
53+
"@nx/angular": "21.3.7",
5454
"@sap-theming/theming-base-content": "11.31.1",
5555
"@stackblitz/sdk": "1.9.0",
5656
"@swc/helpers": "0.5.11",
@@ -76,30 +76,30 @@
7676
},
7777
"devDependencies": {
7878
"@actions/core": "1.10.1",
79-
"@angular-devkit/build-angular": "20.0.1",
80-
"@angular-devkit/core": "20.0.1",
81-
"@angular-devkit/schematics": "20.0.1",
79+
"@angular-devkit/build-angular": "20.1.3",
80+
"@angular-devkit/core": "20.1.3",
81+
"@angular-devkit/schematics": "20.1.3",
8282
"@angular/cli": "~20.0.0",
83-
"@angular/compiler-cli": "20.0.2",
84-
"@angular/language-service": "20.0.2",
83+
"@angular/compiler-cli": "20.1.3",
84+
"@angular/language-service": "20.1.3",
8585
"@commitlint/cli": "18.6.1",
8686
"@commitlint/config-conventional": "18.6.1",
8787
"@jsdevtools/npm-publish": "3.0.1",
88-
"@nx/devkit": "21.2.0",
89-
"@nx/eslint": "21.2.0",
90-
"@nx/eslint-plugin": "21.2.0",
91-
"@nx/jest": "21.2.0",
92-
"@nx/js": "21.2.0",
93-
"@nx/plugin": "21.2.0",
94-
"@nx/workspace": "21.2.0",
88+
"@nx/devkit": "21.3.7",
89+
"@nx/eslint": "21.3.7",
90+
"@nx/eslint-plugin": "21.3.7",
91+
"@nx/jest": "21.3.7",
92+
"@nx/js": "21.3.7",
93+
"@nx/plugin": "21.3.7",
94+
"@nx/workspace": "21.3.7",
9595
"@sap-ui/common-css": "0.40.1",
96-
"@schematics/angular": "20.0.1",
96+
"@schematics/angular": "20.1.3",
9797
"@swc-node/register": "1.9.2",
9898
"@swc/cli": "0.6.0",
9999
"@swc/core": "1.5.7",
100100
"@types/google.visualization": "0.0.71",
101101
"@types/jasmine": "5.1.3",
102-
"@types/jest": "29.5.14",
102+
"@types/jest": "30.0.0",
103103
"@types/lodash-es": "4.17.6",
104104
"@types/marked": "5.0.2",
105105
"@types/node": "22.10.2",
@@ -129,19 +129,21 @@
129129
"eslint-plugin-markdown": "3.0.0",
130130
"eslint-plugin-prefer-arrow": "1.2.3",
131131
"fast-glob": "3.3.1",
132+
"fs-extra": "^11.3.0",
132133
"husky": "8.0.2",
133134
"jasmine-core": "4.5.0",
134135
"jasmine-marbles": "0.9.2",
135136
"jasmine-spec-reporter": "7.0.0",
136-
"jest": "29.7.0",
137-
"jest-environment-jsdom": "29.7.0",
137+
"jest": "30.0.5",
138+
"jest-environment-jsdom": "30.0.5",
138139
"jest-environment-node": "^29.4.1",
139140
"jest-extended": "4.0.2",
140-
"jest-preset-angular": "14.6.0",
141+
"jest-preset-angular": "15.0.0",
142+
"jest-util": "30.0.5",
141143
"jsonc-eslint-parser": "^2.1.0",
142144
"lerna": "^8.1.9",
143145
"lint-staged": "15.1.0",
144-
"ng-packagr": "20.0.0",
146+
"ng-packagr": "20.1.0",
145147
"ngx-cva-test-suite": "2.0.0",
146148
"postcss-preset-env": "9.3.0",
147149
"postcss-url": "10.1.3",
@@ -150,7 +152,7 @@
150152
"semver": "7.6.3",
151153
"standard-version": "9.5.0",
152154
"through2": "4.0.2",
153-
"ts-jest": "29.1.0",
155+
"ts-jest": "29.4.0",
154156
"ts-node": "10.9.2",
155157
"tsconfig-paths": "4.1.0",
156158
"typedoc": "0.25.3",
@@ -163,7 +165,7 @@
163165
"webdriverio": "7.27.0"
164166
},
165167
"resolutions": {
166-
"nx": "21.2.0"
168+
"nx": "21.3.7"
167169
},
168170
"lint-staged": {
169171
"*.properties": [

0 commit comments

Comments
 (0)