Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@mantine/core (source) 8.3.7 -> 8.3.9 age adoption passing confidence dependencies patch
@mantine/hooks (source) 8.3.7 -> 8.3.9 age adoption passing confidence dependencies patch
@swc/core (source) 1.15.1 -> 1.15.3 age adoption passing confidence devDependencies patch
@types/chrome (source) 0.1.27 -> 0.1.31 age adoption passing confidence devDependencies patch 0.1.32
@types/node (source) 24.10.0 -> 24.10.1 age adoption passing confidence devDependencies patch
@types/react (source) 19.2.2 -> 19.2.7 age adoption passing confidence devDependencies patch
@types/react-dom (source) 19.2.2 -> 19.2.3 age adoption passing confidence devDependencies patch
eslint-plugin-jsdoc 61.1.12 -> 61.4.1 age adoption passing confidence devDependencies minor
github/codeql-action v4.31.2 -> v4.31.5 age adoption passing confidence action patch v4.31.6
html-webpack-plugin 5.6.4 -> 5.6.5 age adoption passing confidence devDependencies patch
lerna (source) 9.0.0 -> 9.0.1 age adoption passing confidence devDependencies patch 9.0.3
node (source) 24.11.0 -> 24.11.1 age adoption passing confidence volta patch
node 24.11.0-bookworm-slim -> 24.11.1-bookworm-slim age adoption passing confidence stage patch
puppeteer (source) 24.29.1 -> 24.31.0 age adoption passing confidence devDependencies minor 24.32.0
react-router (source) 7.9.5 -> 7.9.6 age adoption passing confidence devDependencies patch 7.10.0
react-router-dom (source) 7.9.5 -> 7.9.6 age adoption passing confidence devDependencies patch 7.10.0
react-router-dom-6 (source) 6.30.1 -> 6.30.2 age adoption passing confidence devDependencies patch
typescript-eslint (source) 8.46.3 -> 8.48.0 age adoption passing confidence devDependencies minor 8.48.1
webpack 5.102.1 -> 5.103.0 age adoption passing confidence devDependencies minor
yarn (source) 4.11.0 -> 4.12.0 age adoption passing confidence packageManager minor
yarn (source) 4.11.0 -> 4.12.0 age adoption passing confidence volta minor

Release Notes

mantinedev/mantine (@​mantine/core)

v8.3.9

Compare Source

What's Changed
  • [@mantine/core] ColorInput: Fix incorrect action icon size (#​8481)
  • [@mantine/form] Fix insertListItem and replaceListItem handlers not being type safe (#​8478)
  • [@mantine/dates] DatePickerInput: Fix placeholder Styles API selector not working (#​8405)
  • [@mantine/core] ColorInput: Fix incorrect font-size if size prop not set explicitly (#​8472)
  • [@mantine/emotion] Add mergeSx utility function (#​8471)
  • [@mantine/core] ActionIcon: Fix incorrect disabled state background-color for gradient variant
  • [@mantine/modals] Fix breaking changes accidentally introduced in the previous patch (#​8476)
  • [@mantine/core] Combobox: Add withAlignedLabels prop support to offset selected check icon in the dropdown options (#​8391)
  • [@mantine/core] Badge: Fix circle prop not working when radius prop is set explicitly (#​8466)
  • [@mantine/core] Checkbox: Fix incorrect indeterminate state calculation (#​8460)
  • [@mantine/core] Radio: Fix Radio.Group switching from uncontrolled to controlled mode when value is explicitly set (#​8453)
New Contributors

Full Changelog: mantinedev/mantine@8.3.8...8.3.9

v8.3.8

Compare Source

What's Changed
  • [@mantine/modals] Improve types of context modals (#​8439)
  • [@mantine/core] Combobox: Fix keyboard interactions not working when used in shadow DOM (#​8438)
  • [@mantine/core] NumberInput: Fix , decimal separator not being converted to . when entering value from mobile keyboard
  • [@mantine/core] NumberInput: Fix incorrect keyboard displayed on iOS 26
  • [@mantine/charts] Add cellProps prop support to DonutChart and PieChart (#​8444)
  • [@mantine/core] Alert: Allow overriding role attribute (#​8447)
  • [@mantine/core] Menu: Add openDelay prop support to Menu.Sub component (#​8437)
New Contributors

Full Changelog: mantinedev/mantine@8.3.7...8.3.8

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

v1.15.3

Compare Source

Bug Fixes
  • (es/codegen) Restore missing top-level comments (#​11302) (0998c93)

  • (es/codegen) Emit comments of all nodes (#​11314) (387ee0f)

  • (es/minifier) Prevent compress.comparisons from transforming expressions with side effects (#​11256) (58a9d81)

  • (es/minifier) Remove unused arrow functions in dead code elimination (#​11319) (88c6ac7)

  • (es/parser) Make the span of Program start at input start (#​11199) (b56e008)

  • (es/plugin) Use #[cfg] to avoid compilation error (#​11316) (f615cdb)

  • (es/quote) Replace usage of swc_atoms with swc_core::atoms (#​11299) (c1e32fa)

Miscellaneous Tasks
Performance
Refactor

v1.15.2

Compare Source

Bug Fixes
Features
Performance
  • (es/parser) Inline skip_space (afb824a)

  • (es/parser) Eliminate the outer loop of skip_block_comment (#​11261) (e41c0ac)

  • (es/plugin) Use shared tokio runtime to avoid creation overhead (#​11267) (707026b)

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

v61.4.1

Compare Source

Bug Fixes
  • require-rejects: do not treat synchronous throw as rejection; fixes #​1603 (f776d63)

v61.4.0

Compare Source

Features

v61.3.0

Compare Source

Features

v61.2.1

Compare Source

Bug Fixes
  • require-param: ensure all structures with interfaces do not trigger with interfaceExemptsParamsCheck: true (39a5b0a)
  • tag-lines: avoid reformatting post-delimiter spacing; fixes #​1593 (702b226)

v61.2.0

Compare Source

Features
  • sort-tags: add tagExceptions to allow additional lines per tag; fixes #​1594 (85a1ea1)
github/codeql-action (github/codeql-action)

v4.31.5

Compare Source

CodeQL Action Changelog

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

4.31.5 - 24 Nov 2025
  • Update default CodeQL bundle version to 2.23.6. #​3321

See the full CHANGELOG.md for more information.

v4.31.4

Compare Source

CodeQL Action Changelog

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

4.31.4 - 18 Nov 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v4.31.3

Compare Source

CodeQL Action Changelog

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

4.31.3 - 13 Nov 2025
  • CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
  • Update default CodeQL bundle version to 2.23.5. #​3288

See the full CHANGELOG.md for more information.

jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.5

Compare Source

lerna/lerna (lerna)

v9.0.1

Compare Source

Bug Fixes
nodejs/node (node)

v24.11.1

Compare Source

puppeteer/puppeteer (puppeteer)

v24.31.0

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.30.0 to 24.31.0
🎉 Features
  • webdriver: use emulation.setNetworkConditions for offline emulation (#​14431) (a9e7c1d)
  • webdriver: use emulation.setUserAgentOverride instead of network interception (#​14335) (e48ae6b)
🛠️ Fixes

v24.30.0

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.29.1 to 24.30.0
🎉 Features
🛠️ Fixes
remix-run/react-router (react-router)

v7.9.6

Compare Source

Patch Changes
  • [UNSTABLE] Add location/params as arguments to client-side unstable_onError to permit enhanced error reporting. (#​14509)

    ⚠️ This is a breaking change if you've already adopted unstable_onError. The second errorInfo parameter is now an object with location and params:

    // Before
    function errorHandler(error: unknown, errorInfo?: React.errorInfo) {
      /*...*/
    }
    
    // After
    function errorHandler(
      error: unknown,
      info: {
        location: Location;
        params: Params;
        errorInfo?: React.ErrorInfo;
      },
    ) {
      /*...*/
    }
  • Properly handle ancestor thrown middleware errors before next() on fetcher submissions (#​14517)

  • Fix issue with splat routes interfering with multiple calls to patchRoutesOnNavigation (#​14487)

  • Normalize double-slashes in resolvePath (#​14529)

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

v7.9.6

Compare Source

Patch Changes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.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.47.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.46.4

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.103.0

Compare Source

Features
  • Added DotenvPlugin and top level dotenv option to enable this plugin
  • Added WebpackManifestPlugin
  • Added support the ignoreList option in devtool plugins
  • Allow to use custom javascript parse function
  • Added import.meta.env support for environment variables
  • Added support for import.meta.dirname and import.meta.filename
  • Added support import.defer() for statistical path
  • Handle import.meta.main
  • Added suport to setup named exports for JSON modules and disable usage named export for import file from "./file.json" with { type: "json" }
  • Added support __dirname/__filename/import.meta.dirname/import.meta.filename for universal target
  • [CSS] Added the exportType option with link (by default), "text" and css-style-sheet values
  • [CSS] Added support for composes properties
Fixes
  • The dependOn chunk must be loaded before the common chunk
  • Return to namespace import when the external request includes a specific export
  • No runtime extra runtime code for module libraries
  • Delay HMR accept dependencies to preserve import attributes
  • Properly handle external presets for universal target
  • Fixed incorrect identifier of import binding for module externals
  • Fixed when defer import and dynamic default export mixed
  • Reduce generated output when globalThis supported
  • Fixed loading async modules in defer import
  • Reexport module for default import when no used exports for systemjs library
  • Rename HarmonyExportDependencyParserPlugin exported id to CompatibilityPlugin tagged id
  • Handle __dirname and __filename for ES modules
  • Rename single nested __webpack_export__ and __webpack_require__ in already bundled code
  • [Types] webpack function type
  • [Types] NormalModule type
  • [Types] Multi compiler configuration type
  • [Types] Fixed regression in custom hashDigest type
  • [CSS] No extra runtime for initial chunk
  • [CSS] Fixed a lot of CSS modules bugs
yarnpkg/berry (yarn)

v4.12.0

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 added the dependencies Pull requests that update a dependency file label Nov 22, 2025
@renovate renovate bot requested a review from a team as a code owner November 22, 2025 01:35
@cit-pr-commenter
Copy link

cit-pr-commenter bot commented Nov 22, 2025

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 164.16 KiB 164.16 KiB 0 B 0.00%
Rum Profiler 4.84 KiB 4.84 KiB 0 B 0.00%
Rum Recorder 19.62 KiB 19.62 KiB 0 B 0.00%
Logs 55.96 KiB 55.96 KiB 0 B 0.00%
Flagging 944 B 944 B 0 B 0.00%
Rum Slim 121.42 KiB 121.42 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.0049 -23.44%
RUM - add action 0.0142 0.0133 -6.34%
RUM - add error 0.0198 0.0134 -32.32%
RUM - add timing 0.0034 0.0028 -17.65%
RUM - start view 0.0052 0.0037 -28.85%
RUM - start/stop session replay recording 0.0012 0.0008 -33.33%
Logs - log message 0.021 0.0151 -28.10%
🧠 Memory Performance
Action Name Base Memory Consumption Local Memory Consumption 𝚫
RUM - add global context 25.52 KiB 25.25 KiB -285 B
RUM - add action 49.16 KiB 49.49 KiB +339 B
RUM - add timing 23.92 KiB 23.77 KiB -159 B
RUM - add error 54.21 KiB 53.32 KiB -910 B
RUM - start/stop session replay recording 23.64 KiB 23.43 KiB -214 B
RUM - start view 425.48 KiB 425.47 KiB -6 B
Logs - log message 44.64 KiB 44.68 KiB +50 B

🔗 RealWorld

@datadog-official
Copy link

datadog-official bot commented Nov 22, 2025

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

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

View detailed report

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 39d7eb9 to 9cfa077 Compare November 28, 2025 02:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from e3371ef to 7669216 Compare December 3, 2025 06:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7669216 to 890362f Compare December 3, 2025 13:45
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