Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
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 @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
36 changes: 25 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -18373,7 +18387,7 @@ __metadata:
optional: true
bin:
webpack: bin/webpack.js
checksum: 10c0/b4d1b751f634079bd177a89eef84d80fa5bb8d6fc15d72ab40fc2b9ca5167a79b56585e1a849e9e27e259803ee5c4365cb719e54af70a43c06358ec268ff4ebf
checksum: 10c0/b9e6d0f8ebcbf0632494ac0b90fe4acb8f4a9b83f7ace4a67a15545a36fe58599c912ab58e625e1bf58ab3b0916c75fe99da6196d412ee0cab0b5065edd84238
languageName: node
linkType: hard

Expand Down