Skip to content

Conversation

@renovate
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.38.0 age adoption passing confidence devDependencies minor
@mantine/core (source) 8.3.2 -> 8.3.5 age adoption passing confidence dependencies patch
@mantine/hooks (source) 8.3.2 -> 8.3.5 age adoption passing confidence dependencies patch
@types/chrome (source) 0.1.12 -> 0.1.24 age adoption passing confidence devDependencies patch 0.1.27 (+2)
@types/node (source) 24.5.2 -> 24.9.1 age adoption passing confidence dependencies minor
@types/node (source) 24.5.2 -> 24.9.1 age adoption passing confidence devDependencies minor
@types/react (source) 19.1.15 -> 19.2.2 age adoption passing confidence devDependencies minor
@types/react-dom (source) 19.1.9 -> 19.2.2 age adoption passing confidence devDependencies minor
actions/stale v10.0.0 -> v10.1.0 age adoption passing confidence action minor
chrome-webstore-upload 4.0.0 -> 4.0.3 age adoption passing confidence devDependencies patch
eslint (source) 9.36.0 -> 9.38.0 age adoption passing confidence devDependencies minor
eslint-plugin-jsdoc 61.1.1 -> 61.1.5 age adoption passing confidence devDependencies patch 61.1.9 (+3)
github/codeql-action v4.30.8 -> v4.30.9 age adoption passing confidence action patch v4.31.0
node (source) 24.9.0 -> 24.10.0 age adoption passing confidence volta minor
puppeteer (source) 24.22.3 -> 24.25.0 age adoption passing confidence dependencies minor 24.26.1 (+1)
puppeteer (source) 24.22.3 -> 24.25.0 age adoption passing confidence devDependencies minor 24.26.1 (+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-router (source) 7.9.3 -> 7.9.4 age adoption passing confidence devDependencies patch
react-router-dom (source) 7.9.3 -> 7.9.4 age adoption passing confidence devDependencies patch
typedoc (source) 0.28.13 -> 0.28.14 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.46.2 age adoption passing confidence devDependencies minor
webpack 5.101.3 -> 5.102.1 age adoption passing confidence devDependencies minor

Release Notes

eslint/eslint (@​eslint/js)

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores

v9.37.0

Compare Source

Features
  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)
Bug Fixes
Documentation
  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)
Chores
  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)
mantinedev/mantine (@​mantine/core)

v8.3.5

Compare Source

