Skip to content

Bump vite-plus from 0.1.14 to 0.1.15#117

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vite-plus-0.1.15
Closed

Bump vite-plus from 0.1.14 to 0.1.15#117
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vite-plus-0.1.15

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps vite-plus from 0.1.14 to 0.1.15.

Release notes

Sourced from vite-plus's releases.

vite-plus v0.1.15 -- Task runner concurrency controls, vpr shorthand and bun support

A packed release with task runner concurrency controls, a new vpr shorthand, dynamic shell completions, bun package manager support, and 10x migration performance improvement.

Highlights

  • Task runner concurrency controls -- New --concurrency-limit flag to limit concurrent tasks (defaults to 4) and --parallel flag to ignore task dependencies and run all tasks at once (vite-task#288, vite-task#309)
  • vpr standalone shorthand -- Run tasks faster with vpr build instead of vp run build (#1178)
  • Dynamic shell completions -- vp run and vpr now offer tab-completion for available tasks across all major shells (#1181)
  • Bun package manager support -- vp create and install scripts now support bun as a first-class package manager (#1005)
  • 10x migration speedup -- rewriteAllImports uses cached rules, pre-filtering, and rayon parallelism for dramatically faster migrations (#1172)

Breaking Changes

  • vp run argument order -- Flags must now come before the task name: vp run -r build instead of vp run build -r, because arguments after the task name are now passed through to the task instead of consumed by vp (vite-task#286, vite-task#290) -- @​liangmiQwQ, @​branchseer
  • VITE_PLUS_* env vars renamed to VP_* -- All environment variables now use the shorter VP_ prefix (#1166) -- @​jong-kyung

Features

Fixes & Enhancements

... (truncated)

Commits
  • df34c13 fix(migration): pin @​oxlint/migrate to bundled oxlint version (#1243)
  • 962694f refactor(migration): move pnpm config into pnpm-workspace.yaml (#1237)
  • d81a033 chore: bump vite-task to 1ef4e2f6 (#1240)
  • da06dac fix(migration): preserve browser provider peer deps and fix version warning (...
  • f031ac7 feat(cli/fmt): Export JS API from oxfmt under vite-plus/fmt (#1235)
  • 3747d11 fix(cli/lint): Remove defineConfig export from oxlint (#1234)
  • d304770 chore: enforce .js file extensions in imports via nodenext module resolution ...
  • aaadc57 feat(create): enable task cache by default in monorepo template (#1230)
  • 487e338 fix(cli): add peerDependencyRules for standalone pnpm projects (#1222)
  • 3fc8005 fix(cache): add Package-scoped negative globs to prevent cache miss in monore...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vite-plus](https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli) from 0.1.14 to 0.1.15.
- [Release notes](https://github.com/voidzero-dev/vite-plus/releases)
- [Commits](https://github.com/voidzero-dev/vite-plus/commits/v0.1.15/packages/cli)

---
updated-dependencies:
- dependency-name: vite-plus
  dependency-version: 0.1.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 2, 2026
@porada porada closed this Apr 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vite-plus-0.1.15 branch April 2, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant