Skip to content

Commit 062ac27

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

8 files changed

Lines changed: 927 additions & 437 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@bazel/bazelisk": "1.28.1",
6464
"@bazel/buildifier": "8.2.1",
6565
"@bazel/ibazel": "^0.28.0",
66-
"@eslint/compat": "2.1.0",
66+
"@eslint/compat": "2.1.1",
6767
"@eslint/eslintrc": "3.3.7",
6868
"@eslint/js": "10.0.1",
6969
"@rollup/plugin-commonjs": "^29.0.0",
@@ -90,13 +90,13 @@
9090
"@types/semver": "^7.3.12",
9191
"@types/yargs": "^17.0.20",
9292
"@types/yargs-parser": "^21.0.0",
93-
"@typescript-eslint/eslint-plugin": "8.69.0",
94-
"@typescript-eslint/parser": "8.69.0",
93+
"@typescript-eslint/eslint-plugin": "8.70.0",
94+
"@typescript-eslint/parser": "8.70.0",
9595
"ajv": "8.20.0",
9696
"buffer": "6.0.3",
9797
"esbuild": "0.28.2",
9898
"esbuild-wasm": "0.28.2",
99-
"eslint": "10.9.1",
99+
"eslint": "10.10.0",
100100
"eslint-config-prettier": "10.1.8",
101101
"eslint-plugin-import": "2.32.0",
102102
"express": "5.2.1",
@@ -118,16 +118,16 @@
118118
"lodash": "^4.17.21",
119119
"magic-string": "1.2.3",
120120
"prettier": "^3.0.0",
121-
"puppeteer": "25.9.0",
121+
"puppeteer": "25.10.0",
122122
"quicktype-core": "26.0.0",
123123
"rollup": "4.63.1",
124124
"rollup-plugin-dts": "6.5.1",
125125
"rollup-plugin-sourcemaps2": "0.5.8",
126126
"semver": "7.8.5",
127127
"source-map-support": "0.5.21",
128128
"tslib": "2.8.1",
129-
"undici": "8.10.1",
130-
"verdaccio": "6.10.1",
129+
"undici": "8.10.2",
130+
"verdaccio": "6.10.3",
131131
"verdaccio-auth-memory": "^13.0.0",
132132
"zone.js": "^0.16.0"
133133
},

packages/angular/build/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
2323
"@babel/core": "8.0.1",
24-
"@inquirer/confirm": "6.3.0",
24+
"@inquirer/confirm": "6.3.2",
2525
"@parcel/watcher": "2.6.0",
2626
"@vitejs/plugin-basic-ssl": "2.3.0",
27-
"beasties": "0.5.3",
27+
"beasties": "0.5.4",
2828
"browserslist": "^4.26.0",
2929
"chokidar": "5.0.0",
3030
"esbuild": "0.28.2",
@@ -33,13 +33,13 @@
3333
"listr2": "11.1.0",
3434
"magic-string": "1.2.3",
3535
"mrmime": "2.0.1",
36-
"oxc-parser": "0.148.0",
36+
"oxc-parser": "0.149.0",
3737
"parse5-html-rewriting-stream": "8.0.1",
3838
"picomatch": "4.0.7",
3939
"piscina": "5.3.2",
4040
"rolldown": "1.2.7",
41-
"sass": "1.103.1",
42-
"sass-embedded": "1.103.1",
41+
"sass": "1.104.0",
42+
"sass-embedded": "1.104.0",
4343
"semver": "7.8.5",
4444
"source-map-support": "0.5.21",
4545
"tinyglobby": "0.2.17",
@@ -52,12 +52,12 @@
5252
"devDependencies": {
5353
"@angular-devkit/core": "workspace:*",
5454
"@angular/ssr": "workspace:*",
55-
"@oxc-project/types": "0.148.0",
55+
"@oxc-project/types": "0.149.0",
5656
"istanbul-lib-instrument": "6.0.3",
5757
"jsdom": "30.0.1",
58-
"less": "4.9.0",
58+
"less": "4.9.1",
5959
"ng-packagr": "22.2.0-next.5",
60-
"postcss": "8.5.26",
60+
"postcss": "8.5.28",
6161
"rollup": "4.63.1",
6262
"rxjs": "7.8.2",
6363
"vitest": "4.1.11"

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
1616
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1717
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
18-
"@inquirer/prompts": "8.7.0",
18+
"@inquirer/prompts": "8.7.2",
1919
"@listr2/prompt-adapter-inquirer": "4.2.7",
2020
"@modelcontextprotocol/server": "2.0.0",
2121
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",

packages/angular/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"save": "dependencies"
2323
},
2424
"dependencies": {
25-
"beasties": "0.5.3",
25+
"beasties": "0.5.4",
2626
"tslib": "^2.3.0"
2727
},
2828
"peerDependencies": {

packages/angular_devkit/build_angular/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@discoveryjs/json-ext": "1.1.0",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"ansi-colors": "4.1.3",
26-
"autoprefixer": "10.5.4",
26+
"autoprefixer": "10.5.5",
2727
"babel-loader": "10.1.1",
28-
"beasties": "0.5.3",
28+
"beasties": "0.5.4",
2929
"browserslist": "^4.26.0",
3030
"copy-webpack-plugin": "14.0.0",
3131
"css-loader": "7.1.5",
@@ -34,7 +34,7 @@
3434
"istanbul-lib-instrument": "6.0.3",
3535
"jsonc-parser": "3.3.1",
3636
"karma-source-map-support": "1.4.0",
37-
"less": "4.9.0",
37+
"less": "4.9.1",
3838
"less-loader": "13.0.0",
3939
"license-webpack-plugin": "4.0.2",
4040
"loader-utils": "3.3.1",
@@ -43,7 +43,7 @@
4343
"ora": "9.4.1",
4444
"picomatch": "4.0.7",
4545
"piscina": "5.3.2",
46-
"postcss": "8.5.26",
46+
"postcss": "8.5.28",
4747
"postcss-loader": "8.2.1",
4848
"resolve-url-loader": "5.0.0",
4949
"rxjs": "7.8.2",
@@ -55,7 +55,7 @@
5555
"tinyglobby": "0.2.17",
5656
"tslib": "2.8.1",
5757
"webpack": "5.110.3",
58-
"webpack-dev-middleware": "8.2.0",
58+
"webpack-dev-middleware": "8.3.0",
5959
"webpack-dev-server": "6.0.0",
6060
"webpack-merge": "6.0.1",
6161
"webpack-subresource-integrity": "5.1.0"
@@ -67,8 +67,8 @@
6767
"@angular/ssr": "workspace:*",
6868
"browser-sync": "3.0.4",
6969
"ng-packagr": "22.2.0-next.5",
70-
"sass": "1.103.1",
71-
"undici": "8.10.1"
70+
"sass": "1.104.0",
71+
"undici": "8.10.2"
7272
},
7373
"peerDependencies": {
7474
"@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "8.7.0"
21+
"@inquirer/prompts": "8.7.2"
2222
}
2323
}

packages/schematics/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2121
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
2222
"jsonc-parser": "3.3.1",
23-
"oxc-parser": "0.148.0",
23+
"oxc-parser": "0.149.0",
2424
"typescript": "6.0.3"
2525
},
2626
"devDependencies": {
27-
"@oxc-project/types": "0.148.0"
27+
"@oxc-project/types": "0.149.0"
2828
}
2929
}

0 commit comments

Comments
 (0)