Skip to content

chore(app): bump authorizer-react to 2.2.0-rc.7 - #754

Merged
lakhansamani merged 1 commit into
mainfrom
chore/authorizer-react-rc7
Aug 7, 2026
Merged

chore(app): bump authorizer-react to 2.2.0-rc.7#754
lakhansamani merged 1 commit into
mainfrom
chore/authorizer-react-rc7

Conversation

@lakhansamani

Copy link
Copy Markdown
Contributor

Completes the SDK release chain for the id-only DeleteUser change (#753).

The chain

Package Version What moved
authorizer-proto-go v0.2.0-rc.1 regenerated from BSR
authorizer-proto (PyPI) 0.2.0rc1 regenerated from BSR
authorizer-js 4.0.0-rc.0 DeleteUserRequest.email.id
authorizer-react 2.2.0-rc.7 dependency bump only
web/app this PR dependency bump only

authorizer-js went major because a public type lost a required field, so ^3.3.0 in authorizer-react would never have resolved it.

Blast radius here is nil, and I checked rather than assumed

  • The full v3.3.0..v4.0.0-rc.0 source diff is 8 lines across src/admin.ts and src/types.ts — admin-only.
  • web/app never calls deleteUser (it is the login UI, not the admin UI).
  • authorizer-react rc.6..rc.7 is the dependency bump alone; no source change.

Verified

  • npm install resolves the whole chain: authorizer-react 2.2.0-rc.7 → authorizer-js 4.0.0-rc.0
  • make build-app — succeeds
  • make lint-ts — clean

Both npm packages are published on the rc dist-tag, with latest deliberately untouched (authorizer-js@latest is still 3.3.0), so no existing consumer is pulled onto a prerelease.

Pulls in authorizer-js 4.0.0-rc.0, which went major for the id-only
DeleteUserRequest. No behaviour change here: the entire js source diff is 8
lines in admin-only code and the login UI never calls deleteUser.
@lakhansamani
lakhansamani merged commit 3f17f68 into main Aug 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant