deps: all non-major dependencies#661
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughFour dependencies in ChangesDependency Version Bumps
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Line 35: Update the version of the `@aws-sdk/client-ses` package from 3.1070.0
to 3.1071.0 in the package.json dependencies section to match the latest
available release version.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 54d388cf-40a3-412c-84b4-154689d1344d
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (1)
package.json
| }, | ||
| "dependencies": { | ||
| "@aws-sdk/client-ses": "3.1069.0", | ||
| "@aws-sdk/client-ses": "3.1070.0", |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Verify latest npm dist-tags for the exact packages changed in package.json
set -euo pipefail
for pkg in \
"`@aws-sdk/client-ses`" \
"`@sanity/vision`" \
"lucide-react" \
"sanity"
do
encoded="${pkg//@/%40}"
encoded="${encoded//\//%2F}"
latest=$(curl -s "https://registry.npmjs.org/${encoded}" | jq -r '."dist-tags".latest')
echo "${pkg} latest=${latest}"
doneRepository: dejanvasic85/williamstownsc
Length of output: 182
Update @aws-sdk/client-ses to the latest version (3.1071.0) at line 35.
The pinned version 3.1070.0 is behind the current latest release. The other three dependencies (@sanity/vision, lucide-react, sanity) are already at their latest versions.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@package.json` at line 35, Update the version of the `@aws-sdk/client-ses`
package from 3.1070.0 to 3.1071.0 in the package.json dependencies section to
match the latest available release version.
Source: Coding guidelines
This PR contains the following updates:
3.1069.0→3.1070.03.1071.06.0.0→6.1.01.18.0→1.20.06.0.0→6.1.0Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-ses)
v3.1070.0Compare Source
Note: Version bump only for package @aws-sdk/client-ses
sanity-io/sanity (@sanity/vision)
v6.1.0Compare Source
Sanity Studio v6.1.0
This release includes various improvements and bug fixes.
For the complete changelog with all details, please visit:
www.sanity.io/changelog/studio-Ni4wLjA
Install or upgrade Sanity Studio
To upgrade to this version, run:
To initiate a new Sanity Studio project or learn more about upgrading, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.
📓 Full changelog
467aa57a937280090461d0963a4a897b06ae9d3be137e9ad1pt-*classes to nativedata-pt-*attributes (#13098)528b0c361faa9f6a1b0dbb91ee23e079489bb0ce70dbbcd53d3671d0(#13067)80ce8981fbebc1d98eef4c4a81fedfaae6d2bfa251ab9423259ee94cada79118d137c35c5c9aa94bbfd2c11397bec57e242857fc8fd7170cfcc37146923990939d997f230e565ea28e599b473fdf9c9d580460cclucide-icons/lucide (lucide-react)
v1.20.0: Version 1.20.0Compare Source
What's Changed
square-arrow-*icons by @jguddas in #3926search-icons by @jamiemlaw in #4099save-checkicon by @Konixy in #3120tag-plusandtag-xicons by @adam-kov in #3980banknote-checkicon by @mfjramirezf in #3956clock-arrow-inicon by @jguddas in #2403summaryicon by @jpjacobpadilla in #3114user-round-arrow-inicon by @jguddas in #2283clock-arrow-outicon by @jguddas in #2404pencil-sparklesicon by @jennieboops in #4445New Contributors
Full Changelog: lucide-icons/lucide@1.19.0...1.20.0
v1.19.0: Version 1.19.0Compare Source
What's Changed
star-*icons by @RajnishKMehta in #3918save-penicon by @vaporvee in #4179wrench-officon by @nilsjonsson in #4434adicon by @jamiemlaw in #4323eye-dashedicon by @karsa-mistmere in #4415save-plusicon by @jwlinqx in #4448list-sort-descendingicon by @ericfennis in #4457wallet-cardsicon by @jguddas in #3888podiumicon by @jguddas in #2124New Contributors
Full Changelog: lucide-icons/lucide@1.18.0...1.19.0
sanity-io/sanity (sanity)
v6.1.0Compare Source
Features
Bug Fixes
Configuration
📅 Schedule: (in timezone Australia/Melbourne)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.
Summary by CodeRabbit