Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) ^19.7.1 -> ^19.8.0 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^19.7.1 -> ^19.8.0 age adoption passing confidence devDependencies minor
@fumadocs/cli (source) ^0.0.8 -> ^0.1.1 age adoption passing confidence devDependencies minor
@tailwindcss/postcss (source) ^4.0.9 -> ^4.1.3 age adoption passing confidence devDependencies minor
@types/node (source) ^22.13.9 -> ^22.14.0 age adoption passing confidence devDependencies minor
@types/react (source) 19.0.10 -> 19.1.1 age adoption passing confidence devDependencies minor
@types/react-dom (source) 19.0.4 -> 19.1.2 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^3.0.7 -> ^3.1.1 age adoption passing confidence devDependencies minor
actions/cache v4.2.2 -> v4.2.3 age adoption passing confidence action patch
eslint (source) ^9.21.0 -> ^9.24.0 age adoption passing confidence devDependencies minor
fumadocs-core (source) ^15.0.15 -> ^15.2.6 age adoption passing confidence dependencies minor
fumadocs-mdx (source) ^11.5.6 -> ^11.5.8 age adoption passing confidence dependencies patch
fumadocs-ui (source) ^15.0.15 -> ^15.2.6 age adoption passing confidence dependencies minor
lint-staged ^15.4.3 -> ^15.5.1 age adoption passing confidence devDependencies minor
next (source) 15.2.4 -> 15.3.0 age adoption passing confidence dependencies minor
react (source) 19.0.0 -> 19.1.0 age adoption passing confidence dependencies minor
react-dom (source) 19.0.0 -> 19.1.0 age adoption passing confidence dependencies minor
sharp (source, changelog) ^0.33.5 -> ^0.34.1 age adoption passing confidence dependencies minor
tailwindcss (source) ^4.0.9 -> ^4.1.3 age adoption passing confidence devDependencies minor
turbo (source) ^2.4.4 -> ^2.5.0 age adoption passing confidence devDependencies minor
typedoc (source) ^0.27.9 -> ^0.28.2 age adoption passing confidence devDependencies minor
typedoc-plugin-markdown (source) 4.4.2 -> 4.6.2 age adoption passing confidence devDependencies minor
typescript (source) ^5.8.2 -> ^5.8.3 age adoption passing confidence devDependencies patch
vitest (source) ^3.0.7 -> ^3.1.1 age adoption passing confidence devDependencies minor
yarn (source) 4.7.0 -> 4.9.0 age adoption passing confidence packageManager minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/cli

19.6.1 (2024-12-15)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/config-conventional

fuma-nama/fumadocs (@​fumadocs/cli)

v0.1.1

Compare Source

Patch Changes
  • 482f728: add home layout to customise option

v0.1.0

Compare Source

Minor Changes
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.3

Compare Source

