deps: all non-major dependencies - #797
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughThis change updates five dependency versions in ChangesDependency updates
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 38: Resolve the validation prerequisites before pushing: set
NEXT_PUBLIC_SANITY_PROJECT_ID and NEXT_PUBLIC_SANITY_DATASET, align .nvmrc with
Node.js 24.12.0, and install Playwright Chromium. Regenerate types, then run
format, lint, type-check, build, and Playwright E2E checks in that order,
committing formatting changes before push; use the Sanity Studio at /studio.
🪄 Autofix
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 Plus
Run ID: 18df0078-702c-4664-b9ef-c1f58a40865b
⛔ 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.1104.0", | ||
| "@aws-sdk/client-ses": "3.1105.0", |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
pnpm run format
pnpm run lint
pnpm run type:check
pnpm run build
pnpm run test:e2eRepository: dejanvasic85/williamstownsc
Length of output: 50384
🏁 Script executed:
#!/bin/bash
set -u
printf '%s\n' '--- package.json ---'
node - <<'JS'
const p = require('./package.json');
console.log(JSON.stringify({engines: p.engines, scripts: p.scripts}, null, 2));
JS
printf '%s\n' '--- pinned Node versions ---'
for f in .nvmrc package.json; do
if [ -f "$f" ]; then
grep -nE '24\.12\.0|node' "$f" || true
fi
done
printf '%s\n' '--- relevant paths ---'
git ls-files | grep -E '(^|/)(studio|sanity)(/|$)|(^|/)package\.json$|(^|/)\.nvmrc$' | head -80
printf '%s\n' '--- working tree ---'
git status --shortRepository: dejanvasic85/williamstownsc
Length of output: 2647
🏁 Script executed:
#!/bin/bash
set -u
printf '%s\n' '--- .nvmrc ---'
cat -n .nvmrc
printf '%s\n' '--- package dependency context ---'
sed -n '30,68p' package.json
printf '%s\n' '--- validation log summaries ---'
log=/tmp/coderabbit-shell-logs/shell-output-tuutV0
if [ -f "$log" ]; then
grep -nE 'error TS|Error:|failed|Failed|failed:|passed|failed|[0-9]+ passed|[0-9]+ failed|Cannot|browser|webServer|No such' "$log" | tail -120
else
echo "missing log: $log"
fiRepository: dejanvasic85/williamstownsc
Length of output: 16346
🏁 Script executed:
#!/bin/bash
set -u
printf '%s\n' '--- Sanity configuration ---'
for f in sanity.cli.ts sanity.config.ts sanity-typegen.json; do
if [ -f "$f" ]; then
echo "### $f"
cat -n "$f"
fi
done
printf '%s\n' '--- Playwright configuration ---'
if [ -f playwright.config.ts ]; then
cat -n playwright.config.ts
fi
printf '%s\n' '--- documented environment names ---'
rg -n --glob '!pnpm-lock.yaml' 'SANITY_PROJECT|SANITY_DATASET|sanityProjectId|sanityDataset|PLAYWRIGHT|baseURL' README.md docs .env* package.json 2>/dev/null | head -120Repository: dejanvasic85/williamstownsc
Length of output: 3354
Resolve validation failures before push.
- Set
NEXT_PUBLIC_SANITY_PROJECT_IDandNEXT_PUBLIC_SANITY_DATASET, then rerun type generation and type-check. - Install the Playwright Chromium browser before running
pnpm run test:e2e. - Align
.nvmrcwith the required Node.js version24.12.0. - Run format, lint, type-check, build, and Playwright E2E checks in that order. Commit formatting changes before push. Use the Sanity Studio at
/studio.
🤖 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 38, Resolve the validation prerequisites before
pushing: set NEXT_PUBLIC_SANITY_PROJECT_ID and NEXT_PUBLIC_SANITY_DATASET, align
.nvmrc with Node.js 24.12.0, and install Playwright Chromium. Regenerate types,
then run format, lint, type-check, build, and Playwright E2E checks in that
order, committing formatting changes before push; use the Sanity Studio at
/studio.
Source: Coding guidelines
This PR contains the following updates:
3.1104.0→3.1105.03.1106.06.9.0→6.9.11.28.0→1.29.01.30.06.9.0→6.9.14.23.8→4.23.94.23.11(+1)Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-ses)
v3.1105.0Compare Source
Note: Version bump only for package @aws-sdk/client-ses
sanity-io/sanity (@sanity/vision)
v6.9.1Compare Source
Sanity Studio v6.9.1
This release includes various improvements and bug fixes.
For the complete changelog with all details, please visit:
www.sanity.io/changelog/studio-Ni45LjA
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
b8fcd61d5b748d38e199652c2ead9eb6b091c9ab5e9ad5a198558aff6ae1efbe95f84a6712f2d32636b9lucide-icons/lucide (lucide-react)
v1.29.0: Version 1.29.0Compare Source
What's Changed
Full Changelog: lucide-icons/lucide@1.28.0...1.29.0
sanity-io/sanity (sanity)
v6.9.1Compare Source
Bug Fixes
privatenumber/tsx (tsx)
v4.23.9Compare Source
Bug Fixes
This release is also available on:
Configuration
📅 Schedule: (in timezone Australia/Melbourne)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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 CLI.
Summary by CodeRabbit