Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update likely non breaking dependencies#537
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/js (source) 9.39.29.39.3 age confidence devDependencies patch
@iconify/json (source) 2.2.4342.2.443 age confidence devDependencies patch
@mantine/core (source) 8.3.138.3.15 age confidence dependencies patch
@mantine/dates (source) 8.3.138.3.15 age confidence dependencies patch
@mantine/form (source) 8.3.138.3.15 age confidence dependencies patch
@mantine/hooks (source) 8.3.138.3.15 age confidence dependencies patch
@mantine/modals (source) 8.3.138.3.15 age confidence dependencies patch
@mantine/notifications (source) 8.3.138.3.15 age confidence dependencies patch
@mikro-orm/cli (source) 6.6.66.6.7 age confidence dependencies patch
@mikro-orm/core (source) 6.6.66.6.7 age confidence dependencies patch
@mikro-orm/migrations (source) 6.6.66.6.7 age confidence dependencies patch
@mikro-orm/postgresql (source) 6.6.66.6.7 age confidence dependencies patch
@mikro-orm/reflection (source) 6.6.66.6.7 age confidence dependencies patch
@mikro-orm/seeder (source) 6.6.66.6.7 age confidence dependencies patch
@nanostores/persistent 1.3.01.3.3 age confidence dependencies patch
@nestjs/common (source) 11.1.1211.1.14 age confidence dependencies patch
@nestjs/config 4.0.24.0.3 age confidence dependencies patch
@nestjs/core (source) 11.1.1211.1.14 age confidence dependencies patch
@nestjs/platform-fastify (source) 11.1.1211.1.14 age confidence dependencies patch
@nestjs/swagger 11.2.511.2.6 age confidence dependencies patch
@nestjs/terminus 11.0.011.1.1 age confidence dependencies minor
@nestjs/testing (source) 11.1.1211.1.14 age confidence devDependencies patch
@nx-tools/container-metadata (source) 7.2.07.2.1 age confidence devDependencies patch
@nx-tools/nx-container (source) 7.2.07.2.1 age confidence devDependencies patch
@tabler/icons-react (source) 3.36.13.37.1 age confidence dependencies minor
@tanstack/react-query (source) 5.90.205.90.21 age confidence dependencies patch
@tanstack/react-router (source) 1.157.181.163.2 age confidence dependencies minor
@tanstack/router-devtools (source) 1.157.181.163.2 age confidence devDependencies minor
@tanstack/router-plugin (source) 1.157.181.163.2 age confidence devDependencies minor
@types/node (source) 25.1.025.3.0 age confidence devDependencies minor
@types/react (source) 19.2.1019.2.14 age confidence devDependencies patch
@typescript-eslint/parser (source) 8.54.08.56.1 age confidence devDependencies minor
@vitejs/plugin-react (source) 5.1.25.1.4 age confidence devDependencies patch
astro (source) 5.17.15.17.3 age confidence dependencies patch
eslint (source) 9.39.29.39.3 age confidence devDependencies patch
eslint-plugin-astro (source) 1.5.01.6.0 age confidence devDependencies minor
eslint-plugin-react-refresh ^0.4.23^0.5.0 age confidence devDependencies minor
nanostores 1.1.01.1.1 age confidence dependencies patch
openapi-fetch (source) 0.15.00.17.0 age confidence dependencies minor
openapi-react-query (source) 0.5.10.5.4 age confidence dependencies patch
openapi-typescript (source) 7.10.17.13.0 age confidence devDependencies minor
openapi-typescript-helpers (source) ^0.0.15^0.1.0 age confidence devDependencies minor
pnpm (source) 10.28.210.30.2 age confidence packageManager minor
postgres 17.7-alpine17.8-alpine age confidence minor
typescript-eslint (source) 8.54.08.56.1 age confidence devDependencies minor

Release Notes

eslint/eslint (@​eslint/js)

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

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

v2.2.443

Compare Source

v2.2.442

Compare Source

v2.2.441

Compare Source

v2.2.440

Compare Source

v2.2.439

Compare Source

v2.2.438

Compare Source

v2.2.437

Compare Source

v2.2.436

Compare Source

v2.2.435

Compare Source

mantinedev/mantine (@​mantine/core)

v8.3.15

Compare Source

