chore: update @anuma/sdk to 1.0.0-next.20260423203831#16
Open
Denis Fadeev (fadeev) wants to merge 1 commit intomainfrom
Open
chore: update @anuma/sdk to 1.0.0-next.20260423203831#16Denis Fadeev (fadeev) wants to merge 1 commit intomainfrom
Denis Fadeev (fadeev) wants to merge 1 commit intomainfrom
Conversation
32268ef to
546ab2f
Compare
546ab2f to
6eb5952
Compare
3f8e3a0 to
bf672a2
Compare
33274c3 to
1818287
Compare
1818287 to
da683ea
Compare
dab8f1c to
d4bb9bc
Compare
d4bb9bc to
d5b2193
Compare
3716945 to
a7e24c1
Compare
a7e24c1 to
a4bc8e1
Compare
50db75b to
b732145
Compare
b732145 to
c7d4e79
Compare
1aa87b3 to
e8e5ef9
Compare
e8e5ef9 to
5ba214c
Compare
5ba214c to
68002b6
Compare
911059d to
7b9ef3d
Compare
7b9ef3d to
5cc36e9
Compare
5cc36e9 to
f83cf56
Compare
f83cf56 to
f074036
Compare
f074036 to
d672df8
Compare
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.
Updates
@anuma/sdkto1.0.0-next.20260325151736.Note
Low Risk
Low risk dependency-only change; behavior may shift subtly due to the
@anuma/sdk(and transitive@anuma/portal) pre-release bump and newly introduced transitive dependency.Overview
Bumps
@anuma/sdkfrom1.0.0-next.20260325013233to1.0.0-next.20260423203831inpackage.jsonand updatespnpm-lock.yamlto match.The lockfile refresh also updates the transitive
@anuma/portalversion, addsjsonrepair@3.14.0to the resolved dependency set, and records a deprecation notice for@xmldom/xmldom@0.8.11.Reviewed by Cursor Bugbot for commit d672df8. Bugbot is set up for automated code reviews on this repo. Configure here.
Greptile Summary
This PR updates
@anuma/sdkfrom1.0.0-next.20260325013233to1.0.0-next.20260325151736— a same-day pre-release patch within the1.0.0-nextseries. Bothpackage.jsonandpnpm-lock.yamlare updated consistently, with the new integrity hash reflected in the lockfile and the peer dependency tree remaining identical between the two versions.Confidence Score: 5/5
Safe to merge — minimal-scope dependency bump with consistent lockfile update and no peer dependency changes.
The change is a single-package pre-release version bump. The lockfile is correctly regenerated, the peer dependency tree is identical between the old and new versions, and no application code is touched.
No files require special attention.
Important Files Changed
@anuma/sdkfrom1.0.0-next.20260325013233to1.0.0-next.20260325151736— a same-day pre-release version increment with no other changes.@anuma/sdkversion, integrity hash, and snapshot key; peer dependency tree is unchanged.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["package.json\n@anuma/sdk: 1.0.0-next.20260325013233"] -->|bump| B["package.json\n@anuma/sdk: 1.0.0-next.20260325151736"] B --> C["pnpm install"] C --> D["pnpm-lock.yaml updated\n(new integrity hash, same peer deps)"]Reviews (1): Last reviewed commit: "chore: update @anuma/sdk to 1.0.0-next.2..." | Re-trigger Greptile