chore(deps): update dependency vite-plus to v0.1.15#678
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency vite-plus to v0.1.15#678renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
commit: |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #678 +/- ##
=======================================
Coverage 94.60% 94.60%
=======================================
Files 10 10
Lines 723 723
Branches 226 226
=======================================
Hits 684 684
Misses 36 36
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
89e30b8 to
e7f8bfc
Compare
e7f8bfc to
b626dce
Compare
b626dce to
8308489
Compare
8308489 to
ea872f6
Compare
ea872f6 to
de2b8e5
Compare
de2b8e5 to
24630e2
Compare
24630e2 to
b1f0e3f
Compare
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
7d29573 to
17c7510
Compare
17c7510 to
8b3bb78
Compare
8b3bb78 to
0d6a685
Compare
0d6a685 to
dea2186
Compare
dea2186 to
d73a964
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:
0.1.14→0.1.15Release Notes
voidzero-dev/vite-plus (vite-plus)
v0.1.15: vite-plus v0.1.15 -- Task runner concurrency controls,vprshorthand and bun supportCompare Source
A packed release with task runner concurrency controls, a new
vprshorthand, dynamic shell completions, bun package manager support, and 10x migration performance improvement.Highlights
--concurrency-limitflag to limit concurrent tasks (defaults to 4) and--parallelflag to ignore task dependencies and run all tasks at once (vite-task#288, vite-task#309)vprstandalone shorthand -- Run tasks faster withvpr buildinstead ofvp run build(#1178)vp runandvprnow offer tab-completion for available tasks across all major shells (#1181)vp createand install scripts now support bun as a first-class package manager (#1005)rewriteAllImportsuses cached rules, pre-filtering, and rayon parallelism for dramatically faster migrations (#1172)Breaking Changes
vp runargument order -- Flags must now come before the task name:vp run -r buildinstead ofvp run build -r, because arguments after the task name are now passed through to the task instead of consumed byvp(vite-task#286, vite-task#290) -- @liangmiQwQ, @branchseerVITE_PLUS_*env vars renamed toVP_*-- All environment variables now use the shorterVP_prefix (#1166) -- @jong-kyungFeatures
vpras standalone shorthand forvp run(#1178) -- @fengmk2vp runtask support (#1181) -- @nekomoyivprcommand (#1227) -- @nekomoyi.nvmrcto.node-versionduringvp migrate(#1159) -- @naokihabavite-plus/versionsexport (#1162) -- @kazuponoxfmtundervite-plus/fmt(#1235) -- @leaysgur--concurrency-limitflag to limit the number of tasks running at the same time (defaults to 4) (vite-task#288, vite-task#309) -- @branchseer--parallelflag to ignore task dependencies and run all tasks at once with unlimited concurrency (unless--concurrency-limitis also specified) (vite-task#309) -- @branchseerVP_*toDEFAULT_UNTRACKED_ENV(vite-task#297) -- @jong-kyungFixes & Enhancements
rewriteAllImports~10x with cached rules, pre-filter, and rayon (#1172) -- @fengmk2vp runargument order for flags-before-task breaking change (#1170) -- @fengmk2vite:templates (#1130) -- @naokihabavp runfor all templates (#1127) -- @jong-kyungvp env doctor(#1140) -- @jong-kyungvp env use(#1141) -- @nekomoyinode_modules/.vite-tempfrom cache input tracking (#1096) -- @fengmk2core.hooksPathwithout prompting (#1157) -- @fengmk2fmt: {}config and rebrand oxfmt messages (#1163) -- @fengmk2esModuleInterop: falsefrom tsconfig.json (#1148) -- @fengmk2allowSyntheticDefaultImports: falsefrom tsconfig.json (#1153) -- @fengmk2vite_plus_homefrom node wrapper's path (#1185) -- @liangmiQwQglobals.d.tsfor type-aware linting (#1177) -- @fengmk2configPathoption in Zed editor config (#1205) -- @camc314viteasvpand synthesizevprin task scripts (#1186) -- @fengmk2peerDependencyRulesfor standalone pnpm projects (#1222) -- @fengmk2defineConfigexport fromoxlint(#1234) -- @leaysgur@oxlint/migrateto bundled oxlint version (#1243) -- @fengmk2Refactoring
vp --versionby using generated versions module (#1164) -- @kazuponvp run, always delegate to vite-plus (#1179) -- @fengmk2pnpm-workspace.yaml(#1237) -- @fengmk2Chore
--shard=X/Ysupport (#1189) -- @fengmk2--no-frozen-lockfilein install E2E test (#1199) -- @fengmk2#[serial]to env-var tests to prevent concurrent access races (#1223) -- @fengmk2.jsfile extensions in imports via nodenext module resolution (#1232) -- @fengmk21ef4e2f(#1240) -- @branchseerpackages/toolsbins to single Rust binary (vtt) (vite-task#291) -- @branchseerPublished Packages
@voidzero-dev/vite-plus-core@0.1.15@voidzero-dev/vite-plus-test@0.1.15vite-plus@0.1.15Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Upgrade:
New Contributors
Welcome to all new contributors! 🎉
@Giorno-Giovana, @connorshea
Full Changelog: voidzero-dev/vite-plus@v0.1.14...v0.1.15
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.