Skip to content

Update Vize packages - #736

Merged
yamanoku merged 6 commits into
mainfrom
renovate/vize-packages
Jun 8, 2026
Merged

Update Vize packages#736
yamanoku merged 6 commits into
mainfrom
renovate/vize-packages

Conversation

@renovate

@renovate renovate Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@vizejs/vite-plugin (source) 0.114.00.178.0 age confidence
oxlint (source) 1.66.01.68.0 age confidence
oxlint-plugin-vize (source) 0.114.00.178.0 age confidence
vize (source) 0.114.00.178.0 age confidence

Release Notes

ubugeeei-prod/vize (@​vizejs/vite-plugin)

v0.178.0

Compare Source

What's Changed

Full Changelog: ubugeeei-prod/vize@v0.177.0...v0.178.0

v0.177.0

Compare Source

What's Changed

Full Changelog: ubugeeei-prod/vize@v0.175.0...v0.177.0

v0.175.0

Compare Source

What's Changed

Full Changelog: ubugeeei-prod/vize@v0.174.0...v0.175.0

v0.174.0

Compare Source

What's Changed

Full Changelog: ubugeeei-prod/vize@v0.173.0...v0.174.0

v0.173.0

Compare Source

What's Changed

Full Changelog: ubugeeei-prod/vize@v0.172.0...v0.173.0

v0.172.0

Compare Source

What's Changed

Full Changelog: ubugeeei-prod/vize@v0.171.0...v0.172.0

v0.171.0

Compare Source

What's Changed

Full Changelog: ubugeeei-prod/vize@v0.170.0...v0.171.0

v0.170.0

Compare Source

What's Changed

Full Changelog: ubugeeei-prod/vize@v0.169.0...v0.170.0

v0.169.0

Compare Source

What's Changed

Full Changelog: ubugeeei-prod/vize@v0.168.0...v0.169.0

v0.168.0

Compare Source

What's Changed

Full Changelog: ubugeeei-prod/vize@v0.167.0...v0.168.0

v0.167.0

Compare Source

