Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Confidence
@iconify/json (source) 2.2.394 -> 2.2.410 age confidence
@mantine/core (source) 8.3.4 -> 8.3.9 age confidence
@mantine/dates (source) 8.3.4 -> 8.3.9 age confidence
@mantine/form (source) 8.3.4 -> 8.3.9 age confidence
@mantine/hooks (source) 8.3.4 -> 8.3.9 age confidence
@mantine/modals (source) 8.3.4 -> 8.3.9 age confidence
@mantine/notifications (source) 8.3.4 -> 8.3.9 age confidence
@nestjs/cli 11.0.10 -> 11.0.12 age confidence
@nestjs/common (source) 11.1.6 -> 11.1.9 age confidence
@nestjs/core (source) 11.1.6 -> 11.1.9 age confidence
@nestjs/platform-fastify (source) 11.1.6 -> 11.1.9 age confidence
@nestjs/swagger 11.2.0 -> 11.2.3 age confidence
@nestjs/testing (source) 11.1.6 -> 11.1.9 age confidence
@nx-tools/container-metadata (source) 6.9.0 -> 6.9.1 age confidence
@nx-tools/nx-container (source) 6.9.0 -> 6.9.1 age confidence
@tanstack/react-query (source) 5.90.2 -> 5.90.11 age confidence
@types/react (source) 19.2.2 -> 19.2.7 age confidence
@types/react-dom (source) 19.2.1 -> 19.2.3 age confidence
dayjs (source) 1.11.18 -> 1.11.19 age confidence
eslint-plugin-react-hooks (source) 7.0.0 -> 7.0.1 age confidence
fastify (source) 5.6.1 -> 5.6.2 age confidence
nx (source) 21.6.4 -> 21.6.9 age confidence

Release Notes

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

v2.2.410

Compare Source

v2.2.409

Compare Source

v2.2.408

Compare Source

v2.2.407

Compare Source

v2.2.406

Compare Source

v2.2.405

Compare Source

v2.2.404

Compare Source

v2.2.403

Compare Source

v2.2.402

Compare Source

v2.2.401

Compare Source

v2.2.400

Compare Source

v2.2.399

Compare Source

v2.2.398

Compare Source

v2.2.397

Compare Source

v2.2.396

Compare Source

v2.2.395

Compare Source

mantinedev/mantine (@​mantine/core)

v8.3.9

Compare Source

