Skip to content

Commit fe1af9f

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 1ded0b7 commit fe1af9f

File tree

5 files changed

+513
-236
lines changed

5 files changed

+513
-236
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@babel/plugin-transform-runtime": "7.25.9",
8080
"@babel/preset-env": "7.26.0",
8181
"@babel/runtime": "7.26.0",
82-
"@bazel/bazelisk": "1.23.0",
82+
"@bazel/bazelisk": "1.24.0",
8383
"@bazel/buildifier": "7.3.1",
8484
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
8585
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
@@ -116,8 +116,8 @@
116116
"@types/yargs": "^17.0.20",
117117
"@types/yargs-parser": "^21.0.0",
118118
"@types/yarnpkg__lockfile": "^1.1.5",
119-
"@typescript-eslint/eslint-plugin": "8.14.0",
120-
"@typescript-eslint/parser": "8.14.0",
119+
"@typescript-eslint/eslint-plugin": "8.15.0",
120+
"@typescript-eslint/parser": "8.15.0",
121121
"@vitejs/plugin-basic-ssl": "1.1.0",
122122
"@web/test-runner": "^0.19.0",
123123
"@yarnpkg/lockfile": "1.1.0",
@@ -145,7 +145,7 @@
145145
"http-proxy": "^1.18.1",
146146
"http-proxy-middleware": "3.0.3",
147147
"https-proxy-agent": "7.0.5",
148-
"husky": "9.1.6",
148+
"husky": "9.1.7",
149149
"ini": "5.0.0",
150150
"istanbul-lib-instrument": "6.0.3",
151151
"jasmine": "^5.0.0",
@@ -162,10 +162,10 @@
162162
"less-loader": "12.2.0",
163163
"license-webpack-plugin": "4.0.2",
164164
"listr2": "8.2.5",
165-
"lmdb": "3.1.5",
165+
"lmdb": "3.1.6",
166166
"loader-utils": "3.3.1",
167167
"lodash": "^4.17.21",
168-
"magic-string": "0.30.12",
168+
"magic-string": "0.30.13",
169169
"mini-css-extract-plugin": "2.9.2",
170170
"mrmime": "2.0.0",
171171
"ng-packagr": "19.0.0",
@@ -185,11 +185,11 @@
185185
"puppeteer": "18.2.1",
186186
"quicktype-core": "23.0.170",
187187
"resolve-url-loader": "5.0.0",
188-
"rollup": "4.26.0",
188+
"rollup": "4.27.3",
189189
"rollup-license-plugin": "~3.0.1",
190190
"rollup-plugin-sourcemaps": "^0.6.0",
191191
"rxjs": "7.8.1",
192-
"sass": "1.80.7",
192+
"sass": "1.81.0",
193193
"sass-loader": "16.0.3",
194194
"semver": "7.6.3",
195195
"shelljs": "^0.8.5",
@@ -205,7 +205,7 @@
205205
"typescript": "5.6.3",
206206
"undici": "6.21.0",
207207
"unenv": "^1.10.0",
208-
"verdaccio": "6.0.1",
208+
"verdaccio": "6.0.2",
209209
"verdaccio-auth-memory": "^10.0.0",
210210
"vite": "5.4.11",
211211
"watchpack": "2.4.2",

packages/angular/build/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
"https-proxy-agent": "7.0.5",
3434
"istanbul-lib-instrument": "6.0.3",
3535
"listr2": "8.2.5",
36-
"magic-string": "0.30.12",
36+
"magic-string": "0.30.13",
3737
"mrmime": "2.0.0",
3838
"parse5-html-rewriting-stream": "7.0.0",
3939
"picomatch": "4.0.2",
4040
"piscina": "4.7.0",
41-
"rollup": "4.26.0",
42-
"sass": "1.80.7",
41+
"rollup": "4.27.3",
42+
"sass": "1.81.0",
4343
"semver": "7.6.3",
4444
"vite": "5.4.11",
4545
"watchpack": "2.4.2"
4646
},
4747
"optionalDependencies": {
48-
"lmdb": "3.1.5"
48+
"lmdb": "3.1.6"
4949
},
5050
"peerDependencies": {
5151
"@angular/compiler": "^19.0.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"postcss-loader": "8.1.1",
4949
"resolve-url-loader": "5.0.0",
5050
"rxjs": "7.8.1",
51-
"sass": "1.80.7",
51+
"sass": "1.81.0",
5252
"sass-loader": "16.0.3",
5353
"semver": "7.6.3",
5454
"source-map-loader": "5.0.0",

packages/angular_devkit/schematics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1717
"jsonc-parser": "3.3.1",
18-
"magic-string": "0.30.12",
18+
"magic-string": "0.30.13",
1919
"ora": "5.4.1",
2020
"rxjs": "7.8.1"
2121
}

0 commit comments

Comments
 (0)