What's Changed
  • fix: tighten vize clean lifecycle by @​ubugeeei in #​953
  • fix: stabilize app CI checks by @​ubugeeei in #​954
  • fix(armature): preserve '/' as value char in unquoted attributes by @​ubugeeei in #​973
  • fix(typecheck): surface noImplicitAny diagnostics by @​ubugeeei in #​974
  • fix(maestro): use boundary-safe str access in template definition handler by @​ubugeeei in #​976
  • fix(sfc): type-only defineProps now emits required:true and method-signature props by @​ubugeeei in #​979
  • fix(atelier_core): guard template expression nesting depth by @​ubugeeei in #​980
  • fix(cli): hard-error on explicit --config; remove check no-op flags; atomic fmt --write by @​ubugeeei in #​975
  • fix(codegen): allocate v-if branch keys from a template-wide counter by @​ubugeeei in #​977
  • fix(sfc): scope outside :not()/:is() and normalize legacy deep combinators by @​ubugeeei in #​981
  • fix(patina): suppression applies to whole line; identifier-aware v-if-with-v-for by @​ubugeeei in #​982
  • fix(parser): collapse whitespace inside text nodes in condense mode by @​ubugeeei in #​978
  • fix(ssr): render textarea v-model value as text content by @​ubugeeei in #​983
  • fix(glyph): preserve
    /<textarea>/v-pre content verbatim by @​ubugeeei in #​984
  • fix(armature): treat duplicate attribute as recoverable; codegen dedupes by @​ubugeeei in #​986
  • fix(glyph): make multi-line interpolation formatting idempotent by @​ubugeeei in #​985
  • fix(diagnostics): emit columns in UTF-16 code units by @​ubugeeei in #​988
  • fix(flake): refresh blacksmith linux/amd64 hash for upstream binary update by @​ubugeeei in #​989
  • fix(vscode-vize): gate workspace binaries on Workspace Trust by @​ubugeeei in #​987
  • fix(ssr): emit selected attribute on matching option for by @​ubugeeei in #​990 fix(vscode-vize): verify SHA-256 of downloaded server binary by @​ubugeeei in #​991 fix(canon): align v-on source-map src_range with emitted content by @​ubugeeei in #​995 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.166.0...v0.167.0 v0.166.0 Compare Source What's Changed fix: resolve today issue regressions by @​ubugeeei in #​952 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.165.0...v0.166.0 v0.165.0 Compare Source What's Changed fix(coverage): materialize vue runtime fallback by @​ubugeeei in #​905 test(coverage): narrow handler mismatch fixture by @​ubugeeei in #​906 fix(typechecker): escape reserved template prop names by @​ubugeeei in #​923 fix(typechecker): honor withDefaults template props by @​ubugeeei in #​930 fix(vscode-vize): harden Vue syntax highlighting by @​ubugeeei in #​929 fix(typechecker): sync withDefaults snapshots by @​ubugeeei in #​931 fix(a11y): handle bound landmark labels by @​ubugeeei in #​933 fix(nuxt): surface Vite 8 peer requirement by @​ubugeeei in #​932 test(lint): cover unsafe URL attr diagnostics by @​ubugeeei in #​937 fix(lint): recognize script setup component imports by @​ubugeeei in #​938 fix(formatter): handle less-than in interpolations by @​ubugeeei in #​934 fix(typechecker): avoid rechecking v-if guard conditions by @​ubugeeei in #​935 fix(lint): skip Nuxt route filename casing by @​ubugeeei in #​939 fix(typechecker): type native click handlers as PointerEvent by @​ubugeeei in #​936 fix(linter): avoid dynamic component import false positives by @​ubugeeei in #​940 fix(typechecker): expose imported intersection props to templates by @​ubugeeei in #​941 fix(vite-plugin): compile transformed markdown SFC modules by @​ubugeeei in #​942 fix(nuxt): keep route announcer direct by @​ubugeeei in #​943 fix(nuxt): resolve generated auto imports and template globals by @​ubugeeei in #​944 fix(compiler): resolve re-exported SFC interface props by @​ubugeeei in #​945 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.164.0...v0.165.0 v0.164.0 Compare Source What's Changed fix: resolve vue runtime types from packages by @​ubugeeei in #​856 fix(patina): interpolate lint message placeholders by @​ubugeeei in #​864 fix(formatter): preserve leading SFC comments by @​ubugeeei in #​871 fix(check): support absolute input paths by @​ubugeeei in #​879 fix(vite-plugin): preserve regexp filter config by @​ubugeeei in #​882 fix(parser): handle regex in template literals by @​ubugeeei in #​885 fix(compiler): preserve native v-model directives by @​ubugeeei in #​887 fix(compiler): preserve numeric v-for components by @​ubugeeei in #​886 docs: credit rspack plugin contributor by @​ubugeeei in #​841 fix(vite-plugin): preserve import.meta.glob base by @​ubugeeei in #​888 fix(vite-plugin): preserve SFC transform hooks by @​ubugeeei in #​889 fix(check): isolate declaration emit config by @​ubugeeei in #​891 fix(linter): map intrinsic member components by @​ubugeeei in #​892 fix(type-checker): linearize v-else-if virtual TS by @​ubugeeei in #​890 fix(check): honor referenced tsconfig projects by @​ubugeeei in #​894 fix(linter): report v-for unused aliases at source span by @​ubugeeei in #​895 fix(croquis): resolve slot provide ancestry by @​ubugeeei in #​893 fix(compiler): preserve inline handler local bindings by @​ubugeeei in #​896 fix(check): resolve root above explicit tsconfig by @​ubugeeei in #​898 fix(type-checker): preserve optional prop undefined by @​ubugeeei in #​897 fix(canon): preserve object-form v-on expressions by @​ubugeeei in #​899 fix(linter): respect anchor transparent content by @​ubugeeei in #​900 fix(build): resolve imported prop base interfaces by @​ubugeeei in #​901 fix(nix): update blacksmith cli hash by @​ubugeeei in #​902 test(coverage): stabilize vue namespace fixtures by @​ubugeeei in #​903 test(coverage): harden vue fixture resolution by @​ubugeeei in #​904 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.163.0...v0.164.0 v0.163.0 Compare Source What's Changed fix: use tsconfig inputs for check defaults by @​ubugeeei in #​845 fix: clarify musea nuxt cli usage by @​ubugeeei in #​846 fix: avoid nuxt import meta conflicts by @​ubugeeei in #​847 fix: load nuxt tsconfig declarations for explicit checks by @​ubugeeei in #​848 fix: resolve template instance globals through vue context by @​ubugeeei in #​849 fix: cover nuxt vue runtime helper exports by @​ubugeeei in #​850 fix: link pnpm vue runtime dependencies by @​ubugeeei in #​852 fix: update native-preview peer pin by @​ubugeeei in #​853 fix: resolve vue named exports through aliases by @​ubugeeei in #​854 fix: type component emits in handlers by @​ubugeeei in #​855 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.162.0...v0.163.0 v0.162.0 Compare Source What's Changed fix: declare native preview check peer by @​ubugeeei in #​836 fix: ignore slot props in unsafe url rule by @​ubugeeei in #​837 fix: inspect sfc style blocks for scoped style by @​ubugeeei in #​838 fix(rspack-plugin): default to native CSS on Rspack 2.x while preserving 1.x compatibility by @​umbrella22 in #​840 fix: flush lint json output before exit by @​ubugeeei in #​839 fix: treat slots as a11y content by @​ubugeeei in #​842 fix: align multiline self-closing tags by @​ubugeeei in #​844 fix: allow hash-only href bindings by @​ubugeeei in #​843 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.161.0...v0.162.0 v0.161.0 Compare Source What's Changed fix(nuxt): preserve client-only component imports by @​ubugeeei in #​825 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.160.0...v0.161.0 v0.160.0 Compare Source What's Changed fix(vite-plugin): resolve Nuxt Musea dev SSR Vue imports by @​ubugeeei in #​822 fix(nuxt): preserve registered component mode by @​ubugeeei in #​823 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.159.0...v0.160.0 v0.159.0 Compare Source What's Changed docs: document performance optimizations by @​ubugeeei in #​818 fix: preserve scoped css comments before selectors by @​ubugeeei in #​819 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.158.0...v0.159.0 v0.158.0 Compare Source What's Changed docs: add frontend_phpcon_do credit by @​ubugeeei in #​814 ci: add blacksmith tool benchmark automation by @​ubugeeei in #​815 perf: cache repeated stats-only sfc compiles by @​ubugeeei in #​817 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.157.0...v0.158.0 v0.157.0 Compare Source What's Changed fix(sfc): preserve scoped CSS on hoisted static vnodes by @​umbrella22 in #​812 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.156.0...v0.157.0 v0.156.0 Compare Source What's Changed fix: align Nuxt CSS extraction parity by @​ubugeeei in #​810 fix: align Vue Fes scoped CSS parity by @​ubugeeei in #​811 fix: align frontend phpcon visual parity by @​ubugeeei in #​813 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.155.0...v0.156.0 v0.155.0 Compare Source What's Changed fix: preserve empty static attributes by @​ubugeeei in #​805 test: add npmx visual and inspector parity by @​ubugeeei in #​804 fix: emit component css for nuxt ssr builds by @​ubugeeei in #​803 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.154.0...v0.155.0 v0.154.0 Compare Source What's Changed feat: add misskey visual parity coverage by @​ubugeeei in #​802 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.153.0...v0.154.0 v0.153.0 Compare Source What's Changed fix: align vue compiler inspect output by @​ubugeeei in #​800 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.152.0...v0.153.0 v0.152.0 Compare Source What's Changed fix(vite): expose extracted css in manifest by @​ubugeeei in #​795 fix(typechecker): infer generic component props by @​ubugeeei in #​796 fix(sfc): trim generated code trailing newlines by @​ubugeeei in #​798 fix(check): resolve JSON imports in TS inputs by @​ubugeeei in #​799 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.151.0...v0.152.0 v0.151.0 Compare Source What's Changed fix(formatter): keep empty elements inline by @​ubugeeei in #​793 fix(formatter): preserve multiline interpolation indentation by @​ubugeeei in #​794 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.150.0...v0.151.0 v0.150.0 Compare Source What's Changed fix(compiler): resolve src alias type imports by @​ubugeeei in #​786 feat(inspector): compare compiler output from CLI by @​ubugeeei in #​790 fix(formatter): preserve valid attribute quotes by @​ubugeeei in #​791 fix(typechecker): retry transient LSP diagnostics EOF by @​ubugeeei in #​792 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.149.0...v0.150.0 v0.149.0 Compare Source What's Changed perf(cli): make inspector globs ignore-aware by @​ubugeeei in #​783 perf(cli): skip unchanged schema writes by @​ubugeeei in #​784 fix(compiler): preserve defineEmits spacing by @​ubugeeei in #​785 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.148.0...v0.149.0 v0.148.0 Compare Source What's Changed ci: fix windows arm release build by @​ubugeeei in #​781 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.147.0...v0.148.0 v0.147.0 Compare Source v0.144.0 Compare Source v0.143.0 Compare Source What's Changed fix(armature): cap element nesting depth in the template parser by @​ubugeeei in #​748 perf: optimize hot paths in recent LSP/check work by @​ubugeeei in #​749 fix(sfc): point props-destructure default-type diagnostic at the default value by @​ubugeeei in #​750 fix(maestro): align member_access_receiver with CursorContext (#​751) by @​ubugeeei in #​753 fix(canon,maestro): resolve relative .vue imports in editor Corsa session (#​752) by @​ubugeeei in #​755 fix(editor): close out remaining #​751 / #​752 action items by @​ubugeeei in #​757 test(ecosystem-products): update snapshot for narrowed TS2307 suppression by @​ubugeeei in #​758 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.142.0...v0.143.0 v0.142.0 Compare Source What's Changed chore: retarget repository references to ubugeeei-prod/vize by @​ubugeeei in #​747 Full Changelog: https://github.com/ubugeeei-prod/vize/compare/v0.141.0...v0.142.0 v0.140.0 Compare Source What's Changed fix: surface SFC compile errors in check and LSP diagnostics by @​ubugeeei in ubugeeei#675 feat(lsp): introduce shared CursorContext model by @​ubugeeei in ubugeeei#702 feat(lsp): include nested-scope bindings in script completion by @​ubugeeei in ubugeeei#701 fix(lsp): stop proposing setup bindings at non-ref member access by @​ubugeeei in ubugeeei#703 feat(lsp): include v-for and v-slot bindings in template completion by @​ubugeeei in ubugeeei#706 fix(vite-plugin): resolve Vue from virtual modules under pnpm-isolated installs by @​ubugeeei in ubugeeei#705 feat(lsp): route script completion through CursorContext by @​ubugeeei in ubugeeei#707 feat(lsp): surface a hint when type checking is unavailable by @​ubugeeei in ubugeeei#708 fix(lsp): suppress Corsa diagnostics after SFC compile errors by @​ubugeeei in ubugeeei#709 feat(lsp): add languageServer.crossFile config knob by @​ubugeeei in ubugeeei#710 chore: gitignore insta pending-snapshot artifacts by @​ubugeeei in ubugeeei#711 feat(lsp): add Vue-flavored hints to Corsa diagnostics by @​ubugeeei in ubugeeei#712 feat(lsp): inlay hints for reactive bindings by @​ubugeeei in ubugeeei#713 feat(lsp): surface --strict-reactivity findings in editor diagnostics by @​ubugeeei in ubugeeei#714 feat(lsp): index defineEmits-declared events as workspace symbols by @​ubugeeei in ubugeeei#715 feat(lsp): add 'Wrap with .value' quick-fix code action by @​ubugeeei in ubugeeei#716 test(lsp): add behavioral suite for Tier-1 completion criteria by @​ubugeeei in ubugeeei#717 feat(lsp): include defineModel-declared props in component completion by @​ubugeeei in ubugeeei#718 feat(lsp): complete $style class names from <style module> blocks by @​ubugeeei in ubugeeei#719 feat(lsp): pre-populate slot destructure with defineSlots prop names by @​ubugeeei in ubugeeei#720 feat(canon): typed payloads for modern DOM events in virtual TS by @​ubugeeei in ubugeeei#721 feat(lsp): scaffold workspace auto-import index by @​ubugeeei in ubugeeei#722 feat(croquis): scaffold render-tree call graph by @​ubugeeei in ubugeeei#723 feat(croquis): scaffold reactive effect graph + cycle detection by @​ubugeeei in ubugeeei#724 feat(canon): scaffold Corsa session cache key by @​ubugeeei in ubugeeei#725 feat(canon): scaffold VirtualTsCacheKey for incremental regeneration by @​ubugeeei in ubugeeei#726 feat(canon): extend VizeMapping with sub-token spans by @​ubugeeei in ubugeeei#727 test(canon): assert v-if narrows nullable bindings in virtual TS by @​ubugeeei in ubugeeei#728 feat(lsp): resolve inlay hint inner type instead of placeholder by @​ubugeeei in ubugeeei#729 feat(lsp): fire one-shot showMessage when type checking is unavailable by @​ubugeeei in ubugeeei#730 feat(lsp): complete reactive() object keys without Corsa by @​ubugeeei in ubugeeei#731 feat(lsp): index defineSlots + script-setup positions in workspace symbols by @​ubugeeei in ubugeeei#732 feat(lsp): add 'Unwrap .value' quick-fix code action by @​ubugeeei in ubugeeei#733 feat(lsp): surface withDefaults defaults in component prop completion docs by @​ubugeeei in ubugeeei#734 style: collapse single-line imports in lsp-roadmap-completion test by @​ubugeeei in ubugeeei#735 Full Changelog: https://github.com/ubugeeei/vize/compare/v0.139.0...v0.140.0 v0.139.0 Compare Source What's Changed test: stabilize playground token style assertion by @​ubugeeei in ubugeeei#667 fix: map split script analysis offsets by @​ubugeeei in ubugeeei#672 fix: reduce reactivity loss false positives by @​ubugeeei in ubugeeei#673 feat: add opt-in Vue 2.7 and Nuxt 2 support by @​ubugeeei in ubugeeei#665 fix: omit default required true props by @​ubugeeei in ubugeeei#671 fix: validate props destructure defaults by @​ubugeeei in ubugeeei#669 fix: hoist static attrs on nested elements by @​ubugeeei in ubugeeei#670 docs: refresh musea examples by @​ubugeeei in [ubugeeei#674](https ✂ Note PR body was truncated to here. Configuration 📅 Schedule: (UTC) Branch creation "after 10pm every weekday,before 6am every weekday" Automerge At any time (no schedule defined) 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR becomes conflicted, 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.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 22, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
vuefes-japan-speakers 894c921 Commit Preview URL

Branch Preview URL
Jun 08 2026, 05:10 AM

@renovate
renovate Bot force-pushed the renovate/vize-packages branch from d514030 to f9f4c43 Compare May 23, 2026 09:57
@renovate renovate Bot changed the title Update Vize packages to v0.115.0 Update Vize packages to v0.116.0 May 23, 2026
@renovate
renovate Bot force-pushed the renovate/vize-packages branch from f9f4c43 to da5905a Compare May 24, 2026 07:06
@renovate renovate Bot changed the title Update Vize packages to v0.116.0 Update Vize packages to v0.118.0 May 24, 2026
@renovate
renovate Bot force-pushed the renovate/vize-packages branch from da5905a to e036d05 Compare May 24, 2026 12:31
@renovate renovate Bot changed the title Update Vize packages to v0.118.0 Update Vize packages to v0.122.0 May 24, 2026
@renovate
renovate Bot force-pushed the renovate/vize-packages branch from e036d05 to 3f93642 Compare May 24, 2026 17:32
@renovate renovate Bot changed the title Update Vize packages to v0.122.0 Update Vize packages to v0.124.0 May 24, 2026
@renovate
renovate Bot force-pushed the renovate/vize-packages branch from 3f93642 to 4134c5c Compare May 25, 2026 04:42
@renovate renovate Bot changed the title Update Vize packages to v0.124.0 Update Vize packages to v0.125.0 May 25, 2026
@renovate
renovate Bot force-pushed the renovate/vize-packages branch from 4134c5c to a667d69 Compare May 25, 2026 09:48
@renovate renovate Bot changed the title Update Vize packages to v0.125.0 Update Vize packages to v0.126.0 May 25, 2026
@renovate
renovate Bot force-pushed the renovate/vize-packages branch from a667d69 to 9a48c43 Compare May 25, 2026 13:57
@renovate renovate Bot changed the title Update Vize packages to v0.126.0 Update Vize packages to v0.130.0 May 25, 2026
@renovate
renovate Bot force-pushed the renovate/vize-packages branch from 9a48c43 to 26286a3 Compare May 25, 2026 17:03
@renovate renovate Bot changed the title Update Vize packages to v0.130.0 Update Vize packages May 25, 2026
@renovate
renovate Bot force-pushed the renovate/vize-packages branch from 26286a3 to 29e15fd Compare May 25, 2026 22:30
@renovate renovate Bot changed the title Update Vize packages Update Vize packages to v0.132.0 May 25, 2026
@renovate
renovate Bot force-pushed the renovate/vize-packages branch from 29e15fd to 740f10d Compare May 26, 2026 06:35
@renovate renovate Bot changed the title Update Vize packages to v0.132.0 Update Vize packages to v0.134.0 May 26, 2026
@renovate
renovate Bot force-pushed the renovate/vize-packages branch from 740f10d to 65700ba Compare May 26, 2026 11:06
@renovate renovate Bot changed the title Update Vize packages to v0.134.0 Update Vize packages May 26, 2026
@renovate
renovate Bot force-pushed the renovate/vize-packages branch 5 times, most recently from c95ee3a to d3f5c88 Compare May 28, 2026 21:01
@renovate
renovate Bot force-pushed the renovate/vize-packages branch 20 times, most recently from 18eba9c to 8050dc6 Compare June 6, 2026 09:45
@renovate
renovate Bot force-pushed the renovate/vize-packages branch from 8050dc6 to 3c3924b Compare June 6, 2026 11:50
@renovate

renovate Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

yamanoku and others added 4 commits June 7, 2026 10:16
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- AppLogoMark.vue: use explicit closing tags for SVG <path> elements
- DirectoryView.vue: extract sort toggle to function to avoid type narrowing leak
- vite.config.ts: add OxlintConfig type annotation, fix dual-package PluginOption type conflict
- AppHeader.test.ts: use flushPromises and test data-color-scheme attribute

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@yamanoku
yamanoku merged commit b7e9170 into main Jun 8, 2026
5 checks passed
@yamanoku
yamanoku deleted the renovate/vize-packages branch June 8, 2026 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant