Skip to content
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

👷 Update all non-major dependencies #3246

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@mantine/core (source) 7.15.2 -> 7.15.3 age adoption passing confidence dependencies patch
@mantine/hooks (source) 7.15.2 -> 7.15.3 age adoption passing confidence dependencies patch
@tabler/icons-react (source) 3.26.0 -> 3.28.1 age adoption passing confidence devDependencies minor
@types/chrome (source) 0.0.287 -> 0.0.290 age adoption passing confidence devDependencies patch
@types/node (source) 22.10.2 -> 22.10.5 age adoption passing confidence dependencies patch
@typescript-eslint/eslint-plugin (source) 8.19.0 -> 8.19.1 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) 8.19.0 -> 8.19.1 age adoption passing confidence devDependencies patch
node (source) 22.12.0 -> 22.13.0 age adoption passing confidence volta minor
node 22.12.0-bookworm-slim -> 22.13.0-bookworm-slim age adoption passing confidence final minor

Release Notes

mantinedev/mantine (@​mantine/core)

v7.15.3

Compare Source

What's Changed
  • [@mantine/charts] BarChart: Fix textColor prop being passed down as attribute to the DOM node
  • [@mantine/core] TypographyStylesProvider: Fix incorrect top and bottom margins of first and last elements (#​7334)
  • [@mantine/core] Transition: Fix some transitions being incompatible with headless mode (#​7306)
  • [@mantine/dates] DateTimePicker: Set milliseconds to 0 on the result date object (#​7328)
  • [@mantine/dates] Fix hasNextLevel prop type leak to DateTimePicker component (#​7319)
  • [@mantine/core] Avatar: Change initials function to use the full name to generate color (#​7322)
  • [@mantine/hooks] use-merged-ref: Add support for ref cleanup function in React 19 (#​7304)
  • [@mantine/hooks] use-debounced-callback: Add flush method to returned callback (#​7272)
  • [@mantine/dates] Improve compatibility with dayjs plugins in all components (#​7302)
  • [@mantine/core] Update peer dependencies to support React 19 (#​7321)
New Contributors

Full Changelog: mantinedev/mantine@7.15.2...7.15.3

tabler/tabler-icons (@​tabler/icons-react)

v3.28.1: Release 3.28.1

Compare Source

Hotfix for Installation Issue with Workspace Protocol

v3.28.0: Release 3.28.0

Compare Source

18 new icons:
  • filled/arrow-autofit-down
  • filled/arrow-autofit-height
  • filled/arrow-autofit-left
  • filled/arrow-autofit-right
  • filled/arrow-autofit-up
  • filled/arrow-autofit-width
  • filled/cloud-computing
  • filled/cloud-data-connection
  • filled/fish-bone
  • filled/pig
  • filled/spider
  • filled/sun-high
  • filled/sun-low
  • filled/sunrise
  • filled/sunset-2
  • filled/sunset
  • filled/temperature-minus
  • filled/temperature-plus

Fixed icons: outline/file-text-shield, outline/replace-user

v3.27.1: Release 3.27.1

Compare Source

Update file patterns in package.json to include subdirectories for icon files in @tabler/icons-png, @tabler/icons-pdf and @tabler/icons-eps

v3.27.0: Release 3.27.0

Compare Source

18 new icons:
  • filled/aerial-lift
  • filled/air-balloon
  • filled/bus
  • filled/car-crane
  • filled/caravan
  • filled/engine
  • filled/ferry
  • filled/gas-station
  • filled/helicopter
  • filled/motorbike
  • filled/rollercoaster
  • filled/speedboat
  • filled/train
  • filled/trolley
  • filled/truck
  • outline/file-text-shield
  • outline/hand-click-off
  • outline/replace-user

Fixed icons: filled/car, outline/arrow-down-from-arc, outline/arrow-down-to-arc, outline/arrow-left-from-arc, outline/arrow-left-to-arc, outline/arrow-right-from-arc, outline/arrow-right-to-arc, outline/arrow-up-from-arc, outline/arrow-up-to-arc, outline/arrows-transfer-up-down, outline/article-off, outline/article, outline/automation, outline/background, outline/badge-2k, outline/badge-3k, outline/badge-5k, outline/basket-bolt, outline/basket-cancel, outline/basket-check, outline/basket-code, outline/basket-cog, outline/basket-discount, outline/basket-dollar, outline/basket-down, outline/basket-exclamation, outline/basket-heart, outline/basket-minus, outline/basket-pause, outline/basket-pin, outline/basket-plus, outline/basket-question, outline/basket-search, outline/basket-share, outline/basket-star, outline/basket-up, outline/basket-x, outline/blender, outline/bowling, outline/brain, outline/browser-maximize, outline/browser-minus, outline/browser-share, outline/bubble-tea-2, outline/bubble-tea, outline/building-airport, outline/building-burj-al-arab, outline/burger, outline/cake-off, outline/cake-roll, outline/cake, outline/calendar-clock, outline/calendar-dot, outline/calendar-month, outline/calendar-sad, outline/calendar-smile, outline/calendar-user, outline/calendar-week, outline/car-garage, outline/category-minus, outline/category-plus, outline/chart-bar-popular, outline/chart-cohort, outline/chart-column, outline/chart-covariate, outline/chart-funnel, outline/chart-scatter-3d, outline/chart-scatter, outline/clipboard-search, outline/clipboard-smile, outline/clock-bitcoin, outline/contract, outline/cookie, outline/credit-card-pay, outline/credit-card-refund, outline/hand-click, outline/hand-finger-off, outline/hand-finger, outline/http-connect-off, outline/http-delete-off, outline/http-get-off, outline/http-head-off, outline/http-options-off, outline/http-patch-off, outline/http-post-off, outline/http-put-off, outline/http-que-off, outline/http-trace-off, outline/monkeybar, outline/speedboat, outline/train

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

nodejs/node (node)

v22.13.0

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 requested a review from a team as a code owner January 4, 2025 01:12
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 4, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.48%. Comparing base (fc08ba7) to head (362afbc).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3246      +/-   ##
==========================================
+ Coverage   93.35%   93.48%   +0.12%     
==========================================
  Files         287      287              
  Lines        7795     7795              
  Branches     1763     1763              
==========================================
+ Hits         7277     7287      +10     
+ Misses        518      508      -10     

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0f93953 to a2a6450 Compare January 7, 2025 09:09
Copy link

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 161.50 KiB 161.50 KiB 0 B 0.00%
Logs 55.95 KiB 55.95 KiB 0 B 0.00%
Rum Slim 111.55 KiB 111.55 KiB 0 B 0.00%
Worker 24.54 KiB 24.54 KiB 0 B 0.00%
🚀 CPU Performance
Action Name Base Average Cpu Time (ms) Local Average Cpu Time (ms) 𝚫
addglobalcontext 0.002 0.002 -0.001
addaction 0.037 0.034 -0.003
addtiming 0.001 0.001 -0.000
adderror 0.062 0.043 -0.019
startstopsessionreplayrecording 0.942 1.184 0.242
startview 0.427 0.402 -0.024
logmessage 0.031 0.027 -0.004
🧠 Memory Performance
Action Name Base Consumption Memory (bytes) Local Consumption Memory (bytes) 𝚫 (bytes)
addglobalcontext 8.02 KiB 8.46 KiB 451 B
addaction 40.10 KiB 41.49 KiB 1.38 KiB
addtiming 6.68 KiB 7.67 KiB 1011 B
adderror 43.81 KiB 46.83 KiB 3.02 KiB
startstopsessionreplayrecording 6.41 KiB 7.97 KiB 1.55 KiB
startview 422.31 KiB 425.21 KiB 2.90 KiB
logmessage 42.56 KiB 41.87 KiB -706 B

🔗 RealWorld

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2a6450 to a72aa96 Compare January 8, 2025 09:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a72aa96 to 362afbc Compare January 8, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant