Skip to content

Comments

👷 Update all non-major dependencies#4186

Merged
BenoitZugmeyer merged 6 commits intomainfrom
renovate/all-minor-patch
Feb 23, 2026
Merged

👷 Update all non-major dependencies#4186
BenoitZugmeyer merged 6 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@mantine/core (source) 8.3.148.3.15 age adoption passing confidence dependencies patch
@mantine/hooks (source) 8.3.148.3.15 age adoption passing confidence dependencies patch
@types/node (source) 25.2.025.2.3 age adoption passing confidence devDependencies patch 25.3.0
@types/react (source) 19.2.1119.2.14 age adoption passing confidence devDependencies patch
@vitejs/plugin-react (source) 5.1.35.1.4 age adoption passing confidence devDependencies patch
actions/stale v10.1.1v10.2.0 age adoption passing confidence action minor
ajv (source) 8.17.18.18.0 age adoption passing confidence devDependencies minor
browserstack-local 1.5.81.5.10 age adoption passing confidence devDependencies patch
eslint-plugin-jsdoc 62.5.162.5.5 age adoption passing confidence devDependencies patch 62.7.0 (+2)
github/codeql-action v4.32.1v4.32.3 age adoption passing confidence action patch v4.32.4
lerna (source) 9.0.39.0.4 age adoption passing confidence devDependencies patch
minimatch 10.1.210.2.0 age adoption passing confidence devDependencies minor 10.2.2 (+1)
node (source) 25.6.025.6.1 age adoption passing confidence volta patch
node 25.6.0-bookworm-slim25.6.1-bookworm-slim age adoption passing confidence stage patch
puppeteer (source) 24.36.124.37.3 age adoption passing confidence devDependencies minor 24.37.5 (+1)
react-window (source) 2.2.62.2.7 age adoption passing confidence dependencies patch
typedoc (source) 0.28.160.28.17 age adoption passing confidence devDependencies patch
typescript-eslint (source) 8.54.08.55.0 age adoption passing confidence devDependencies minor 8.56.0
undici (source) 7.19.17.22.0 age adoption passing confidence devDependencies minor
webpack 5.105.05.105.2 age adoption passing confidence devDependencies patch
wxt (source) 0.20.130.20.17 age adoption passing confidence dependencies patch 0.20.18

Release Notes

mantinedev/mantine (@​mantine/core)

v8.3.15

Compare Source

