Skip to content

deps: all non-major dependencies#698

Open
dejanvasic85 wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

deps: all non-major dependencies#698
dejanvasic85 wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@dejanvasic85

@dejanvasic85 dejanvasic85 commented Jun 28, 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.1075.03.1076.0 3.1077.0
@tailwindcss/postcss (source) devDependencies patch 4.3.14.3.2
@tanstack/react-query (source) dependencies patch 5.101.15.101.2
@tanstack/react-query-devtools (source) dependencies patch 5.101.15.101.2
daisyui (source) dependencies patch 5.6.35.6.6
lucide-react (source) dependencies minor 1.21.01.22.0
prettier (source) devDependencies minor 3.8.53.9.3 3.9.4
tailwindcss (source) devDependencies patch 4.3.14.3.2

Release Notes

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

v3.1076.0

Compare Source

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

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.3.2

Compare Source

Fixed
  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#​20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#​20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#​20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#​20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#​20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#​20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#​20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#​20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#​20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#​20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#​20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#​20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#​20289)
TanStack/query (@​tanstack/react-query)

v5.101.2

Compare Source

Patch Changes
TanStack/query (@​tanstack/react-query-devtools)

v5.101.2

Compare Source

Patch Changes
saadeghi/daisyui (daisyui)

v5.6.6

Compare Source

Bug Fixes

v5.6.5

Compare Source

Bug Fixes
  • prevent tab conflict with Tailwind's new optional tab class (1b6f11a), closes #​4595

v5.6.4

Compare Source

Bug Fixes
  • tooltip position in RTL (e7f8a4f)
lucide-icons/lucide (lucide-react)

v1.22.0: Version 1.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.21.0...1.22.0

prettier/prettier (prettier)

v3.9.3

Compare Source

diff

Markdown: Fix unexpected removal of characters in liquid syntax (#​19489 by @​seiyab)
// Input
<!-- Input -->
{{ page.title
}} text

<!-- Prettier 3.9.1 -->
{{ page.title
 text

<!-- Prettier 3.9.3 -->
{{ page.title
}} text
TypeScript: Allow decorators to be used with declare on class fields (#​19492 by @​evoactivity)

Extensively used within the Ember ecosystem, decorators with declare on class fields will ignore the babel parser error and allow Prettier to format the code without breaking it.

// Input
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
  @&#8203;service declare server: ServerService;
}

// Prettier 3.9.1
// SyntaxError: Decorators can't be used with a declare field. (2:3)
//  1 | export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
//> 2 |   @&#8203;service declare server: ServerService;
//    |   ^
//  3 | }

// Prettier 3.9.3
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
  @&#8203;service declare server: ServerService;
}

v3.9.2

Compare Source

v3.9.1

Compare Source

diff

CLI: Fix ignored file has been cached incorrectly (#​19483 by @​kovsu)

Bug details #​18016

v3.9.0

Compare Source

diff

🔗 Release Notes


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.

@vercel

vercel Bot commented Jun 28, 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, Comment Jun 30, 2026 8:41pm

Request Review

@dejanvasic85 dejanvasic85 enabled auto-merge (squash) June 28, 2026 20:27
@coderabbitai

coderabbitai Bot commented Jun 28, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

package.json bumps several dependency and devDependency versions, including AWS SDK, React Query, DaisyUI, Lucide, Tailwind, and Prettier.

Changes

Dependency Version Updates

Layer / File(s) Summary
Dependency versions updated
package.json
Updates version entries for @aws-sdk/client-ses, @tanstack/react-query, @tanstack/react-query-devtools, daisyui, lucide-react, @tailwindcss/postcss, prettier, and tailwindcss.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related issues

Possibly related PRs

Poem

🐇 I hopped through package.json so neat,
New versions landed with a tiny beat.
Tailwind, React Query, and Prettier too,
A rabbit-approved refresh shining through.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the PR as 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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 35ffff4 and 46d6561.

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

Comment thread package.json Outdated
@dejanvasic85 dejanvasic85 force-pushed the renovate/all-minor-patch branch from 46d6561 to 81133d0 Compare June 29, 2026 20:38
@dejanvasic85 dejanvasic85 changed the title deps: dependency prettier to v3.9.0 deps: all non-major dependencies Jun 29, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
package.json (1)

84-84: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Newer prettier patch available (3.9.4).

The current bump lands on 3.9.3, but 3.9.4 Latest 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

📥 Commits

Reviewing files that changed from the base of the PR and between 81133d0 and d4fdb22.

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

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.

1 participant