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
@fullcalendar/core (source) 6.1.15 -> 6.1.17 age adoption passing confidence
@fullcalendar/interaction (source) 6.1.15 -> 6.1.17 age adoption passing confidence
@fullcalendar/react (source) 6.1.15 -> 6.1.17 age adoption passing confidence
@fullcalendar/timegrid (source) 6.1.15 -> 6.1.17 age adoption passing confidence
@iconify/json (source) 2.2.322 -> 2.2.328 age adoption passing confidence
@mantine/core (source) 7.17.3 -> 7.17.4 age adoption passing confidence
@mantine/dates (source) 7.17.3 -> 7.17.4 age adoption passing confidence
@mantine/form (source) 7.17.3 -> 7.17.4 age adoption passing confidence
@mantine/hooks (source) 7.17.3 -> 7.17.4 age adoption passing confidence
@mantine/modals (source) 7.17.3 -> 7.17.4 age adoption passing confidence
@mantine/notifications (source) 7.17.3 -> 7.17.4 age adoption passing confidence
@mikro-orm/cli (source) 6.4.11 -> 6.4.13 age adoption passing confidence
@mikro-orm/core (source) 6.4.11 -> 6.4.13 age adoption passing confidence
@mikro-orm/migrations (source) 6.4.11 -> 6.4.13 age adoption passing confidence
@mikro-orm/postgresql (source) 6.4.11 -> 6.4.13 age adoption passing confidence
@mikro-orm/reflection (source) 6.4.11 -> 6.4.13 age adoption passing confidence
@mikro-orm/seeder (source) 6.4.11 -> 6.4.13 age adoption passing confidence
@nestjs/cli 11.0.5 -> 11.0.6 age adoption passing confidence
@nestjs/core (source) 11.0.12 -> 11.0.20 age adoption passing confidence
@nestjs/platform-fastify (source) 11.0.12 -> 11.0.20 age adoption passing confidence
@nestjs/schematics 11.0.2 -> 11.0.5 age adoption passing confidence
@nestjs/swagger 11.1.0 -> 11.1.3 age adoption passing confidence
@nestjs/testing (source) 11.0.12 -> 11.0.20 age adoption passing confidence
eslint-config-prettier 10.1.1 -> 10.1.2 age adoption passing confidence
eslint-plugin-prettier 5.2.5 -> 5.2.6 age adoption passing confidence
eslint-plugin-react 7.37.4 -> 7.37.5 age adoption passing confidence
ts-jest (source) 29.3.1 -> 29.3.2 age adoption passing confidence
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence

Release Notes

fullcalendar/fullcalendar (@​fullcalendar/core)

v6.1.17

