Skip to content

Commit 2d6de06

Browse files
committed
"main - 9f2c9ff refactor(ng-dev): remove 'typescript-local' support from 'sync-module-bazel'"
1 parent b4cdd02 commit 2d6de06

File tree

6 files changed

+189
-175
lines changed

6 files changed

+189
-175
lines changed

BUILD.bazel

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
load("@rules_angular_npm//:defs.bzl", "npm_link_all_packages")
2-
load("//src/private:symlink_package.bzl", "symlink_package")
3-
4-
package(default_visibility = ["//visibility:public"])
52

63
npm_link_all_packages()
7-
8-
symlink_package(
9-
name = "node_modules/typescript",
10-
src = "@rules_angular_configurable_deps//:typescript",
11-
)

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ use_repo(npm, "rules_angular_npm")
7575
rules_angular = use_extension("//setup:extensions.bzl", "rules_angular")
7676
rules_angular.setup(
7777
angular_compiler_cli = "//:node_modules/@angular/compiler-cli",
78-
typescript = "//:node_modules/typescript-local",
78+
typescript = "//:node_modules/typescript",
7979
)
8080
use_repo(rules_angular, "rules_angular_configurable_deps")

MODULE.bazel.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"pnpm": "10.32.1"
2626
},
2727
"dependencies": {
28-
"@angular/compiler-cli": "22.0.0-next.1",
29-
"typescript-local": "npm:typescript@5.9.3"
28+
"@angular/compiler-cli": "22.0.0-next.3",
29+
"typescript": "5.9.3"
3030
},
3131
"devDependencies": {
32-
"@angular/build": "22.0.0-next.0",
33-
"@angular/cli": "22.0.0-next.0",
34-
"@angular/common": "22.0.0-next.1",
35-
"@angular/compiler": "22.0.0-next.1",
36-
"@angular/core": "22.0.0-next.1",
37-
"@angular/platform-browser": "22.0.0-next.1",
32+
"@angular/build": "22.0.0-next.1",
33+
"@angular/cli": "22.0.0-next.1",
34+
"@angular/common": "22.0.0-next.3",
35+
"@angular/compiler": "22.0.0-next.3",
36+
"@angular/core": "22.0.0-next.3",
37+
"@angular/platform-browser": "22.0.0-next.3",
3838
"@babel/core": "^7.28.5",
3939
"@bazel/bazelisk": "1.28.1",
4040
"@rollup/plugin-commonjs": "^29.0.0",

0 commit comments

Comments
 (0)