intelops / genpod

GenPod.dev UI
Other
0 stars 4 forks source link

Bump @mantine/form from 7.3.2 to 7.14.0 #117

Open dependabot[bot] opened 2 days ago

dependabot[bot] commented 2 days ago

Bumps @mantine/form from 7.3.2 to 7.14.0.

Release notes

Sourced from @​mantine/form's releases.

7.14.0 💋

View changelog with demos on mantine.dev website

AngleSlider component

New AngleSlider component:

import { AngleSlider, Group } from '@mantine/core';

function Demo() { return ( <Group p="lg" gap={50}> <AngleSlider aria-label="Angle slider" formatLabel={(value) => ${value}°} size={100} restrictToMarks marks={[ { value: 0 }, { value: 45 }, { value: 90 }, { value: 135 }, { value: 180 }, { value: 225 }, { value: 270 }, { value: 315 }, ]} />

  &lt;AngleSlider
    aria-label=&quot;Angle slider&quot;
    formatLabel={(value) =&gt; `${value}°`}
    size={100}
    marks={[
      { value: 0, label: '0°' },
      { value: 45, label: '45°' },
      { value: 90, label: '90°' },
      { value: 135, label: '135°' },
      { value: 180, label: '180°' },
      { value: 225, label: '225°' },
      { value: 270, label: '270°' },
      { value: 315, label: '315°' },
    ]}
  /&gt;
&lt;/Group&gt;

); }

... (truncated)

Commits
  • 811b104 [release] Version: 7.14.0
  • 727c9e4 Merge branch master into 7.14
  • 1d07a31 [release] Version: 7.13.5
  • a56501b [release] Version: 7.13.5-alpha.2
  • 34ee3cd [release] Version: 7.13.5-alpha.1
  • f34ab08 [core] Replace versions for alpha patch release
  • e5a8d4f [@​mantine/core] Update peer dependencies range for react to allow react and r...
  • a58f00b [@​mantine/form] Add useCallback wrapper to form.resetDirty (#7029)
  • d60e538 [@​mantine/form] Add additional type exports from the package (#7062)
  • c513343 [release] Version: 7.13.5-alpha.0
  • Additional commits viewable in compare view


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
dryrunsecurity[bot] commented 2 days ago

DryRun Security Summary

The pull request updates the @mantine/form package from version ^7.3.2 to ^7.14.0, which may introduce new features, bug fixes, or performance improvements, and it's important to review the changes for any security-related updates or potential impact on the application's security and functionality.

Expand for full summary
**Summary:** The code change in this pull request updates the version of the `@mantine/form` package from `^7.3.2` to `^7.14.0` in the `package.json` file. This update is likely to introduce new features, bug fixes, or performance improvements to the form handling functionality in the application. From a security perspective, it's important to review the changelog or release notes of the updated `@mantine/form` package to understand any security-related changes or improvements. While package updates can often bring positive changes, they can also potentially introduce new vulnerabilities or breaking changes that may impact the application's security. It's recommended to carefully review the changes in the updated package, assess any potential impact on the application's security, and ensure that the application's functionality and security posture are not compromised by the update. Additionally, it's a good practice to keep all dependencies up-to-date to benefit from the latest security fixes and improvements. **Files Changed:** - `package.json`: The version of the `@mantine/form` package has been updated from `^7.3.2` to `^7.14.0`.

Code Analysis

We ran 9 analyzers against 2 files and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

Riskiness

:green_circle: Risk threshold not exceeded.

View PR in the DryRun Dashboard.