Compare Source

  • fix: recurring event start/end time not updated when timezone changed (#​5273)
  • fix: nowIndicator not updated when timezone changed (#​5753)
  • fix: nowIndicator lags after returning to suspended tab (#​7806)
  • fix: "today" date does not update after current time crosses midnight (#​3783)
  • fix: day header 1 day behind with Luxon & timezone with midnight DST (#​7633)
  • fix: in timeline, incorrect navLink for granularities other than day/week (#​4931)
  • fix: validRange in multiMonth view does not render all the days (#​7287)
fullcalendar/fullcalendar-react (@​fullcalendar/react)

v6.1.17

Compare Source

See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.17

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

v2.2.328

Compare Source

v2.2.327

Compare Source

v2.2.326

Compare Source

v2.2.325

Compare Source

v2.2.324

Compare Source

v2.2.323

Compare Source

mantinedev/mantine (@​mantine/core)

v7.17.4

Compare Source

What's Changed
  • [@mantine/hooks] use-orientation: Add option to customize initial values (#​7657)
  • [@mantine/core] Fix selectFirstOptionOnChange not working correctly (#​7583)
  • [@mantine/core] Fix error thrown when Textarea was used on cloudflare workers (#​7637)
  • [@mantine/core] Allow spacing, radius and font-size types augmentation (#​7644)
  • [@mantine/core] ScrollArea: Fix scrollbars being invisible when offsetScrollbars='present' is not set (#​7647)
  • [@mantine/core] TypographyStylesProvider: Fix headings font-family not matching the value defined on the theme (#​7651)
  • [@mantine/core] Paper: Add CSS variable for border-color for easier overrides (#​7654)
  • [@mantine/core] Table: Fix stickyHeader prop affecting border rendering (#​7658)
  • [@mantine/core] Slider: Fix onChangeEnd using stale external state (#​7660)
New Contributors

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

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

v6.4.13

Compare Source

Bug Fixes
  • core: allow passing null and undefined to ref() and respect it in return type (2708c7a)
  • core: fix entity path discovery for bun 1.2.7 (#​6564) (a749a4a)
  • core: fix type of a Record properties when mapping to EntityDTO (e4ef475)
  • core: ignore collection operators in auto-joined filter conditions (c72c8c5), closes #​6567
  • core: make populate parameter of em.populate() readonly (#​6580) (87d8c95), closes #​6579
  • core: respect owner schema when persisting M:N with wildcard entities (a53765f), closes #​6575
  • core: skip extra populate query for nullable 1:1 inverse sides (3a72ce5), closes #​6568
  • mssql: ensure formula properties are not selected twice when partial loading on a joined relation (763db15), closes #​6547
  • postgres: fix schema diffing for default and nullable of check constraint enums (#​6572) (db9b0bf), closes #​6571
  • query-builder: ignore nested relation filters when applying filters to auto-joined relations (b9ac04c), closes #​6566

v6.4.12

Compare Source

Bug Fixes
  • core: clean up 1:m collections when changing the m:1 value (a720927)
  • core: don't reset not selected values from existing entities (2ebc7a8), closes #​6558
  • core: fix populating m:n collection with custom types (444c130), closes #​6477
  • core: fix populating nested relations when parent entity is self referenced (285a632), closes #​6531
  • core: propagate composite FK values when inserting new entities (9506cae), closes #​6430
  • mssql: ensure date type is mapped to string instead of Date object (098d71b), closes #​6553
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (a76805e), closes #​6557
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (e059375), closes #​6557
Features
nestjs/nest-cli (@​nestjs/cli)

v11.0.6

Compare Source

What's Changed

New Contributors

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

nestjs/nest (@​nestjs/core)

v11.0.20

Compare Source

v11.0.19

Compare Source

v11.0.18

Compare Source

What's Changed

Full Changelog: nestjs/nest@v11.0.17...v11.0.18

v11.0.17

Compare Source

v11.0.16

Compare Source

v11.0.15

Compare Source

v11.0.15 (2025-04-10)

Bug fixes
Committers: 1

v11.0.14

Compare Source

v11.0.13

Compare Source

v11.0.13 (2025-04-03)
Bug fixes
  • platform-fastify
  • microservices
    • #​14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)
Dependencies
Committers: 2
nestjs/nest (@​nestjs/platform-fastify)

v11.0.20

Compare Source

v11.0.19

Compare Source

v11.0.18

Compare Source

v11.0.17

Compare Source

v11.0.16

Compare Source

v11.0.16 (2025-04-11)

v11.0.15

Compare Source

v11.0.15 (2025-04-10)

Bug fixes
Committers: 1

v11.0.14

Compare Source

v11.0.14 (2025-04-09)
Bug fixes
  • platform-fastify
Committers: 1

v11.0.13

Compare Source

v11.0.13 (2025-04-03)

Bug fixes
  • platform-fastify
  • microservices
    • #​14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)
Dependencies
Committers: 2
nestjs/schematics (@​nestjs/schematics)

v11.0.5

Compare Source

v11.0.4

Compare Source

v11.0.3

Compare Source

What's Changed

Full Changelog: nestjs/schematics@11.0.2...11.0.3

nestjs/swagger (@​nestjs/swagger)

v11.1.3

Compare Source

v11.1.2

Compare Source

11.1.2 (2025-04-11)

Bug fixes
Enhancements
Dependencies
Committers: 2

v11.1.1

Compare Source

11.1.1 (2025-04-04)

Bug fixes
Dependencies
Committers: 1
nestjs/nest (@​nestjs/testing)

v11.0.20

Compare Source

v11.0.19

Compare Source

v11.0.18

Compare Source

What's Changed

Full Changelog: nestjs/nest@v11.0.17...v11.0.18

v11.0.17

Compare Source

v11.0.16

Compare Source

v11.0.15

Compare Source

v11.0.15 (2025-04-10)
Bug fixes
Committers: 1

v11.0.14

Compare Source

v11.0.13

Compare Source

v11.0.13 (2025-04-03)
Bug fixes
  • platform-fastify
  • microservices
    • #​14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)
Dependencies
Committers: 2
prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.2

Compare Source

Patch Changes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.6

Compare Source

Patch Changes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.5

Compare Source

Fixed
Changed
kulshekhar/ts-jest (ts-jest)

v29.3.2

Compare Source

Bug Fixes
  • fix: transpile js files from node_modules whenever Jest asks (968370e), closes #​4637
microsoft/TypeScript (typescript)

v5.8.3

Compare Source


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: 1c6e6e2

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.95%. Comparing base (dff0f77) to head (2a42178).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #188   +/-   ##
=======================================
  Coverage   16.95%   16.95%           
=======================================
  Files         131      131           
  Lines        3963     3963           
  Branches      132      132           
=======================================
  Hits          672      672           
  Misses       3232     3232           
  Partials       59       59           

☔ 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 from 130277a to 93d6650 Compare March 31, 2025 20:00
@renovate renovate bot changed the title fix(deps): update dependency fastify to v5.2.2 fix(deps): update likely non breaking dependencies Mar 31, 2025
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 2 times, most recently from d0295fa to 0fc6c80 Compare April 1, 2025 10:05
@renovate renovate bot changed the title fix(deps): update likely non breaking dependencies fix(deps): update dependency fastify to v5.2.2 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 2 times, most recently from 84d7c1e to 796cf97 Compare April 1, 2025 17:18
@renovate renovate bot changed the title fix(deps): update dependency fastify to v5.2.2 fix(deps): update likely non breaking dependencies Apr 1, 2025
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 16 times, most recently from 36e4e91 to 7c029ff Compare April 14, 2025 18:46
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch 4 times, most recently from 316dbe5 to bf19c93 Compare April 16, 2025 06:08
@renovate renovate bot force-pushed the renovate/likely-non-breaking-dependencies branch from bf19c93 to 1c6e6e2 Compare April 16, 2025 11:12
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