Fixed
  • Show warning when using unsupported bare value data type in --value(…) (#​17464)
  • PostCSS: Ensure changes to the input CSS file don't generate stale output when using Turbopack (#​17554)
  • Ensure classes are detected in Ruby's %w syntax in Slim templates (#​17557)

v4.1.2

Compare Source

Fixed
  • Don't rely on the presence of @layer base to polyfill @property (#​17506)
  • Support setting multiple inset shadows as arbitrary values (#​17523)
  • Fix drop-shadow-* utilities that are defined with multiple shadows (#​17515)
  • PostCSS: Fix race condition when two changes are queued concurrently (#​17514)
  • PostCSS: Ensure files containing @tailwind utilities are processed (#​17514)
  • Ensure the color-mix(…) polyfill creates fallbacks even when using colors that cannot be statically analyzed (#​17513)
  • Fix slow incremental builds with @tailwindcss/vite and @tailwindcss/postscss (especially on Windows) (#​17511)
  • Vite: Fix missing CSS file in Qwik setups (#​17533)

v4.1.1

Compare Source

Fixed
  • Disable padding in @source inline(…) brace expansion (#​17491)
  • Inject polyfills after @import and body-less @layer (#​17493)
  • Ensure @tailwindcss/cli does not contain an import for jiti (#​17502)

v4.1.0

Compare Source

Added
  • Add details-content variant (#​15319)
  • Add inverted-colors variant (#​11693)
  • Add noscript variant (#​11929, #​17431)
  • Add items-baseline-last and self-baseline-last utilities (#​13888, #​17476)
  • Add pointer-none, pointer-coarse, and pointer-fine variants (#​16946)
  • Add any-pointer-none, any-pointer-coarse, and any-pointer-fine variants (#​16941)
  • Add safe alignment utilities (#​14607)
  • Add user-valid and user-invalid variants (#​12370)
  • Add wrap-anywhere, wrap-break-word, and wrap-normal utilities (#​12128)
  • Add @source inline(…) and @source not inline(…) (#​17147)
  • Add @source not "…" (#​17255)
  • Add text-shadow-* utilities (#​17389)
  • Add mask-* utilities (#​17134)
  • Add bg-{position,size}-* utilities for arbitrary values (#​17432)
  • Add shadow-*/<alpha>, inset-shadow-*/<alpha>, drop-shadow-*/<alpha>, and text-shadow-*/<alpha> utilities to control shadow opacity (#​17398, #​17434)
  • Add drop-shadow-<color> utilities (#​17434)
  • Improve compatibility with older versions of Safari and Firefox (#​17435)
Fixed
  • Follow symlinks when resolving @source directives (#​17391)
  • Don't scan ignored files for classes when changing an ignored file triggers a rebuild using @tailwindcss/cli (#​17255)
  • Support negated content rules in legacy JavaScript configuration (#​17255)
  • Interpret syntax like @("@&#8203;")md:… as @md:… in Razor files (#​17427)
  • Disallow top-level braces, top-level semicolons, and unbalanced parentheses and brackets in arbitrary values (#​17361)
  • Ensure the --theme(…) function still resolves to the CSS variables when using legacy JS plugins (#​17458)
  • Detect used theme variables in CSS module files (#​17433, #​17467)
Changed
  • Ignore node_modules by default (can be overridden by @source … rules) (#​17255)
  • @source rules that include file extensions or point inside node_modules/ folders no longer consider your .gitignore rules (#​17255)
  • Deprecate bg-{left,right}-{top,bottom} in favor of bg-{top,bottom}-{left,right} utilities (#​17378)
  • Deprecate object-{left,right}-{top,bottom} in favor of object-{top,bottom}-{left,right} utilities (#​17437)

v4.0.17

Compare Source

Fixed
  • Fix an issue causing the CLI to hang when processing Ruby files (#​17383)

v4.0.16

Compare Source

Added
  • Add support for literal values in --value('…') and --modifier('…') (#​17304)
Fixed
  • Fix class extraction followed by ( in Pug (#​17320)
  • Ensure @keyframes for theme animations are emitted if they are referenced following a comma (#​17352)
  • Vite: Ensure that updates to an imported CSS file are properly propagated after updating source files (#​17347)
  • Pre process Slim templates embedded in Ruby files (#​17336)
  • Error when input and output files resolve to the same file when using the CLI (#​17311)
  • Add missing suggestions when --spacing(--value(integer, number)) is used (#​17308)
  • Add ::-webkit-details-marker pseudo to marker variant (#​17362)

v4.0.15

Compare Source

v4.0.14

Compare Source

Fixed
  • Do not extract candidates with JS string interpolation ${ (#​17142)
  • Fix extraction of variants containing . character (#​17153)
  • Fix extracting candidates in Clojure/ClojureScript (#​17087)

v4.0.13

Compare Source

Fixed
  • Fix Haml pre-processing (#​17051)
  • Ensure .node and .wasm files are not scanned for utilities (#​17123)
  • Improve performance when scanning JSON files (#​17125)
  • Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (#​17094, #​17085, #​17113)
  • Don't create invalid CSS when encountering a link wrapped in square brackets (#​17129)

v4.0.12

Compare Source

Fixed
  • Vite: Fix url(…) rebasing in transitively imported CSS files (#​16965)
  • PostCSS: Rebase url(…)s in imported CSS files (#​16965)
  • Ensure utilities are sorted based on their actual property order (#​16995)
  • Ensure strings in Pug and Slim templates are handled correctly (#​17000)
  • Ensure classes between } and { are properly extracted (#​17001)
  • Fix razor/cshtml pre-processing (#​17027)
  • Ensure extracting candidates from JS embedded in a PHP string works as expected (#​17031)

v4.0.11

Compare Source

Fixed
  • Ensure classes containing -- are extracted correctly (#​16972)
  • Ensure classes containing numbers followed by dash or underscore are extracted correctly (#​16980)
  • Ensure arbitrary container queries are extracted correctly (#​16984)
  • Ensure classes ending in [ are extracted in Slim templating language (#​16985)
  • Ensure arbitrary variables with data types are extracted correctly (#​16986)

v4.0.10

Compare Source

Added
  • Add col-<number> and row-<number> utilities for grid-column and grid-row (#​15183)
Fixed
  • Ensure not-* does not remove :is(…) from variants (#​16825)
  • Ensure @keyframes are correctly emitted when using a prefix (#​16850)
  • Don't swallow @utility declarations when @apply is used in nested rules (#​16940)
  • Ensure outline-hidden behaves like outline-none outside of forced colors mode (#​16943)
  • Allow !important on CSS variables again (#​16873)
  • Vite: Do not crash when encountering an .svg file with # or ? in the filename (#​16957)
  • Ensure utilities are properly detected within square brackets (#​16306)
  • Ensure utilities are properly detected using Angular's conditional class binding syntax (#​16306)
  • Ensure utilities starting with numbers are properly extracted from Slim templates (#​16306)
  • Discard arbitrary property candidates that have guaranteed-invalid property names (#​16306)
Changed
  • Removed max-w-auto and max-h-auto utilities as they generate invalid CSS (#​16917)
  • Replaced the existing candidate extractor with a brand new extractor to improve maintainability, correctness, and performance (#​16306)
vitest-dev/vitest (@​vitest/coverage-v8)

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source

🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub

v3.0.9

Compare Source

v3.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
actions/cache (actions/cache)

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

eslint/eslint (eslint)

v9.24.0

Compare Source

v9.23.0

Compare Source

v9.22.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.5.1

Compare Source

Patch Changes
  • #​1533 5d53534 Thanks @​iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:

    ✖ Failed to get staged files!
    

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes
vercel/next.js (next)

v15.3.0

Compare Source

v15.2.5

Compare Source

facebook/react (react)

v19.1.0

Compare Source

facebook/react (react-dom)

v19.1.0

Compare Source

lovell/sharp (sharp)

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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 label Mar 9, 2025
@renovate renovate bot requested a review from imranbarbhuiya as a code owner March 9, 2025 02:32
@vercel
Copy link

vercel bot commented Mar 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tag-script-h93t ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2025 6:55pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc2f301 to 4e572ae Compare March 11, 2025 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e572ae to ce42fe5 Compare March 11, 2025 21:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce42fe5 to d44ef00 Compare March 12, 2025 14:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d44ef00 to 2f9b044 Compare March 12, 2025 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f9b044 to 20fd12c Compare March 13, 2025 14:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20fd12c to efd7c3d Compare March 14, 2025 15:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from efd7c3d to c5fd82a Compare March 15, 2025 14:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c5fd82a to 1144a25 Compare March 16, 2025 02:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1144a25 to dd2c8fc Compare March 17, 2025 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd2c8fc to 00c3310 Compare March 17, 2025 22:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00c3310 to 5d8793a Compare March 18, 2025 03:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d8793a to 394c568 Compare March 19, 2025 02:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 394c568 to 4ee119c Compare March 19, 2025 11:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b11b622 to 7db713b Compare April 7, 2025 01:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7db713b to 3e16ec0 Compare April 7, 2025 10:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e16ec0 to 19774e7 Compare April 7, 2025 22:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19774e7 to fb88d64 Compare April 9, 2025 03:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb88d64 to e5544dc Compare April 9, 2025 11:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e5544dc to af5df3a Compare April 9, 2025 16:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af5df3a to 6cc90c8 Compare April 9, 2025 21:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6cc90c8 to 9f288e0 Compare April 10, 2025 14:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f288e0 to 52c6bc1 Compare April 10, 2025 14:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 52c6bc1 to c775e57 Compare April 11, 2025 18:53
@imranbarbhuiya imranbarbhuiya merged commit 0cf39eb into main Apr 11, 2025
10 checks passed
@imranbarbhuiya imranbarbhuiya deleted the renovate/all-minor-patch branch April 11, 2025 21:06
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.

2 participants