Skip to content

build(deps): bump @mantine/hooks from 9.3.1 to 9.3.2 in /webui#286

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/webui/mantine/hooks-9.3.2
Jun 21, 2026
Merged

build(deps): bump @mantine/hooks from 9.3.1 to 9.3.2 in /webui#286
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/webui/mantine/hooks-9.3.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @mantine/hooks from 9.3.1 to 9.3.2.

Release notes

Sourced from @​mantine/hooks'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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) 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/hooks)

---
updated-dependencies:
- dependency-name: "@mantine/hooks"
  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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 21, 2026
@github-actions github-actions Bot merged commit 34c8e02 into master Jun 21, 2026
11 of 12 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/webui/mantine/hooks-9.3.2 branch June 21, 2026 09:32

@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-21
Commits inspected: e045e4b..2e96745 (PR #286@mantine/hooks 9.3.1 → 9.3.2)
Result: No critical bugs found.

Investigation

  • Diff scope: webui/package.json and package-lock.json only — patch bump of a direct dev dependency.
  • Upstream changes (9.3.1→9.3.2): @mantine/hooks changes are limited to use-splitter improvements and tests. No auth, data-persistence, or crash-class regressions in the release notes.
  • Call-path trace: No webui/src imports of @mantine/hooks, @mantine/core, or @mantine/dates. Mantine appears only in vite.config.ts chunk config and a Tailwind comment — it is not on any production UI code path, so the use-splitter change has no reachable trigger in this app.
  • Validation: npx vitest run — 154/154 passed; npm run build — succeeded with no mantine chunk in the output bundle.

Notes (below critical bar)

  • Before follow-up PR #290 landed, npm ls reported peer-version warnings (@mantine/core@9.1.1 expecting hooks@9.1.1 while top-level resolved hooks@9.3.2). That mismatch is now resolved on master via #290. Even pre-fix, it had no production trigger because Mantine is unused in source.
  • Mantine packages remain listed in package.json but unused — housekeeping opportunity, not a correctness bug.

Deduplication

  • Open PRs: mantine, mantine hooks#288 (@mantine/dates bump, separate dep)
  • Recently merged: #286 (this PR), #290 (@mantine/core 9.3.2 alignment)
  • Open issues: none for mantine version mismatch
Open in Web View Automation 

Sent by Cursor Automation: Torrentarr - 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.

PR Validation (Cursor Automation)

Recommendation: Merge
Primary reason: Clean dependency-only bump; local merge with current master had no conflicts and all validation gates passed. Note: GitHub already shows this PR as merged into master.

Gates

Gate Status Notes
Merge conflicts Pass Clean local merge of PR #286 with origin/master; conflicts: none.
dotnet build Pass dotnet build -c Release succeeded with 0 errors; warnings only and unrelated to this frontend dependency bump.
dotnet test (non-live) Pass 759 passed, 0 failed, 0 skipped across Core, Host, and Infrastructure test projects.
vitest Pass 16 test files passed; 154 tests passed.

Validation

Axis Score Notes
Purpose Pass Routine Dependabot patch bump of @mantine/hooks from 9.3.1 to 9.3.2; justified dependency maintenance.
Correctness Pass Minimal webui/package.json and webui/package-lock.json update; npm ci accepted the lockfile and frontend tests passed.
Tests Pass No source behavior changed; full non-live .NET suite and Vitest suite both passed.
Hygiene Pass Scope limited to 2 frontend dependency files; no unrelated files or generated junk.
Overlap Pass No open @mantine/hooks duplicate found; PR is already represented on current master by its merge commit.

Why

This PR only updates the Mantine hooks dependency metadata and lockfile entry. The change merged cleanly with latest master, installed successfully with npm ci, and did not regress the backend or frontend test suites. The required docs/parity/contract-baseline.md was reviewed; docs/audits/pr-triage-*.md was not present in the checked-out merged tree, so no audit-specific duplicate winner applied.

Overlap

None.

Commands run

  • git fetch origin master
  • git fetch origin dependabot/npm_and_yarn/webui/mantine/hooks-9.3.2 (remote ref unavailable), then git fetch origin pull/286/head:refs/remotes/origin/pr/286
  • git checkout -B pr-validate origin/pr/286
  • git merge origin/master
  • dotnet restore
  • dotnet build -c Release
  • dotnet test -c Release --no-build --filter "Category!=Live"
  • cd webui && npm ci && npx vitest run
  • gh pr list overlap checks for mantine hooks / @mantine/hooks
Open in Web View Automation 

Sent by Cursor Automation: Torrentarr PR validation triage

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.

0 participants