What's Changed
  • [@mantine/dropzone] Update react-dropzone to 15.0.0 (#​8667)
  • [@mantine/core]TagsInput: Fix duplicate checking bypass with splitChars (#​8686)
  • [@mantine/charts] Allow ChartTooltip valueFormatter to return React.ReactNode (#​8650)
  • [@mantine/dates] DatePicker: Fix placeholder selector missing in Styles API (#​8663)
  • [@mantine/core] Add missing factory types exports (#​8677)
  • [@mantine/core] Fix inert attribute being ignored by Checkbox and Switch components (#​8668)

Full Changelog: mantinedev/mantine@8.3.14...8.3.15

v8.3.14

Compare Source

What's Changed
  • [@mantine/core] Switch: Fix checkbox not being recognized by Playwright (#​8370, #​8645)
  • [@mantine/core] MultiSelect: Fix click on chevron not opening dropdown when clearable is enabled (#​8641)
  • [@mantine/modals] Fix types of context modals inferred incorrectly (#​8625)
  • [@mantine/core] MultiSelect: Fix clear button overlapping with pills (#​8634)
New Contributors

Full Changelog: mantinedev/mantine@8.3.13...8.3.14

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

v6.6.7

Compare Source

Bug Fixes
  • core: do not propagate cursor related options to populate queries (e6b9a6a), closes #​7148
  • core: ignore empty conditions produced by filters (1ebbfb0)
  • guard prototype.toJSON against being called on prototype itself (#​7152) (fa5290e), closes #​7151
  • migrations: support emitting multiline queries (fcf360a), closes #​7185
  • schema: do not ignore changes to entity level comments (b421c9d), closes #​7187
  • sql: always alias virtual properties in where query (2f7492d), closes #​7196
  • sql: skip pagination subquery and force balanced strategy for virtual entities (260a2e0), closes #​7195
Features
  • core: add WHERE clause support to upsert via onConflictWhere option (#​7181) (9ed5ef5)
nanostores/persistent (@​nanostores/persistent)

v1.3.3

Compare Source

  • Reduced decoding calls on no value changes (by @​d8corp).

v1.3.2

Compare Source

  • Fixed handling broke JSON in persistentJSON (by @​d8corp).

v1.3.1

Compare Source

  • Fixed persistentBoolean restoring on pageshow (by @​d8corp).
nestjs/nest (@​nestjs/common)

v11.1.14

Compare Source

v11.1.14 (2026-02-17)
Bug fixes
Enhancements
Committers: 5

v11.1.13

Compare Source

v11.1.13 (2026-02-03)
Bug fixes
  • common
Enhancements
Dependencies
Committers: 6
nestjs/config (@​nestjs/config)

v4.0.3

Compare Source

What's Changed

Full Changelog: nestjs/config@4.0.2...4.0.3

nestjs/swagger (@​nestjs/swagger)

v11.2.6

Compare Source

What's Changed

New Contributors

Full Changelog: nestjs/swagger@11.2.5...11.2.6

nestjs/terminus (@​nestjs/terminus)

v11.1.1

Compare Source

Bug Fixes

v11.1.0

Compare Source

Bug Fixes
Features
  • add support for dynamic configuration with Terminus.forRootAsync (489904f), closes #​2649
  • infer health check result (4e59375)
gperdomor/nx-tools (@​nx-tools/container-metadata)

v7.2.1

Compare Source

🩹 Fixes
🏡 Chore
  • deps: bump memfs from 4.51.0 to v4.56.10 (09ee9200)
gperdomor/nx-tools (@​nx-tools/nx-container)

v7.2.1

Compare Source

🏡 Chore
  • repo: reoganize dependencies (0b9f5029)
  • deps: bump memfs from 4.51.0 to v4.56.10 (09ee9200)
❤️ Thank You
  • Gustavo Perdomo
tabler/tabler-icons (@​tabler/icons-react)

v3.37.1: Release 3.37.1

Compare Source

Fixed
  • Fixed icon: credit-card-off
  • Added missing icon versions metadata

v3.37.0: Release 3.37.0

Compare Source

tabler-icons-3 37 0@​2x
20 new icons:
  • filled/ball-bowling
  • filled/crown
  • filled/folder
  • filled/leaf
  • filled/pacman
  • filled/phone-call
  • filled/phone-calling
  • filled/phone-check
  • filled/phone-x
  • filled/plane-arrival
  • filled/plane-departure
  • filled/plane-tilt
  • filled/plane
  • filled/play-card
  • filled/playlist
  • filled/report-analytics
  • filled/report-money
  • filled/satellite
  • filled/sparkles-2
  • filled/sparkles

Fixed icon: outline/pacman

TanStack/query (@​tanstack/react-query)

v5.90.21

Compare Source

Patch Changes
  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#​10082)
TanStack/router (@​tanstack/react-router)

v1.163.2

Compare Source

Version 1.163.2 - 2/25/26, 8:25 AM

Changes

Fix

Packages

v1.162.9

Compare Source

Version 1.162.9 - 2/24/26, 12:49 PM

Changes
Fix
Docs
  • router: add MaskOptions to Navigation documentation (#​6625) (9fd7fb9) by JongKyung Lee
  • router: fix typo in the path param guide for complex suffixes (#​6738) (623cbb0) by combab0
Packages

v1.162.8

Compare Source

Version 1.162.8 - 2/23/26, 10:15 PM

Changes
Fix
Packages

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.

@renovate renovate bot added the dependencies label Feb 1, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 1, 2026

⚠️ No Changeset found

Latest commit: df3123f

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

@codecov
Copy link

codecov bot commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.51%. Comparing base (a4083aa) to head (32363b5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #537   +/-   ##
=======================================
  Coverage   46.51%   46.51%           
=======================================
  Files          69       69           
  Lines        1206     1206           
  Branches       79       79           
=======================================
  Hits          561      561           
  Misses        635      635           
  Partials       10       10           

☔ 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 force-pushed the renovate/all-minor-patch branch 20 times, most recently from 46f6eaf to cc2b825 Compare February 8, 2026 09:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 65199b5 to 74d583d Compare February 10, 2026 09:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 19 times, most recently from 0d45708 to b08ef8a Compare February 22, 2026 01:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 32363b5 to 2262acc Compare February 25, 2026 10:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2262acc to df3123f Compare February 25, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants