Skip to content
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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@tailwindcss/postcss (source) 4.0.14 -> 4.1.3 age adoption passing confidence devDependencies minor
@types/node (source) 22.13.10 -> 22.14.1 age adoption passing confidence devDependencies minor
@types/react (source) 19.0.11 -> 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
fumadocs-core (source) 15.1.0 -> 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.1.0 -> 15.2.6 age adoption passing confidence dependencies minor
lucide-react (source) ^0.483.0 -> ^0.487.0 age adoption passing confidence dependencies minor
next (source) 15.2.3 -> 15.3.0 age adoption passing confidence dependencies minor
pnpm (source) 9.15.1 -> 9.15.9 age adoption passing confidence packageManager patch
pnpm/action-setup v4.0.0 -> v4.1.0 age adoption passing confidence action 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
shiki (source) 3.2.1 -> 3.2.2 age adoption passing confidence dependencies patch
tailwind-merge 3.0.2 -> 3.2.0 age adoption passing confidence dependencies minor
tailwindcss (source) 4.0.14 -> 4.1.3 age adoption passing confidence devDependencies minor
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence devDependencies patch
vitest (source) 3.0.9 -> 3.1.1 age adoption passing confidence devDependencies minor

Release Notes

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

fuma-nama/fumadocs (fumadocs-core)

v15.2.6

Compare Source

Patch Changes
  • d49f9ae: Fix order of <I18nProvider />
  • b07e98c: fix loader().getNodePage() returning undefined for other locales
  • 3a4bd88: Fix wrong index files output in i18n page tree generation

v15.2.5

Compare Source

Patch Changes
  • c66ed79: Fix removeScrollOn on sidebar primitive

v15.2.4

Compare Source

Patch Changes

v15.2.3

Compare Source

v15.2.2

Compare Source

Patch Changes

v15.2.1

Compare Source

v15.2.0

Compare Source

Patch Changes

v15.1.3

Compare Source

Patch Changes

v15.1.2

Compare Source

Patch Changes
  • 3f580c4: Support directory-based i18n routing

v15.1.1

Compare Source

Patch Changes
  • c5add28: use internal store for Shiki highlighter instances
  • f3cde4f: Support markdown files with default local code in file name
  • 7c8a690: Improve file info interface
  • b812457: Remove Next.js usage from search server
lucide-icons/lucide (lucide-react)

v0.487.0: Version 0.487.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.486.0...0.487.0

v0.486.0: Version 0.486.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.485.0...0.486.0

v0.485.0

Compare Source

v0.484.0: Version 0.484.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.483.0...0.484.0

vercel/next.js (next)

v15.3.0

Compare Source

v15.2.5

Compare Source

v15.2.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Match subrequest handling for edge and node (#​77474)
  • exclude images and static media from dev origin check (#​77417)
  • ensure /__next middleware URLs are included in the origin check (#​77416)
  • remove direct ip/port bypass in dev origin check (#​77414)
  • switch development origin verification to be opt-in rather than opt-out (#​77395)
Credits

Huge thanks to @​ijjk and @​ztanner for helping!

pnpm/pnpm (pnpm)

v9.15.9: pnpm 9.15.9

Compare Source

Patch Changes
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.
Platinum Sponsors
Bit Bit Syntax
Gold Sponsors
Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.8: pnpm 9.15.8

Compare Source

Patch Changes
  • pnpm self-update should always update the version in the packageManager field of package.json.
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't show info output when --loglevel=error is used.
Platinum Sponsors
Bit Bit Syntax
Gold Sponsors
Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.7: pnpm 9.15.7

Compare Source

Patch Changes

  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • Allow scope registry CLI option without --config. prefix such as --@&#8203;scope:registry=https://scope.example.com/npm #​9089.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.6: pnpm 9.15.6

Compare Source

Patch Changes

  • Fix instruction for updating pnpm with corepack #​9101.
  • Print pnpm's version after the execution time at the end of the console output.
  • The pnpm version specified by packageManager cannot start with v.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit 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.

Copy link

vercel bot commented Mar 1, 2025

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

Name Status Preview Comments Updated (UTC)
next-validate-link ❌ Failed (Inspect) Apr 11, 2025 10:56pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be08778 to 36163a8 Compare March 3, 2025 03:17
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 3, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 36163a8 to 78c5325 Compare March 3, 2025 18:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78c5325 to 8137d57 Compare March 3, 2025 22:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8137d57 to a44f964 Compare March 4, 2025 03:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a44f964 to 6376a54 Compare March 5, 2025 19:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6376a54 to ba7eeb8 Compare March 6, 2025 11:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ba7eeb8 to 019a0e2 Compare March 6, 2025 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 019a0e2 to 2784709 Compare March 7, 2025 15:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2784709 to a7edce6 Compare March 8, 2025 09:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7edce6 to ec524e7 Compare March 9, 2025 14:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec524e7 to 36dbb38 Compare March 9, 2025 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 36dbb38 to 176df88 Compare March 10, 2025 05:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 176df88 to 228285e Compare March 11, 2025 03:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 228285e to 25887eb Compare March 11, 2025 10:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from afa10c0 to db4be61 Compare April 3, 2025 16:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from db4be61 to b0078b6 Compare April 3, 2025 18:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0078b6 to a8e0edd Compare April 4, 2025 11:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8e0edd to 5e81b8b Compare April 4, 2025 19:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5e81b8b to f5b763c Compare April 5, 2025 01:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5b763c to 4cb728f Compare April 6, 2025 21:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4cb728f to e668d03 Compare April 7, 2025 12:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e668d03 to 0d2c728 Compare April 8, 2025 14:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d2c728 to 4bb894d Compare April 9, 2025 03:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4bb894d to fb466a4 Compare April 9, 2025 14:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb466a4 to 313b4c3 Compare April 9, 2025 23:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 313b4c3 to 97746de Compare April 10, 2025 07:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 97746de to 6038128 Compare April 11, 2025 18:55
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