Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@mantine/core (source) 8.3.13 β†’ 8.3.14 age adoption passing confidence dependencies patch
@mantine/hooks (source) 8.3.13 β†’ 8.3.14 age adoption passing confidence dependencies patch
@swc/core (source) 1.15.10 β†’ 1.15.11 age adoption passing confidence devDependencies patch
@types/node (source) 25.0.10 β†’ 25.2.0 age adoption passing confidence devDependencies minor 25.2.3 (+2)
@types/react (source) 19.2.9 β†’ 19.2.11 age adoption passing confidence devDependencies patch 19.2.14 (+2)
@vitejs/plugin-react (source) 5.1.2 β†’ 5.1.3 age adoption passing confidence devDependencies patch 5.1.4
eslint-plugin-jsdoc 62.4.1 β†’ 62.5.0 age adoption passing confidence devDependencies minor 62.5.4 (+3)
github/codeql-action v4.31.11 β†’ v4.32.1 age adoption passing confidence action minor v4.32.2
globals 17.1.0 β†’ 17.3.0 age adoption passing confidence devDependencies minor
minimatch 10.1.1 β†’ 10.1.2 age adoption passing confidence devDependencies patch
node (source) 25.5.0 β†’ 25.6.0 age adoption passing confidence volta minor v25.6.1
node 25.5.0-bookworm-slim β†’ 25.6.0-bookworm-slim age adoption passing confidence stage minor
puppeteer (source) 24.36.0 β†’ 24.36.1 age adoption passing confidence devDependencies patch 24.37.2 (+2)
react (source) 19.2.3 β†’ 19.2.4 age adoption passing confidence dependencies patch
react (source) 19.2.3 β†’ 19.2.4 age adoption passing confidence devDependencies patch
react-dom (source) 19.2.3 β†’ 19.2.4 age adoption passing confidence dependencies patch
react-dom (source) 19.2.3 β†’ 19.2.4 age adoption passing confidence devDependencies patch
react-window (source) 2.2.5 β†’ 2.2.6 age adoption passing confidence dependencies patch
typescript-eslint (source) 8.53.1 β†’ 8.54.0 age adoption passing confidence devDependencies minor 8.55.0
undici (source) 7.19.1 β†’ 7.20.0 age adoption passing confidence devDependencies minor 7.21.0
webpack 5.104.1 β†’ 5.105.0 age adoption passing confidence devDependencies minor 5.105.1

Release Notes

mantinedev/mantine (@​mantine/core)

v8.3.14

Compare Source

