Skip to content

Commit

Permalink
refactor: remove packages/angular
Browse files Browse the repository at this point in the history
It is moving to just-jeb/angular-builders#1048

We announced the deprecation in the README of this package for 4.x
  • Loading branch information
alexeagle committed Oct 28, 2021
1 parent 0da9dfd commit 2613ea3
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 354 deletions.
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
14 changes: 1 addition & 13 deletions .github/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,7 @@ generate_codeowners(
generated_comment = "# AUTO GENERATED edits will be lost\n# To update, run:\n# yarn update-codeowners",
# This list is auto-generated by `yarn update-codeowners`
# do not sort
owners = [
"//:OWNERS",
"//packages/labs:OWNERS",
"//packages/rollup:OWNERS",
"//packages/cypress:OWNERS",
"//packages/angular:OWNERS",
"//examples:OWNERS.examples_jest",
"//examples:OWNERS.examples_nestjs",
"//examples:OWNERS.examples_cypress",
"//examples:OWNERS.examples_angular",
"//examples:OWNERS.examples_protocol_buffers",
"//examples:OWNERS.examples_angular_bazel_architect",
],
owners = [],
)

generated_file_test(
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.

Loading

0 comments on commit 2613ea3

Please sign in to comment.