Skip to content

Commit 5402f03

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent d2a1b1c commit 5402f03

5 files changed

Lines changed: 587 additions & 286 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@rollup/plugin-commonjs": "^29.0.0",
7171
"@rollup/plugin-json": "^6.1.0",
7272
"@rollup/plugin-node-resolve": "16.0.3",
73-
"@rollup/wasm-node": "4.60.2",
73+
"@rollup/wasm-node": "4.60.3",
7474
"@stylistic/eslint-plugin": "^5.0.0",
7575
"@tony.ganchev/eslint-plugin-header": "~3.4.0",
7676
"@types/babel__core": "7.20.5",
@@ -95,8 +95,8 @@
9595
"@types/yargs": "^17.0.20",
9696
"@types/yargs-parser": "^21.0.0",
9797
"@types/yarnpkg__lockfile": "^1.1.5",
98-
"@typescript-eslint/eslint-plugin": "8.59.1",
99-
"@typescript-eslint/parser": "8.59.1",
98+
"@typescript-eslint/eslint-plugin": "8.59.2",
99+
"@typescript-eslint/parser": "8.59.2",
100100
"ajv": "8.20.0",
101101
"buffer": "6.0.3",
102102
"esbuild": "0.28.0",
@@ -123,9 +123,9 @@
123123
"lodash": "^4.17.21",
124124
"magic-string": "0.30.21",
125125
"prettier": "^3.0.0",
126-
"puppeteer": "24.42.0",
126+
"puppeteer": "24.43.0",
127127
"quicktype-core": "23.2.6",
128-
"rollup": "4.60.2",
128+
"rollup": "4.60.3",
129129
"rollup-license-plugin": "~3.2.0",
130130
"rollup-plugin-dts": "6.4.1",
131131
"rollup-plugin-sourcemaps2": "0.5.6",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"parse5-html-rewriting-stream": "8.0.1",
3737
"picomatch": "4.0.4",
3838
"piscina": "5.1.4",
39-
"rollup": "4.60.2",
39+
"rollup": "4.60.3",
4040
"sass": "1.99.0",
4141
"semver": "7.7.4",
4242
"source-map-support": "0.5.21",
@@ -54,7 +54,7 @@
5454
"jsdom": "29.1.1",
5555
"less": "4.6.4",
5656
"ng-packagr": "22.0.0-next.3",
57-
"postcss": "8.5.13",
57+
"postcss": "8.5.14",
5858
"rolldown": "1.0.0-rc.18",
5959
"rxjs": "7.8.2",
6060
"vitest": "4.1.5"

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@modelcontextprotocol/sdk": "1.29.0",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
33-
"algoliasearch": "5.52.0",
33+
"algoliasearch": "5.52.1",
3434
"ini": "6.0.0",
3535
"jsonc-parser": "3.3.1",
3636
"listr2": "10.2.1",
@@ -39,7 +39,7 @@
3939
"parse5-html-rewriting-stream": "8.0.1",
4040
"semver": "7.7.4",
4141
"yargs": "18.0.0",
42-
"zod": "4.4.2"
42+
"zod": "4.4.3"
4343
},
4444
"ng-update": {
4545
"migrations": "@schematics/angular/migrations/migration-collection.json",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/plugin-transform-async-generator-functions": "7.29.0",
1919
"@babel/plugin-transform-async-to-generator": "7.28.6",
2020
"@babel/plugin-transform-runtime": "7.29.0",
21-
"@babel/preset-env": "7.29.3",
21+
"@babel/preset-env": "7.29.5",
2222
"@babel/runtime": "7.29.2",
2323
"@discoveryjs/json-ext": "1.1.0",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
@@ -42,7 +42,7 @@
4242
"ora": "9.4.0",
4343
"picomatch": "4.0.4",
4444
"piscina": "5.1.4",
45-
"postcss": "8.5.13",
45+
"postcss": "8.5.14",
4646
"postcss-loader": "8.2.1",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",

0 commit comments

Comments
 (0)