Skip to content

Commit f6b21cc

Browse files
authored
Update mock project dependencies (#2557)
Refresh Angular and test-project dependency overrides to current patched releases. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: af3c6934-b9d4-4f83-bb0e-3fb66019e7d6
1 parent fdef5bb commit f6b21cc

10 files changed

Lines changed: 547 additions & 351 deletions

File tree

Nodejs/Tests/MockProjects/NodeAppWithAngularTests/package-lock.json

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

Nodejs/Tests/MockProjects/NodeAppWithAngularTests/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "^21.2.17",
15-
"@angular/common": "^21.2.17",
16-
"@angular/compiler": "^21.2.17",
17-
"@angular/core": "^21.2.17",
18-
"@angular/forms": "^21.2.17",
19-
"@angular/platform-browser": "^21.2.17",
20-
"@angular/platform-browser-dynamic": "^21.2.17",
21-
"@angular/router": "^21.2.17",
14+
"@angular/animations": "^21.2.19",
15+
"@angular/common": "^21.2.19",
16+
"@angular/compiler": "^21.2.19",
17+
"@angular/core": "^21.2.19",
18+
"@angular/forms": "^21.2.19",
19+
"@angular/platform-browser": "^21.2.19",
20+
"@angular/platform-browser-dynamic": "^21.2.19",
21+
"@angular/router": "^21.2.19",
2222
"rxjs": "~7.8.1",
2323
"tslib": "^2.6.3",
24-
"zone.js": "~0.14.10"
24+
"zone.js": "~0.16.2"
2525
},
2626
"devDependencies": {
27-
"@angular/cli": "^21.2.16",
28-
"@angular/compiler-cli": "^21.2.17",
27+
"@angular/cli": "^21.2.19",
28+
"@angular/compiler-cli": "^21.2.19",
2929
"@types/jasmine": "~5.1.4",
3030
"@types/jasminewd2": "~2.0.13",
3131
"@types/node": "^22.2.0",
@@ -41,8 +41,8 @@
4141
"typescript": "^5.9.0"
4242
},
4343
"overrides": {
44-
"brace-expansion": "1.1.13",
45-
"js-yaml": "3.14.2",
44+
"brace-expansion": "1.1.17",
45+
"js-yaml": "3.15.0",
4646
"lodash": "^4.18.1"
4747
}
4848
}

Nodejs/Tests/MockProjects/NodeAppWithTestsConfiguredOnProject/package-lock.json

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

Nodejs/Tests/MockProjects/NodeAppWithTestsConfiguredOnProject/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"dependencies": {
1010
"mocha": "^10.7.3"
1111
},
12-
"overrides":{
13-
"js-yaml": "4.1.1",
14-
"brace-expansion": "2.0.3",
12+
"overrides": {
13+
"js-yaml": "4.3.0",
14+
"brace-expansion": "2.1.3",
1515
"serialize-javascript": "7.0.3"
1616
}
1717
}

Nodejs/Tests/MockProjects/NodeAppWithTestsConfiguredPerFile/package-lock.json

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

Nodejs/Tests/MockProjects/NodeAppWithTestsConfiguredPerFile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@babel/core": "7.26.10",
1818
"@babel/helpers": "7.26.10",
1919
"@babel/runtime": "7.26.10",
20-
"js-yaml": "4.1.1",
21-
"brace-expansion": "2.0.3",
20+
"js-yaml": "4.3.0",
21+
"brace-expansion": "2.1.3",
2222
"serialize-javascript": "7.0.3"
2323
}
2424
}

Nodejs/Tests/MockProjects/reactappwithjesttestsjavascript/package-lock.json

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

Nodejs/Tests/MockProjects/reactappwithjesttestsjavascript/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"@babel/core": "7.26.10",
4040
"@babel/helpers": "7.26.10",
4141
"@babel/runtime": "7.26.10",
42-
"brace-expansion": "1.1.13",
42+
"brace-expansion": "1.1.17",
43+
"js-yaml": "3.15.0",
4344
"lodash": "^4.18.1"
4445
}
4546
}

Nodejs/Tests/MockProjects/reactappwithjestteststypescript/package-lock.json

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

Nodejs/Tests/MockProjects/reactappwithjestteststypescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@babel/core": "7.26.10",
4545
"@babel/helpers": "7.26.10",
4646
"@babel/runtime": "7.26.10",
47-
"js-yaml": "4.1.1",
48-
"brace-expansion": "1.1.13",
47+
"js-yaml": "4.3.0",
48+
"brace-expansion": "1.1.17",
4949
"lodash": "^4.18.1"
5050
}
5151
}

0 commit comments

Comments
 (0)