Skip to content

feat: add ubugeeei/vize#51373

Merged
suzuki-shunsuke merged 2 commits into
aquaproj:mainfrom
hituzi-no-sippo:feat/ubugeeei/vize
Apr 3, 2026
Merged

feat: add ubugeeei/vize#51373
suzuki-shunsuke merged 2 commits into
aquaproj:mainfrom
hituzi-no-sippo:feat/ubugeeei/vize

Conversation

@hituzi-no-sippo

@hituzi-no-sippo hituzi-no-sippo commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

ubugeeei/vize: Unofficial High-Performance Vue.js Toolchain in Rust

aqua g -i ubugeeei/vize

Check List

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ vize lint foo.vue

  × [vize:vue/require-v-for-key] Elements in iteration expect to have 'v-bind:key' directives. Element: <li>
   ╭─[foo.vue:4:11]
 3 │     <ul>
 4 │       <li v-for="item in items">{{ item.name }}</li>
   ·           ────────────────────
 5 │     </ul>
   ╰────
  help: Why: The :key attribute helps Vue's virtual DOM efficiently track and update list items.
        Fix: Add a unique identifier as the key:
          <li v-for="item in items" :key="item.id">
          {{ item.name }}
          </li>
        Best practices:
        - Use unique, stable identifiers (like database IDs)
        - Avoid using array index as key when list order may change
        - Keys must be primitive values (string or number)


1 error in 1 file
Linted 1 files in 4.8491ms
$

If files such as configuration file are needed, please share them.

foo.vue

<template>
  <div class="container">
    <ul>
      <li v-for="item in items">{{ item.name }}</li>
    </ul>
  </div>
</template>

Reference

Summary by CodeRabbit

  • New Features
    • New package ubugeeei/vize v0.24.0 is now available in the registry with full cross-platform support for Linux, macOS, and Windows, supporting both x86_64 and ARM64 architectures with automatically optimized package formats for each operating system.

@coderabbitai

coderabbitai Bot commented Apr 1, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b8b2494b-a351-4c13-84d5-20f1a99a9946

📥 Commits

Reviewing files that changed from the base of the PR and between bb05b78 and 9d9332f.

📒 Files selected for processing (3)
  • pkgs/ubugeeei/vize/pkg.yaml
  • pkgs/ubugeeei/vize/registry.yaml
  • registry.yaml

📝 Walkthrough

Walkthrough

The PR introduces a new package registration for ubugeeei/vize v0.24.0 across the package management system, including manifest entry, local registry configuration, and global registry entry with version constraints and platform-specific asset mappings.

Changes

Cohort / File(s) Summary
Package Manifest
pkgs/ubugeeei/vize/pkg.yaml
Added versioned package entry for ubugeeei/vize@v0.24.0 to define explicit dependency configuration.
Package Registry Configuration
pkgs/ubugeeei/vize/registry.yaml, registry.yaml
Created new registry entries with GitHub release metadata, version constraints, platform-specific asset mappings (architecture/OS translations), and archive format configurations (tar.gz default, zip for Windows).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Suggested labels

enhancement

Poem

🐰 A hop, skip, and jump through configs so neat,
New vize package joins the registry fleet!
Platform-mapped paths from Windows to Linux divine,
Version constraints set, dependencies align! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'feat: add ubugeeei/vize' clearly and concisely summarizes the main change—adding a new package entry for ubugeeei/vize to the registry.
Description check ✅ Passed The description includes package details, installation instructions, a comprehensive checklist with all items checked, verification steps with sample output, and relevant file examples demonstrating the package functionality.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Apr 3, 2026
@suzuki-shunsuke suzuki-shunsuke added this to the v4.492.0 milestone Apr 3, 2026
@suzuki-shunsuke

Copy link
Copy Markdown
Member

Thank you!

@suzuki-shunsuke suzuki-shunsuke merged commit 8651387 into aquaproj:main Apr 3, 2026
19 checks passed
@github-project-automation github-project-automation Bot moved this to Done in main Apr 3, 2026
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Apr 9, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | minor | `v4.491.0` → `v4.492.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary>

### [`v4.492.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.492.0)

[Compare Source](aquaproj/aqua-registry@v4.491.0...v4.492.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.492.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.492.0) | <aquaproj/aqua-registry@v4.491.0...v4.492.0>

#### 🎉 New Packages

[#&#8203;51459](aquaproj/aqua-registry#51459) [ahkohd/oyo](https://github.com/ahkohd/oyo) - A different viewer [@&#8203;tmeijn](https://github.com/tmeijn)
[#&#8203;51458](aquaproj/aqua-registry#51458) [textfuel/lazyjira](https://github.com/textfuel/lazyjira) - Lazygit but for Jira [@&#8203;tmeijn](https://github.com/tmeijn)
[#&#8203;51457](aquaproj/aqua-registry#51457) [bellicose100xp/jiq](https://github.com/bellicose100xp/jiq) - Interactive JSON query tool with real-time output and AI assistance [@&#8203;tmeijn](https://github.com/tmeijn)
[#&#8203;51455](aquaproj/aqua-registry#51455) [micahkepe/jsongrep](https://github.com/micahkepe/jsongrep) - A path query language for JSON, YAML, TOML, and other serialization formats [@&#8203;tmeijn](https://github.com/tmeijn)
[#&#8203;51454](aquaproj/aqua-registry#51454) [kurama/dealve-tui](https://github.com/kurama/dealve-tui) - Delve into game deals from your terminal [@&#8203;tmeijn](https://github.com/tmeijn)
[#&#8203;51373](aquaproj/aqua-registry#51373) [ubugeeei/vize](https://github.com/ubugeeei/vize): Unofficial High-Performance Vue.js Toolchain in Rust [@&#8203;hituzi-no-sippo](https://github.com/hituzi-no-sippo)

#### Fixes

[#&#8203;51447](aquaproj/aqua-registry#51447) sigstore/cosign: Support cosign v2.6.2 [@&#8203;tmeijn](https://github.com/tmeijn)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6bWlub3IiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants