Skip to content

Comments

👷 Update all non-major dependencies#4186

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

👷 Update all non-major dependencies#4186
renovate[bot] wants to merge 1 commit 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
@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
browserstack-local 1.5.81.5.10 age adoption passing confidence devDependencies patch
eslint-plugin-jsdoc 62.5.162.5.4 age adoption passing confidence devDependencies patch 62.7.0 (+3)
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)
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.21.0 age adoption passing confidence devDependencies minor 7.22.0
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

Release Notes

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

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.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
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.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 171.96 KiB 171.96 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.73 KiB 127.73 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.0086 0.0049 -43.02%
RUM - add action 0.0267 0.0181 -32.21%
RUM - add error 0.0205 0.0159 -22.44%
RUM - add timing 0.0047 0.0036 -23.40%
RUM - start view 0.0159 0.0162 +1.89%
RUM - start/stop session replay recording 0.001 0.001 0.00%
Logs - log message 0.0215 0.0202 -6.05%
🧠 Memory Performance
Action Name Base Memory Consumption Local Memory Consumption 𝚫
RUM - add global context 25.94 KiB 27.29 KiB +1.35 KiB
RUM - add action 112.96 KiB 114.03 KiB +1.08 KiB
RUM - add timing 27.34 KiB 25.85 KiB -1.49 KiB
RUM - add error 115.92 KiB 117.35 KiB +1.43 KiB
RUM - start/stop session replay recording 25.90 KiB 25.81 KiB -97 B
RUM - start view 506.44 KiB 505.93 KiB -528 B
Logs - log message 46.62 KiB 45.36 KiB -1.26 KiB

🔗 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.16% (+0.00%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: c39af4e | 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 10 times, most recently from e097b63 to 2fe555a Compare February 20, 2026 13:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2fe555a to c39af4e Compare February 20, 2026 20:35
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