intelops / genpod

GenPod.dev UI
Other
0 stars 4 forks source link

Bump @mantine/form from 7.3.2 to 7.13.4 #114

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 3 weeks ago

Bumps @mantine/form from 7.3.2 to 7.13.4.

Release notes

Sourced from @​mantine/form's releases.

7.13.4

Next.js 15 support

The documentation and templates have been updated to support Next.js 15 release, for more information visit – https://mantine.dev/guides/next/

Other changes

  • [@mantine/dates] DatePickerInput: Fix dropdown staying opened after the disabled prop has been set (#7017)
  • [@mantine/core] NumberInput: Fix incorrect ref node type
  • [@mantine/core] Popover: Fix onClose event firing incorrectly

Full Changelog: https://github.com/mantinedev/mantine/compare/7.13.3...7.13.4

7.13.3

What's Changed

  • [@mantine/core] Fix cqw, cqh, cqi, cqb, cqmax and cqmin size units not being handled correctly in style props
  • [@mantine/dates] DateTimePicker: Remove defaultValue and value props from timeInputProps types to avoid confusion (#6959)
  • [@mantine/dropzone] Set data-disabled attribute on the root element if disabled prop is set (#6946)
  • [@mantine/core] Modal: Fix default Modal.Root transition being different from Modal component (#6967)
  • [@mantine/core] ColorInput: Fix popoverProps={{ opned: true }} not working (#6968)
  • [@mantine/charts] Fix valueFormatter prop not working correctly with orientation="vertical" in BarChart, AreaChart and LineChart components (#6979)
  • [@mantine/core] Popover: Fix onOpen not being called with controlled opened state (#6981)
  • [@mantine/core] NumberInput: Fix incorrect min prop handling for large numbers (#6985)
  • [@mantine/dropzone] Add HEIF image mime type (#6977)
  • [@mantine/core] PasswordInput: Fix cursor shifting when the visibility button is clicked on touch devices (#6971)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.13.2...7.13.3

7.13.2

What's Changed

  • [@mantine/dates] DateInput: Fix onClick handler passed to getDayProps not being called
  • [@mantine/core] Badge: Fix incorrect cursor styles
  • [@mantine/core] FileInput: Add resetRef prop support
  • [@mantine/core] Popover: Fix onClose function being called twice with controlled state
  • [@mantine/spotlight] Fix selected index not being reset when the spotlight is closed (#6842)
  • [@mantine/core] Popover: Improve performance of scrolling when large number of closed Popovers are rendered on the same page (#6771)
  • [@mantine/core] Pagination: Fix getItemProps not being able to override control children prop (#6789)
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called if the viewport has decimal px height value (#6792)
  • [@mantine/hooks] use-in-viewport: Fix hook not reacting to node changes (#6926)
  • [@mantine/core] NumberInput: Fix incorrect handling of decimal numbers with more than 15 decimal places (#6823)
  • [@mantine/core] Slider: Fix marks not being aligned correctly (#6909)
  • [@mantine/hooks] use-fullscreen: Fix target node changes being ignored (#6923)
  • [@mantine/core] Badge: Fix incorrect sections alignment for variant="dot"
  • [@mantine/core] TagsInput: Fix incorrect logic of removing duplicate tags (#6922)
  • [@mantine/core] AppShell: Fix error when Suspense is rendered inside AppShell (#6927)

... (truncated)

Commits
  • fbcee92 [release] Version: 7.13.4
  • b6767c8 [release] Version: 7.13.3
  • e0721af [release] Version: 7.13.2
  • 0f0b871 [release] Version: 7.13.1
  • 67fb325 [@​mantine/form] Fix indices over 9 not working in form paths in some cases (#...
  • 8b18596 [release] Version: 7.13.0
  • e5f3a53 [core] Migrate to eslint 9
  • 133b7bf [release] Version: 7.12.2
  • e10e3bf [@​mantine/form] Fix error thrown for nullable values dirty status check (#6672)
  • b07422e [release] Version: 7.12.1
  • 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 3 weeks ago

DryRun Security Summary

The provided text summarizes a package version update in the package.json file, where the @mantine/form package is updated from version ^7.3.2 to ^7.13.4, which is a routine package update that is unlikely to have a significant impact on the application's security posture, but it's important to review the changes and test the updated package in a non-production environment before merging the pull request.

Expand for full summary
**Summary:** This code change in the `package.json` file updates the version of the `@mantine/form` package from `^7.3.2` to `^7.13.4`. This update is likely to introduce new features, bug fixes, or improvements to the Mantine form library, which is a popular UI library for React applications. From an application security perspective, this update is generally not a cause for concern. Package updates are a routine part of software development, and as long as the update is from a trusted source and the changes are reviewed, they are unlikely to introduce significant security risks. However, it's always a good practice to review the changelog or release notes for the updated package to understand the changes and ensure that there are no known security vulnerabilities or breaking changes that could impact your application. Additionally, you should consider running automated security scans or tests to verify that the updated package does not introduce any new vulnerabilities or regressions in your application. **Files Changed:** - `package.json`: This file has been updated to change the version of the `@mantine/form` package from `^7.3.2` to `^7.13.4`. This is a routine package update that is unlikely to have a significant impact on the application's security posture, but it's important to review the changes and test the updated package in a non-production environment before merging the pull request.

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.

dependabot[bot] commented 6 days ago

Superseded by #115.