What's Changed

  • [@mantine/core] ColorInput: Fix incorrect action icon size (#​8481)
  • [@mantine/form] Fix insertListItem and replaceListItem handlers not being type safe (#​8478)
  • [@mantine/dates] DatePickerInput: Fix placeholder Styles API selector not working (#​8405)
  • [@mantine/core] ColorInput: Fix incorrect font-size if size prop not set explicitly (#​8472)
  • [@mantine/emotion] Add mergeSx utility function (#​8471)
  • [@mantine/core] ActionIcon: Fix incorrect disabled state background-color for gradient variant
  • [@mantine/modals] Fix breaking changes accidentally introduced in the previous patch (#​8476)
  • [@mantine/core] Combobox: Add withAlignedLabels prop support to offset selected check icon in the dropdown options (#​8391)
  • [@mantine/core] Badge: Fix circle prop not working when radius prop is set explicitly (#​8466)
  • [@mantine/core] Checkbox: Fix incorrect indeterminate state calculation (#​8460)
  • [@mantine/core] Radio: Fix Radio.Group switching from uncontrolled to controlled mode when value is explicitly set (#​8453)

New Contributors

Full Changelog: mantinedev/mantine@8.3.8...8.3.9

v8.3.8

Compare Source

What's Changed
  • [@mantine/modals] Improve types of context modals (#​8439)
  • [@mantine/core] Combobox: Fix keyboard interactions not working when used in shadow DOM (#​8438)
  • [@mantine/core] NumberInput: Fix , decimal separator not being converted to . when entering value from mobile keyboard
  • [@mantine/core] NumberInput: Fix incorrect keyboard displayed on iOS 26
  • [@mantine/charts] Add cellProps prop support to DonutChart and PieChart (#​8444)
  • [@mantine/core] Alert: Allow overriding role attribute (#​8447)
  • [@mantine/core] Menu: Add openDelay prop support to Menu.Sub component (#​8437)
New Contributors

Full Changelog: mantinedev/mantine@8.3.7...8.3.8

v8.3.7

Compare Source

What's Changed
  • [@mantine/modals] Add ConfirmModalProps type exports (#​8414)
  • [@mantine/core] AppShell: Fix unexpected Header transition when scrollbar becomes hidden via scroll lock (#​8420)
  • [@mantine/core] Add disabled prop for Radio.Group, Checkbox.Group and Switch.Group (#​8396)
  • [@mantine/core] Fix missing sub Menu components exports (#​8419)
  • [@mantine/tiptap] Fix editor control being overridden by custom onClick handler (#​8421)
  • [@mantine/core] PasswordInput: Add aria-pressed attribute to the visibility toggle (#​8425)
  • [@mantine/tiptap] Fix bubble menu being overlapped by the toolbar (#​8416)
  • [@mantine/core] Chip: Remove iconWrapper if icon is exlicitly disabled
  • [@mantine/charts] Add labelFormatter support to the default tooltip (#​8404)
New Contributors

Full Changelog: mantinedev/mantine@8.3.6...8.3.7

v8.3.6

Compare Source

What's Changed
  • [@mantine/charts] Add options to set curveType per series in LineChart and AreaChart components (#​8403)
  • [@mantine/charts] Heatmap: Fix dates range being affected by the user timezone (#​8371)
  • [@mantine/core] Chip: Allow disabling icon by setting icon={null} (#​8382)
  • [@mantine/core] List: Fix unexpected padding with listStyleType="none" (#​8393)
  • [@mantine/dates] TimePicker: Add option to change placeholders (#​8387)
  • [@mantine/core] Checkbox: Fix data-indeterminate not being set correctly (#​8385)
  • [@mantine/dates] TimePicker: Fix time being clamped incorrectly when only min or max defined
  • [@mantine/core] NumberInput: Fix zero value represented as string being transformed to empty string on blur
  • [@mantine/core] Chip: Fix incorrect size calculations for size="xs" (#​8367)
New Contributors

Full Changelog: mantinedev/mantine@8.3.5...8.3.6

v8.3.5

Compare Source

What's Changed
  • [@mantine/code-highlight] Add option to load custom shiki themes (#​8356)
  • [@mantine/form] Export more types (#​8357)
  • [@mantine/hooks] use-local-storage: Fix value not resetting to the default value when value is cleared from the local storage (#​8361)
  • [@mantine/core] Checkbox: Fix incorrect data-indeterminate attribute removal on state change (#​8363)
  • [@mantine/core] Alert: Fix invalid aria-describedby and arialabelled-by if title or children props are not used (#​8345)
New Contributors

Full Changelog: mantinedev/mantine@8.3.4...8.3.5

nestjs/nest-cli (@​nestjs/cli)

v11.0.12

Compare Source

What's Changed

Full Changelog: nestjs/nest-cli@11.0.11...11.0.12

v11.0.11

Compare Source

What's Changed

Full Changelog: nestjs/nest-cli@11.0.10...11.0.11

nestjs/nest (@​nestjs/common)

v11.1.9

Compare Source

v11.1.9 (2025-11-14)
Bug fixes
Enhancements
Dependencies
Committers: 4

v11.1.8

Compare Source

v11.1.7

Compare Source

nestjs/swagger (@​nestjs/swagger)

v11.2.3

Compare Source

What's Changed

Full Changelog: nestjs/swagger@11.2.2...11.2.3

v11.2.2

Compare Source

11.2.2 (2025-11-16)

Bug fixes
Dependencies
Committers: 1

v11.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: nestjs/swagger@11.2.0...11.2.1

gperdomor/nx-tools (@​nx-tools/container-metadata)

v6.9.1

Compare Source

6.9.1 (2025-10-13)

🚀 Features
  • publish using trusted publisher (ae54942)
❤️ Thank You
  • Gustavo Perdomo
TanStack/query (@​tanstack/react-query)

v5.90.11

Compare Source

Patch Changes

v5.90.10

Compare Source

Patch Changes

v5.90.9

Compare Source

Patch Changes

v5.90.8

Compare Source

Patch Changes

v5.90.7

Compare Source

Patch Changes

v5.90.6

Compare Source

Patch Changes

v5.90.5

Compare Source

Patch Changes

v5.90.4

Compare Source

Patch Changes

v5.90.3

Compare Source

Patch Changes
iamkun/dayjs (dayjs)

v1.11.19

Compare Source

Bug Fixes
  • added usage warnings for diff + updated unit tests (#​2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#​2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#​2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#​2656) (1d8746c)
facebook/react (eslint-plugin-react-hooks)

v7.0.1

Compare Source

fastify/fastify (fastify)

v5.6.2

Compare Source

nrwl/nx (nx)

v21.6.9

Compare Source

21.6.9 (2025-11-18)
🩹 Fixes
❤️ Thank You

v21.6.8

Compare Source

21.6.8 (2025-10-30)
🚀 Features
  • bundling: add excludeFromExternal option to esbuild executor (#​32980)
❤️ Thank You

v21.6.7

Compare Source

21.6.7 (2025-10-28)

🚀 Features
  • gradle: add custom installation path to options (#​33187)
🩹 Fixes
  • core: improve db connection initialization and error messages (#​33054, #​28640, #​30856, #​32894)
  • core: do not remove wal files manually for existing databases (#​33143)
  • core: revert changes to the db connection initialization (#​33156)
  • core: continue execution when cloud client is unavailable (#​33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#​33203)
  • core: ensure daemon writes project graph cache to disk consistently (#​33217)
  • core: add accept header to http remote cache get (#​33093, #​33092)
  • core: prevent undefined importer crash in pnpm lockfile parsing (#​33223)
  • misc: handle null exit codes from crashed child processes (#​33163, #​29204)
❤️ Thank You

v21.6.6

Compare Source

21.6.6 (2025-10-21)
🩹 Fixes
  • angular: improve message for unsupported typescript project references (#​33148)
  • angular: ensure ngpackagr tsconfig options set correctly based on version #​33081 (#​33150, #​33081)
  • angular-rspack: ensure root node_modules included when resolving packages (#​33144, #​33026)
  • core: improve db connection initialization and error messages (#​33054, #​28640, #​30856, #​32894)
  • core: prioritize in-progress tasks section visibility in tui (#​33053)
  • core: enhance tui summary output to fix misc issues (#​33057)
  • core: restore migrations used by nx repair (#​33124)
  • core: avoid changing existing project name if a project.json file is added to a project (#​33114)
  • core: do not remove wal files manually for existing databases (#​33143)
  • core: do not print flaky tasks guidance when nx cloud is already enabled (#​33149)
  • core: add wrappers for start and stop agent nx-cloud commands (#​33140)
  • core: revert changes to the db connection initialization (#​33156)
  • graph: prevent content from overflowing in the PDV component (#​33120)
  • linter: install correct deps in eslint convert to flat config generator (#​33078)
  • module-federation: ensure angular rspack module federation supports live reload (#​33137)
  • remix: ensure supported version of vite is used (#​33089)
  • vite: add logic to prevent overwriting generated package.json (#​30705, #​30312)
❤️ Thank You

v21.6.5

Compare Source

21.6.5 (2025-10-15)
🚀 Features
  • core: expose registerProjectGraphRecomputationListener from daemon client (#​33005)
🩹 Fixes
  • core: display bottom corner indicator of tui in progress section correctly (#​32985)
  • core: temporarily disable tui for run-one (#​33048)
  • core: ensure --help works properly with infix notation (#​32662)
  • nx-dev: update nextjs internal-link-checker to include astro urls (#​33045)
  • nx-dev: respect NX_DEV_URL in sitemap checker (#​33058)
  • nx-dev: handle null github data (#​33061)
  • react: dynamic module federation should not initialize remoteUrlDefinitions to empty object (#​33059, #​27927, #​33055, #​27793, #​27842)
  • ⚠️ release: ensure multilines in breaking changes are rendered by changelog renderer (#​33070, #​33014)
⚠️ Breaking Changes
  • release: The --legacy-peer-deps behavior is no longer forced.
❤️ Thank You

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.

@changeset-bot
Copy link

changeset-bot bot commented Dec 9, 2024

⚠️ No Changeset found

Latest commit: 86d333e

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
@codecov
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 16.90%. Comparing base (de8ae7c) to head (86d333e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #188   +/-   ##
=======================================
  Coverage   16.90%   16.90%           
=======================================
  Files         132      132           
  Lines        3993     3993           
  Branches      130      136    +6     
=======================================
  Hits          675      675           
  Misses       3258     3258           
  Partials       60       60           

☔ 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 changed the title fix(deps): update likely non breaking dependencies fix(deps): update likely non breaking dependencies - autoclosed Oct 11, 2025
@renovate renovate bot closed this Oct 11, 2025
@renovate renovate bot changed the title fix(deps): update likely non breaking dependencies - autoclosed chore(deps): update dependency @tanstack/router-plugin to v1.132.56 Oct 13, 2025
@renovate renovate bot reopened this Oct 13, 2025
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 3 times, most recently from 0c904b8 to 2efe54f Compare October 13, 2025 09:33
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/router-plugin to v1.132.56 chore(deps): update likely non breaking dependencies Oct 13, 2025
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 5 times, most recently from c1cc01e to db18c36 Compare October 14, 2025 21:13
@renovate renovate bot changed the title chore(deps): update likely non breaking dependencies fix(deps): update likely non breaking dependencies Oct 14, 2025
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 10 times, most recently from e2eeb46 to e8eaef2 Compare October 20, 2025 06:15
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 4 times, most recently from 4a7cd9f to a0579dd Compare November 24, 2025 10:43
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch from a0579dd to 86d333e Compare November 25, 2025 18:33
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.

1 participant