Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 16, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/compat (source) 2.0.32.0.5 age confidence devDependencies patch
@html-eslint/eslint-plugin 0.58.10.59.0 age confidence devDependencies minor
@tailwindcss/vite (source) 4.2.14.2.4 age confidence devDependencies patch
@types/node (source) 25.3.525.6.0 age confidence devDependencies minor
@vitest/browser-playwright (source) 4.0.184.1.5 age confidence devDependencies minor
@vitest/coverage-v8 (source) 4.0.184.1.5 age confidence devDependencies minor
actions/setup-node v6.3.0v6.4.0 age confidence action minor
eslint-plugin-import-x 4.16.14.16.2 age confidence devDependencies patch
eslint-plugin-perfectionist (source) 5.6.05.9.0 age confidence devDependencies minor
happy-dom 20.8.320.9.0 age confidence devDependencies minor
playwright (source) 1.58.21.59.1 age confidence devDependencies minor
pnpm (source) 10.31.010.33.2 age confidence packageManager minor
pnpm/action-setup v4.2.0v4.4.0 age confidence action minor
prettier (source) 3.8.13.8.3 age confidence devDependencies patch
prettier-plugin-tailwindcss 0.7.20.7.3 age confidence devDependencies patch
solid-js (source) 1.9.111.9.12 age confidence dependencies patch
tailwindcss (source) 4.2.14.2.4 age confidence devDependencies patch
typescript-eslint (source) 8.56.18.59.0 age confidence devDependencies minor
vite (source) 8.0.0-beta.168.0.10 age confidence devDependencies patch
vite-plugin-checker 0.12.00.13.0 age confidence devDependencies minor
vite-plugin-solid 2.11.102.11.12 age confidence devDependencies patch
vitest (source) 4.0.184.1.5 age confidence devDependencies minor

Release Notes

eslint/rewrite (@​eslint/compat)

v2.0.5

Compare Source

Dependencies
  • The following workspace dependencies were updated

v2.0.4

Compare Source

Dependencies
  • The following workspace dependencies were updated
yeonjuan/html-eslint (@​html-eslint/eslint-plugin)

v0.59.0

Compare Source

What's Changed
dependabot
New Contributors

Full Changelog: yeonjuan/html-eslint@v0.58.1...v0.59.0

tailwindlabs/tailwindcss (@​tailwindcss/vite)

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)

v4.2.2

Compare Source

Fixed
  • Don't crash when candidates contain prototype properties like row-constructor (#​19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#​19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#​19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#​19745)
  • Add support for Vite 8 in @tailwindcss/vite (#​19790)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234size-1234) (#​19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5'' instead of size-5) (#​19812)
vitest-dev/vitest (@​vitest/browser-playwright)

v4.1.5

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.4

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.3

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.2

Compare Source

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (#​9975).

   🐞 Bug Fixes
    View changes on GitHub

v4.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.0

Compare Source

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: (in timezone Europe/Belgrade)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 16, 2026

Deploy Preview for solid-clock failed.

Name Link
🔨 Latest commit aa731cf
🔍 Latest deploy log https://app.netlify.com/projects/solid-clock/deploys/69ea3c9897621000082e2b30

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 59d0c69 to 17ae7e3 Compare March 23, 2026 17:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f6ac267 to 145a676 Compare March 25, 2026 01:59
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 25, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 713647e to fe91760 Compare April 2, 2026 10:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from a2de9ab to bed9e67 Compare April 8, 2026 13:17
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 619c7cc to 6d040a5 Compare April 15, 2026 10:03
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 512cf3c to e93338d Compare April 23, 2026 07:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e93338d to aa731cf Compare April 23, 2026 15:36
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