Skip to content

Commit ee78eec

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 7c42214 commit ee78eec

File tree

7 files changed

+516
-477
lines changed

7 files changed

+516
-477
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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.58.1",
99-
"@typescript-eslint/parser": "8.58.1",
98+
"@typescript-eslint/eslint-plugin": "8.58.2",
99+
"@typescript-eslint/parser": "8.58.2",
100100
"ajv": "8.18.0",
101101
"buffer": "6.0.3",
102102
"esbuild": "0.28.0",
@@ -106,12 +106,12 @@
106106
"eslint-plugin-import": "2.32.0",
107107
"express": "5.2.1",
108108
"fast-glob": "3.3.3",
109-
"globals": "17.4.0",
109+
"globals": "17.5.0",
110110
"http-proxy": "^1.18.1",
111111
"http-proxy-middleware": "3.0.5",
112112
"husky": "9.1.7",
113-
"jasmine": "~6.1.0",
114-
"jasmine-core": "~6.1.0",
113+
"jasmine": "~6.2.0",
114+
"jasmine-core": "~6.2.0",
115115
"jasmine-reporters": "^2.5.2",
116116
"jasmine-spec-reporter": "~7.0.0",
117117
"karma": "~6.4.0",
@@ -123,7 +123,7 @@
123123
"lodash": "^4.17.21",
124124
"magic-string": "0.30.21",
125125
"prettier": "^3.0.0",
126-
"puppeteer": "24.40.0",
126+
"puppeteer": "24.41.0",
127127
"quicktype-core": "23.2.6",
128128
"rollup": "4.60.1",
129129
"rollup-license-plugin": "~3.2.0",
@@ -134,7 +134,7 @@
134134
"tslib": "2.8.1",
135135
"undici": "8.1.0",
136136
"unenv": "^1.10.0",
137-
"verdaccio": "6.4.0",
137+
"verdaccio": "6.5.0",
138138
"verdaccio-auth-memory": "^10.0.0",
139139
"zone.js": "^0.16.0"
140140
},

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"jsdom": "29.0.2",
5555
"less": "4.6.4",
5656
"ng-packagr": "22.0.0-next.1",
57-
"postcss": "8.5.9",
58-
"rolldown": "1.0.0-rc.15",
57+
"postcss": "8.5.10",
58+
"rolldown": "1.0.0-rc.16",
5959
"rxjs": "7.8.2",
6060
"vitest": "4.1.4"
6161
},

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
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.50.1",
33+
"algoliasearch": "5.50.2",
3434
"ini": "6.0.0",
3535
"jsonc-parser": "3.3.1",
3636
"listr2": "10.2.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@discoveryjs/json-ext": "1.0.0",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"ansi-colors": "4.1.3",
26-
"autoprefixer": "10.4.27",
26+
"autoprefixer": "10.5.0",
2727
"babel-loader": "10.1.1",
2828
"browserslist": "^4.26.0",
2929
"copy-webpack-plugin": "14.0.0",
@@ -42,7 +42,7 @@
4242
"ora": "9.3.0",
4343
"picomatch": "4.0.4",
4444
"piscina": "5.1.4",
45-
"postcss": "8.5.9",
45+
"postcss": "8.5.10",
4646
"postcss-loader": "8.2.1",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",
@@ -54,7 +54,7 @@
5454
"terser": "5.46.1",
5555
"tinyglobby": "0.2.16",
5656
"tslib": "2.8.1",
57-
"webpack": "5.106.0",
57+
"webpack": "5.106.2",
5858
"webpack-dev-middleware": "8.0.3",
5959
"webpack-dev-server": "5.2.3",
6060
"webpack-merge": "6.0.1",

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
25-
"webpack": "5.106.0",
25+
"webpack": "5.106.2",
2626
"webpack-dev-server": "5.2.3"
2727
},
2828
"peerDependencies": {

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@angular/compiler": "22.0.0-next.7",
3131
"@angular/compiler-cli": "22.0.0-next.7",
3232
"typescript": "6.0.2",
33-
"webpack": "5.106.0"
33+
"webpack": "5.106.2"
3434
}
3535
}

0 commit comments

Comments
 (0)