Skip to content

deps: all non-major dependencies - #778

Merged
dejanvasic85 merged 2 commits into
mainfrom
renovate/all-minor-patch
Jul 31, 2026
Merged

dejanvasic85 merged 2 commits into
mainfrom
renovate/all-minor-patch

Conversation

@dejanvasic85

@dejanvasic85 dejanvasic85 commented Jul 31, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change Pending
@aws-sdk/client-ses (source) dependencies minor 3.1098.03.1099.0 3.1101.0 (+1)
@sanity/client (source) dependencies minor 7.25.07.26.0
@sanity/ui (source) dependencies patch 3.5.03.5.1
@sanity/vision (source) dependencies minor 6.7.06.8.0
daisyui (source) dependencies patch 5.7.75.7.8 5.7.9
lucide-react (source) dependencies minor 1.27.01.28.0
playwright-core (source) devDependencies patch 1.62.01.62.1
sanity (source) dependencies minor 6.7.06.8.0

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-ses)

v3.1099.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ses

sanity-io/client (@​sanity/client)

v7.26.0

Compare Source

Features
sanity-io/ui (@​sanity/ui)

v3.5.1

Compare Source

Patch Changes
sanity-io/sanity (@​sanity/vision)

v6.8.0

Compare Source

Bug Fixes
saadeghi/daisyui (daisyui)

v5.7.8

Compare Source

Bug Fixes
lucide-icons/lucide (lucide-react)

v1.28.0: Version 1.28.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.27.0...1.28.0

microsoft/playwright (playwright-core)

v1.62.1

Compare Source

Bug Fixes
  • #​41989 [Regression]: tsconfig "extends" bare specifier isn't resolved via node_modules walk-up like tsc (fatal since 1.62)
  • #​41998 [Regression]: directory-form tsconfig project references ("path": "../pkg") fail to resolve (fatal since 1.62)
  • #​41985 Accessibility snapshot drops button name when text is nested inside spans with aria-hidden SVG
  • #​42000 [Regression]: page.evaluate() arg of a branded primitive type (string & { brand }) no longer type-checks since 1.62
  • #​42013 [BUG]Image-type actionable elements are not presented in the snapshot.
sanity-io/sanity (sanity)

v6.8.0

Compare Source

Features
Bug Fixes
Performance Improvements

Configuration

📅 Schedule: (in timezone Australia/Melbourne)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Summary by CodeRabbit

  • Maintenance
    • Updated underlying platform components to support ongoing compatibility, stability, and reliability.
    • No new user-facing features or changes to existing functionality.

@dejanvasic85
dejanvasic85 enabled auto-merge (squash) July 31, 2026 21:01
@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
williamstownsc Ready Ready Preview Jul 31, 2026 11:17pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 03754e2c-f1f3-40c1-9a8f-0aabd0b920de

📥 Commits

Reviewing files that changed from the base of the PR and between 410ce98 and 9e55dd2.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

The pull request updates selected AWS SES, Sanity, DaisyUI, Lucide React, and Playwright Core versions in package.json. It does not alter exported or public entities.

Changes

Dependency updates

Layer / File(s) Summary
Update dependency versions
package.json
Updated the declared versions for AWS SES, Sanity packages, DaisyUI, Lucide React, and Playwright Core.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related issues

  • dejanvasic85/williamstownsc#646 — Tracks updates to the same AWS SES, Sanity, DaisyUI, Lucide React, and Playwright Core dependencies.

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the pull request's non-major dependency updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/all-minor-patch

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copy link
Copy Markdown
Owner Author

Automated maintenance check — merge conflict resolved

This PR had a merge conflict (mergeable_state: dirty) against mainpnpm-lock.yaml conflicted after main moved forward (another Renovate PR for @playwright/test merged in the meantime). CI itself was already green before this fix.

What was done:

  • Merged latest main into renovate/all-minor-patch
  • package.json auto-merged cleanly (all version bumps preserved, no downgrades)
  • Regenerated pnpm-lock.yaml via pnpm install to resolve the lockfile conflict
  • Verified locally: pnpm run format, pnpm run lint, pnpm run type:check (after pnpm run type:gen) all pass. next build's TypeScript compile step also passed; the static-generation step couldn't be verified locally (no live Sanity credentials available in this environment), but the pre-conflict commit already built successfully in CI with real secrets, and the dependency/version changes are unaffected by this fix.
  • Pushed directly to the existing branch (commit 9e55dd2)

CI has been re-triggered on the new commit and is currently running. I'll keep watching this PR and follow up if anything comes back red.


Generated by Claude Code

@dejanvasic85
dejanvasic85 merged commit 3b0cb28 into main Jul 31, 2026
6 checks passed
@dejanvasic85
dejanvasic85 deleted the renovate/all-minor-patch branch July 31, 2026 23:18
@coderabbitai coderabbitai Bot mentioned this pull request Aug 1, 2026
1 task
@coderabbitai coderabbitai Bot mentioned this pull request Aug 11, 2026
1 task
@coderabbitai coderabbitai Bot mentioned this pull request Aug 19, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants