Skip to content

Commit

Permalink
chore: update build_bazel_rules_typescript commit hash to 09f0469
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and alexeagle committed Dec 3, 2019
1 parent b004732 commit dcdc98b
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 273 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ install_bazel_dependencies()
# With http_archive it only sees releases/download/*.tar.gz urls
git_repository(
name = "build_bazel_rules_typescript",
commit = "62bbdc8b3b4f9a8222b135648e8e425e23cad056",
commit = "09f0469fe9b90b0f031994019e7e104f1ca1ce43",
remote = "http://github.com/bazelbuild/rules_typescript.git",
)

Expand Down
12 changes: 0 additions & 12 deletions e2e/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,3 @@ e2e_integration_test(
"3.5.x",
"3.6.x",
]]

e2e_integration_test(
name = "e2e_ts_auto_deps",
bazel_commands = [
"run @nodejs//:yarn_node_repositories",
"run @nodejs//:yarn -- generate_build_file",
"build //simple:simple",
],
npm_packages = {
"//packages/typescript:npm_package": "@bazel/typescript",
},
)
1 change: 0 additions & 1 deletion e2e/ts_auto_deps/.bazelignore

This file was deleted.

1 change: 0 additions & 1 deletion e2e/ts_auto_deps/.bazelrc

This file was deleted.

15 changes: 0 additions & 15 deletions e2e/ts_auto_deps/BUILD.bazel

This file was deleted.

48 changes: 0 additions & 48 deletions e2e/ts_auto_deps/WORKSPACE

This file was deleted.

11 changes: 0 additions & 11 deletions e2e/ts_auto_deps/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions e2e/ts_auto_deps/simple/file.ts

This file was deleted.

Empty file removed e2e/ts_auto_deps/tsconfig.json
Empty file.
140 changes: 0 additions & 140 deletions e2e/ts_auto_deps/yarn.lock

This file was deleted.

1 change: 0 additions & 1 deletion packages/typescript/src/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ filegroup(
"//devserver:package_contents",
"//internal:package_contents",
"//third_party/npm/requirejs:package_contents",
"//ts_auto_deps:package_contents",
],
)
7 changes: 0 additions & 7 deletions packages/typescript/src/ts_auto_deps/BUILD.bazel

This file was deleted.

34 changes: 0 additions & 34 deletions packages/typescript/src/ts_auto_deps/ts_auto_deps.js

This file was deleted.

0 comments on commit dcdc98b

Please sign in to comment.