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 #29572

Merged
merged 1 commit into from
Feb 5, 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=-1652339359
packages/angular/build/package.json=-579157191
package.json=-613776971
packages/angular/build/package.json=-342568896
packages/angular/cli/package.json=-284191300
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=-365545205
packages/angular_devkit/build_angular/package.json=-1998034676
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=-691818088
pnpm-lock.yaml=1236260500
pnpm-workspace.yaml=-1056556036
yarn.lock=1631477188
yarn.lock=-1159191809
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ http_archive(
name = "aspect_rules_ts",
patch_args = ["-p1"],
patches = ["//tools:rules_ts_windows.patch"],
sha256 = "013a10b2b457add73b081780e604778eb50a141709f9194298f97761acdcc169",
strip_prefix = "rules_ts-3.4.0",
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.4.0/rules_ts-v3.4.0.tar.gz",
sha256 = "4263532b2fb4d16f309d80e3597191a1cb2fb69c19e95d91711bd6b97874705e",
strip_prefix = "rules_ts-3.5.0",
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.0/rules_ts-v3.5.0.tar.gz",
)

load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"less-loader": "12.2.0",
"license-webpack-plugin": "4.0.2",
"listr2": "8.2.5",
"lmdb": "3.2.3",
"lmdb": "3.2.4",
"loader-utils": "3.3.1",
"lodash": "^4.17.21",
"magic-string": "0.30.17",
Expand All @@ -176,7 +176,7 @@
"puppeteer": "18.2.1",
"quicktype-core": "23.0.171",
"resolve-url-loader": "5.0.0",
"rollup": "4.34.2",
"rollup": "4.34.3",
"rollup-license-plugin": "~3.0.1",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
Expand All @@ -189,7 +189,7 @@
"source-map-support": "0.5.21",
"symbol-observable": "4.0.0",
"tar": "^7.0.0",
"terser": "5.37.0",
"terser": "5.38.0",
"tree-kill": "1.2.2",
"ts-node": "^10.9.1",
"tslib": "2.8.1",
Expand All @@ -198,7 +198,7 @@
"unenv": "^1.10.0",
"verdaccio": "6.0.5",
"verdaccio-auth-memory": "^10.0.0",
"vite": "6.0.11",
"vite": "6.1.0",
"watchpack": "2.4.2",
"webpack": "5.97.1",
"webpack-dev-middleware": "7.4.2",
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.2",
"rollup": "4.34.3",
"sass": "1.83.4",
"semver": "7.7.1",
"vite": "6.0.11",
"vite": "6.1.0",
"watchpack": "2.4.2"
},
"optionalDependencies": {
"lmdb": "3.2.3"
"lmdb": "3.2.4"
},
"devDependencies": {
"@angular/ssr": "workspace:*",
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 @@ -53,7 +53,7 @@
"semver": "7.7.1",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.37.0",
"terser": "5.38.0",
"tree-kill": "1.2.2",
"tslib": "2.8.1",
"webpack": "5.97.1",
Expand Down
Loading