Build(deps): Bump @mantine/dates from 9.3.1 to 9.3.2 in /webui#474
Merged
Feramance merged 1 commit intoJun 22, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Bug Scan Summary
Date: 2026-06-22
Commits inspected: 2ae9757e..b5b756f8 (1 commit — Dependabot @mantine/dates 9.3.1 → 9.3.2)
Result: No critical bugs found.
Investigation
- Diff scope: Only
webui/package.jsonandwebui/package-lock.jsonchanged (patch version bump + lockfile metadata reordering). - Call-path trace: Searched the entire
webui/tree for@mantine/dates,DatePicker,DateInput, and other date-picker imports — no usages found. The package is listed as a dependency but is not imported by any production WebUI code path, so this bump has zero runtime blast radius. - Build verification:
npm ciandnpm run build(tsc + vite) both succeed on this branch. - Peer dependency note (below confidence bar):
@mantine/dates@9.3.2declares peer deps on@mantine/core@9.3.2and@mantine/hooks@9.3.2, while the repo still pins^9.3.0(resolving to 9.3.1).npm lsreports this as invalid. Because@mantine/datesis unused today, this is dependency hygiene only — not a reachable crash, data loss, or corruption scenario. If date pickers are adopted later, bump@mantine/coreand@mantine/hookstogether.
Deduplication check
- Open PRs: Searched for
@mantine/dates,mantine/dates,peer dependency— no competing fix PRs. - Recently merged (14d): No related mantine peer-dep alignment PRs found on master.
- Open issues: No tracked issues for this bump.
- Conclusion: N/A — no bug fix required.
Sent by Cursor Automation: qBitrr - Find critical bugs
Contributor
There was a problem hiding this comment.
MERGE_AFTER_REWORK: low-risk Dependabot semver patch for @mantine/dates, but the branch currently conflicts with master and CI is not green.
Master gaps addressed / remaining:
- Addressed: PR diff is dependency-only for the advertised base, limited to
webui/package.jsonandwebui/package-lock.json; no application logic and noqBitrr/arss.pychanges, so the multi-qBittorrent checklist is not applicable. - Remaining: update/rebase the branch against current
masterand regeneratewebui/package-lock.jsonso it preserves currentmasterdependency metadata, including the newertypescript-eslintstate. - Auto-merge eligibility: semver patch, direct production dependency, dependency-only, so eligible in principle after conflicts and required checks are clean. The auto-merge workflow attempted to enable squash auto-merge but GitHub rejected it because required protected branch rules are not configured for pull-request auto-merge.
Rubric:
- Correctness: PASS for the
@mantine/datespatch bump itself. - Completeness: NEEDS_REWORK because the branch is out of date with current
master. - Concurrency: N/A; no multiprocess Arr workers, SQLite queue models, delete ordering, or qBittorrent routing changes.
- Tests: BLOCKED; no meaningful validation completed while pre-commit reports a merge conflict.
- CI hygiene: FAIL;
pre-commit.ci - prisERROR(merge conflict),enable-automergefailed, CodeQL is neutral, and Cursor automation checks are still in progress. - Diff hygiene: NEEDS_REWORK; dependency-only surface is fine, but the lockfile/manifest must be refreshed after resolving conflicts.
Duplicate check: no exact duplicate open PR found. Related sibling Mantine patch PRs exist for @mantine/core (#472) and @mantine/hooks (#475), but they update different packages rather than duplicating this one.
Sent by Cursor Automation: qBitrr PR validation triage
b5b756f to
ccd47be
Compare
Bumps [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) from 9.3.1 to 9.3.2. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/9.3.2/packages/@mantine/dates) --- updated-dependencies: - dependency-name: "@mantine/dates" dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
ccd47be to
4070601
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.


Bumps @mantine/dates from 9.3.1 to 9.3.2.
Release notes
Sourced from @mantine/dates's releases.
Commits
73a04e0[release] Version: 9.3.2ea9a722[@mantine/dates] TimePicker: Allow entering 01-09 hours over a selected 00 va...b431b6a[@mantine/dates] DatePickerPicker: Fix range presets ignoring specified time ...5c5eb3d[@mantine/dates] TimePicker: AddcloseDropdownOnPresetSelectprop support4a41832[@mantine/dates] TimePicker: Fix input getting stuck at maximum value when ty...