Skip to content

fix(deps): update all non-major dependencies#23

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#23
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@tailwindcss/vite (source) 4.2.24.3.0 age confidence devDependencies minor
@vitejs/plugin-react (source) 6.0.16.0.2 age confidence devDependencies patch
goober 2.1.182.1.19 age confidence dependencies patch
knip (source) 6.4.16.14.1 age confidence devDependencies minor
lucide-react (source) 1.8.01.16.0 age confidence dependencies minor
node 24.13.024.15.0 age confidence uses-with minor
react (source) 19.2.519.2.6 age confidence dependencies patch
react-dom (source) 19.2.519.2.6 age confidence dependencies patch
tailwind-merge 3.5.03.6.0 age confidence dependencies minor
tailwindcss (source) 4.2.24.3.0 age confidence devDependencies minor
typescript (source) 6.0.26.0.3 age confidence overrides patch
typescript (source) 6.0.26.0.3 age confidence devDependencies patch
vite (source) 8.0.88.0.13 age confidence overrides patch 8.0.14
vite (source) 8.0.88.0.13 age confidence devDependencies patch 8.0.14
zod (source) 4.3.64.4.3 age confidence dependencies minor

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.3.0

Compare Source

Added
  • Add @container-size utility (#​18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#​19981, #​20019)
  • Add scrollbar-gutter-* utilities (#​20018)
  • Add zoom-* utilities (#​20020)
  • Add tab-* utilities (#​20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#​19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#​19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#​19989)
Fixed
  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#​19949)
  • Fix relative @import and @plugin paths resolving from the wrong directory when using @tailwindcss/vite (#​19965)
  • Ensure CSS files containing @variant are processed by @tailwindcss/vite (#​19966)
  • Resolve imports relative to base when result.opts.from is not provided when using @tailwindcss/postcss (#​19980)
  • Canonicalization: preserve significant _ whitespace in arbitrary values (#​19986)
  • Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g. w-[calc(100%---spacing(60))]w-[calc(100%-(--spacing(60)))]) (#​19986)
  • Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g. -mt-[20in]mt-[-20in], not mt-[-1920px]) (#​19988)
  • Canonicalization: migrate arbitrary :has() variants from [&:has(…)] to has-[…] (#​19991)
  • Upgrade: don’t migrate inline style attributes (e.g. style="flex-grow: 1"style="flex-grow: 1", not style="grow: 1") (#​19918)
  • Allow multiple @utility definitions with the same name but different value types (#​19777)
  • Export missing PluginWithConfig type from tailwindcss/plugin to fix errors when inferring plugin config types (#​19707)
  • Ensure start and end legacy utilities without values do not generate CSS (#​20003)
  • Ensure --value(…) is required in functional @utility definitions (#​20005)
  • Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g. -left-[(var(--a)+var(--b))]) (#​20011)

v4.2.4

Compare Source

Fixed
  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#​19947)

v4.2.3

Compare Source

Fixed
  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#​19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#​19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#​19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#​19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#​19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#​19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#​19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#​19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#​19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#​19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#​19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#​19846)
  • Upgrade: never migrate files that are ignored by git (#​19846)
  • Add .env and .env.* to default ignored content files (#​19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#​19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#​19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#​19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#​19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#​19858)
  • Improve performance when scanning JSONL / NDJSON files (#​19862)
  • Support NODE_PATH environment variable in standalone CLI (#​19617)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.0.2

Compare Source

Allow all options in reactCompilerPreset (#​1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

cristianbote/goober (goober)

v2.1.19

Compare Source

What's Changed

New Contributors

Full Changelog: cristianbote/goober@v2.1.18...v2.1.19

webpro-nl/knip (knip)

v6.14.1: Release 6.14.1

Compare Source

v6.14.0: Release 6.14.0

Compare Source

  • Resolve imports satisfied via transitive peerDeps (d654ec7)
  • Don't flag undeclared sibling workspace imports as unlisted (#​1742) (e7122a1)
  • Update github-actions reporter snapshots (2308b5a)
  • Cache syncGlob() results like defaultGlob() does (6c34287)
  • Trim redundant statSync calls in FileEntryCache (eee3b89)
  • Cache parsed .gitignore patterns across --cache runs (7ffdc2f)
  • Tighten cache module callsites (64e5072)
  • Extract shared disk-cache helper used by glob and gitignore caches (0987421)
  • Simplify CacheConsultant: replace trampoline with default arrow methods (bebe750)
  • Pin pnpm minimumReleaseAge and trustPolicy (77efb32)
  • Eliminate rescanFrontier polling in walkAndAnalyze (38d91b6)
  • Reduce findWorkspaceByFilePath per-call overhead (9149437)
  • Memoize DependencyDeputy.getDependencies (a661a21)
  • Tighten module-graph map helpers (drop double-lookup + optional chains) (c11d62f)
  • Add --duration flag for zero-overhead duration measurement (d4b59d8)
  • Cover analysis pipeline with --performance timerify (694dbf4)
  • Align --help text (6f12997)
  • Add cli arg shorthands: -p, -s, -w, -D, -f, -F, -u (f21a587)
  • Format (8db5346)
  • This one's okay (662ceaf)

v6.13.1: Release 6.13.1

Compare Source

  • Add jest.config.{cts,mts} (#​1743) (44738d6) - thanks @​joshkel!
  • Update ecosystem tests (74420a6)
  • Fix export * as re-exported namespace case (5923af4)
  • Add .mts and .cts config files to some plugins (69d1e83)
  • Docusaurus: ignore @generated/*, handle local plugin paths (ce5f767)
  • Nx: expand {projectRoot} / {workspaceRoot} token variables (8715312)

v6.13.0: Release 6.13.0

Compare Source

v6.12.2: Release 6.12.2

Compare Source

  • Fix symbol reporter file paths with --directory (#​1733) (d54074d) - thanks @​cyphercodes!
  • fix(webpack): reference TS loaders for .ts/.cts config (close #​1732) (f37c5da)
  • fix(serverless-framework): skip functions without handler (close #​1735) (616739d)
  • ci(integration): disable minimumReleaseAge for test installs (081dfc8)
  • ci(snapshots): query — add CreateQueriesOptions to unused types (5dd0b8a)

v6.12.1: Release 6.12.1

Compare Source

v6.12.0: Release 6.12.0

Compare Source

v6.11.0: Release 6.11.0

Compare Source

  • Ignore & remove uninteresting lines in snapshots (767ebaf)
  • Flag stale @internal tags in production mode (resolve #​1658) (dd1caed)
  • Add compiler-extensions in tsc-files mode (resolve #​1708) (ea867ad)

v6.10.0: Release 6.10.0

Compare Source

  • Ecosystem patches → snapshots (1803f9f)
  • Fix unlisted pkg when only @​types/pkg listed (resolve #​1707) (62082b6)
  • Don't report imports matching engines.X as unlisted (23582e0)
  • Treat imports in .d.ts files as type-only (84caac5)
  • Treat tsconfig compilerOptions.types as type-only (ce18854)
  • Resolve hoisted deps from monorepo root in single-package mode (resolve #​1711) (23b756f)

v6.9.0: Release 6.9.0

Compare Source

  • Expose types for JSON reporter (961b734)

v6.8.0: Release 6.8.0

Compare Source

v6.7.0: Release 6.7.0

Compare Source

  • Fix markdown reporter column width (resolve #​1700) (4713108)
  • Handle Vitest agent and minimal reporters (#​1701) (a71ead1) - thanks @​dskwrite!
  • Add e2e tests w/ tsgo defs + lib consumption (98113e6)
  • Fix pkg name inconsistencies (544c3e6)
  • Add export {} to maintain module shape (27d8a02)
  • Strip leading UTF-8 BOM before parsing package.json (47e4029)
  • Skip workspace with invalid JSON manifest (bfb4867)
  • Preserve out-of-bound writes to stdout/err (95faad8)
  • Consistent prefix in logError/logWarning (2c6d8a0)
  • Don't exit on config file load error (0914bd3)
  • Fix tsgo resolution in e2e tests (a689501)

v6.6.3: Release 6.6.3

Compare Source

  • Use venz chart svg directly from CDN (ba7e907)
  • Bump that plugin counter (abae75b)
  • Fix plugin title (f2b8fcf)
  • Work Table util class: fix bugs, tighten API, water-fill widths (2eb4045)
  • Questionable.. (970a0db)
  • Fmt (14538ec)
  • Ensure output is flushed on exit (#​1699) (9533365) - thanks @​joshkel!
  • Use currentColor to support light/dark themes (7ea055a)
  • Tighten type-chain alignment + gate via ignoreExportsUsedInFile (resolve #​1698) (0910b33)
  • Eating our own dog food ↻ (d5aa1f6)

v6.6.2: Release 6.6.2

Compare Source

  • Don't track typeof value refs at top of exported type alias (resolve #​1697) (1a99048)
  • Treat Props as used when Astro.props is referenced (resolve #​1629) (46cb338)
  • Update dependencies (dcf5315)

v6.6.1: Release 6.6.1

Compare Source

v6.6.0: Release 6.6.0

Compare Source

v6.5.0: Release 6.5.0

Compare Source

lucide-icons/lucide (lucide-react)

v1.16.0: Version 1.16.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.15.0...1.16.0

v1.15.0

Compare Source

v1.14.0: Version 1.14.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.13.0...1.14.0

v1.13.0: Version 1.13.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.12.0...1.13.0

v1.12.0: Version 1.12.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.10.0...1.12.0

v1.11.0: Version 1.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.9.0...1.11.0

v1.10.0: Version 1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.9.0...1.10.0

v1.9.0: Version 1.9.0

Compare Source

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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 force-pushed the renovate/all-minor-patch branch 8 times, most recently from 678560e to 3320f8a Compare May 7, 2026 10:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from b2bafa5 to c3ba600 Compare May 16, 2026 09:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from db88fee to 5f0b8e7 Compare May 18, 2026 12:56
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5f0b8e7 to ed156c4 Compare May 19, 2026 09:02
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 19, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml

<--- Last few GCs --->

[937:0x3147a000]    79024 ms: Scavenge 1456.3 (1467.4) -> 1448.7 (1467.2) MB, pooled: 0 MB, 2.35 / 0.00 ms  (average mu = 0.326, current mu = 0.320) allocation failure; 
[937:0x3147a000]    80467 ms: Mark-Compact (reduce) 1459.4 (1473.3) -> 1426.0 (1430.2) MB, pooled: 0 MB, 54.81 / 0.01 ms  (+ 1271.6 ms in 70 steps since start of marking, biggest step 23.8 ms, walltime since start of marking 1443 ms) (average mu = 0.323, 
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----

 1: 0x73f8c4 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [/opt/containerbase/tools/node/24.15.0/bin/node]
 2: 0xc06f90  [/opt/containerbase/tools/node/24.15.0/bin/node]
 3: 0xc0707f  [/opt/containerbase/tools/node/24.15.0/bin/node]
 4: 0xeaa885  [/opt/containerbase/tools/node/24.15.0/bin/node]
 5: 0xeaa8b2  [/opt/containerbase/tools/node/24.15.0/bin/node]
 6: 0xeaabaa  [/opt/containerbase/tools/node/24.15.0/bin/node]
 7: 0xebb8aa  [/opt/containerbase/tools/node/24.15.0/bin/node]
 8: 0xebfc50  [/opt/containerbase/tools/node/24.15.0/bin/node]
 9: 0x1953f71  [/opt/containerbase/tools/node/24.15.0/bin/node]
/usr/local/bin/node: line 18:   937 Aborted                 /opt/containerbase/tools/node/24.15.0/bin/node "$@"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants