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 @@ -2,8 +2,10 @@
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
package.json=-289296091
pnpm-lock.yaml=1971472692
package.json=1787535619
patches/@angular__compiler-cli.patch=-11405367
patches/@angular__core.patch=213102054
pnpm-lock.yaml=1876325103
pnpm-workspace.yaml=14857322
src/cdk/package.json=-908433069
yarn.lock=-542661817
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build --nobuild_runfile_links
###############################

# A more useful default output mode for bazel query
# Prints eg. "ng_module rule //foo:bar" rather than just "//foo:bar"
# Prints eg. "ng_project rule //foo:bar" rather than just "//foo:bar"
query --output=label_kind

# By default, failing tests don't print any output, it goes to the log file
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ jobs:
run: yarn install --frozen-lockfile
- name: Run integration tests
run: yarn integration-tests
- name: Running size integration tests
run: yarn integration-tests:size-test
continue-on-error: true
- uses: ./.github/actions/slack
if: failure()
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ jobs:
run: yarn install --frozen-lockfile
- name: Run integration tests
run: yarn integration-tests
- name: Running size integration tests
run: yarn integration-tests:size-test
continue-on-error: true

linker_aot_tests:
Expand Down
21 changes: 15 additions & 6 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ yarn_install(
"//:.yarn/releases/yarn-1.22.17.cjs",
"//:.yarnrc",
"//:tools/postinstall/apply-patches.js",
"//:tools/postinstall/patches/@angular+bazel+20.0.0-next.1.patch",
"//:tools/postinstall/patches/@angular+bazel+20.0.0-next.3.patch",
"//:tools/postinstall/patches/@angular+build-tooling+0.0.0-335a273d3eb2a73c51efb97930fc1e0cd72e0d32.patch",
"//:tools/postinstall/patches/tsec+0.2.2.patch",
"//src/cdk:package.json",
Expand Down Expand Up @@ -174,6 +174,8 @@ npm_translate_lock(
},
data = [
"//:package.json",
"//:patches/@angular__compiler-cli.patch",
"//:patches/@angular__core.patch",
"//:pnpm-workspace.yaml",
"//src/cdk:package.json",
],
Expand Down Expand Up @@ -239,14 +241,21 @@ setup_dependencies_2()

git_repository(
name = "rules_angular",
commit = "bbf9493c73f4a2d715259e8febaa99c363ceaec3",
commit = "92127883c3a3714e63782a51bac1a7c03ec8b0f5",
remote = "https://github.com/devversion/rules_angular.git",
)

load("@rules_angular//setup:step_1.bzl", "step_1")
load("@rules_angular//setup:step_1.bzl", "rules_angular_step1")

step_1()
rules_angular_step1()

load("@rules_angular//setup:step_2.bzl", "step_2")
load("@rules_angular//setup:step_2.bzl", "rules_angular_step2")

step_2()
rules_angular_step2()

load("@rules_angular//setup:step_3.bzl", "rules_angular_step3")

rules_angular_step3(
angular_compiler_cli = "//:node_modules/@angular/compiler-cli",
typescript = "//:node_modules/typescript",
)
1 change: 0 additions & 1 deletion goldens/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
load("@devinfra//bazel/api-golden:index.bzl", "api_golden_test_npm_package")

exports_files([
"size-test.yaml",
"tsec-exemption.json",
])

Expand Down
15 changes: 0 additions & 15 deletions goldens/size-test.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions integration/size-test/BUILD.bazel

This file was deleted.

13 changes: 0 additions & 13 deletions integration/size-test/cdk/drag-drop/BUILD.bazel

This file was deleted.

26 changes: 0 additions & 26 deletions integration/size-test/cdk/drag-drop/all-directives.ts

This file was deleted.

24 changes: 0 additions & 24 deletions integration/size-test/cdk/drag-drop/basic.ts

This file was deleted.

90 changes: 0 additions & 90 deletions integration/size-test/check-size.ts

This file was deleted.

87 changes: 0 additions & 87 deletions integration/size-test/esbuild.config.mjs

This file was deleted.

4 changes: 0 additions & 4 deletions integration/size-test/index-tmpl.ts

This file was deleted.

Loading
Loading