chore: bump auth pg package to 0.2.2#8
Merged
Conversation
Greptile SummaryStraightforward patch-version bump from 0.2.1 to 0.2.2 across Confidence Score: 5/5Safe to merge — purely mechanical version bump with no logic changes. No code logic changed; all five files reflect a consistent 0.2.1 → 0.2.2 version bump with an accurate CHANGELOG entry and regenerated lock digests. No issues found. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["PR #8: bump to 0.2.2"] --> B["package.json\nversion: 0.2.2"]
A --> C["MODULE.bazel\nversion: 0.2.2"]
A --> D["BUILD.bazel\nnpm_package version: 0.2.2"]
A --> E["MODULE.bazel.lock\nusagesDigest regenerated"]
A --> F["CHANGELOG.md\n[0.2.2] entry added"]
Reviews (1): Last reviewed commit: "chore: refresh Bazel module lock" | Re-trigger Greptile |
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.
Summary
Why
v0.2.1 is already tagged before the package-scoped npm repo fix landed. A new patch version gives the fixed Bzlmod source an immutable release/tag target for the active registry.
Validation
bazel build //:pkg //:tinyland-auth-pg --verbose_failuresbazel test //:test --verbose_failuresgit diff --checkRefs: tinyland-auth-pg#7, tinyland-inc/bazel-registry#2, TIN-165, TIN-679