Skip to content

fix(deps): update likely non breaking dependencies #188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.29.2 -> 2.29.4 age adoption passing confidence
@fontsource-variable/onest (source) 5.2.7 -> 5.2.8 age adoption passing confidence
@iconify/json (source) 2.2.329 -> 2.2.342 age adoption passing confidence
@mantine/core (source) 7.17.4 -> 7.17.7 age adoption passing confidence
@mantine/dates (source) 7.17.4 -> 7.17.7 age adoption passing confidence
@mantine/form (source) 7.17.4 -> 7.17.7 age adoption passing confidence
@mantine/hooks (source) 7.17.4 -> 7.17.7 age adoption passing confidence
@mantine/modals (source) 7.17.4 -> 7.17.7 age adoption passing confidence
@mantine/notifications (source) 7.17.4 -> 7.17.7 age adoption passing confidence
@mikro-orm/cli (source) 6.4.13 -> 6.4.15 age adoption passing confidence
@mikro-orm/core (source) 6.4.13 -> 6.4.15 age adoption passing confidence
@mikro-orm/migrations (source) 6.4.13 -> 6.4.15 age adoption passing confidence
@mikro-orm/postgresql (source) 6.4.13 -> 6.4.15 age adoption passing confidence
@mikro-orm/reflection (source) 6.4.13 -> 6.4.15 age adoption passing confidence
@mikro-orm/seeder (source) 6.4.13 -> 6.4.15 age adoption passing confidence
@nestjs/cli 11.0.6 -> 11.0.7 age adoption passing confidence
@types/react (source) 19.1.2 -> 19.1.6 age adoption passing confidence
@types/react-dom (source) 19.1.2 -> 19.1.5 age adoption passing confidence
@vitest/coverage-v8 (source) 3.1.1 -> 3.1.4 age adoption passing confidence
eslint-config-prettier 10.1.2 -> 10.1.5 age adoption passing confidence
nx (source) 20.8.0 -> 20.8.2 age adoption passing confidence
supertest 7.1.0 -> 7.1.1 age adoption passing confidence
ts-jest (source) 29.3.2 -> 29.3.4 age adoption passing confidence
vite-plugin-dts 4.5.3 -> 4.5.4 age adoption passing confidence
vitest (source) 3.1.1 -> 3.1.4 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.4

Compare Source

Patch Changes

v2.29.3

Compare Source

Patch Changes
fontsource/font-files (@​fontsource-variable/onest)

v5.2.8

Compare Source

iconify/icon-sets (@​iconify/json)

v2.2.342

Compare Source

v2.2.341

Compare Source

v2.2.340

Compare Source

v2.2.339

Compare Source

v2.2.338

Compare Source

v2.2.337

Compare Source

v2.2.336

Compare Source

v2.2.335

Compare Source

v2.2.334

Compare Source

v2.2.333

Compare Source

v2.2.332

Compare Source

v2.2.331

Compare Source

v2.2.330

Compare Source

mantinedev/mantine (@​mantine/core)

v7.17.7

Compare Source

v7.17.6: 7.17.7

Compare Source

