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.9 age adoption passing confidence
@iconify/json (source) 2.2.329 -> 2.2.345 age adoption passing confidence
@mantine/core (source) 7.17.4 -> 7.17.8 age adoption passing confidence
@mantine/dates (source) 7.17.4 -> 7.17.8 age adoption passing confidence
@mantine/form (source) 7.17.4 -> 7.17.8 age adoption passing confidence
@mantine/hooks (source) 7.17.4 -> 7.17.8 age adoption passing confidence
@mantine/modals (source) 7.17.4 -> 7.17.8 age adoption passing confidence
@mantine/notifications (source) 7.17.4 -> 7.17.8 age adoption passing confidence
@mikro-orm/cli (source) 6.4.13 -> 6.4.16 age adoption passing confidence
@mikro-orm/core (source) 6.4.13 -> 6.4.16 age adoption passing confidence
@mikro-orm/migrations (source) 6.4.13 -> 6.4.16 age adoption passing confidence
@mikro-orm/postgresql (source) 6.4.13 -> 6.4.16 age adoption passing confidence
@mikro-orm/reflection (source) 6.4.13 -> 6.4.16 age adoption passing confidence
@mikro-orm/seeder (source) 6.4.13 -> 6.4.16 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.6 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

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.9

Compare Source

v5.2.8

Compare Source

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

v2.2.345

Compare Source

v2.2.344

Compare Source

v2.2.343

Compare Source

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.8

Compare Source

