Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@eslint/js (source) 9.36.0 -> 9.37.0 age adoption passing confidence devDependencies minor
@mantine/core (source) 8.3.2 -> 8.3.3 age adoption passing confidence dependencies patch 8.3.4
@mantine/hooks (source) 8.3.2 -> 8.3.3 age adoption passing confidence dependencies patch 8.3.4
@types/chrome (source) 0.1.12 -> 0.1.22 age adoption passing confidence devDependencies patch 0.1.24 (+1)
@types/node (source) 24.5.2 -> 24.7.0 age adoption passing confidence dependencies minor 24.7.2 (+1)
@types/node (source) 24.5.2 -> 24.7.0 age adoption passing confidence devDependencies minor 24.7.2 (+1)
@types/react (source) 19.1.15 -> 19.2.0 age adoption passing confidence devDependencies minor 19.2.2 (+1)
@types/react-dom (source) 19.1.9 -> 19.2.0 age adoption passing confidence devDependencies minor 19.2.1
actions/stale v10.0.0 -> v10.1.0 age adoption passing confidence action minor
eslint (source) 9.36.0 -> 9.37.0 age adoption passing confidence devDependencies minor
eslint-plugin-jsdoc 60.5.0 -> 60.8.2 age adoption passing confidence devDependencies minor 60.8.3
github/codeql-action v3.30.5 -> v3.30.6 age adoption passing confidence action patch v3.30.8 (+1)
puppeteer (source) 24.22.3 -> 24.23.0 age adoption passing confidence dependencies minor 24.24.0 (+1)
puppeteer (source) 24.22.3 -> 24.23.0 age adoption passing confidence devDependencies minor 24.24.0 (+1)
react (source) 19.1.1 -> 19.2.0 age adoption passing confidence devDependencies minor
react (source) 19.1.1 -> 19.2.0 age adoption passing confidence dependencies minor
react-dom (source) 19.1.1 -> 19.2.0 age adoption passing confidence devDependencies minor
react-dom (source) 19.1.1 -> 19.2.0 age adoption passing confidence dependencies minor
react-refresh (source) ^0.17.0 -> ^0.18.0 age adoption passing confidence devDependencies minor
react-refresh-typescript 2.0.10 -> 2.0.11 age adoption passing confidence devDependencies patch
typescript (source) 5.9.2 -> 5.9.3 age adoption passing confidence devDependencies patch
typescript-eslint (source) 8.44.1 -> 8.45.0 age adoption passing confidence devDependencies minor 8.46.0
webpack 5.101.3 -> 5.102.0 age adoption passing confidence devDependencies minor 5.102.1

Release Notes

eslint/eslint (@​eslint/js)

v9.37.0

Compare Source

mantinedev/mantine (@​mantine/core)

v8.3.3

Compare Source

What's Changed

  • [@mantine/core] Checkbox: Fix iconColor prop not working as intended in some cases (#​8271)
  • [@mantine/spotlight] Add scrollareaProps to pass props down to the actions list wrapper (#​8300)
  • [@mantine/core] Tabs: Fix aria-controls not being overriden by ...others (#​8248)
  • [@mantine/dates] DateInput: Fix invalid date value crashing component (#​8290)
  • [@mantine/hooks] use-did-update: Fix hook not working in react strict mode (#​8306)
  • [@mantine/core] Popover: Fix excessive dropdown position recalculations (#​8308)
  • [@mantine/core] AppShell: Fix performance issues on first render (#​8287)

New Contributors

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

actions/stale (actions/stale)

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/stale@v10...v10.1.0

eslint/eslint (eslint)

v9.37.0

Compare Source

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

v60.8.2

Compare Source

Bug Fixes

v60.8.1

Compare Source

Bug Fixes
  • valid-types: parse distinctly for names vs. namepaths (#​1552) (6efd9e9)

v60.8.0

Compare Source

Features
  • add name-defining role for likes of typedef as distinct from likes of param (#​1551) (e67e474)

v60.7.1

Compare Source

Bug Fixes
  • prefer-import-tag: handle other cases of comments before structures early in the document; fixes #​1549 (622b17e)

v60.7.0

Compare Source

Bug Fixes
  • prefer-import-tag: handle inserting before early comment nodes; fixes #​1549 (9e92718)
Features
  • require-returns-check: add noNativeTypes option to assert async functions do not have native types as return types; fixes #​1345 (13fe027)

v60.6.0

Compare Source

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

v3.30.6

Compare Source

CodeQL Action Changelog

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

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #​3168

See the full CHANGELOG.md for more information.

puppeteer/puppeteer (puppeteer)

v24.23.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.3 to 24.23.0
Bug Fixes
facebook/react (react)

v19.2.0

Compare Source

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features
  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.
Notable changes
  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId
All Changes
React
React DOM
React Server Components
React Reconciler
microsoft/TypeScript (typescript)

v5.9.3

Compare Source

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

v8.45.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.

webpack/webpack (webpack)

v5.102.0

Compare Source

Features
  • Added static analyze for dynamic imports
  • Added support for import file from "./file.ext" with { type: "bytes" } to get the content as Uint8Array (look at example)
  • Added support for import file from "./file.ext" with { type: "text" } to get the content as text (look at example)
  • Added the snapshot.contextModule to configure snapshots options for context modules
  • Added the extractSourceMap option to implement the capabilities of loading source maps by comment, you don't need source-map-loader (look at example)
  • The topLevelAwait experiment is now stable (you can remove experiments.topLevelAwait from your webpack.config.js)
  • The layers experiment is now stable (you can remove experiments.layers from your webpack.config.js)
  • Added function matcher support in rule options
Fixes
  • Fixed conflicts caused by multiple concatenate modules
  • Ignore import failure during HMR update with ES modules output
  • Keep render module order consistent
  • Prevent inlining modules that have this exports
  • Removed unused timeout attribute of script tag
  • Supported UMD chunk format to work in web workers
  • Improved CommonJs bundle to ES module library
  • Use es-lexer for mjs files for build dependencies
  • Fixed support __non_webpack_require__ for ES modules
  • Properly handle external modules for CSS
  • AssetsByChunkName included assets from chunk.auxiliaryFiles
  • Use createRequire only when output is ES module and target is node
  • Typescript types
Performance Improvements
  • Avoid extra calls for snapshot
  • A avoid extra jobs for build dependencies
  • Move import attributes to own 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 requested a review from a team as a code owner October 11, 2025 01:15
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 11, 2025
Copy link

cit-pr-commenter bot commented Oct 11, 2025

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 162.08 KiB 161.90 KiB -181 B -0.11%
Rum Recorder 19.78 KiB 19.78 KiB -7 B -0.03%
Rum Profiler 4.89 KiB 4.84 KiB -48 B -0.96%
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) 𝚫%
RUM - add global context 0.0042 0.0046 +9.52%
RUM - add action 0.0148 0.0132 -10.81%
RUM - add error 0.014 0.0125 -10.71%
RUM - add timing 0.0027 0.003 +11.11%
RUM - start view 0.0044 0.0032 -27.27%
RUM - start/stop session replay recording 0.0008 0.0007 -12.50%
Logs - log message 0.0135 0.0148 +9.63%
🧠 Memory Performance
Action Name Base Memory Consumption Local Memory Consumption 𝚫
RUM - add global context 25.56 KiB 25.34 KiB -222 B
RUM - add action 45.63 KiB 45.60 KiB -30 B
RUM - add timing 24.79 KiB 24.70 KiB -90 B
RUM - add error 49.36 KiB 50.79 KiB +1.42 KiB
RUM - start/stop session replay recording 23.44 KiB 23.64 KiB +206 B
RUM - start view 421.25 KiB 430.41 KiB +9.16 KiB
Logs - log message 42.52 KiB 43.07 KiB +566 B

🔗 RealWorld

@datadog-datadog-prod-us1
Copy link

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

⚠️ Tests

⚠️ Warnings

🧪 5 Tests failed

ErrorBoundary renders children from Chrome 63.0.3239.84 (Windows 10) (Datadog) (✨ Fix with BitsAI)
Error: Should not already be working.
    at performWorkOnRoot (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:16424:1 <- /tmp/_karma_webpack_264608/commons.js:36795:15)
    at performWorkOnRootViaSchedulerTask (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:18957:1 <- /tmp/_karma_webpack_264608/commons.js:39328:7)
    at flushActQueue (webpack:///node_modules/react/cjs/react.development.js:590:1 <- /tmp/_karma_webpack_264608/commons.js:60471:34)
    at exports.act (webpack:///node_modules/react/cjs/react.development.js:884:1 <- /tmp/_karma_webpack_264608/commons.js:60765:10)
    at appendComponent (webpack:///packages/rum-react/test/appendComponent.ts:13:6 <- /tmp/_karma_webpack_264608/commons.js:110497:47)
    at UserContext.it (webpack:///packages/rum-react/src/domain/error/errorBoundary.spec.tsx:22:38 <- /tmp/_karma_webpack_264608/commons.js:109158:97)
    at <Jasmine>
ErrorBoundary renders the fallback class component when an error occurs from Chrome 63.0.3239.84 (Windows 10) (Datadog) (✨ Fix with BitsAI)
Error: Should not already be working.
    at performWorkOnRoot (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:16424:1 <- /tmp/_karma_webpack_264608/commons.js:36795:15)
    at performWorkOnRootViaSchedulerTask (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:18957:1 <- /tmp/_karma_webpack_264608/commons.js:39328:7)
    at flushActQueue (webpack:///node_modules/react/cjs/react.development.js:590:1 <- /tmp/_karma_webpack_264608/commons.js:60471:34)
    at exports.act (webpack:///node_modules/react/cjs/react.development.js:884:1 <- /tmp/_karma_webpack_264608/commons.js:60765:10)
    at appendComponent (webpack:///packages/rum-react/test/appendComponent.ts:13:6 <- /tmp/_karma_webpack_264608/commons.js:110497:47)
    at UserContext.it (webpack:///packages/rum-react/src/domain/error/errorBoundary.spec.tsx:58:38 <- /tmp/_karma_webpack_264608/commons.js:109187:97)
    at <Jasmine>
ErrorBoundary renders the fallback function component when an error occurs from Chrome 63.0.3239.84 (Windows 10) (Datadog) (✨ Fix with BitsAI)
SyntaxError: Failed to execute 'measure' on 'Performance': The mark '[object Object]' does not exist.
error properties: Object({ INDEX_SIZE_ERR: 1, DOMSTRING_SIZE_ERR: 2, HIERARCHY_REQUEST_ERR: 3, WRONG_DOCUMENT_ERR: 4, INVALID_CHARACTER_ERR: 5, NO_DATA_ALLOWED_ERR: 6, NO_MODIFICATION_ALLOWED_ERR: 7, NOT_FOUND_ERR: 8, NOT_SUPPORTED_ERR: 9, INUSE_ATTRIBUTE_ERR: 10, INVALID_STATE_ERR: 11, SYNTAX_ERR: 12, INVALID_MODIFICATION_ERR: 13, NAMESPACE_ERR: 14, INVALID_ACCESS_ERR: 15, VALIDATION_ERR: 16, TYPE_MISMATCH_ERR: 17, SECURITY_ERR: 18, NETWORK_ERR: 19, ABORT_ERR: 20, URL_MISMATCH_ERR: 21, QUOTA_EXCEEDED_ERR: 22, TIMEOUT_ERR: 23, INVALID_NODE_TYPE_ERR: 24, DATA_CLONE_ERR: 25, code: 12 })
Error: Failed to execute 'measure' on 'Performance': The mark '[object Object]' does not exist.
    at prepareFreshStack (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:17114:1 <- /tmp/_karma_webpack_264608/commons.js:37485:29)
    at renderRootSync (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:17409:1 <- /tmp/_karma_webpack_264608/commons.js:37780:9)
    at performWorkOnRoot (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:16504:1 <- /tmp/_karma_webpack_264608/commons.js:36875:11)
    at performWorkOnRootViaSchedulerTask (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:18957:1 <- /tmp/_karma_webpack_264608/commons.js:39328:7)
    at flushActQueue (webpack:///node_modules/react/cjs/react.development.js:590:1 <- /tmp/_karma_webpack_264608/commons.js:60471:34)
    at exports.act (webpack:///node_modules/react/cjs/react.development.js:884:1 <- /tmp/_karma_webpack_264608/commons.js:60765:10)
    at appendComponent (webpack:///packages/rum-react/test/appendComponent.ts:13:6 <- /tmp/_karma_webpack_264608/commons.js:110497:47)
...
View all

ℹ️ Info

❄️ No new flaky tests detected

🎯 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: bf9f37d | Docs | Was this helpful? Give us feedback!

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 876c217 to 4a8ea76 Compare October 13, 2025 05:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4a8ea76 to bf9f37d Compare October 13, 2025 10:14
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