Skip to content

Commit 8350e42

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent c7f069f commit 8350e42

File tree

8 files changed

+191
-174
lines changed

8 files changed

+191
-174
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"eslint-plugin-import": "2.32.0",
102102
"express": "5.2.1",
103103
"fast-glob": "3.3.3",
104-
"globals": "17.3.0",
104+
"globals": "17.4.0",
105105
"http-proxy": "^1.18.1",
106106
"http-proxy-middleware": "3.0.5",
107107
"husky": "9.1.7",
@@ -130,7 +130,7 @@
130130
"typescript": "5.9.3",
131131
"undici": "7.22.0",
132132
"unenv": "^1.10.0",
133-
"verdaccio": "6.2.7",
133+
"verdaccio": "6.2.9",
134134
"verdaccio-auth-memory": "^10.0.0",
135135
"zone.js": "^0.16.0"
136136
},

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"https-proxy-agent": "7.0.6",
3232
"istanbul-lib-instrument": "6.0.3",
3333
"jsonc-parser": "3.3.1",
34-
"listr2": "10.1.1",
34+
"listr2": "10.1.2",
3535
"magic-string": "0.30.21",
3636
"mrmime": "2.0.1",
3737
"parse5-html-rewriting-stream": "8.0.0",
3838
"picomatch": "4.0.3",
3939
"piscina": "5.1.4",
40-
"rolldown": "1.0.0-rc.5",
40+
"rolldown": "1.0.0-rc.6",
4141
"sass": "1.97.3",
4242
"semver": "7.7.4",
4343
"source-map-support": "0.5.21",

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
2828
"@inquirer/prompts": "8.3.0",
29-
"@listr2/prompt-adapter-inquirer": "4.1.1",
29+
"@listr2/prompt-adapter-inquirer": "4.1.2",
3030
"@modelcontextprotocol/sdk": "1.27.1",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
3333
"algoliasearch": "5.49.1",
3434
"ini": "6.0.0",
3535
"jsonc-parser": "3.3.1",
36-
"listr2": "10.1.1",
36+
"listr2": "10.1.2",
3737
"npm-package-arg": "13.0.2",
3838
"pacote": "21.4.0",
3939
"parse5-html-rewriting-stream": "8.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"ansi-colors": "4.1.3",
26-
"autoprefixer": "10.4.24",
26+
"autoprefixer": "10.4.27",
2727
"babel-loader": "10.0.0",
2828
"browserslist": "^4.26.0",
2929
"copy-webpack-plugin": "13.0.1",
@@ -54,7 +54,7 @@
5454
"terser": "5.46.0",
5555
"tinyglobby": "0.2.15",
5656
"tslib": "2.8.1",
57-
"webpack": "5.105.2",
57+
"webpack": "5.105.3",
5858
"webpack-dev-middleware": "7.4.5",
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.105.2",
25+
"webpack": "5.105.3",
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": "21.2.0-rc.0",
3131
"@angular/compiler-cli": "21.2.0-rc.0",
3232
"typescript": "5.9.3",
33-
"webpack": "5.105.2"
33+
"webpack": "5.105.3"
3434
}
3535
}

0 commit comments

Comments
 (0)