Skip to content

Commit 3a6aebf

Browse files
josephperrottAndrewKushnir
authored andcommitted
fix(bazel): stop publishing @angular/bazel package to npm (angular#49093)
We are no longer publishing the @angular/bazel package in prepeartion for its removal from the angular/angular repo. The piece that we still rely on for our own infrastructure will be moved to angular/dev-infra. PR Close angular#49093
1 parent 6977403 commit 3a6aebf

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

.ng-dev/release.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export const release: ReleaseConfig = {
66
representativeNpmPackage: '@angular/core',
77
npmPackages: [
88
{name: '@angular/animations'},
9-
{name: '@angular/bazel'},
109
{name: '@angular/common'},
1110
{name: '@angular/compiler'},
1211
{name: '@angular/compiler-cli'},

docs/PUBLIC_API.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Our semver, timed-release cycle and deprecation policy currently applies to thes
1717

1818
One intentional omission from this list is `@angular/compiler`, which is currently considered a low level API and is subject to internal changes. These changes will not affect any applications or libraries using the higher-level APIs (the command line interface or JIT compilation via `@angular/platform-browser-dynamic`). Only very specific use-cases, such as tooling integration for IDEs and linters, require direct access to the compiler API. If you are working on this kind of integration, please reach out to us first.
1919

20-
Package `@angular/bazel` is currently an Angular Labs project and not covered by the public API guarantees.
21-
2220
Additionally only the command line usage (not direct use of APIs) of `@angular/compiler-cli` is covered.
2321

2422
Other projects developed by the Angular team like angular-cli, Angular Material, will be covered by these or similar guarantees in the future as they mature.

packages.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def _exclude_pkgs(packages, *args):
2020
# All framework packages published to NPM.
2121
ALL_PACKAGES = [
2222
"@angular/animations",
23-
"@angular/bazel",
2423
"@angular/benchpress",
2524
"@angular/common",
2625
"@angular/compiler",

packages/bazel/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ pkg_npm(
2727
"//packages/bazel/": "//@angular/bazel/",
2828
"@npm//@bazel/concatjs/internal:": "//@bazel/concatjs/internal:",
2929
},
30-
tags = ["release-with-framework"],
3130
# Do not add more to this list.
3231
# Dependencies on the full npm_package cause long re-builds.
3332
visibility = [

0 commit comments

Comments
 (0)