feat(bazel): resolve tinyland-auth via module graph (retire npm)#9
Merged
Merged
Conversation
3 tasks
Jess Sullivan (Jesssullivan)
added a commit
that referenced
this pull request
Jul 4, 2026
#10) Consumes the P2 view-grant reconciliation from tinyland-auth 0.4.0 (TIN-2435, operator-ratified 2026-07-04; precedent TIN-1606): moderator, editor, and contributor gain admin.events.view; event_manager gains admin.content.view; every role at or above member now holds the member self-service core. This package only imports the type-only `AdminRole` from @tummycrypt/tinyland-auth (src/schemas.ts) and defines its own local ADMIN_ROLES / ADMIN_PERMISSIONS validation constants, independent of tinyland-auth's ROLE_PERMISSIONS matrix. No test assertions reference the upstream permission grants, so no test changes were required. Verified: all 138 tests pass unchanged both before (0.2.2) and after (0.4.0) the bump via `bazelisk test //:test`. No MODULE.bazel.lock present in this repo (nothing to regenerate). package.json/pnpm-lock.yaml carry no npm dependency on @tummycrypt/tinyland-auth or @tinyland-inc/tinyland-auth (npm resolution was retired for this dep in #9); left untouched per house rule that in-ecosystem deps resolve via the Bazel module graph.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Graph-resolve @tummycrypt/tinyland-auth via npm_link_package(@tummycrypt_tinyland_auth//:pkg); remove from package.json; CI bazel-only. Follows tinyland-a11y-engine#9. Refs TIN-1716.