What's Changed
  • [@mantine/code-highlight] Add option to load custom shiki themes (#​8356)
  • [@mantine/form] Export more types (#​8357)
  • [@mantine/hooks] use-local-storage: Fix value not resetting to the default value when value is cleared from the local storage (#​8361)
  • [@mantine/core] Checkbox: Fix incorrect data-indeterminate attribute removal on state change (#​8363)
  • [@mantine/core] Alert: Fix invalid aria-describedby and arialabelled-by if title or children props are not used (#​8345)
New Contributors

Full Changelog: mantinedev/mantine@8.3.4...8.3.5

v8.3.4

Compare Source

What's Changed

  • [@mantine/core] Select: Allow overriding rightSection with null (#​8328)
  • [@mantine/dates] Calendar: Fix incorrect props types for hasNextLevel (#​8344)
  • [@mantine/core] Transition: Fix some animations being blurry (#​8070, #​8324)
  • [@mantine/dates] TimePicker: Fix custom amPmLabels being truncated in input and dropdown (#​8336)
  • [@mantine/dates] DatePicker: Add missing multiple handling to DatePickerPreset type (#​8341)

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

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

fregante/chrome-webstore-upload (chrome-webstore-upload)

v4.0.3

Compare Source


v4.0.2

Compare Source

  • Fix build

v4.0.1

Compare Source

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

v61.1.5

Compare Source

Bug Fixes

v61.1.4

Compare Source

Bug Fixes

v61.1.3

Compare Source

Bug Fixes
  • prefer-import-tag: ensure import is a valid identifier; fixes #​1572 (4349209)

v61.1.2

Compare Source

Bug Fixes
github/codeql-action (github/codeql-action)

v4.30.9

Compare Source

CodeQL Action Changelog

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

4.30.9 - 17 Oct 2025
  • Update default CodeQL bundle version to 2.23.3. #​3205
  • Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​3204

See the full CHANGELOG.md for more information.

nodejs/node (node)

v24.10.0: 2025-10-08, Version 24.10.0 (Current), @​RafaelGSS

Compare Source

Notable Changes
  • [31bb476895] - (SEMVER-MINOR) console: allow per-stream inspectOptions option (Anna Henningsen) #​60082
  • [3b92be2fb8] - (SEMVER-MINOR) lib: remove util.getCallSite (Rafael Gonzaga) #​59980
  • [18c79d9e1c] - (SEMVER-MINOR) sqlite: create authorization api (Guilherme Araújo) #​59928
Commits

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
@cit-pr-commenter
Copy link

cit-pr-commenter bot commented Oct 11, 2025

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 162.96 KiB 162.78 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 56.62 KiB 56.62 KiB 0 B 0.00%
Flagging 944 B 944 B 0 B 0.00%
Rum Slim 119.90 KiB 119.90 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.0044 0.0052 +18.18%
RUM - add action 0.0129 0.0126 -2.33%
RUM - add error 0.0128 0.0123 -3.91%
RUM - add timing 0.0031 0.0029 -6.45%
RUM - start view 0.0038 0.0044 +15.79%
RUM - start/stop session replay recording 0.0008 0.0008 0.00%
Logs - log message 0.0154 0.0147 -4.55%
🧠 Memory Performance
Action Name Base Memory Consumption Local Memory Consumption 𝚫
RUM - add global context 25.42 KiB 25.43 KiB +14 B
RUM - add action 45.71 KiB 46.21 KiB +511 B
RUM - add timing 24.31 KiB 25.06 KiB +766 B
RUM - add error 50.42 KiB 48.97 KiB -1.44 KiB
RUM - start/stop session replay recording 24.16 KiB 24.35 KiB +191 B
RUM - start view 422.72 KiB 430.47 KiB +7.75 KiB
Logs - log message 41.60 KiB 42.87 KiB +1.27 KiB

🔗 RealWorld

@datadog-datadog-prod-us1
Copy link

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

⚠️ Tests

⚠️ Warnings

🧪 129 Tests failed

ErrorBoundary renders children from Chrome 63.0.3239.84 (Windows 10) (Datadog)
Error: Should not already be working.
    at performWorkOnRoot (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:16424:1 <- /tmp/_karma_webpack_798873/commons.js:36795:15)
    at performWorkOnRootViaSchedulerTask (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:18957:1 <- /tmp/_karma_webpack_798873/commons.js:39328:7)
    at flushActQueue (webpack:///node_modules/react/cjs/react.development.js:590:1 <- /tmp/_karma_webpack_798873/commons.js:60485:34)
    at exports.act (webpack:///node_modules/react/cjs/react.development.js:884:1 <- /tmp/_karma_webpack_798873/commons.js:60779:10)
    at appendComponent (webpack:///packages/rum-react/test/appendComponent.ts:13:6 <- /tmp/_karma_webpack_798873/commons.js:110747:47)
    at UserContext.it (webpack:///packages/rum-react/src/domain/error/errorBoundary.spec.tsx:22:38 <- /tmp/_karma_webpack_798873/commons.js:109408:97)
    at <Jasmine>
ErrorBoundary renders the fallback class component when an error occurs from Chrome 63.0.3239.84 (Windows 10) (Datadog)
Error: Should not already be working.
    at performWorkOnRoot (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:16424:1 <- /tmp/_karma_webpack_798873/commons.js:36795:15)
    at performWorkOnRootViaSchedulerTask (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:18957:1 <- /tmp/_karma_webpack_798873/commons.js:39328:7)
    at flushActQueue (webpack:///node_modules/react/cjs/react.development.js:590:1 <- /tmp/_karma_webpack_798873/commons.js:60485:34)
    at exports.act (webpack:///node_modules/react/cjs/react.development.js:884:1 <- /tmp/_karma_webpack_798873/commons.js:60779:10)
    at appendComponent (webpack:///packages/rum-react/test/appendComponent.ts:13:6 <- /tmp/_karma_webpack_798873/commons.js:110747:47)
    at UserContext.it (webpack:///packages/rum-react/src/domain/error/errorBoundary.spec.tsx:58:38 <- /tmp/_karma_webpack_798873/commons.js:109437:97)
    at <Jasmine>
ErrorBoundary renders the fallback function component when an error occurs from Chrome 63.0.3239.84 (Windows 10) (Datadog)
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_798873/commons.js:37485:29)
    at renderRootSync (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:17409:1 <- /tmp/_karma_webpack_798873/commons.js:37780:9)
    at performWorkOnRoot (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:16504:1 <- /tmp/_karma_webpack_798873/commons.js:36875:11)
    at performWorkOnRootViaSchedulerTask (webpack:///node_modules/react-dom/cjs/react-dom-client.development.js:18957:1 <- /tmp/_karma_webpack_798873/commons.js:39328:7)
    at flushActQueue (webpack:///node_modules/react/cjs/react.development.js:590:1 <- /tmp/_karma_webpack_798873/commons.js:60485:34)
    at exports.act (webpack:///node_modules/react/cjs/react.development.js:884:1 <- /tmp/_karma_webpack_798873/commons.js:60779:10)
    at appendComponent (webpack:///packages/rum-react/test/appendComponent.ts:13:6 <- /tmp/_karma_webpack_798873/commons.js:110747:47)
...
View all

ℹ️ Info

❄️ No new flaky tests detected

🎯 Code Coverage
Patch Coverage: 100.00%
Total Coverage: 92.64% (+0.01%)

View detailed report

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from cec1073 to cd79444 Compare October 17, 2025 12:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 732936a to c8669dd Compare October 27, 2025 19:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8669dd to 3b7945a Compare October 28, 2025 02:41
@renovate
Copy link
Contributor Author

renovate bot commented Oct 28, 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.

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