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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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=-401840940
package.json=1960283937
packages/angular/build/package.json=752867172
packages/angular/cli/package.json=-1917515334
packages/angular/pwa/package.json=1108903917
Expand All @@ -17,7 +17,7 @@ packages/angular_devkit/schematics/package.json=-1133510866
packages/angular_devkit/schematics_cli/package.json=-2026655035
packages/ngtools/webpack/package.json=71458652
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=-1863973885
pnpm-lock.yaml=-790030541
pnpm-workspace.yaml=-1264044456
tests/package.json=700948366
yarn.lock=-1885275523
yarn.lock=1891664180
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ yarn_install(
data = [
"//:.yarn/releases/yarn-4.5.0.cjs",
"//:.yarnrc.yml",
"//:patches/@angular+bazel+19.1.0-next.4.patch",
"//:patches/@angular+bazel+20.0.0-next.1.patch",
],
# Currently disabled due to:
# 1. Missing Windows support currently.
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@
"homepage": "https://github.com/angular/angular-cli",
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "20.0.0-next.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#40b05a09a87b74e90f115cf2d9d506ac9483c78c",
"@angular/animations": "20.0.0-next.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#3422dcb650e407d2c00ac724acf560ab1506d68c",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d4727212a9d0f7eb63ae3116d73c769d9bd0bdc1",
"@angular/cdk": "20.0.0-next.0",
"@angular/common": "20.0.0-next.0",
"@angular/compiler": "20.0.0-next.0",
"@angular/compiler-cli": "20.0.0-next.0",
"@angular/core": "20.0.0-next.0",
"@angular/forms": "20.0.0-next.0",
"@angular/localize": "20.0.0-next.0",
"@angular/common": "20.0.0-next.1",
"@angular/compiler": "20.0.0-next.1",
"@angular/compiler-cli": "20.0.0-next.1",
"@angular/core": "20.0.0-next.1",
"@angular/forms": "20.0.0-next.1",
"@angular/localize": "20.0.0-next.1",
"@angular/material": "20.0.0-next.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#dbcf3afdd0b7d3bd95c71e3df43a210364d3939b",
"@angular/platform-browser": "20.0.0-next.0",
"@angular/platform-browser-dynamic": "20.0.0-next.0",
"@angular/platform-server": "20.0.0-next.0",
"@angular/router": "20.0.0-next.0",
"@angular/service-worker": "20.0.0-next.0",
"@angular/platform-browser": "20.0.0-next.1",
"@angular/platform-browser-dynamic": "20.0.0-next.1",
"@angular/platform-server": "20.0.0-next.1",
"@angular/router": "20.0.0-next.1",
"@angular/service-worker": "20.0.0-next.1",
"@babel/core": "7.26.9",
"@babel/generator": "7.26.9",
"@babel/helper-annotate-as-pure": "7.25.9",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff --git a/node_modules/@angular/bazel/src/ng_package/packager.mjs b/node_modules/@angular/bazel/src/ng_package/packager.mjs
index 7184fd910a6ecaa817d5078a1fb17f78aee9113b..ef3e508cfa8f309ca298a21c0546bba60fae095c 100755
index dd6ec61..c2a0acf 100755
--- a/node_modules/@angular/bazel/src/ng_package/packager.mjs
+++ b/node_modules/@angular/bazel/src/ng_package/packager.mjs
@@ -7,7 +7,7 @@
*/
@@ -8,7 +8,7 @@
import * as fs from 'fs';
import * as path from 'path';
import fastGlob from 'fast-glob';
-import { analyzeFileAndEnsureNoCrossImports } from './cross_entry_points_imports';
+import { analyzeFileAndEnsureNoCrossImports } from './cross_entry_points_imports.mjs';
/**
Expand Down
Loading