Skip to content

Update Patch version bumps #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@tailwindcss/vite (source) 4.1.10 -> 4.1.11 age confidence dependencies patch
@vitest/coverage-v8 (source) 3.2.3 -> 3.2.4 age confidence devDependencies patch
gradle (source) 8.14.2 -> 8.14.3 age confidence patch
react-router (source) 7.6.2 -> 7.6.3 age confidence dependencies patch
tailwindcss (source) 4.1.10 -> 4.1.11 age confidence devDependencies patch
vite (source) 7.0.0 -> 7.0.2 age confidence dependencies patch
vitest (source) 3.2.3 -> 3.2.4 age confidence devDependencies patch
io.micronaut.library 4.5.3 -> 4.5.4 age confidence plugin patch

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.1.11

Compare Source

Fixed
  • Add heuristic to skip candidate migrations inside emit(…) (#​18330)
  • Extract candidates with variants in Clojure/ClojureScript keywords (#​18338)
  • Document --watch=always in the CLI's usage (#​18337)
  • Add support for Vite 7 to @tailwindcss/vite (#​18384)
vitest-dev/vitest (@​vitest/coverage-v8)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

remix-run/react-router (react-router)

v7.6.3

Compare Source

Patch Changes
  • Do not serialize types for useRouteLoaderData<typeof clientLoader> (#​13752)

    For types to distinguish a clientLoader from a serverLoader, you MUST annotate clientLoader args:

    //                                   👇 annotation required to skip serializing types
    export function clientLoader({}: Route.ClientLoaderArgs) {
      return { fn: () => "earth" };
    }
    
    function SomeComponent() {
      const data = useRouteLoaderData<typeof clientLoader>("routes/this-route");
      const planet = data?.fn() ?? "world";
      return <h1>Hello, {planet}!</h1>;
    }
vitejs/vite (vite)

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes
Miscellaneous Chores

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 17, 2025
@renovate renovate bot assigned gjong Jun 17, 2025
Copy link

github-actions bot commented Jun 17, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 10.99% 1157 / 10522
🔵 Statements 10.99% 1157 / 10522
🔵 Functions 22.72% 85 / 374
🔵 Branches 52.01% 181 / 348
File CoverageNo changed files found.
Generated in workflow #1000 for commit 61aa353 by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/patch-version-bumps branch from a645ef0 to 5c5eea3 Compare June 17, 2025 23:45
@renovate renovate bot changed the title Update dependency react-hook-form to v7.58.1 Update Patch version bumps Jun 17, 2025
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 2 times, most recently from 69f6fdb to cd06a2e Compare June 26, 2025 13:15
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 6 times, most recently from 5c0ef88 to 470c870 Compare July 4, 2025 07:41
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch from 470c870 to 61aa353 Compare July 4, 2025 15:12
Copy link

sonarqubecloud bot commented Jul 4, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant