fix(deps): update dependency @viselect/vanilla to ^3.10.1 - #647
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
pikachuren
reviewed
Sep 1, 2026
pikachuren
left a comment
Collaborator
There was a problem hiding this comment.
结论:改动本身没问题,重跑 CI 即可
@viselect/vanilla 3.9.0 → 3.10.0。Build Check 失败与代码无关,是供应链冷静期策略拦截:
[ERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATION] 1 lockfile entries failed verification:
@viselect/vanilla@3.10.0 was published at 2026-08-27T14:59:35.000Z,
within the minimumReleaseAge cutoff (2026-08-27T14:18:08.943Z)
差得很少——发布时间只比截止点晚了约 41 分钟。该版本现在早已超过门槛,重跑 Build Check 即可通过。
diff 本身很干净:仅版本号变化,无新增或移除的传递依赖。
这个库负责文件列表的框选(拖拽多选)功能,是纯前端交互依赖。合并前建议手动验证一下框选行为:鼠标拖拽选中多个文件、配合 Ctrl/Shift 的增量选择、以及在列表滚动过程中框选是否仍然准确。minor 版本升级偶尔会调整事件处理或边界计算逻辑,这类问题构建阶段发现不了。
renovate
Bot
force-pushed
the
renovate/viselect-vanilla-3.x
branch
2 times, most recently
from
September 4, 2026 15:50
a8eab68 to
458ac93
Compare
renovate
Bot
force-pushed
the
renovate/viselect-vanilla-3.x
branch
from
September 7, 2026 22:33
458ac93 to
6cf75c8
Compare
renovate
Bot
force-pushed
the
renovate/viselect-vanilla-3.x
branch
from
September 15, 2026 11:59
6cf75c8 to
d48ee5e
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:
^3.9.0→^3.10.1Release Notes
simonwep/viselect (@viselect/vanilla)
v3.10.1Compare Source
🐛 Bug Fixes
be06e94- resolve drag-to-scroll issue in Safari (commit by @jo16oh)✅ Tests
d780546- set up vitest test suite for vanilla package (commit by @jopech-tibco)3896b1a- add test to cover safari bug mentioned in #248 (commit by @simonwep)🔧 Chores
9883554- split up GitHub workflows (commit by @simonwep)f7b4b83- update package.json to include only library files (commit by @simonwep)021c1af- bump release workflow actions (commit by @simonwep)c4e73f6- replace lerna with pnpm (commit by @simonwep)d57cf27- release v3.10.1 (commit by @simonwep)v3.10.0Compare Source
What's Changed
quietwhen documenting null-event SelectionEvents by @gwennlbh in #254New Contributors
Full Changelog: simonwep/viselect@v3.9.0...v3.10.0
Configuration
📅 Schedule: (UTC)
🚦 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.