Skip to content

Commit deac1b6

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent e5a29cf commit deac1b6

6 files changed

Lines changed: 343 additions & 319 deletions

File tree

modules/testing/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"@angular-devkit/build-angular": "workspace:*",
55
"@angular-devkit/core": "workspace:*",
66
"@angular/ssr": "workspace:*",
7-
"@vitest/coverage-v8": "4.1.10",
7+
"@vitest/coverage-v8": "4.1.11",
88
"browser-sync": "3.0.4",
99
"istanbul-lib-instrument": "6.0.3",
1010
"jsdom": "30.0.1",
1111
"ng-packagr": "22.2.0-next.3",
1212
"rxjs": "7.8.2",
13-
"vitest": "4.1.10"
13+
"vitest": "4.1.11"
1414
}
1515
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@
114114
"karma-chrome-launcher": "~3.2.0",
115115
"karma-coverage": "~2.2.0",
116116
"karma-jasmine": "~5.1.0",
117-
"karma-jasmine-html-reporter": "~2.2.0",
117+
"karma-jasmine-html-reporter": "~2.3.0",
118118
"karma-source-map-support": "1.4.0",
119119
"lodash": "^4.17.21",
120-
"magic-string": "1.1.1",
120+
"magic-string": "1.2.1",
121121
"prettier": "^3.0.0",
122-
"puppeteer": "25.6.0",
122+
"puppeteer": "25.8.0",
123123
"quicktype-core": "26.0.0",
124124
"rollup": "4.62.4",
125125
"rollup-license-plugin": "~3.2.0",
@@ -130,7 +130,7 @@
130130
"tslib": "2.8.1",
131131
"undici": "8.10.0",
132132
"unenv": "^1.10.0",
133-
"verdaccio": "6.9.2",
133+
"verdaccio": "6.10.0",
134134
"verdaccio-auth-memory": "^13.0.0",
135135
"zone.js": "^0.16.0"
136136
},

packages/angular/build/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"https-proxy-agent": "9.1.0",
3232
"jsonc-parser": "3.3.1",
3333
"listr2": "11.0.0",
34-
"magic-string": "1.1.1",
34+
"magic-string": "1.2.1",
3535
"mrmime": "2.0.1",
36-
"oxc-parser": "0.144.0",
36+
"oxc-parser": "0.145.0",
3737
"parse5-html-rewriting-stream": "8.0.1",
3838
"picomatch": "4.0.5",
3939
"piscina": "5.3.0",
@@ -51,15 +51,15 @@
5151
"devDependencies": {
5252
"@angular-devkit/core": "workspace:*",
5353
"@angular/ssr": "workspace:*",
54-
"@oxc-project/types": "0.144.0",
54+
"@oxc-project/types": "0.145.0",
5555
"istanbul-lib-instrument": "6.0.3",
5656
"jsdom": "30.0.1",
57-
"less": "4.8.1",
57+
"less": "4.9.0",
5858
"ng-packagr": "22.2.0-next.3",
5959
"postcss": "8.5.26",
6060
"rollup": "4.62.4",
6161
"rxjs": "7.8.2",
62-
"vitest": "4.1.10"
62+
"vitest": "4.1.11"
6363
},
6464
"peerDependencies": {
6565
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"istanbul-lib-instrument": "6.0.3",
3434
"jsonc-parser": "3.3.1",
3535
"karma-source-map-support": "1.4.0",
36-
"less": "4.8.1",
36+
"less": "4.9.0",
3737
"less-loader": "13.0.0",
3838
"license-webpack-plugin": "4.0.2",
3939
"loader-utils": "3.3.1",
4040
"mini-css-extract-plugin": "2.10.2",
41-
"open": "11.0.0",
41+
"open": "11.0.1",
4242
"ora": "9.4.1",
4343
"picomatch": "4.0.5",
4444
"piscina": "5.3.0",

packages/angular_devkit/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1717
"jsonc-parser": "3.3.1",
18-
"magic-string": "1.1.1",
18+
"magic-string": "1.2.1",
1919
"ora": "9.4.1",
2020
"rxjs": "7.8.2"
2121
}

0 commit comments

Comments
 (0)