Skip to content

👷 Update all non-major dependencies #3673

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 Jul 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/js (source) 9.30.0 -> 9.30.1 age adoption passing confidence devDependencies patch
@mantine/core (source) 8.1.2 -> 8.1.3 age adoption passing confidence dependencies patch
@mantine/hooks (source) 8.1.2 -> 8.1.3 age adoption passing confidence dependencies patch
@swc/core (source) 1.12.7 -> 1.12.11 age adoption passing confidence devDependencies patch
@types/chrome (source) 0.0.328 -> 0.0.332 age adoption passing confidence devDependencies patch
@types/node (source) 24.0.10 -> 24.0.12 age adoption passing confidence dependencies patch
@types/node (source) 24.0.10 -> 24.0.12 age adoption passing confidence devDependencies patch
@types/node-forge (source) 1.3.11 -> 1.3.12 age adoption passing confidence dependencies patch
browserstack-local 1.5.7 -> 1.5.8 age adoption passing confidence devDependencies patch
eslint (source) 9.30.0 -> 9.30.1 age adoption passing confidence devDependencies patch
eslint-plugin-jsdoc 51.3.1 -> 51.3.4 age adoption passing confidence devDependencies patch
globals 16.2.0 -> 16.3.0 age adoption passing confidence devDependencies minor
node (source) 24.3.0 -> 24.4.0 age adoption passing confidence volta minor
node 24.3.0-bookworm-slim -> 24.4.0-bookworm-slim age adoption passing confidence final minor
puppeteer (source) 24.11.1 -> 24.12.1 age adoption passing confidence dependencies minor
puppeteer (source) 24.11.1 -> 24.12.1 age adoption passing confidence devDependencies minor
typescript-eslint (source) 8.35.0 -> 8.36.0 age adoption passing confidence devDependencies minor
webpack 5.99.9 -> 5.100.0 age adoption passing confidence devDependencies minor

Release Notes

eslint/eslint (@​eslint/js)

v9.30.1

Compare Source

mantinedev/mantine (@​mantine/core)

v8.1.3

Compare Source

What's Changed
  • [@mantine/core] Container: Fix base responsive props value not being handled correctly (#​8054)
  • [@mantine/form] Fix type errors with read only array types (#​7950)
  • [@mantine/core] Fix incorrect disabled border color of Checkbox, Radio and Slider (#​8053)
  • [@mantine/core] Combobox: Fix aria-expanded attribute not being assigned correctly to combobox target
  • [@mantine/core] Menu: Fix SubMenu having visual arrow offset when default props are set for Popover on theme (#​8027)
  • [@mantine/form] Fix form.resetField not updating DOM with mode: 'uncontrolled' (#​8050)
  • [@mantine/form] Add option to trigger watch callbacks when nested field value changes (#​8026)
  • [@mantine/hooks] use-move: Fix React 18 compatibility (#​8018)
  • [@mantine/dates] DateTimePicker: Add defaultDate prop support (#​8023)
  • [@mantine/dates] DatePickerInput: Fix size="xs being slightly different from other inputs
  • [@mantine/dates] TimePicker: Fix dropdown being visible even when withDropdown={false} is set
  • [@mantine/core] Popover: Fix onClick not firing on the child of Popover.Target
  • [@mantine/spotlight] Fix incorrect query prop with empty string handling
  • [@mantine/core] Text: Fix autocomplete not working for size prop
  • [@mantine/hooks] use-debounced-callback: Fix incorrect leading behavior (#​8021)
  • [@mantine/core] Collapse: Add keepMounted prop support (#​8013)
  • [@mantine/date] TimePicker: Fix disabled and readOnly props not working (#​8011)
New Contributors

Full Changelog: mantinedev/mantine@8.1.2...8.1.3

swc-project/swc (@​swc/core)

v1.12.11

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor
Testing
Pref

v1.12.9

Compare Source

Bug Fixes
Features
Performance
Refactor
Testing
browserstack/browserstack-local-nodejs (browserstack-local)

v1.5.8

Compare Source

eslint/eslint (eslint)

v9.30.1

Compare Source

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

v51.3.4

Compare Source

Bug Fixes

v51.3.3

Compare Source

Bug Fixes
  • no-undefined-types: add Intl to global types and ensure arbitrary properties of globals can be addressed; fixes #​1423 (#​1424) (feb65e4)

v51.3.2

Compare Source

Bug Fixes
  • multiline-blocks: for requireSingleLineUnderCount, ensure multi-line types nullify checks (#​1422) (9b8efbd)
sindresorhus/globals (globals)

v16.3.0

Compare Source


nodejs/node (node)

v24.4.0: 2025-07-09, Version 24.4.0 (Current), @​RafaelGSS

Compare Source

Notable Changes
  • [22b60e8a57] - (SEMVER-MINOR) crypto: support outputLength option in crypto.hash for XOF functions (Aditi) #​58121
  • [80dec9849d] - (SEMVER-MINOR) doc: add all watch-mode related flags to node.1 (Dario Piotrowicz) #​58719
  • [87f4d078b3] - (SEMVER-MINOR) fs: add disposable mkdtempSync (Kevin Gibbons) #​58516
  • [9623c50b53] - (SEMVER-MINOR) permission: propagate permission model flags on spawn (Rafael Gonzaga) #​58853
  • [797ec4da04] - (SEMVER-MINOR) sqlite: add support for readBigInts option in db connection level (Miguel Marcondes Filho) #​58697
  • [ed966a0215] - (SEMVER-MINOR) src,permission: add support to permission.has(addon) (Rafael Gonzaga) #​58951
  • [fe17f5d285] - (SEMVER-MINOR) watch: add --watch-kill-signal flag (Dario Piotrowicz) #​58719
Commits
puppeteer/puppeteer (puppeteer)

v24.12.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.12.0 to 24.12.1
Bug Fixes

v24.12.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.11.2 to 24.12.0
Features
Bug Fixes

v24.11.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies

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 Jul 5, 2025
@renovate renovate bot requested a review from a team as a code owner July 5, 2025 00:43
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 5, 2025
Copy link

cit-pr-commenter bot commented Jul 5, 2025

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 0 B 149.22 KiB 149.22 KiB N/A%
Rum Recorder 0 B 17.91 KiB 17.91 KiB N/A%
Rum Profiler 0 B 5.15 KiB 5.15 KiB N/A%
Logs 0 B 52.91 KiB 52.91 KiB N/A%
Flagging 0 B 931 B 931 B N/A%
Rum Slim 0 B 107.92 KiB 107.92 KiB N/A%
Worker 0 B 23.60 KiB 23.60 KiB N/A%
🚀 CPU Performance
Action Name Base Average Cpu Time (ms) Local Average Cpu Time (ms) 𝚫
addglobalcontext 0.011 0.011 -0.000
addaction 0.024 0.026 0.002
addtiming 0.005 0.004 -0.000
adderror 0.024 0.023 -0.001
startstopsessionreplayrecording 0.004 0.004 0.000
startview 0.009 0.008 -0.001
logmessage 0.023 0.022 -0.001
🧠 Memory Performance
Action Name Base Consumption Memory (bytes) Local Consumption Memory (bytes) 𝚫 (bytes)
addglobalcontext NaN KiB 28.33 KiB NaN KiB
addaction NaN KiB 54.55 KiB NaN KiB
addtiming NaN KiB 25.64 KiB NaN KiB
adderror NaN KiB 63.44 KiB NaN KiB
startstopsessionreplayrecording NaN KiB 24.09 KiB NaN KiB
startview NaN KiB 424.80 KiB NaN KiB
logmessage NaN KiB 106.98 KiB NaN KiB

🔗 RealWorld

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from e653e06 to c1e5502 Compare July 9, 2025 15:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c1e5502 to 900cf7d Compare July 9, 2025 19:27
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.

0 participants