What's Changed
  • [@mantine/core] Switch: Fix checkbox not being recognized by Playwright (#​8370, #​8645)
  • [@mantine/core] MultiSelect: Fix click on chevron not opening dropdown when clearable is enabled (#​8641)
  • [@mantine/modals] Fix types of context modals inferred incorrectly (#​8625)
  • [@mantine/core] MultiSelect: Fix clear button overlapping with pills (#​8634)
New Contributors

Full Changelog: mantinedev/mantine@8.3.13...8.3.14

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

v1.15.11

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor
Testing
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.3

Compare Source

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

v62.5.0

Compare Source

Features
  • check-tag-names: add Typedoc include, includeCode, and TSDoc inheritDoc/inheritdoc and label to allowable inline tags; add TSDoc and typedoc tags (925f6e3)
  • require-description-complete-sentence: allow inline inheritDoc, inheritdoc, include, includeCode, label to avoid rule; fixes #​1641 (c5a09c8)
  • valid-types: add Typedoc include, includeCode, and TSDoc inheritDoc/inheritdoc and label to allowable inline tags (c078633)
github/codeql-action (github/codeql-action)

v4.32.1

Compare Source

  • A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #​3422
  • Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #​3421

v4.32.0

Compare Source

sindresorhus/globals (globals)

v17.3.0

Compare Source


v17.2.0

Compare Source


isaacs/minimatch (minimatch)

v10.1.2

Compare Source

nodejs/node (node)

v25.6.0: 2026-02-03, Version 25.6.0 (Current), @​aduh95

Compare Source

Notable Changes
Commits
puppeteer/puppeteer (puppeteer)

v24.36.1

Compare Source

♻️ Chores
Dependencies
facebook/react (react)

v19.2.4: 19.2.4 (January 26th, 2026)

Compare Source

React Server Components
bvaughn/react-window (react-window)

v2.2.6

Compare Source

  • useDynamicRowHeight should not instantiate ResizeObserver when server-rendering
typescript-eslint/typescript-eslint (typescript-eslint)

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

nodejs/undici (undici)

v7.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.19.2...v7.20.0

v7.19.2

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.19.1...v7.19.2

webpack/webpack (webpack)

v5.105.0

Compare Source

Minor Changes
  • Allow resolving worker module by export condition name when using new Worker() (by @​hai-x in #​20353)

  • Detect conditional imports to avoid compile-time linking errors for non-existent exports. (by @​hai-x in #​20320)

  • Added the tsconfig option for the resolver options (replacement for tsconfig-paths-webpack-plugin). Can be false (disabled), true (use the default tsconfig.json file to search for it), a string path to tsconfig.json, or an object with configFile and references options. (by @​alexander-akait in #​20400)

  • Support import.defer() for context modules. (by @​ahabhgk in #​20399)

  • Added support for array values ​​to the devtool option. (by @​hai-x in #​20191)

  • Improve rendering node built-in modules for ECMA module output. (by @​hai-x in #​20255)

  • Unknown import.meta properties are now determined at runtime instead of being statically analyzed at compile time. (by @​xiaoxiaojx in #​20312)

Patch Changes
  • Fixed ESM default export handling for .mjs files in Module Federation (by @​y-okt in #​20189)

  • Optimized import.meta.env handling in destructuring assignments by using cached stringified environment definitions. (by @​xiaoxiaojx in #​20313)

  • Respect the stats.errorStack option in stats output. (by @​samarthsinh2660 in #​20258)

  • Fixed a bug where declaring a module variable in module scope would conflict with the default moduleArgument. (by @​xiaoxiaojx in #​20265)

  • Fix VirtualUrlPlugin to set resourceData.context for proper module resolution. Previously, when context was not set, it would fallback to the virtual scheme path (e.g., virtual:routes), which is not a valid filesystem path, causing subsequent resolve operations to fail. (by @​xiaoxiaojx in #​20390)

  • Fixed Worker self-import handling to support various URL patterns (e.g., import.meta.url, new URL(import.meta.url), new URL(import.meta.url, import.meta.url), new URL("./index.js", import.meta.url)). Workers that resolve to the same module are now properly deduplicated, regardless of the URL syntax used. (by @​xiaoxiaojx in #​20381)

  • Reuse the same async entrypoint for the same Worker URL within a module to avoid circular dependency warnings when multiple Workers reference the same resource. (by @​xiaoxiaojx in #​20345)

  • Fixed a bug where a self-referencing dependency would have an unused export name when imported inside a web worker. (by @​samarthsinh2660 in #​20251)

  • Fix missing export generation when concatenated modules in different chunks share the same runtime in module library bundles. (by @​hai-x in #​20346)

  • Fixed import.meta.env.xxx behavior: when accessing a non-existent property, it now returns empty object instead of full object at runtime. (by @​xiaoxiaojx in #​20289)

  • Improved parsing error reporting by adding a link to the loader documentation. (by @​gaurav10gg in #​20244)

  • Fix typescript types. (by @​alexander-akait in #​20305)

  • Add declaration for unused harmony import specifier. (by @​hai-x in #​20286)

  • Fix compressibility of modules while retaining portability. (by @​dmichon-msft in #​20287)

  • Optimize source map generation: only include ignoreList property when it has content, avoiding empty arrays in source maps. (by @​xiaoxiaojx in #​20319)

  • Preserve star exports for dependencies in ECMA module output. (by @​hai-x in #​20293)

  • Consider asset modulem to be side-effect free. (by @​hai-x in #​20352)

  • Avoid generating JavaScript modules for CSS exports that are not used, reducing unnecessary output and bundle size. (by @​xiaoxiaojx in #​20337)


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 Feb 7, 2026
@renovate renovate bot requested a review from a team as a code owner February 7, 2026 04:38
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 7, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2fa9c3d to 9f82f47 Compare February 7, 2026 17:29
@cit-pr-commenter-54b7da
Copy link

cit-pr-commenter-54b7da bot commented Feb 7, 2026

Bundles Sizes Evolution

πŸ“¦ Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 169.44 KiB 169.44 KiB 0 B 0.00% βœ…
Rum Profiler 4.31 KiB 4.31 KiB 0 B 0.00% βœ…
Rum Recorder 24.54 KiB 24.54 KiB 0 B 0.00% βœ…
Logs 56.72 KiB 56.72 KiB 0 B 0.00% βœ…
Flagging 944 B 944 B 0 B 0.00% βœ…
Rum Slim 126.26 KiB 126.26 KiB 0 B 0.00% βœ…
Worker 23.63 KiB 23.63 KiB 0 B 0.00% βœ…
πŸš€ CPU Performance
Action Name Base CPU Time (ms) Local CPU Time (ms) 𝚫%
RUM - add global context 0.0064 0.0055 -14.06%
RUM - add action 0.0243 0.0139 -42.80%
RUM - add error 0.0237 0.0155 -34.60%
RUM - add timing 0.0049 0.0026 -46.94%
RUM - start view 0.0215 0.0141 -34.42%
RUM - start/stop session replay recording 0.0013 0.0008 -38.46%
Logs - log message 0.0272 0.0198 -27.21%
🧠 Memory Performance
Action Name Base Memory Consumption Local Memory Consumption 𝚫
RUM - add global context 26.90 KiB 27.08 KiB +183 B
RUM - add action 51.17 KiB 49.86 KiB -1.31 KiB
RUM - add timing 26.52 KiB 27.09 KiB +583 B
RUM - add error 55.91 KiB 54.44 KiB -1.47 KiB
RUM - start/stop session replay recording 26.51 KiB 25.73 KiB -799 B
RUM - start view 452.50 KiB 453.77 KiB +1.27 KiB
Logs - log message 46.24 KiB 46.46 KiB +227 B

πŸ”— RealWorld

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f6729d9 to 5f45d72 Compare February 10, 2026 16:39
@renovate renovate bot requested a review from a team as a code owner February 10, 2026 16:39
@datadog-datadog-prod-us1
Copy link

datadog-datadog-prod-us1 bot commented Feb 10, 2026

βœ…Β Tests

πŸŽ‰ All green!

❄️ No new flaky tests detected
πŸ§ͺ All tests passed

🎯 Code Coverage
β€’ Patch Coverage: 100.00%
β€’ Overall Coverage: 77.25% (+0.00%)

View detailed report

This comment will be updated automatically if new data arrives.
πŸ”— Commit SHA: 5fd6c09 | Docs | Datadog PR Page | Was this helpful? Give us feedback!

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 358b171 to 8ca3354 Compare February 11, 2026 08:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ca3354 to 5fd6c09 Compare February 11, 2026 12:51
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