deps: all non-major dependencies#698
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthrough
ChangesDependency Version Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 84: The prettier dependency is still pinned to 3.9.0 and needs to be
updated to 3.9.1. Update the version in package.json for the prettier entry,
then refresh the lockfile so the resolved package version matches the new
release.
🪄 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: f2bf2d3f-e215-4e40-8978-45b6135414b6
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (1)
package.json
46d6561 to
81133d0
Compare
81133d0 to
d4fdb22
Compare
There was a problem hiding this comment.
🧹 Nitpick comments (1)
package.json (1)
84-84: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueNewer prettier patch available (3.9.4).
The current bump lands on
3.9.3, but3.9.4Latest version: 3.9.4, last published: 5 hours ago. Given this PR's intent (per the prior addressed comment) is to track the latest published prettier version, consider bumping once more or letting the next Renovate pass pick it up.As per coding guidelines, "Ensure to find the latest version of a package before adding it."
🤖 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 84, The Prettier dependency is still pinned to 3.9.3 in package.json, but the latest patch release is 3.9.4. Update the existing prettier version entry to the latest published patch so the version bump matches the PR’s intent; this is the only change needed in the package.json dependency list.Source: Coding guidelines
🤖 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.
Nitpick comments:
In `@package.json`:
- Line 84: The Prettier dependency is still pinned to 3.9.3 in package.json, but
the latest patch release is 3.9.4. Update the existing prettier version entry to
the latest published patch so the version bump matches the PR’s intent; this is
the only change needed in the package.json dependency list.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 2ba5d3a1-ef52-4818-976d-495168f33085
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (1)
package.json
This PR contains the following updates:
3.1075.0→3.1076.03.1077.04.3.1→4.3.25.101.1→5.101.25.101.1→5.101.25.6.3→5.6.61.21.0→1.22.03.8.5→3.9.33.9.44.3.1→4.3.2Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-ses)
v3.1076.0Compare Source
Note: Version bump only for package @aws-sdk/client-ses
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.3.2Compare Source
Fixed
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229)@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242)@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245)@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246)@variantrules used inaddBase(…)to use custom variants defined later (#20247)@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259)font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260)@sourcepatterns from scanning unrelated sibling files and folders (#20263)%]…[%in.tt,.tt2, and.txfiles (#20269)p.text-black[condition](#20269)@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277)--opacitytheme values (#20287)@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)TanStack/query (@tanstack/react-query)
v5.101.2Compare Source
Patch Changes
TanStack/query (@tanstack/react-query-devtools)
v5.101.2Compare Source
Patch Changes
f5bf180,25cdd97,ecd89c8,01c7634,49012db]:saadeghi/daisyui (daisyui)
v5.6.6Compare Source
Bug Fixes
v5.6.5Compare Source
Bug Fixes
tabclass (1b6f11a), closes #4595v5.6.4Compare Source
Bug Fixes
lucide-icons/lucide (lucide-react)
v1.22.0: Version 1.22.0Compare Source
What's Changed
carroticon by @jguddas in #4010ungroupicon by @jguddas in #3969phiicon also used asgolden-ratioby @whoisBugsbunny in #4218New Contributors
Full Changelog: lucide-icons/lucide@1.21.0...1.22.0
prettier/prettier (prettier)
v3.9.3Compare Source
diff
Markdown: Fix unexpected removal of characters in liquid syntax (#19489 by @seiyab)
TypeScript: Allow decorators to be used with declare on class fields (#19492 by @evoactivity)
Extensively used within the Ember ecosystem, decorators with
declareon class fields will ignore the babel parser error and allow Prettier to format the code without breaking it.v3.9.2Compare Source
v3.9.1Compare Source
diff
CLI: Fix ignored file has been cached incorrectly (#19483 by @kovsu)
Bug details #18016
v3.9.0Compare Source
diff
🔗 Release Notes
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.