What's Changed

  • [@mantine/hooks] use-idle: Fix timeout not being cancelled when the parent component unmounts (#​7914)
  • [@mantine/core] Collapse: Fix inert attribute being incompatible with React 18 (#​7911)
  • [@mantine/core] Overlay: Fix blur not working in older browsers (#​7907)
  • [@mantine/core] Fix toRgba function incorrectly handling values with zero transparency (#​7906)
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called when the container size has sub-pixel value
  • [@mantine/form] Fix form.reorderItem reordering only the first item (#​7892)
  • [@mantine/core] Popover: Fix onOpen/onClose being called when disabled prop is set (#​7868)
  • [@mantine/spotlight] Fix labels containing single quote passed to Spotlight.ActionGroup not working (#​7865)
  • [@mantine/core] Collapse: Fix inert prop not being compatible with React 18 (#​7864)
  • [@mantine/core] List: Fix incorrect types when type="unordered" (#​7861)
  • [@mantine/core] AngleSlider: Fix incorrect arrow events handling (#​7862)
  • [@mantine/dates] DateInput: Fix Escape key not closing dropdown (#​7857)
  • [@mantine/hooks] use-shallow-effect: Fix NaN value not being handled correctly (#​7851)
  • [@mantine/core] MutltiSelect: Fix onPaste prop not being passed to the input element (#​7838)
  • [@mantine/core] Button: Fix FileButton breaking Button.Group styles (#​7835)
  • [@mantine/core] Modal Fix incorrect header styles with ScrollArea (#​7832)
  • [@mantine/dropzone] Fix status being stuck in rejected state when a file with incorrect mime type is dropped
  • [@mantine/core] AngleSlider: Fix incorrect thumb position in RTL layouts (#​7822)
  • [@mantine/core] Select: Fix onSearchChange being triggered when controlled search value is updated (#​7814)
  • [@mantine/dates] TimeInput: Fix step prop not working (#​7811)
  • [@mantine/core] Table: Add scrollAreaProps support to Table.ScrollContainer (#​7798)
  • [@mantine/core] Stepper: Fix unexpected bottom spacing in vertical orientation (#​7794)
  • [@mantine/core] PasswordInput: Fix aria-describedby not pointing to error and description elements (#​7793)
  • [@mantine/core] Switch: Fix div element used inside label (#​7776)
  • [@mantine/core] Collapse: Fix children with scale animations not working correctly when collapse is opened (#​7774)
  • [@mantine/core] Transition: Fix exitDuration not working correctly for rapid changes (#​7773)
  • [@mantine/core] Stepper: Fix inconsistent border color in horizontal/vertical orientation (#​7795)

New Contributors

Full Changelog: mantinedev/mantine@8.0.2...7.17.8

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

mikro-orm/mikro-orm (@​mikro-orm/cli)

v6.4.16

Compare Source

Bug Fixes
  • core: fix extra updates after em.refresh is called on properties with custom types (6a6167e), closes #​6674
  • core: fix implicit serialization when multiple populate hints are present (dbf8f3c), closes #​6658
  • core: support custom types in type option of version properties (bd31fb6)
  • core: unlink old 1:1 relation on the owning side when changing inverse side (2f292cc), closes #​6655
  • core: use explicit dataloader for M:N properties (6372e4c), closes #​6665
Features
  • mssql: allow inserting when triggers are present in mssql tables (#​6662) (efafb9b)
  • query-builder: validate wrong group operator position on scalar properties (0f5ce3d), closes #​6684

v6.4.15

Compare Source

Bug Fixes
Features

v6.4.14

Compare Source

Bug Fixes
  • core: add support for zero count result cache (#​6600) (3a8fdff)
  • core: copy EntitySchema before processing the metadata (cbf4a7f), closes #​6540
  • core: disallow passing array items to scalar array properties in em.create and em.assign (1455027), closes #​6609
  • core: don't remove generated primary keys from entity snapshot (980e53e), closes #​6593
  • core: enforce correct runtime type when object gets inferred (6e46afa), closes #​6633
  • core: fix orderBy value type (06f1a72)
  • core: respect null as a valid cache result (#​6585) (e3bb8e4), closes #​6584
  • core: respect schema option when loading missing fields on upsert (3bd72ea), closes #​6622
  • mssql: handle mapping for order by expressions with nulls first/last (#​6618) (2cae74b)
  • query-builder: don't alias formula properties in join conditions (34d1df4), closes #​6620
Features
nestjs/nest-cli (@​nestjs/cli)

v11.0.7

Compare Source

What's Changed

Full Changelog: nestjs/nest-cli@11.0.6...11.0.7

prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.5

Compare Source

Patch Changes

v10.1.4

Compare Source

Patch Changes

v10.1.3

Compare Source

Patch Changes
nrwl/nx (nx)

v20.8.2

Compare Source

20.8.2 (2025-05-16)
🚀 Features
  • angular: update angular-rspack to 20.7 (#​30737)
  • linter: add support for package based secondary entry points (#​30809)
  • rspack: use custom WriteIndexHtmlPlugin to handle variable interpolation (#​30805)
🩹 Fixes
  • core: error when restoring http cache with no outputs (#​30961)
  • module-federation: remove disabling runtimeChunk (#​30637)
  • release: ensure generatorOptions and rootVersionActionsOptions are passed to updateLockfile function (#​30796)
  • release: ensure versionData is always populated even when no bumps (#​30866)
❤️ Thank You

v20.8.1

Compare Source

20.8.1 (2025-04-25)
🚀 Features
🩹 Fixes
  • angular: remove deprecated standaloneConfig from generators (#​30578)
  • angular: handle ssr with convert-to-rspack (#​30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#​30778)
  • core: improve flaky ci test (#​30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#​30834)
  • js: remove check that ts plugin is used for ts sync generator (#​30743)
  • linter: remove empty entry in typescript eslint flat config (#​30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#​30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#​30717)
❤️ Thank You
ladjs/supertest (supertest)

v7.1.1

Compare Source

kulshekhar/ts-jest (ts-jest)

v29.3.4

Compare Source

Bug Fixes
  • fix: fix TsJestTransformerOptions type (3b11e29), closes #​4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #​4855

v29.3.3

Compare Source

Bug Fixes
qmhc/vite-plugin-dts (vite-plugin-dts)

v4.5.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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: ca711cf

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 056944e to 9420c4d Compare May 15, 2025 08:02
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 8 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 7 times, most recently from 75e9bbf to adb6ae3 Compare June 2, 2025 14:07
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch from adb6ae3 to 9e0a88d Compare June 4, 2025 06:48
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch from 9e0a88d to ca711cf Compare June 4, 2025 15:14
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