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 #3300

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 25, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.18.0 -> 9.19.0 age adoption passing confidence
@mantine/core (source) 7.16.1 -> 7.16.2 age adoption passing confidence
@mantine/hooks (source) 7.16.1 -> 7.16.2 age adoption passing confidence
@types/chrome (source) 0.0.299 -> 0.0.301 age adoption passing confidence
@types/node (source) 22.10.8 -> 22.13.1 age adoption passing confidence
eslint (source) 9.18.0 -> 9.19.0 age adoption passing confidence
eslint-plugin-jsdoc 50.6.2 -> 50.6.3 age adoption passing confidence
puppeteer (source) 24.1.0 -> 24.1.1 age adoption passing confidence
react-router-dom (source) 6.28.2 -> 6.29.0 age adoption passing confidence
typescript-eslint (source) 8.21.0 -> 8.23.0 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.19.0

Compare Source

mantinedev/mantine (@​mantine/core)

v7.16.2

Compare Source

What's Changed
  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#​7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#​7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#​7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#​7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#​7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#​7404)
New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

eslint/eslint (eslint)

v9.19.0

Compare Source

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.6.3

Compare Source

Bug Fixes
  • check-template-names: stop restricting template names to single letters; fixes #​1352 (c283729)
puppeteer/puppeteer (puppeteer)

v24.1.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.1.0 to 24.1.1
Bug Fixes
remix-run/react-router (react-router-dom)

v6.29.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.23.0

Compare Source

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

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

v8.22.0

Compare Source

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

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


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 added the dependencies Pull requests that update a dependency file label Jan 25, 2025
@renovate renovate bot requested a review from a team as a code owner January 25, 2025 01:01
Copy link

cit-pr-commenter bot commented Jan 25, 2025

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 146.77 KiB 146.77 KiB 0 B 0.00%
Logs 51.19 KiB 51.19 KiB 0 B 0.00%
Rum Slim 105.52 KiB 105.52 KiB 0 B 0.00%
Worker 24.50 KiB 24.50 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.000
addaction 0.031 0.028 -0.003
addtiming 0.006 0.005 -0.001
adderror 0.028 0.026 -0.002
startstopsessionreplayrecording 0.001 0.001 -0.000
startview 0.007 0.006 -0.002
logmessage 0.025 0.023 -0.002
🧠 Memory Performance
Action Name Base Consumption Memory (bytes) Local Consumption Memory (bytes) 𝚫 (bytes)
addglobalcontext 28.15 KiB 28.17 KiB 22 B
addaction 57.12 KiB 57.17 KiB 53 B
addtiming 27.30 KiB 26.73 KiB -589 B
adderror 62.00 KiB 62.81 KiB 832 B
startstopsessionreplayrecording 25.50 KiB 28.39 KiB 2.89 KiB
startview 415.29 KiB 424.56 KiB 9.27 KiB
logmessage 60.20 KiB 62.92 KiB 2.71 KiB

🔗 RealWorld

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6040b62 to fdd20b3 Compare January 30, 2025 18:38
@codecov-commenter
Copy link

codecov-commenter commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.58%. Comparing base (46cc11a) to head (7acce67).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3300   +/-   ##
=======================================
  Coverage   93.58%   93.58%           
=======================================
  Files         291      291           
  Lines        7691     7691           
  Branches     1751     1751           
=======================================
  Hits         7198     7198           
  Misses        493      493           

☔ 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 3 times, most recently from 445e9b4 to d4ef7ab Compare February 3, 2025 18:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d4ef7ab to 7acce67 Compare February 4, 2025 01:19
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