Skip to content

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.13 -> 4.1.14 age confidence dependencies patch
gradle (source) 8.14.2 -> 8.14.3 age confidence patch
react-router (source) 7.9.1 -> 7.9.3 age confidence dependencies patch
tailwindcss (source) 4.1.13 -> 4.1.14 age confidence devDependencies patch
typescript (source) 5.9.2 -> 5.9.3 age confidence devDependencies patch
vite (source) 7.1.5 -> 7.1.9 age confidence dependencies patch
vite-plugin-static-copy 3.1.2 -> 3.1.3 age confidence devDependencies patch
io.micronaut.library 4.5.3 -> 4.5.5 age confidence plugin patch

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.1.14

Compare Source

Fixed
  • Handle ' syntax in ClojureScript when extracting classes (#​18888)
  • Handle @variant inside @custom-variant (#​18885)
  • Merge suggestions when using @utility (#​18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#​18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#​18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#​18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#​18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#​18918)
  • Use default export condition for @tailwindcss/vite (#​18948)
  • Re-throw errors from PostCSS nodes (#​18373)
  • Detect classes in markdown inline directives (#​18967)
  • Ensure files with only @theme produce no output when built (#​18979)
  • Support Maud templates when extracting classes (#​18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#​18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#​19028)
  • Upgrade: Ensure first class inside className is migrated (#​19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#​19031)
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.9.3

Compare Source

Patch Changes
  • Do not try to use turbo-stream to decode CDN errors that never reached the server (#​14385)

    • We used to do this but lost this check with the adoption of single fetch
  • Fix Data Mode regression causing a 404 during initial load in when middleware exists without any loader functions (#​14393)

v7.9.2

Compare Source

Patch Changes
    • Update client-side router to run client middleware on initial load even if no loaders exist (#​14348)
    • Update createRoutesStub to run route middleware
      • You will need to set the <RoutesStub future={{ v8_middleware: true }} /> flag to enable the proper context type
  • Update Lazy Route Discovery manifest requests to use a singular comma-separated paths query param instead of repeated p query params (#​14321)

    • This is because Cloudflare has a hard limit of 100 URL search param key/value pairs when used as a key for caching purposes
    • If more that 100 paths were included, the cache key would be incomplete and could produce false-positive cache hits
  • [UNSTABLE] Add fetcher.unstable_reset() API (#​14206)

  • Made useOutlet element reference have stable identity in-between route chages (#​13382)

  • feat: enable full transition support for the rsc router (#​14362)

  • In RSC Data Mode, handle SSR'd client errors and re-try in the browser (#​14342)

  • Support middleware prop on <Route> for usage with a data router via createRoutesFromElements (#​14357)

  • Handle encoded question mark and hash characters in ancestor splat routes (#​14249)

  • Fail gracefully on manifest version mismatch logic if sessionStorage access is blocked (#​14335)

microsoft/TypeScript (typescript)

v5.9.3

Compare Source

vitejs/vite (vite)

v7.1.9

Compare Source

Reverts

v7.1.8

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

v7.1.7

Compare Source

Bug Fixes
  • build: fix ssr environment emitAssets: true when sharedConfigBuild: true (#​20787) (4c4583c)
  • client: use CSP nonce when rendering error overlay (#​20791) (9bc9d12)
  • deps: update all non-major dependencies (#​20811) (9f2247c)
  • glob: handle glob imports from folders starting with dot (#​20800) (105abe8)
  • hmr: trigger prune event when import is removed from non hmr module (#​20768) (9f32b1d)
  • hmr: wait for import.meta.hot.prune callbacks to complete before running other HMRs (#​20698) (98a3484)

v7.1.6

Compare Source

Bug Fixes
  • deps: update all non-major dependencies (#​20773) (88af2ae)
  • esbuild: inject esbuild helper functions with minified $ variables correctly (#​20761) (7e8e004)
  • fallback terser to main thread when nameCache is provided (#​20750) (a679a64)
  • types: strict env typings fail when skipLibCheck is false (#​20755) (cc54e29)
Miscellaneous Chores
sapphi-red/vite-plugin-static-copy (vite-plugin-static-copy)

v3.1.3

Compare Source

Patch Changes

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 is behind base branch, 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.61% 1172 / 11037
🔵 Statements 10.61% 1172 / 11037
🔵 Functions 22.51% 86 / 382
🔵 Branches 50.98% 182 / 357
File CoverageNo changed files found.
Generated in workflow #1168 for commit 85dfb07 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 7 times, most recently from 470c870 to 61aa353 Compare July 4, 2025 15:12
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 5 times, most recently from e0e2086 to 5381993 Compare July 13, 2025 09:40
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 2 times, most recently from 0237b9c to b0446ce Compare July 17, 2025 07:14
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 6 times, most recently from 4abebea to 3e1858d Compare July 29, 2025 12:04
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 3 times, most recently from e5837b1 to e60b4df Compare August 7, 2025 21:38
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 5 times, most recently from 555f056 to c9a8cd0 Compare August 19, 2025 18:14
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 5 times, most recently from 411f750 to a3857b6 Compare August 27, 2025 21:07
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 3 times, most recently from 068449f to c3f257b Compare September 4, 2025 20:23
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 4 times, most recently from 935fb4b to 934fe4d Compare September 15, 2025 14:43
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 3 times, most recently from c835ed0 to 64c36ff Compare September 24, 2025 18:14
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 7 times, most recently from 8ed7a0c to dd7597a Compare October 2, 2025 09:27
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch from dd7597a to 85dfb07 Compare October 3, 2025 01:54
Copy link

sonarqubecloud bot commented Oct 3, 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