Skip to content

Build(deps): Bump @mantine/dates from 9.3.1 to 9.3.2 in /webui#474

Merged
Feramance merged 1 commit into
masterfrom
dependabot/npm_and_yarn/webui/mantine/dates-9.3.2
Jun 22, 2026
Merged

Build(deps): Bump @mantine/dates from 9.3.1 to 9.3.2 in /webui#474
Feramance merged 1 commit into
masterfrom
dependabot/npm_and_yarn/webui/mantine/dates-9.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @mantine/dates from 9.3.1 to 9.3.2.

Release notes

Sourced from @​mantine/dates's releases.

9.3.2

What's Changed

  • [@mantine/core] Allow undefined className with TypeScript exactOptionalPropertyTypes (#8978)
  • [@mantine/dates] TimePicker: Allow entering 01-09 hours over a selected 00 value (#8970)
  • [@mantine/mcp-server] Fix cli flags not being handled correctly (#8966)
  • [@mantine/core] Combobox: Fix default options rendering not fully working with some components combination (#8979)
  • [@mantine/charts] SankeyChart: Fix incorrect color resolving (#8973)
  • [@mantine/dates] DatePickerPicker: Fix range presets ignoring specified time (#8980)
  • [@mantine/schedule] DayView: Fix double top border when events are present
  • [@mantine/dates] TimePicker: Add closeDropdownOnPresetSelect prop support
  • [@mantine/dates] TimePicker: Fix input getting stuck at maximum value when typing at the last spin input
  • [@mantine/core] PasswordInput: Fix sections misplaced when dir overrides parent direction (#8936)
  • [@mantine/core] Splitter: Add option to reset on double click (#8957)
  • [@mantine/core] Popover: Fix dropdown position not updating when page is zommed
  • [@mantine/core] Text: Fix incorrect default textWrap value (#8961)
  • [@mantine/core] Checkbox: Fix readOnly prop not working correctly for controlled checkbox (#8960)
  • [@mantine/core] Textarea: Fix autosize textarea not growing when resized within Splitter (#8956)

New Contributors

Full Changelog: mantinedev/mantine@9.3.1...9.3.2

Commits
  • 73a04e0 [release] Version: 9.3.2
  • ea9a722 [@​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: Add closeDropdownOnPresetSelect prop support
  • 4a41832 [@​mantine/dates] TimePicker: Fix input getting stuck at maximum value when ty...
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 22, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json and webui/package-lock.json changed (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 ci and npm run build (tsc + vite) both succeed on this branch.
  • Peer dependency note (below confidence bar): @mantine/dates@9.3.2 declares peer deps on @mantine/core@9.3.2 and @mantine/hooks@9.3.2, while the repo still pins ^9.3.0 (resolving to 9.3.1). npm ls reports this as invalid. Because @mantine/dates is unused today, this is dependency hygiene only — not a reachable crash, data loss, or corruption scenario. If date pickers are adopted later, bump @mantine/core and @mantine/hooks together.

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.
Open in Web View Automation 

Sent by Cursor Automation: qBitrr - Find critical bugs

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json and webui/package-lock.json; no application logic and no qBitrr/arss.py changes, so the multi-qBittorrent checklist is not applicable.
  • Remaining: update/rebase the branch against current master and regenerate webui/package-lock.json so it preserves current master dependency metadata, including the newer typescript-eslint state.
  • 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/dates patch 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 - pr is ERROR (merge conflict), enable-automerge failed, 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.

Open in Web View Automation 

Sent by Cursor Automation: qBitrr PR validation triage

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/webui/mantine/dates-9.3.2 branch from b5b756f to ccd47be Compare June 22, 2026 08:48
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>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/webui/mantine/dates-9.3.2 branch from ccd47be to 4070601 Compare June 22, 2026 08:50
@Feramance Feramance merged commit e11da2c into master Jun 22, 2026
8 of 10 checks passed
@Feramance Feramance deleted the dependabot/npm_and_yarn/webui/mantine/dates-9.3.2 branch June 22, 2026 08:51
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