What's Changed
  • [@mantine/dropzone] Update react-dropzone to 15.0.0 (#​8667)
  • [@mantine/core]TagsInput: Fix duplicate checking bypass with splitChars (#​8686)
  • [@mantine/charts] Allow ChartTooltip valueFormatter to return React.ReactNode (#​8650)
  • [@mantine/dates] DatePicker: Fix placeholder selector missing in Styles API (#​8663)
  • [@mantine/core] Add missing factory types exports (#​8677)
  • [@mantine/core] Fix inert attribute being ignored by Checkbox and Switch components (#​8668)

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

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.4

Compare Source

Fix canSkipBabel not accounting for babel.overrides (#​1098)

When configuring babel.overrides without top-level plugins or presets, Babel was incorrectly skipped. The canSkipBabel function now checks for overrides.length to ensure override configurations are processed.

actions/stale (actions/stale)

v10.2.0

Compare Source

ajv-validator/ajv (ajv)

v8.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.17.1...v8.18.0

browserstack/browserstack-local-nodejs (browserstack-local)

v1.5.10

Compare Source

v1.5.9

Compare Source

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

v62.5.5

Compare Source

v62.5.4

Compare Source

Bug Fixes
  • no-undefined-types: avoid treating infer type identifier as undefined; fixes #​1654 (da44046)
  • no-undefined-types: ensure template tags are defined; fixes #​1655 (bfef848)

v62.5.3

Compare Source

Bug Fixes
  • default-expressions and examples configs: avoid applying deprecated rules now that ESLint warns against them; fixes #​1651 (a252868)

v62.5.2

Compare Source

Bug Fixes
  • valid-types: allow numeric properties for jsdoc mode; fixes #​1646 (122d283)
github/codeql-action (github/codeql-action)

v4.32.3

Compare Source

  • Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #​3466

v4.32.2

Compare Source

lerna/lerna (lerna)

v9.0.4

Compare Source

Bug Fixes
isaacs/minimatch (minimatch)

v10.2.0

Compare Source

v10.1.3

Compare Source

nodejs/node (node)

v25.6.1: 2026-02-10, Version 25.6.1 (Current), @​aduh95

Compare Source

Notable Changes
Commits
puppeteer/puppeteer (puppeteer)

v24.37.3

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
🛠️ Fixes

v24.37.2

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.37.1 to 24.37.2
🛠️ Fixes
📄 Documentation

v24.37.1

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.37.1 to 24.37.2
🛠️ Fixes
📄 Documentation

v24.37.0

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.37.0 to 24.37.1
🛠️ Fixes
bvaughn/react-window (react-window)

v2.2.7

Compare Source

  • Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.
TypeStrong/TypeDoc (typedoc)

v0.28.17

Compare Source

Bug Fixes
  • Improved handling of comments for type aliases which have been declaration merged with functions, #​3064.
  • Fixed anchor link generation to members named $, #​3065.
  • Corrected typing of the plugin option to permit functions, #​3066.
  • Warnings about unused @param tags will now be properly suppressed when they come from declaration files and
    the suppressCommentWarningsInDeclarationFiles option is enabled, #​3070.
  • Fixed conversion of types referencing type parameters on functions, #​3071.
Thanks!
typescript-eslint/typescript-eslint (typescript-eslint)

v8.55.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

nodejs/undici (undici)

v7.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.21.0...v7.22.0

v7.21.0

Compare Source

What's Changed

New Contributors

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

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

Compare Source

Patch Changes

v5.105.1

Compare Source

Patch Changes
  • Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use toSafePath to replace colons (:) with double underscores (__) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by @​xiaoxiaojx in #​20424)

  • Revert part of the createRequire generation behavior for require("node:...") to keep compatibility with those modules exports, e.g. const EventEmitter = require("node:events");. (by @​hai-x in #​20433)

  • Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by @​hai-x in #​20433)

wxt-dev/wxt (wxt)

v0.20.17: wxt v0.20.17

Compare Source

compare changes

🩹 Fixes
  • Update left-over CJS require of publish-browser-extension to ESM (#​2120)
❤️ Contributors

v0.20.16: wxt v0.20.16

Compare Source

compare changes

🩹 Fixes
  • Revert "rename name to names prop of rollup to fix deprecated warning " (#​2106)
🏡 Chore
  • Speed up E2E tests by skipping pnpm install when possible (#​2113)
❤️ Contributors

v0.20.15: wxt v0.20.15

Compare Source

compare changes

🚀 Enhancements
  • Export normalizePath from wxt module (#​2080)
  • popup: Add Firefox default_area and theme_icons support (#​2097)
  • Add log --level cli option (#​1973)
🩹 Fixes
  • Content script is incorrectly invalidated when injected multiple times (#​2035)
  • Use uiContainer to apply position when creating shadow root ui (#​2036)
  • Make ExtensionRunner#closeBrowser optional (#​2092)
  • Rename name to names prop of rollup to fix deprecated warning (#​2106)
💅 Refactors
📖 Documentation
🏡 Chore
❤️ Contributors

v0.20.14: wxt v0.20.14

Compare Source

compare changes

🚀 Enhancements
  • Add onBeforeMount callback to createIframeUi options (#​1899)
🩹 Fixes
  • Remove failing test (6fb4cee4)
  • Rename and make firefoxPrefs in web-ext.config.ts work (#​2068)
  • content-script-context: Handle undefined browser.runtime (#​2042)
  • MaxListenersExceededWarning (#​2058)
📖 Documentation
  • Fix alignment of 2 last comments of regex patterns (#​2012)
🏡 Chore
  • Use tsdown to build packages (#​2006)
  • Move script-only dev dependencies to top-level package.json (#​2007)
  • Update dependencies (#​2069)
  • Upgrade major deps (#​2070)
  • Refresh lockfile and upgrade subdependencies (#​2071)
❤️ Contributors

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 14, 2026
@renovate renovate bot requested a review from a team as a code owner February 14, 2026 05:08
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 14, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a79b96 to b6f5dd3 Compare February 14, 2026 21:24
@cit-pr-commenter-54b7da
Copy link

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

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 172.21 KiB 172.21 KiB 0 B 0.00%
Rum Profiler 4.67 KiB 4.67 KiB 0 B 0.00%
Rum Recorder 24.88 KiB 24.88 KiB 0 B 0.00%
Logs 56.29 KiB 56.29 KiB 0 B 0.00%
Flagging 944 B 944 B 0 B 0.00%
Rum Slim 127.99 KiB 127.99 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.0071 0.004 -43.66%
RUM - add action 0.0341 0.013 -61.88%
RUM - add error 0.023 0.0155 -32.61%
RUM - add timing 0.0056 0.0027 -51.79%
RUM - start view 0.0434 0.0137 -68.43%
RUM - start/stop session replay recording 0.0019 0.0007 -63.16%
Logs - log message 0.0238 0.0152 -36.13%
🧠 Memory Performance
Action Name Base Memory Consumption Local Memory Consumption 𝚫
RUM - add global context 27.58 KiB 25.72 KiB -1.85 KiB
RUM - add action 115.13 KiB 113.74 KiB -1.39 KiB
RUM - add timing 25.48 KiB 26.54 KiB +1.06 KiB
RUM - add error 119.31 KiB 117.48 KiB -1.84 KiB
RUM - start/stop session replay recording 24.28 KiB 25.32 KiB +1.04 KiB
RUM - start view 508.64 KiB 506.89 KiB -1.75 KiB
Logs - log message 44.82 KiB 44.89 KiB +66 B

🔗 RealWorld

@datadog-official
Copy link

datadog-official bot commented Feb 14, 2026

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 77.18% (+0.00%)

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d06ec1e to ec7e1e2 Compare February 17, 2026 15:31
@renovate renovate bot requested a review from a team as a code owner February 17, 2026 15:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 7baf05d to e94046d Compare February 22, 2026 01:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e94046d to 6d41db6 Compare February 23, 2026 09:15
@renovate
Copy link
Contributor Author

renovate bot commented Feb 23, 2026

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 force-pushed the renovate/all-minor-patch branch from 5d02b11 to 322ca12 Compare February 23, 2026 11:31
@BenoitZugmeyer BenoitZugmeyer force-pushed the renovate/all-minor-patch branch from 322ca12 to 7ae6df3 Compare February 23, 2026 11:38
@BenoitZugmeyer BenoitZugmeyer force-pushed the renovate/all-minor-patch branch from 2aac84b to b14029e Compare February 23, 2026 13:22
@BenoitZugmeyer BenoitZugmeyer merged commit 2d90881 into main Feb 23, 2026
21 checks passed
@BenoitZugmeyer BenoitZugmeyer deleted the renovate/all-minor-patch branch February 23, 2026 16:08
@github-actions github-actions bot locked and limited conversation to collaborators Feb 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants