fix: bump athena-client utils dep to 1.96.3#1379
Merged
danieljchuser merged 1 commit intomainfrom Feb 25, 2026
Merged
Conversation
Updates @adobe/spacecat-shared-utils from 1.82.1 to 1.96.3, which includes the temporal condition month/week wrap-around fix and the reverted aggregation granularity changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
LeChef318
approved these changes
Feb 25, 2026
Contributor
LeChef318
left a comment
There was a problem hiding this comment.
Looks good — the core change is correct and straightforward.
Minor note: the lock file diff adds "peer": true to ~20 unrelated packages (@aws-sdk/client-dynamodb, @babel/core, eslint, sinon, typescript, rollup, semantic-release, etc.). This is likely an npm version artifact from lock file regeneration and won't affect runtime behavior, but worth being aware of as it adds review noise.
solaris007
pushed a commit
that referenced
this pull request
Feb 25, 2026
## [@adobe/spacecat-shared-athena-client-v1.9.4](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-athena-client-v1.9.3...@adobe/spacecat-shared-athena-client-v1.9.4) (2026-02-25) ### Bug Fixes * bump athena-client utils dep to 1.96.3 ([#1379](#1379)) ([03fe3e9](03fe3e9)), closes [#1376](#1376) [#1378](#1378)
Member
|
🎉 This PR is included in version @adobe/spacecat-shared-athena-client-v1.9.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
@adobe/spacecat-shared-utilsdependency in athena-client from1.82.1to1.96.3Context
Part of the PTR temporal series bugfix. The athena-client consumes shared-utils via npm (not workspace link), so this explicit bump is needed before downstream consumers (spacecat-api-service) can pick up the fix.
Test plan
🤖 Generated with Claude Code