What's Changed

  • [@mantine/core] Table: Fix stickyHeader prop having impact on th selector specificity (#​7767)
  • [@mantine.core] NumberInput: Fix max prop not reseting value on blur if the value is larger than Number.MAX_SAFE_INTEGER (#​7766)
  • [@mantine.hook] use-resize-observer: Fix width/height not being calculated correctly for elements with box-sizing: content-box (#​7764)
  • [@mantine/core] NavLink: Fix rightSection={null} not disabling chevron
  • [@mantine.hook] use-hotkeys: Fix usePhysicalKeys option not working with spacial keys (#​7761)
  • [@mantine/core] Modal: Fix scrollarea used inside the modal affecting the position of the close button (#​7738)
  • [@mantine/core] Select: Fix defined defaultValue being ignored with data updates (#​7742)
  • [@mantine/core] ScrollArea: Fix content overflowing the viewport in some cases (#​7748)
  • [@mantine/charts] RadarChart: Add tooltip and dots support (#​7749)
  • [@mantine/modals] Fix confirmProps not available in updateModal function (#​7750)
  • [@mantine/hooks] use-debounced-callback: Fix flushOnUnmount not working (#​7745)
  • [@mantine/core] Table: Add missing TableScrollContainerProps export

New Contributors

Full Changelog: mantinedev/mantine@7.17.5...7.17.6

v7.17.5

Compare Source

What's Changed
  • [@mantine/form] Add form.getInitialValues handler
  • [@mantine/core] RangeSlider: Fix first thumb not being focused when the component root is clicked (#​7731)
  • [@mantine/core] PillsInput: Remove lefover multiline prop types (#​7727)
  • [@mantine/charts] CompositeChart: Fix type="stacked" being confused with BarChart behavior
  • [@mantine/core] Notification: Allow changing role attribute on the root element (#​7682)
  • [@mantine/hooks] use-idle: Fix wheel event not being tracked (#​7669)
  • [@mantine/core] Table: Add maxHeight prop support to Table.ScrollContainer (#​7713)
  • [@mantine/core] Modal: Fix incorrect Escape key handling during IME composition (#​7700)
  • [@mantine/form] Add defaultChecked to form.getInputProps return type (#​7702)
  • [@mantine/hooks] use-hotkeys: Update matching logic to include both physical and layout keys (#​7708)
  • [@mantine/dates] Fix day.js isSame function not working correctly for non-Gregorian calendars (#​7712)
  • [@mantine.core] SegmentedControl: Fix animation not working with controlled value (#​7721)
New Contributors

Full Changelog: mantinedev/mantine@7.17.4...7.17.5

mantinedev/mantine (@​mantine/dates)

v7.17.7

Compare Source

v7.17.6: 7.17.7

Compare Source

What's Changed
  • [@mantine/core] Table: Fix stickyHeader prop having impact on th selector specificity (#​7767)
  • [@mantine.core] NumberInput: Fix max prop not reseting value on blur if the value is larger than Number.MAX_SAFE_INTEGER (#​7766)
  • [@mantine.hook] use-resize-observer: Fix width/height not being calculated correctly for elements with box-sizing: content-box (#​7764)
  • [@mantine/core] NavLink: Fix rightSection={null} not disabling chevron
  • [@mantine.hook] use-hotkeys: Fix usePhysicalKeys option not working with spacial keys (#​7761)
  • [@mantine/core] Modal: Fix scrollarea used inside the modal affecting the position of the close button (#​7738)
  • [@mantine/core] Select: Fix defined defaultValue being ignored with data updates (#​7742)
  • [@mantine/core] ScrollArea: Fix content overflowing the viewport in some cases (#​7748)
  • [@mantine/charts] RadarChart: Add tooltip and dots support (#​7749)
  • [@mantine/modals] Fix confirmProps not available in updateModal function (#​7750)
  • [@mantine/hooks] use-debounced-callback: Fix flushOnUnmount not working (#​7745)
  • [@mantine/core] Table: Add missing TableScrollContainerProps export
New Contributors

Full Changelog: mantinedev/mantine@7.17.5...7.17.6

v7.17.5

Compare Source

What's Changed

  • [@mantine/form] Add form.getInitialValues handler
  • [@mantine/core] RangeSlider: Fix first thumb not being focused when the component root is clicked (#​7731)
  • [@mantine/core] PillsInput: Remove lefover multiline prop types (#​7727)
  • [@mantine/charts] CompositeChart: Fix type="stacked" being confused with BarChart behavior
  • [@mantine/core] Notification: Allow changing role attribute on the root element (#​7682)
  • [@mantine/hooks] use-idle: Fix wheel event not being tracked (#​7669)
  • [@mantine/core] Table: Add maxHeight prop support to Table.ScrollContainer (#​7713)
  • [@mantine/core] Modal: Fix incorrect Escape key handling during IME composition (#​7700)
  • [@mantine/form] Add defaultChecked to form.getInputProps return type (#​7702)
  • [@mantine/hooks] use-hotkeys: Update matching logic to include both physical and layout keys (#​7708)
  • [@mantine/dates] Fix day.js isSame function not working correctly for non-Gregorian calendars (#​7712)
  • [@mantine.core] SegmentedControl: Fix animation not working with controlled value (#​7721)

New Contributors

Full Changelog: mantinedev/mantine@7.17.4...7.17.5

mantinedev/mantine (@​mantine/form)

v7.17.7

Compare Source

v7.17.6: 7.17.7

Compare Source

What's Changed
  • [@mantine/core] Table: Fix stickyHeader prop having impact on th selector specificity (#​7767)
  • [@mantine.core] NumberInput: Fix max prop not reseting value on blur if the value is larger than Number.MAX_SAFE_INTEGER (#​7766)
  • [@mantine.hook] use-resize-observer: Fix width/height not being calculated correctly for elements with box-sizing: content-box (#​7764)
  • [@mantine/core] NavLink: Fix rightSection={null} not disabling chevron
  • [@mantine.hook] use-hotkeys: Fix usePhysicalKeys option not working with spacial keys (#​7761)
  • [@mantine/core] Modal: Fix scrollarea used inside the modal affecting the position of the close button (#​7738)
  • [@mantine/core] Select: Fix defined defaultValue being ignored with data updates (#​7742)
  • [@mantine/core] ScrollArea: Fix content overflowing the viewport in some cases (#​7748)
  • [@mantine/charts] RadarChart: Add tooltip and dots support (#​7749)
  • [@mantine/modals] Fix confirmProps not available in updateModal function (#​7750)
  • [@mantine/hooks] use-debounced-callback: Fix flushOnUnmount not working (#​7745)
  • [@mantine/core] Table: Add missing TableScrollContainerProps export
New Contributors

Full Changelog: mantinedev/mantine@7.17.5...7.17.6

v7.17.5

Compare Source

What's Changed
  • [@mantine/form] Add form.getInitialValues handler
  • [@mantine/core] RangeSlider: Fix first thumb not being focused when the component root is clicked (#​7731)
  • [@mantine/core] PillsInput: Remove lefover multiline prop types (#​7727)
  • [@mantine/charts] CompositeChart: Fix type="stacked" being confused with BarChart behavior
  • [@mantine/core] Notification: Allow changing role attribute on the root element (#​7682)
  • [@mantine/hooks] use-idle: Fix wheel event not being tracked (#​7669)
  • [@mantine/core] Table: Add maxHeight prop support to Table.ScrollContainer (#​7713)
  • [@mantine/core] Modal: Fix incorrect Escape key handling during IME composition (#​7700)
  • [@mantine/form] Add defaultChecked to form.getInputProps return type (#​7702)
  • [@mantine/hooks] use-hotkeys: Update matching logic to include both physical and layout keys (#​7708)
  • [@mantine/dates] Fix day.js isSame function not working correctly for non-Gregorian calendars (#​7712)
  • [@mantine.core] SegmentedControl: Fix animation not working with controlled value (#​7721)
New Contributors

Full Changelog: mantinedev/mantine@7.17.4...7.17.5

mantinedev/mantine (@​mantine/hooks)

v7.17.7

Compare Source

v7.17.6: 7.17.7

Compare Source

What's Changed

  • [@mantine/core] Table: Fix stickyHeader prop having impact on th selector specificity (#​7767)
  • [@mantine.core] NumberInput: Fix max prop not reseting value on blur if the value is larger than Number.MAX_SAFE_INTEGER (#​7766)
  • [@mantine.hook] use-resize-observer: Fix width/height not being calculated correctly for elements with box-sizing: content-box (#​7764)
  • [@mantine/core] NavLink: Fix rightSection={null} not disabling chevron
  • [@mantine.hook] use-hotkeys: Fix usePhysicalKeys option not working with spacial keys (#​7761)
  • [@mantine/core] Modal: Fix scrollarea used inside the modal affecting the position of the close button (#​7738)
  • [@mantine/core] Select: Fix defined defaultValue being ignored with data updates (#​7742)
  • [@mantine/core] ScrollArea: Fix content overflowing the viewport in some cases (#​7748)
  • [@mantine/charts] RadarChart: Add tooltip and dots support (#​7749)
  • [@mantine/modals] Fix confirmProps not available in updateModal function (#​7750)
  • [@mantine/hooks] use-debounced-callback: Fix flushOnUnmount not working (#​7745)
  • [@mantine/core] Table: Add missing TableScrollContainerProps export

New Contributors

Full Changelog: mantinedev/mantine@7.17.5...7.17.6

v7.17.5

Compare Source

What's Changed

  • [@mantine/form] Add form.getInitialValues handler
  • [@mantine/core] RangeSlider: Fix first thumb not being focused when the component root is clicked (#​7731)
  • [@mantine/core] PillsInput: Remove lefover multiline prop types (#​7727)
  • [@mantine/charts] CompositeChart: Fix type="stacked" being confused with BarChart behavior
  • [@mantine/core] Notification: Allow changing role attribute on the root element (#​7682)
  • [@mantine/hooks] use-idle: Fix wheel event not being tracked (#​7669)
  • [@mantine/core] Table: Add maxHeight prop support to Table.ScrollContainer (#​7713)
  • [@mantine/core] Modal: Fix incorrect Escape key handling during IME composition (#​7700)
  • [@mantine/form] Add defaultChecked to form.getInputProps return type (#​7702)
  • [@mantine/hooks] use-hotkeys: Update matching logic to include both physical and layout keys (#​7708)
  • [@mantine/dates] Fix day.js isSame function not working correctly for non-Gregorian calendars (#​7712)
  • [@mantine.core] SegmentedControl: Fix animation not working with controlled value (#​7721)

New Contributors

Full Changelog: mantinedev/mantine@7.17.4...7.17.5

mantinedev/mantine (@​mantine/modals)

v7.17.7

Compare Source

v7.17.6: 7.17.7

Compare Source

What's Changed
  • [@mantine/core] Table: Fix stickyHeader prop having impact on th selector specificity (#​7767)
  • [@mantine.core] NumberInput: Fix max prop not reseting value on blur if the value is larger than Number.MAX_SAFE_INTEGER (#​7766)
  • [@mantine.hook] use-resize-observer: Fix width/height not being calculated correctly for elements with box-sizing: content-box (#​7764)
  • [@mantine/core] NavLink: Fix rightSection={null} not disabling chevron
  • [@mantine.hook] use-hotkeys: Fix usePhysicalKeys option not working with spacial keys (#​7761)
  • [@mantine/core] Modal: Fix scrollarea used inside the modal affecting the position of the close button (#​7738)
  • [@mantine/core] Select: Fix defined defaultValue being ignored with data updates (#​7742)
  • [@mantine/core] ScrollArea: Fix content overflowing the viewport in some cases (#​7748)
  • [@mantine/charts] RadarChart: Add tooltip and dots support (#​7749)
  • [@mantine/modals] Fix confirmProps not available in updateModal function (#​7750)
  • [@mantine/hooks] use-debounced-callback: Fix flushOnUnmount not working (#​7745)
  • [@mantine/core] Table: Add missing TableScrollContainerProps export
New Contributors

Full Changelog: mantinedev/mantine@7.17.5...7.17.6

v7.17.5

Compare Source

What's Changed

  • [@mantine/form] Add form.getInitialValues handler
  • [@mantine/core] RangeSlider: Fix first thumb not being focused when the component root is clicked (#​7731)
  • [@mantine/core] PillsInput: Remove lefover multiline prop types (#​7727)
  • [@mantine/charts] CompositeChart: Fix type="stacked" being confused with BarChart behavior
  • [@mantine/core] Notification: Allow changing role attribute on the root element (#​7682)
  • [@mantine/hooks] use-idle: Fix wheel event not being tracked (#​7669)
  • [@mantine/core] Table: Add maxHeight prop support to Table.ScrollContainer (#​7713)
  • [@mantine/core] Modal: Fix incorrect Escape key handling during IME composition (#​7700)
  • [@mantine/form] Add defaultChecked to form.getInputProps return type (#​7702)
  • [@mantine/hooks] use-hotkeys: Update matching logic to include both physical and layout keys (#​7708)
  • [@mantine/dates] Fix day.js isSame function not working correctly for non-Gregorian calendars (#​7712)
  • [@mantine.core] SegmentedControl: Fix animation not working with controlled value (#​7721)

New Contributors

Full Changelog: mantinedev/mantine@7.17.4...7.17.5

mantinedev/mantine (@​mantine/notifications)

v7.17.7

Compare Source

v7.17.6: 7.17.7

Compare Source

What's Changed
  • [@mantine/core] Table: Fix stickyHeader prop having impact on th selector specificity (#​7767)
  • [@mantine.core] NumberInput: Fix max prop not reseting value on blur if the value is larger than Number.MAX_SAFE_INTEGER (#​7766)
  • [@mantine.hook] use-resize-observer: Fix width/height not being calculated correctly for elements with box-sizing: content-box (#​7764)
  • [@mantine/core] NavLink: Fix rightSection={null} not disabling chevron
  • [@mantine.hook] use-hotkeys: Fix usePhysicalKeys option not working with spacial keys (#​7761)
  • [@mantine/core] Modal: Fix scrollarea used inside the modal affecting the position of the close button (#​7738)
  • [@mantine/core] Select: Fix defined defaultValue being ignored with data updates (#​7742)
  • [@mantine/core] ScrollArea: Fix content overflowing the viewport in some cases (#​7748)
  • [@mantine/charts] RadarChart: Add tooltip and dots support (#​7749)
  • [@mantine/modals] Fix confirmProps not available in updateModal function (#​7750)
  • [@mantine/hooks] use-debounced-callback: Fix flushOnUnmount not working (#​7745)
  • [@mantine/core] Table: Add missing TableScrollContainerProps export
New Contributors

Full Changelog: mantinedev/mantine@7.17.5...7.17.6

v7.17.5

Compare Source

What's Changed
  • [@mantine/form] Add form.getInitialValues handler
  • [@mantine/core] RangeSlider: Fix first

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Dec 9, 2024

⚠️ No Changeset found

Latest commit: a6edca4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch from 30fb608 to f26f3b5 Compare December 9, 2024 21:03
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16.93%. Comparing base (814d0b6) to head (d72ea03).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #188   +/-   ##
=======================================
  Coverage   16.93%   16.93%           
=======================================
  Files         132      132           
  Lines        3987     3987           
  Branches      133      133           
=======================================
  Hits          675      675           
  Misses       3235     3235           
  Partials       77       77           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title chore(deps): update likely non breaking dependencies fix(deps): update likely non breaking dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 11 times, most recently from b3ef166 to 164df74 Compare December 17, 2024 10:35
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 9 times, most recently from 40e1234 to e06a431 Compare December 24, 2024 03:14
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 3 times, most recently from 46168e8 to db61faf Compare December 30, 2024 09:21
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 3 times, most recently from 1f33b93 to 3bd50af Compare January 6, 2025 18:16
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 12 times, most recently from 99c067a to 572fc64 Compare May 11, 2025 13:41
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 9 times, most recently from 31c52da to 63ecac2 Compare May 16, 2025 23:36
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 6 times, most recently from c0f3a4f to af8781a Compare May 23, 2025 06:55
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch from af8781a to 03fbea4 Compare May 27, 2025 09:10
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch from 03fbea4 to a6edca4 Compare May 28, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants