Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@mantine/core (source) 8.3.1 -> 8.3.2 age adoption passing confidence dependencies patch 8.3.3
@mantine/hooks (source) 8.3.1 -> 8.3.2 age adoption passing confidence dependencies patch 8.3.3
@types/react (source) 19.1.13 -> 19.1.15 age adoption passing confidence devDependencies patch 19.2.0 (+2)
eslint-plugin-jsdoc 60.1.1 -> 60.5.0 age adoption passing confidence devDependencies minor 60.8.2 (+5)
github/codeql-action v3.30.3 -> v3.30.5 age adoption passing confidence action patch v3.30.6
node (source) 24.8.0 -> 24.9.0 age adoption passing confidence volta minor
puppeteer (source) 24.22.0 -> 24.22.3 age adoption passing confidence dependencies patch 24.23.0
puppeteer (source) 24.22.0 -> 24.22.3 age adoption passing confidence devDependencies patch 24.23.0
react-router (source) 7.9.1 -> 7.9.3 age adoption passing confidence devDependencies patch
react-router-dom (source) 7.9.1 -> 7.9.3 age adoption passing confidence devDependencies patch
webpack-dev-middleware 7.4.3 -> 7.4.5 age adoption passing confidence devDependencies patch
yarn (source) 4.10.2 -> 4.10.3 age adoption passing confidence packageManager patch
yarn (source) 4.10.2 -> 4.10.3 age adoption passing confidence volta patch

Release Notes

mantinedev/mantine (@​mantine/core)

v8.3.2

Compare Source

What's Changed

  • [@mantine/dates] Fix getDayProps not including types for data-* attributes (#​8275)
  • [@mantine/date] DateInput: Fix allowDeselect not allowing to clear the input value with Backspace key (#​8229)
  • [@mantine/date] DateInput: Fix allowDeselect not allowing to clear the input value with Backspace key
  • [@mantine/charts] Heatmap: Fix months displaying as splitted even if splitMonths is not set
  • [@mantine/hooks] use-click-outside: Pass event object as an argument to the callback function (#​8282)
  • [@mantine/core] NavLink: Fix passed onClick/onKeyDown preventing expand/collapse of child nodes (#​8294)
  • [@mantine/hooks] use-window-scroll: Limit number of state updates with requestAnimationFrame (#​8287)
  • [@mantine/dates] TimePicker: Fix page scrolling to the top on keyboard navigation (#​8237)
  • [@mantine/core] Menu: Add missing onChange type to Menu.Sub (#​8292)
  • [@mantine/core] List: Fix nested list items overflowing parent list container (#​8269)
  • [@mantine/core] Input: Fix alignment of right section with clear button (#​8254)
  • [@mantine/form] Fix nodenext resolutions (#​8260)
  • [@mantine/spotlight] Improve group label encoding logic (#​8264)

New Contributors

Full Changelog: mantinedev/mantine@8.3.1...8.3.2

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

v60.5.0

Compare Source

Bug Fixes
  • no-undefined-types: avoid param and property tags from being treated as type-defining (f72ac1a)
Features
  • check-tag-names: add inlineTags option with default inline tag checking (f0515be)
  • require-template-description: add rule; fixes #​1540 (90af18a)

v60.4.1

Compare Source

Bug Fixes

v60.4.0

Compare Source

Bug Fixes
  • ensure permissive settings are converted for jsdoc-type-pratt-parser (065f11a)
Features

v60.3.1

Compare Source

Bug Fixes

v60.3.0

Compare Source

Features

v60.2.0

Compare Source

Features
github/codeql-action (github/codeql-action)

v3.30.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #​3160

See the full CHANGELOG.md for more information.

v3.30.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.4 - 25 Sep 2025
  • We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #​3099 and #​3100
  • We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #​3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #​3130
  • Update default CodeQL bundle version to 2.23.1. #​3118

See the full CHANGELOG.md for more information.

nodejs/node (node)

v24.9.0: 2025-09-25, Version 24.9.0 (Current), @​targos

Compare Source

Notable Changes
  • [9b043a9096] - (SEMVER-MINOR) http: add shouldUpgradeCallback to let servers control HTTP upgrades (Tim Perry) #​59824
  • [a6456ab90a] - (SEMVER-MINOR) sqlite: cleanup ERM support and export Session class (James M Snell) #​58378
  • [5563361d22] - (SEMVER-MINOR) sqlite: add tagged template (0hm☘️) #​58748
  • [04013ee933] - (SEMVER-MINOR) worker: add heap profile API (theanarkh) #​59846
Commits
puppeteer/puppeteer (puppeteer)

v24.22.3

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.3 to 24.23.0
Bug Fixes

v24.22.2

Compare Source

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

v24.22.1

Compare Source

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

v7.9.3

Compare Source

Patch Changes
  • Do not try to use turbo-stream to decode CDN errors that never reached the server (#​14385)

    • We used to do this but lost this check with the adoption of single fetch
  • Fix Data Mode regression causing a 404 during initial load in when middleware exists without any loader functions (#​14393)

v7.9.2

Compare Source

Patch Changes
    • Update client-side router to run client middleware on initial load even if no loaders exist (#​14348)
    • Update createRoutesStub to run route middleware
      • You will need to set the <RoutesStub future={{ v8_middleware: true }} /> flag to enable the proper context type
  • Update Lazy Route Discovery manifest requests to use a singular comma-separated paths query param instead of repeated p query params (#​14321)

    • This is because Cloudflare has a hard limit of 100 URL search param key/value pairs when used as a key for caching purposes
    • If more that 100 paths were included, the cache key would be incomplete and could produce false-positive cache hits
  • [UNSTABLE] Add fetcher.unstable_reset() API (#​14206)

  • Made useOutlet element reference have stable identity in-between route chages (#​13382)

  • feat: enable full transition support for the rsc router (#​14362)

  • In RSC Data Mode, handle SSR'd client errors and re-try in the browser (#​14342)

  • Support middleware prop on <Route> for usage with a data router via createRoutesFromElements (#​14357)

  • Handle encoded question mark and hash characters in ancestor splat routes (#​14249)

  • Fail gracefully on manifest version mismatch logic if sessionStorage access is blocked (#​14335)

remix-run/react-router (react-router-dom)

v7.9.3

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.3

v7.9.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.2
webpack/webpack-dev-middleware (webpack-dev-middleware)

v7.4.5

Compare Source

v7.4.4

Compare Source

yarnpkg/berry (yarn)

v4.10.3

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 October 4, 2025 00:46
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 4, 2025
@cit-pr-commenter
Copy link

cit-pr-commenter bot commented Oct 4, 2025

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 162.08 KiB 162.08 KiB 0 B 0.00%
Rum Recorder 19.78 KiB 19.78 KiB 0 B 0.00%
Rum Profiler 4.89 KiB 4.89 KiB 0 B 0.00%
Logs 55.77 KiB 55.77 KiB 0 B 0.00%
Flagging 944 B 944 B 0 B 0.00%
Rum Slim 119.06 KiB 119.06 KiB 0 B 0.00%
Worker 23.60 KiB 23.60 KiB 0 B 0.00%
🚀 CPU Performance
Action Name Base CPU Time (ms) Local CPU Time (ms) 𝚫%
addglobalcontext N/A 0.0038 N/A
addaction N/A 0.0114 N/A
adderror N/A 0.0109 N/A
addtiming N/A 0.0025 N/A
startview N/A 0.0029 N/A
startstopsessionreplayrecording N/A 0.0006 N/A
logmessage N/A 0.0127 N/A
🧠 Memory Performance
Action Name Base Memory Consumption Local Memory Consumption 𝚫
RUM - add global context 24.88 KiB 25.70 KiB +839 B
RUM - add action 44.60 KiB 46.24 KiB +1.64 KiB
RUM - add timing 24.52 KiB 24.70 KiB +185 B
RUM - add error 49.35 KiB 50.60 KiB +1.25 KiB
RUM - start/stop session replay recording 24.99 KiB 24.46 KiB -537 B
RUM - start view 421.41 KiB 430.53 KiB +9.12 KiB
Logs - log message 41.99 KiB 41.45 KiB -548 B

🔗 RealWorld

@datadog-datadog-prod-us1
Copy link

datadog-datadog-prod-us1 bot commented Oct 4, 2025

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

🎯 Code Coverage
Patch Coverage: 100.00%
Total Coverage: 92.67% (+0.00%)

View detailed report

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: cc29287 | Docs | Was this helpful? Give us feedback!

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c45dc88 to bb829f6 Compare October 5, 2025 04:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bb829f6 to c942f94 Compare October 5, 2025 13:50
@renovate
Copy link
Contributor Author

renovate bot commented Oct 6, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@BenoitZugmeyer BenoitZugmeyer merged commit d621bf2 into main Oct 7, 2025
20 checks passed
@BenoitZugmeyer BenoitZugmeyer deleted the renovate/all-minor-patch branch October 7, 2025 12:17
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.

2 participants