Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and alan-agius4 committed Mar 3, 2025
1 parent 2083c3d commit 38ef5d7
Show file tree
Hide file tree
Showing 7 changed files with 327 additions and 122 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
modules/testing/builder/package.json=973445093
package.json=-31518441
packages/angular/build/package.json=-1114621695
package.json=-1092551787
packages/angular/build/package.json=-42220606
packages/angular/cli/package.json=-1917515334
packages/angular/pwa/package.json=1108903917
packages/angular/ssr/package.json=-2027233365
packages/angular_devkit/architect/package.json=-363443363
packages/angular_devkit/architect_cli/package.json=1551210941
packages/angular_devkit/build_angular/package.json=830318166
packages/angular_devkit/build_angular/package.json=595549079
packages/angular_devkit/build_webpack/package.json=-511874814
packages/angular_devkit/core/package.json=-411613325
packages/angular_devkit/schematics/package.json=-1133510866
packages/angular_devkit/schematics_cli/package.json=-2026655035
packages/ngtools/webpack/package.json=-538346154
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=-1296799772
pnpm-lock.yaml=-2045697917
pnpm-workspace.yaml=-1264044456
tests/package.json=700948366
yarn.lock=1830514190
yarn.lock=167523655
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@836bdd0543d15904c469f5a0ce869d30a8029971
- name: Setup ESLint Caching
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with:
path: .eslintcache
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"puppeteer": "18.2.1",
"quicktype-core": "23.0.171",
"resolve-url-loader": "5.0.0",
"rollup": "4.34.8",
"rollup": "4.34.9",
"rollup-license-plugin": "~3.0.1",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.2",
Expand All @@ -198,7 +198,7 @@
"ts-node": "^10.9.1",
"tslib": "2.8.1",
"typescript": "5.8.1-rc",
"undici": "7.3.0",
"undici": "7.4.0",
"unenv": "^1.10.0",
"verdaccio": "6.0.5",
"verdaccio-auth-memory": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.8.0",
"rollup": "4.34.8",
"rollup": "4.34.9",
"sass": "1.85.1",
"semver": "7.7.1",
"source-map-support": "0.5.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"esbuild": "0.25.0"
},
"devDependencies": {
"undici": "7.3.0",
"undici": "7.4.0",
"@angular/ssr": "workspace:*"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 38ef5d7

Please sign in to comment.