Skip to content

Commit dca408b

Browse files
committed
build: update all non-major dependencies
1 parent 0dca33c commit dca408b

File tree

7 files changed

+734
-609
lines changed

7 files changed

+734
-609
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
55
modules/testing/builder/package.json=973445093
6-
package.json=282968493
7-
packages/angular/build/package.json=796588637
6+
package.json=1906123407
7+
packages/angular/build/package.json=-697754336
88
packages/angular/cli/package.json=-803141029
99
packages/angular/pwa/package.json=1108903917
1010
packages/angular/ssr/package.json=1856194341
1111
packages/angular_devkit/architect/package.json=-1496633956
1212
packages/angular_devkit/architect_cli/package.json=1551210941
13-
packages/angular_devkit/build_angular/package.json=576728842
13+
packages/angular_devkit/build_angular/package.json=-1762999865
1414
packages/angular_devkit/build_webpack/package.json=373950017
1515
packages/angular_devkit/core/package.json=339935828
1616
packages/angular_devkit/schematics/package.json=673943597
1717
packages/angular_devkit/schematics_cli/package.json=774399812
1818
packages/ngtools/webpack/package.json=1282929706
1919
packages/schematics/angular/package.json=251715148
20-
pnpm-lock.yaml=387505909
20+
pnpm-lock.yaml=-1034602449
2121
pnpm-workspace.yaml=-1056556036
22-
yarn.lock=-673353270
22+
yarn.lock=-1743629045

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
26+
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
2727
with:
2828
languages: javascript-typescript
2929
build-mode: none
3030
config-file: .github/codeql/config.yml
3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
32+
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
3333
with:
3434
category: '/language:javascript-typescript'

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
"@angular/platform-server": "19.2.0-next.2",
6161
"@angular/router": "19.2.0-next.2",
6262
"@angular/service-worker": "19.2.0-next.2",
63-
"@babel/core": "7.26.7",
64-
"@babel/generator": "7.26.5",
63+
"@babel/core": "7.26.8",
64+
"@babel/generator": "7.26.8",
6565
"@babel/helper-annotate-as-pure": "7.25.9",
6666
"@babel/helper-split-export-declaration": "7.24.7",
6767
"@babel/plugin-syntax-import-attributes": "7.26.0",
68-
"@babel/plugin-transform-async-generator-functions": "7.25.9",
68+
"@babel/plugin-transform-async-generator-functions": "7.26.8",
6969
"@babel/plugin-transform-async-to-generator": "7.25.9",
70-
"@babel/plugin-transform-runtime": "7.25.9",
71-
"@babel/preset-env": "7.26.7",
70+
"@babel/plugin-transform-runtime": "7.26.8",
71+
"@babel/preset-env": "7.26.8",
7272
"@babel/runtime": "7.26.7",
7373
"@bazel/bazelisk": "1.25.0",
7474
"@bazel/buildifier": "8.0.3",
@@ -137,8 +137,8 @@
137137
"husky": "9.1.7",
138138
"ini": "5.0.0",
139139
"istanbul-lib-instrument": "6.0.3",
140-
"jasmine": "^5.0.0",
141-
"jasmine-core": "~5.5.0",
140+
"jasmine": "~5.6.0",
141+
"jasmine-core": "~5.6.0",
142142
"jasmine-reporters": "^2.5.2",
143143
"jasmine-spec-reporter": "~7.0.0",
144144
"jsonc-parser": "3.3.1",
@@ -176,7 +176,7 @@
176176
"puppeteer": "18.2.1",
177177
"quicktype-core": "23.0.171",
178178
"resolve-url-loader": "5.0.0",
179-
"rollup": "4.34.4",
179+
"rollup": "4.34.6",
180180
"rollup-license-plugin": "~3.0.1",
181181
"rollup-plugin-sourcemaps": "^0.6.0",
182182
"rxjs": "7.8.1",

packages/angular/build/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
23-
"@babel/core": "7.26.7",
23+
"@babel/core": "7.26.8",
2424
"@babel/helper-annotate-as-pure": "7.25.9",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@babel/plugin-syntax-import-attributes": "7.26.0",
@@ -38,7 +38,7 @@
3838
"parse5-html-rewriting-stream": "7.0.0",
3939
"picomatch": "4.0.2",
4040
"piscina": "4.8.0",
41-
"rollup": "4.34.4",
41+
"rollup": "4.34.6",
4242
"sass": "1.84.0",
4343
"semver": "7.7.1",
4444
"vite": "6.1.0",

packages/angular_devkit/build_angular/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"@angular-devkit/build-webpack": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1313
"@angular/build": "workspace:0.0.0-PLACEHOLDER",
14-
"@babel/core": "7.26.7",
15-
"@babel/generator": "7.26.5",
14+
"@babel/core": "7.26.8",
15+
"@babel/generator": "7.26.8",
1616
"@babel/helper-annotate-as-pure": "7.25.9",
1717
"@babel/helper-split-export-declaration": "7.24.7",
18-
"@babel/plugin-transform-async-generator-functions": "7.25.9",
18+
"@babel/plugin-transform-async-generator-functions": "7.26.8",
1919
"@babel/plugin-transform-async-to-generator": "7.25.9",
20-
"@babel/plugin-transform-runtime": "7.25.9",
21-
"@babel/preset-env": "7.26.7",
20+
"@babel/plugin-transform-runtime": "7.26.8",
21+
"@babel/preset-env": "7.26.8",
2222
"@babel/runtime": "7.26.7",
2323
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",

0 commit comments

Comments
 (0)