Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update all non-major dependencies #29579

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
# 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=-613776971
packages/angular/build/package.json=-342568896
packages/angular/cli/package.json=-284191300
package.json=-704282027
packages/angular/build/package.json=796588637
packages/angular/cli/package.json=-803141029
packages/angular/pwa/package.json=1108903917
packages/angular/ssr/package.json=-1038366877
packages/angular_devkit/architect/package.json=-1496633956
packages/angular_devkit/architect_cli/package.json=1551210941
packages/angular_devkit/build_angular/package.json=-1998034676
packages/angular_devkit/build_angular/package.json=576728842
packages/angular_devkit/build_webpack/package.json=373950017
packages/angular_devkit/core/package.json=339935828
packages/angular_devkit/schematics/package.json=673943597
packages/angular_devkit/schematics_cli/package.json=774399812
packages/ngtools/webpack/package.json=1373072616
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=1236260500
pnpm-lock.yaml=550899646
pnpm-workspace.yaml=-1056556036
yarn.lock=-1159191809
yarn.lock=-559264207
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@babel/preset-env": "7.26.7",
"@babel/runtime": "7.26.7",
"@bazel/bazelisk": "1.25.0",
"@bazel/buildifier": "8.0.2",
"@bazel/buildifier": "8.0.3",
"@bazel/runfiles": "^6.0.0",
"@discoveryjs/json-ext": "0.6.3",
"@inquirer/confirm": "5.1.5",
Expand Down Expand Up @@ -152,15 +152,15 @@
"less-loader": "12.2.0",
"license-webpack-plugin": "4.0.2",
"listr2": "8.2.5",
"lmdb": "3.2.4",
"lmdb": "3.2.5",
"loader-utils": "3.3.1",
"lodash": "^4.17.21",
"magic-string": "0.30.17",
"mini-css-extract-plugin": "2.9.2",
"mrmime": "2.0.0",
"ng-packagr": "19.1.2",
"npm": "^11.0.0",
"npm-package-arg": "12.0.1",
"npm-package-arg": "12.0.2",
"npm-pick-manifest": "10.0.0",
"open": "10.1.0",
"ora": "5.4.1",
Expand All @@ -176,11 +176,11 @@
"puppeteer": "18.2.1",
"quicktype-core": "23.0.171",
"resolve-url-loader": "5.0.0",
"rollup": "4.34.3",
"rollup": "4.34.4",
"rollup-license-plugin": "~3.0.1",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
"sass": "1.83.4",
"sass": "1.84.0",
"sass-loader": "16.0.4",
"semver": "7.7.1",
"shelljs": "^0.8.5",
Expand All @@ -189,7 +189,7 @@
"source-map-support": "0.5.21",
"symbol-observable": "4.0.0",
"tar": "^7.0.0",
"terser": "5.38.0",
"terser": "5.38.1",
"tree-kill": "1.2.2",
"ts-node": "^10.9.1",
"tslib": "2.8.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.8.0",
"rollup": "4.34.3",
"sass": "1.83.4",
"rollup": "4.34.4",
"sass": "1.84.0",
"semver": "7.7.1",
"vite": "6.1.0",
"watchpack": "2.4.2"
},
"optionalDependencies": {
"lmdb": "3.2.4"
"lmdb": "3.2.5"
},
"devDependencies": {
"@angular/ssr": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ini": "5.0.0",
"jsonc-parser": "3.3.1",
"listr2": "8.2.5",
"npm-package-arg": "12.0.1",
"npm-package-arg": "12.0.2",
"npm-pick-manifest": "10.0.0",
"pacote": "20.0.0",
"resolve": "1.22.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"postcss-loader": "8.1.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
"sass": "1.83.4",
"sass": "1.84.0",
"sass-loader": "16.0.4",
"semver": "7.7.1",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.38.0",
"terser": "5.38.1",
"tree-kill": "1.2.2",
"tslib": "2.8.1",
"webpack": "5.97.1",
Expand Down
Loading