fix(deps): update all-dependencies #24

Merged
bagas merged 1 commits from renovate/all-dependencies into main 2025-12-30 09:03:07 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@tailwindcss/postcss (source) 4.1.174.1.18 age confidence
drizzle-orm (source) ^0.44.5^0.45.0 age confidence
react (source) 19.2.119.2.3 age confidence
react-dom (source) 19.2.119.2.3 age confidence
tailwindcss (source) 4.1.174.1.18 age confidence

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.18

Compare Source

Fixed
  • Ensure validation of source(…) happens relative to the file it is in (#​19274)
  • Include filename and line numbers in CSS parse errors (#​19282)
  • Skip comments in Ruby files when checking for class names (#​19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#​19243)
  • Support environment API in @tailwindcss/vite (#​18970)
  • Preserve case of theme keys from JS configs and plugins (#​19337)
  • Write source maps correctly on the CLI when using --watch (#​19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#​19348)
  • Improve backwards compatibility for content theme key from JS configs (#​19381)
  • Upgrade: Handle future and experimental config keys (#​19344)
  • Try to canonicalize any arbitrary utility to a bare value (#​19379)
  • Validate candidates similarly to Oxide (#​19397)
  • Canonicalization: combine text-* and leading-* classes (#​19396)
  • Correctly handle duplicate CLI arguments (#​19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#​19419)
  • CLI: Don't hang when output is /dev/stdout (#​19421)
drizzle-team/drizzle-orm (drizzle-orm)

v0.45.1

Compare Source

  • Fixed pg-native Pool detection in node-postgres transactions breaking in environments with forbidden require() (#​5107)

v0.45.0

Compare Source

  • Fixed pg-native Pool detection in node-postgres transactions
  • Allowed subqueries in select fields
  • Updated typo algorythm => algorithm
  • Fixed $onUpdate not handling SQL values (fixes #​2388, tests implemented by L-Mario564 in #​2911)
  • Fixed pg mappers not handling Date instances in bun-sql:postgresql driver responses for date, timestamp types (fixes #​4493)
facebook/react (react)

v19.2.3: 19.2.3 (December 11th, 2025)

Compare Source

React Server Components

v19.2.2: 19.2.2 (December 11th, 2025)

Compare Source

React Server Components

Configuration

📅 Schedule: 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 Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@tailwindcss/postcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss)) | [`4.1.17` → `4.1.18`](https://renovatebot.com/diffs/npm/@tailwindcss%2fpostcss/4.1.17/4.1.18) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tailwindcss%2fpostcss/4.1.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tailwindcss%2fpostcss/4.1.17/4.1.18?slim=true) | | [drizzle-orm](https://orm.drizzle.team) ([source](https://github.com/drizzle-team/drizzle-orm)) | [`^0.44.5` → `^0.45.0`](https://renovatebot.com/diffs/npm/drizzle-orm/0.44.7/0.45.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/drizzle-orm/0.45.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/drizzle-orm/0.44.7/0.45.1?slim=true) | | [react](https://react.dev/) ([source](https://github.com/facebook/react/tree/HEAD/packages/react)) | [`19.2.1` → `19.2.3`](https://renovatebot.com/diffs/npm/react/19.2.1/19.2.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react/19.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react/19.2.1/19.2.3?slim=true) | | [react-dom](https://react.dev/) ([source](https://github.com/facebook/react/tree/HEAD/packages/react-dom)) | [`19.2.1` → `19.2.3`](https://renovatebot.com/diffs/npm/react-dom/19.2.1/19.2.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-dom/19.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-dom/19.2.1/19.2.3?slim=true) | | [tailwindcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss)) | [`4.1.17` → `4.1.18`](https://renovatebot.com/diffs/npm/tailwindcss/4.1.17/4.1.18) | ![age](https://developer.mend.io/api/mc/badges/age/npm/tailwindcss/4.1.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwindcss/4.1.17/4.1.18?slim=true) | --- ### Release Notes <details> <summary>tailwindlabs/tailwindcss (@&#8203;tailwindcss/postcss)</summary> ### [`v4.1.18`](https://github.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#4118---2025-12-11) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v4.1.17...v4.1.18) ##### Fixed - Ensure validation of `source(…)` happens relative to the file it is in ([#&#8203;19274](https://github.com/tailwindlabs/tailwindcss/pull/19274)) - Include filename and line numbers in CSS parse errors ([#&#8203;19282](https://github.com/tailwindlabs/tailwindcss/pull/19282)) - Skip comments in Ruby files when checking for class names ([#&#8203;19243](https://github.com/tailwindlabs/tailwindcss/pull/19243)) - Skip over arbitrary property utilities with a top-level `!` in the value ([#&#8203;19243](https://github.com/tailwindlabs/tailwindcss/pull/19243)) - Support environment API in `@tailwindcss/vite` ([#&#8203;18970](https://github.com/tailwindlabs/tailwindcss/pull/18970)) - Preserve case of theme keys from JS configs and plugins ([#&#8203;19337](https://github.com/tailwindlabs/tailwindcss/pull/19337)) - Write source maps correctly on the CLI when using `--watch` ([#&#8203;19373](https://github.com/tailwindlabs/tailwindcss/pull/19373)) - Handle special defaults (like `ringColor.DEFAULT`) in JS configs ([#&#8203;19348](https://github.com/tailwindlabs/tailwindcss/pull/19348)) - Improve backwards compatibility for `content` theme key from JS configs ([#&#8203;19381](https://github.com/tailwindlabs/tailwindcss/pull/19381)) - Upgrade: Handle `future` and `experimental` config keys ([#&#8203;19344](https://github.com/tailwindlabs/tailwindcss/pull/19344)) - Try to canonicalize any arbitrary utility to a bare value ([#&#8203;19379](https://github.com/tailwindlabs/tailwindcss/pull/19379)) - Validate candidates similarly to Oxide ([#&#8203;19397](https://github.com/tailwindlabs/tailwindcss/pull/19397)) - Canonicalization: combine `text-*` and `leading-*` classes ([#&#8203;19396](https://github.com/tailwindlabs/tailwindcss/pull/19396)) - Correctly handle duplicate CLI arguments ([#&#8203;19416](https://github.com/tailwindlabs/tailwindcss/pull/19416)) - Don’t emit color-mix fallback rules inside `@keyframes` ([#&#8203;19419](https://github.com/tailwindlabs/tailwindcss/pull/19419)) - CLI: Don't hang when output is `/dev/stdout` ([#&#8203;19421](https://github.com/tailwindlabs/tailwindcss/pull/19421)) </details> <details> <summary>drizzle-team/drizzle-orm (drizzle-orm)</summary> ### [`v0.45.1`](https://github.com/drizzle-team/drizzle-orm/releases/tag/0.45.1) [Compare Source](https://github.com/drizzle-team/drizzle-orm/compare/0.45.0...0.45.1) - Fixed pg-native Pool detection in node-postgres transactions breaking in environments with forbidden `require()` ([#&#8203;5107](https://github.com/drizzle-team/drizzle-orm/issues/5107)) ### [`v0.45.0`](https://github.com/drizzle-team/drizzle-orm/releases/tag/0.45.0) [Compare Source](https://github.com/drizzle-team/drizzle-orm/compare/0.44.7...0.45.0) - Fixed pg-native Pool detection in node-postgres transactions - Allowed subqueries in select fields - Updated typo algorythm => algorithm - Fixed `$onUpdate` not handling `SQL` values (fixes [#&#8203;2388](https://github.com/drizzle-team/drizzle-orm/issues/2388), tests implemented by [L-Mario564](https://github.com/L-Mario564) in [#&#8203;2911](https://github.com/drizzle-team/drizzle-orm/pull/2911)) - Fixed `pg` mappers not handling `Date` instances in `bun-sql:postgresql` driver responses for `date`, `timestamp` types (fixes [#&#8203;4493](https://github.com/drizzle-team/drizzle-orm/issues/4493)) </details> <details> <summary>facebook/react (react)</summary> ### [`v19.2.3`](https://github.com/facebook/react/releases/tag/v19.2.3): 19.2.3 (December 11th, 2025) [Compare Source](https://github.com/facebook/react/compare/v19.2.2...v19.2.3) ##### React Server Components - Add extra loop protection to React Server Functions ([@&#8203;sebmarkbage](https://github.com/sebmarkbage) [#&#8203;35351](https://github.com/facebook/react/pull/35351)) ### [`v19.2.2`](https://github.com/facebook/react/releases/tag/v19.2.2): 19.2.2 (December 11th, 2025) [Compare Source](https://github.com/facebook/react/compare/v19.2.1...v19.2.2) ##### React Server Components - Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` ([@&#8203;eps1lon](https://github.com/eps1lon) [#&#8203;35290](https://github.com/facebook/react/pull/35290)) - Patch Promise cycles and toString on Server Functions ([@&#8203;sebmarkbage](https://github.com/sebmarkbage), [@&#8203;unstubbable](https://github.com/unstubbable) [#&#8203;35289](https://github.com/facebook/react/pull/35289), [#&#8203;35345](https://github.com/facebook/react/pull/35345)) </details> --- ### Configuration 📅 **Schedule**: 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni45IiwidXBkYXRlZEluVmVyIjoiNDIuNjYuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Renovate-Clanker added 1 commit 2025-12-30 08:35:07 +00:00
Renovate-Clanker scheduled this pull request to auto merge when all checks succeed 2025-12-30 08:35:07 +00:00
Renovate-Clanker force-pushed renovate/all-dependencies from cee03af713 to dfd114ddb2 2025-12-30 08:56:30 +00:00 Compare
Renovate-Clanker force-pushed renovate/all-dependencies from dfd114ddb2 to 9241b2c1b7 2025-12-30 09:01:26 +00:00 Compare
bagas merged commit 8e2b3176e6 into main 2025-12-30 09:03:07 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bagas/tunnel-please-frontend#24