From 20e029e009adf86c7391075ddfe74739d102f2ac Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 27 Sep 2024 09:48:49 +0000 Subject: [PATCH] build: update all non-major dependencies --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/dev-infra.yml | 4 +-- .github/workflows/pr.yml | 2 +- WORKSPACE | 6 ++-- package.json | 4 +-- .../angular_devkit/build_angular/package.json | 4 +-- .../browser/specs/lazy-module_spec.ts | 4 +-- .../angular_devkit/build_webpack/package.json | 2 +- packages/ngtools/webpack/package.json | 2 +- yarn.lock | 36 +++++++++++++------ 10 files changed, 40 insertions(+), 26 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index f68b98e4a7fe..96c7fa69929d 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -13,7 +13,7 @@ jobs: assistant_to_the_branch_manager: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: persist-credentials: false - uses: angular/dev-infra/github-actions/branch-manager@55c0cd826f5ad56c3bccc7272313c75467543f3f diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index a4a8077ba602..3faf9b68fbad 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,14 +12,14 @@ jobs: labels: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: angular/dev-infra/github-actions/commit-message-based-labels@55c0cd826f5ad56c3bccc7272313c75467543f3f with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: angular/dev-infra/github-actions/post-approval-changes@55c0cd826f5ad56c3bccc7272313c75467543f3f with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b4880683f536..fb7191ff1bc5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -20,7 +20,7 @@ jobs: outputs: snapshots: ${{ steps.filter.outputs.snapshots }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: persist-credentials: false - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 diff --git a/WORKSPACE b/WORKSPACE index 924e1d4d4f5d..f753b7bac46c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -131,9 +131,9 @@ yarn_install( http_archive( name = "aspect_bazel_lib", - sha256 = "da67c6a785cdc10faf960a22c44501fe6be357a6ebd2bd6101560f9c2a9e06b3", - strip_prefix = "bazel-lib-2.9.0", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.0/bazel-lib-v2.9.0.tar.gz", + sha256 = "f93d386d8d0b0149031175e81df42a488be4267c3ca2249ba5321c23c60bc1f0", + strip_prefix = "bazel-lib-2.9.1", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.1/bazel-lib-v2.9.1.tar.gz", ) load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains") diff --git a/package.json b/package.json index 4c09b68f11b4..43a395301b34 100644 --- a/package.json +++ b/package.json @@ -195,7 +195,7 @@ "source-map-support": "0.5.21", "symbol-observable": "4.0.0", "tar": "^6.1.6", - "terser": "5.33.0", + "terser": "5.34.0", "tree-kill": "1.2.2", "ts-node": "^10.9.1", "tslib": "2.7.0", @@ -206,7 +206,7 @@ "verdaccio-auth-memory": "^10.0.0", "vite": "5.4.8", "watchpack": "2.4.2", - "webpack": "5.94.0", + "webpack": "5.95.0", "webpack-dev-middleware": "7.4.2", "webpack-dev-server": "5.1.0", "webpack-merge": "6.0.1", diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index 7bc037ff9a2f..7991511b959c 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -58,12 +58,12 @@ "semver": "7.6.3", "source-map-loader": "5.0.0", "source-map-support": "0.5.21", - "terser": "5.33.0", + "terser": "5.34.0", "tree-kill": "1.2.2", "tslib": "2.7.0", "vite": "5.4.8", "watchpack": "2.4.2", - "webpack": "5.94.0", + "webpack": "5.95.0", "webpack-dev-middleware": "7.4.2", "webpack-dev-server": "5.1.0", "webpack-merge": "6.0.1", diff --git a/packages/angular_devkit/build_angular/src/builders/browser/specs/lazy-module_spec.ts b/packages/angular_devkit/build_angular/src/builders/browser/specs/lazy-module_spec.ts index 56906f47d0aa..a4ba1b1b845a 100644 --- a/packages/angular_devkit/build_angular/src/builders/browser/specs/lazy-module_spec.ts +++ b/packages/angular_devkit/build_angular/src/builders/browser/specs/lazy-module_spec.ts @@ -133,13 +133,13 @@ describe('Browser Builder lazy modules', () => { 'src/lazy-module.ts': 'export const value = 42;', 'src/main.ts': ` const lazyFileName = 'module'; - import(/*webpackChunkName: '[request]'*/'./lazy-' + lazyFileName); + import('./lazy-' + lazyFileName); `, }); host.replaceInFile('src/tsconfig.app.json', '"main.ts"', `"main.ts","lazy-module.ts"`); const { files } = await browserBuild(architect, host, target); - expect(files['lazy-module.js']).toBeDefined(); + expect(files['common.js']).toBeDefined(); }); it(`supports making a common bundle for shared lazy modules`, async () => { diff --git a/packages/angular_devkit/build_webpack/package.json b/packages/angular_devkit/build_webpack/package.json index e51d17edfcfc..f8141f4b93fe 100644 --- a/packages/angular_devkit/build_webpack/package.json +++ b/packages/angular_devkit/build_webpack/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@angular-devkit/core": "0.0.0-PLACEHOLDER", - "webpack": "5.94.0" + "webpack": "5.95.0" }, "peerDependencies": { "webpack": "^5.30.0", diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 22b10ac0df1f..8c2beeb351b4 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -30,6 +30,6 @@ "@angular/compiler": "19.0.0-next.7", "@angular/compiler-cli": "19.0.0-next.7", "typescript": "5.6.2", - "webpack": "5.94.0" + "webpack": "5.95.0" } } diff --git a/yarn.lock b/yarn.lock index 1e866004debc..6f9269f42dff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -112,13 +112,13 @@ __metadata: semver: "npm:7.6.3" source-map-loader: "npm:5.0.0" source-map-support: "npm:0.5.21" - terser: "npm:5.33.0" + terser: "npm:5.34.0" tree-kill: "npm:1.2.2" tslib: "npm:2.7.0" undici: "npm:6.19.8" vite: "npm:5.4.8" watchpack: "npm:2.4.2" - webpack: "npm:5.94.0" + webpack: "npm:5.95.0" webpack-dev-middleware: "npm:7.4.2" webpack-dev-server: "npm:5.1.0" webpack-merge: "npm:6.0.1" @@ -176,7 +176,7 @@ __metadata: "@angular-devkit/architect": "npm:0.0.0-EXPERIMENTAL-PLACEHOLDER" "@angular-devkit/core": "npm:0.0.0-PLACEHOLDER" rxjs: "npm:7.8.1" - webpack: "npm:5.94.0" + webpack: "npm:5.95.0" peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 @@ -773,7 +773,7 @@ __metadata: source-map-support: "npm:0.5.21" symbol-observable: "npm:4.0.0" tar: "npm:^6.1.6" - terser: "npm:5.33.0" + terser: "npm:5.34.0" tree-kill: "npm:1.2.2" ts-node: "npm:^10.9.1" tslib: "npm:2.7.0" @@ -784,7 +784,7 @@ __metadata: verdaccio-auth-memory: "npm:^10.0.0" vite: "npm:5.4.8" watchpack: "npm:2.4.2" - webpack: "npm:5.94.0" + webpack: "npm:5.95.0" webpack-dev-middleware: "npm:7.4.2" webpack-dev-server: "npm:5.1.0" webpack-merge: "npm:6.0.1" @@ -3796,7 +3796,7 @@ __metadata: "@angular/compiler": "npm:19.0.0-next.7" "@angular/compiler-cli": "npm:19.0.0-next.7" typescript: "npm:5.6.2" - webpack: "npm:5.94.0" + webpack: "npm:5.95.0" peerDependencies: "@angular/compiler-cli": ^19.0.0-next.0 typescript: ">=5.5 <5.7" @@ -17105,7 +17105,21 @@ __metadata: languageName: node linkType: hard -"terser@npm:5.33.0, terser@npm:^5.26.0": +"terser@npm:5.34.0": + version: 5.34.0 + resolution: "terser@npm:5.34.0" + dependencies: + "@jridgewell/source-map": "npm:^0.3.3" + acorn: "npm:^8.8.2" + commander: "npm:^2.20.0" + source-map-support: "npm:~0.5.20" + bin: + terser: bin/terser + checksum: 10c0/74e8ef4e565e5600415cd9377a90eed419b8076465d453c0c76aef4053c45371512d2de76c34d01e004cdd49ea5a749d77eeb343f7e665b2d172158ca08ba23e + languageName: node + linkType: hard + +"terser@npm:^5.26.0": version: 5.33.0 resolution: "terser@npm:5.33.0" dependencies: @@ -18341,9 +18355,9 @@ __metadata: languageName: node linkType: hard -"webpack@npm:5.94.0": - version: 5.94.0 - resolution: "webpack@npm:5.94.0" +"webpack@npm:5.95.0": + version: 5.95.0 + resolution: "webpack@npm:5.95.0" dependencies: "@types/estree": "npm:^1.0.5" "@webassemblyjs/ast": "npm:^1.12.1" @@ -18373,7 +18387,7 @@ __metadata: optional: true bin: webpack: bin/webpack.js - checksum: 10c0/b4d1b751f634079bd177a89eef84d80fa5bb8d6fc15d72ab40fc2b9ca5167a79b56585e1a849e9e27e259803ee5c4365cb719e54af70a43c06358ec268ff4ebf + checksum: 10c0/b9e6d0f8ebcbf0632494ac0b90fe4acb8f4a9b83f7ace4a67a15545a36fe58599c912ab58e625e1bf58ab3b0916c75fe99da6196d412ee0cab0b5065edd84238 languageName: node linkType: hard