Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove packages/angular #3045

Merged
merged 1 commit into from
Nov 3, 2021
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
1 change: 0 additions & 1 deletion .bazelignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ bazel-out
node_modules
e2e/symlinked_node_modules_yarn/node_modules
e2e/symlinked_node_modules_npm/node_modules
packages/angular/node_modules
examples/angular/node_modules
examples/user_managed_deps/node_modules

Expand Down
1 change: 0 additions & 1 deletion .github/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ generate_codeowners(
"//packages/labs:OWNERS",
"//packages/rollup:OWNERS",
"//packages/cypress:OWNERS",
"//packages/angular:OWNERS",
"//examples:OWNERS.examples_jest",
"//examples:OWNERS.examples_nestjs",
"//examples:OWNERS.examples_cypress",
Expand Down
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/packages/labs/** @mrmeku @alexeagle @gregmagolan @mattem
/packages/rollup/** @jbedard @alexeagle @gregmagolan @mattem
/packages/cypress/** @mrmeku @alexeagle @gregmagolan @mattem
/packages/angular/** @alan-agius4 @alexeagle @gregmagolan @mattem
/examples/jest/** @mrmeku @alexeagle @gregmagolan @mattem
/examples/nestjs/** @zachgrayio @zMotivat0r @rayman1104 @siberex @alexeagle @gregmagolan @mattem
/examples/cypress/** @mrmeku @alexeagle @gregmagolan @mattem
Expand Down
1 change: 0 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
workspace(
name = "build_bazel_rules_nodejs",
managed_directories = {
"@angular_deps": ["packages/angular/node_modules"],
# cypress_deps must be a managed directory to ensure it is downloaded before cypress_repositories is run.
"@cypress_deps": ["packages/cypress/test/node_modules"],
"@internal_npm_install_test_patches_npm_symlinked": ["internal/npm_install/test/patches_npm_symlinked/node_modules"],
Expand Down
1 change: 0 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
2,
'always',
[
'angular',
'builtin',
'concatjs',
'create',
Expand Down
1 change: 0 additions & 1 deletion examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ example_integration_test(
name = "examples_angular",
timeout = "long",
npm_packages = {
"//packages/angular:npm_package": "@bazel/angular",
"//packages/protractor:npm_package": "@bazel/protractor",
"//packages/rollup:npm_package": "@bazel/rollup",
"//packages/terser:npm_package": "@bazel/terser",
Expand Down
6 changes: 0 additions & 6 deletions npm_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -530,12 +530,6 @@ filegroup(
package_lock_json = "//packages/node-patches:package-lock.json",
)

npm_install(
name = "angular_deps",
package_json = "//packages/angular:package.json",
package_lock_json = "//packages/angular:package-lock.json",
)

yarn_install(
name = "cypress_deps",
package_json = "//packages/cypress/test:package.json",
Expand Down
24 changes: 0 additions & 24 deletions packages/angular/BUILD.bazel

This file was deleted.

30 changes: 0 additions & 30 deletions packages/angular/README.md

This file was deleted.

121 changes: 0 additions & 121 deletions packages/angular/package-lock.json

This file was deleted.

29 changes: 0 additions & 29 deletions packages/angular/package.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/angular/src/builders/builders.json

This file was deleted.

37 changes: 0 additions & 37 deletions packages/angular/src/builders/index.ts

This file was deleted.

34 changes: 0 additions & 34 deletions packages/angular/src/builders/schema.d.ts

This file was deleted.

31 changes: 0 additions & 31 deletions packages/angular/src/builders/schema.json

This file was deleted.

8 changes: 0 additions & 8 deletions packages/angular/tsconfig.json

This file was deleted.

Loading