chore(deps): update all non-major dependencies#40
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3e1642b to
4350613
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.2.2→^4.2.4v4.2.1→v4.3.0^4.2.2→^4.2.4^0.1.18→^0.1.19^0.1.18→^0.1.19Release Notes
tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.2.4Compare Source
Fixed
@importand@pluginstill resolve correctly when using Vite aliases in@tailwindcss/vite(#19947)v4.2.3Compare Source
Fixed
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→tracking-wider) (#19827)@tailwindcss/webpack(#19723)px-[1.2rem] py-[1.2rem]→p-[1.2rem]) (#19837)border-{t,b}-*intoborder-y-*,border-{l,r}-*intoborder-x-*, andborder-{t,r,b,l}-*intoborder-*(#19842)scroll-m{t,b}-*intoscroll-my-*,scroll-m{l,r}-*intoscroll-mx-*, andscroll-m{t,r,b,l}-*intoscroll-m-*(#19842)scroll-p{t,b}-*intoscroll-py-*,scroll-p{l,r}-*intoscroll-px-*, andscroll-p{t,r,b,l}-*intoscroll-p-*(#19842)overflow-{x,y}-*intooverflow-*(#19842)overscroll-{x,y}-*intooverscroll-*(#19842)--placeholder-colorinstead of--background-colorforplaceholder-*utilities (#19843)config.contentwhen migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846).envand.env.*to default ignored content files (#19846)overflow-ellipsisintotext-ellipsis(#19849)start-full→inset-s-full,start-auto→inset-s-auto,start-px→inset-s-px, andstart-<number>→inset-s-<number>as well as negative versions (#19849)end-full→inset-e-full,end-auto→inset-e-auto,end-px→inset-e-px, andend-<number>→inset-e-<number>as well as negative versions (#19849)-sign inside the arbitrary value-left-[9rem]→left-[-9rem](#19858)-sign outside the arbitrary valueml-[calc(-1*var(--width))]→-ml-(--width)(#19858)NODE_PATHenvironment variable in standalone CLI (#19617)area44/workflows (area44/workflows)
v4.3.0Compare Source
What's Changed
Full Changelog: area44/workflows@v4.2.2...v4.3.0
v4.2.2Compare Source
What's Changed
Full Changelog: area44/workflows@v4.2.1...v4.2.2
voidzero-dev/vite-plus (vite)
v0.1.19: vite-plus v0.1.19 — Windows polish, vp rebuild, and lazy plugin loadingCompare Source
A reliability-focused release: terminal handling and file-handle leaks on Windows are fixed, a top-level
vp rebuildalias lands, andlazyPlugins()defers plugin initialization until first use.Highlights
.cmdshims are routed through PowerShell to stop Windows corrupting the terminal (#1407, #1414)vp run devno longer keeps an open handle onpnpm-workspace.yamlfor the life of the session, so pnpm in a second terminal can rewrite the file withoutEPERM(#1400, vite-task#335)vp run test some-filter) were forwarded to tasks pulled in viadependsOn, breaking their execution (vite-task#332)vp rebuildalias — rebuild your monorepo with a single command, norun --wrapping needed (#1383)lazyPlugins()helper defers plugin initialization until first use (#1215)Features
vp rebuildalias (#1383) — @Han5991lazyPlugins()helper for conditional plugin loading (#1215) — @fengmk2vp migrate/vp create(#1411) — @naokihaba--stdin-filepathfor theoxfmtbin (#1429) — @leaysgurv1.0.0-rc.16, oxc0.126.0, tsdown0.21.9, oxlint-tsgolint0.21.1,@vitejs/devtools0.1.14(#1395, #1406, #1415) — @BrooooooklynFixes & Enhancements
.cmdshims through PowerShell to fix Ctrl+C terminal corruption (#1414) — @fengmk2denyWarningsfailsvp check(#1425) — @fengmk2SetGlobalDefaultErrorpanic when rolldown devtools is enabled (#1364) — @fengmk2--to npx-invoked remote templates invp create(#1421) — @jong-kyungdependsOntasks — args after a task name (e.g.vp run test some-filter) are now forwarded only to that task (vite-task#332) — @branchseerbincode(unmaintained) towincode; cache format bumps from v10 → v11, so expect a one-time cache miss on upgrade (vite-task#334) — @branchseerRefactor
Docs
setup.viteplus.dev(#1390) — @fengmk2Chore
@oxc-node/coreto catalog version (0.0.35) (#1000) — @ArthiePublished Packages
@voidzero-dev/vite-plus-core@0.1.19@voidzero-dev/vite-plus-test@0.1.19vite-plus@0.1.19Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Or download and run
vp-setup.exefrom the assets below.Upgrade:
New Contributors
Welcome to all new contributors! 🎉
@Han5991, @Arthie
Full Changelog: voidzero-dev/vite-plus@v0.1.18...v0.1.19
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.