Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Dec 1, 2025

This PR contains the following updates:

Package Type Update Change Pending
@microsoft/api-extractor (source) devDependencies minor 7.53.3 -> 7.55.1
@mui/icons-material (source) devDependencies patch 7.3.4 -> 7.3.5
@mui/material (source) devDependencies patch 7.3.4 -> 7.3.5
@mui/system (source) devDependencies patch 7.3.3 -> 7.3.5
@rudderstack/analytics-js (source) dependencies minor 3.24.2 -> 3.25.1
@types/node (source) devDependencies minor 22.18.12 -> 22.19.1
@types/react (source) devDependencies patch 18.3.26 -> 18.3.27
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.46.2 -> 8.47.0 8.48.0
@typescript-eslint/parser (source) devDependencies minor 8.46.2 -> 8.47.0 8.48.0
dayjs (source) dependencies patch 1.11.18 -> 1.11.19
inquirer (source) dependencies minor 12.10.0 -> 12.11.1
monaco-editor peerDependencies minor ^0.52.2 || ^0.53.0 || ^0.54.0 -> ^0.52.2 || ^0.53.0 || ^0.54.0 || ^0.55.0
monaco-editor devDependencies minor ^0.54.0 -> ^0.55.0
node (source) patch 22.21.0 -> 22.21.1
peter-evans/create-or-update-comment action digest cf911f1 -> cf1a4a2
react-hook-form (source) dependencies minor 7.65.0 -> 7.66.1 7.67.0
rimraf devDependencies minor 6.0.1 -> 6.1.2
rollup (source) devDependencies minor 4.52.5 -> 4.53.3

Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.55.1

Compare Source

Fri, 21 Nov 2025 16:13:56 GMT

Version update only

v7.55.0

Compare Source

Wed, 12 Nov 2025 01:12:56 GMT

Minor changes
  • Bump the @microsoft/tsdoc dependency to ~0.16.0.
  • Bump the @microsoft/tsdoc-config dependency to ~0.18.0.

v7.54.0

Compare Source

Tue, 04 Nov 2025 08:15:14 GMT

Minor changes
  • Add a new setting IExtractorInvokeOptions.printApiReportDiff that makes build logs easier to diagnose by printing a diff of any changes to API report files (*.api.md).
  • Add a --print-api-report-diff CLI flag that causes a diff of any changes to API report files (*.api.md) to be printed.
mui/material-ui (@​mui/icons-material)

v7.3.5

Compare Source

Nov 4, 2025

A big thanks to the 11 contributors who made this release possible.

@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​bernardobelchior, @​brijeshb42, @​CODEKRUNCH, @​frncesc, @​HeinrichFilter, @​Janpot, @​PossiblyAShrub, @​sai6855, @​siriwatknp, @​sukvvon, @​ZeeshanTamboli

rudderlabs/rudder-sdk-js (@​rudderstack/analytics-js)

v3.25.1

Compare Source

Dependency Updates
  • @rudderstack/analytics-js-cookies updated to version 0.5.5
  • @rudderstack/analytics-js-common updated to version 3.26.1
  • @rudderstack/analytics-js-plugins updated to version 3.14.1
Bug Fixes

v3.25.0

Compare Source

Dependency Updates
  • @rudderstack/analytics-js-cookies updated to version 0.5.4
  • @rudderstack/analytics-js-common updated to version 3.26.0
  • @rudderstack/analytics-js-plugins updated to version 3.14.0
Features
  • check storage type availability for events persistence (#​2595) (dd5bec5)

v3.24.3

Compare Source

Dependency Updates
  • @rudderstack/analytics-js-plugins updated to version 3.13.4
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

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

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

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

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.47.0

Compare Source

This was a version bump only for parser 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 parser 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.3

Compare Source

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

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

iamkun/dayjs (dayjs)

v1.11.19

Compare Source

Bug Fixes
  • added usage warnings for diff + updated unit tests (#​2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#​2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#​2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#​2656) (1d8746c)
SBoudrias/Inquirer.js (inquirer)

v12.11.1

Compare Source

  • [Node 18 compat] Downgraded to mute-stream@2 to maintain Node 18 compatibility.
  • [Typescript] Allow passing a Partial<{ ... }> type as pre-filled answers.

v12.11.0

Compare Source

  • feat @inquirer/input: Now support simple RegExp validation with pattern/patternError.
  • fix @inquirer/editor: Fix typo s/waitForUseInput/waitForUserInput
  • Bump dependencies
microsoft/monaco-editor (monaco-editor)

v0.55.1

Compare Source

  • Fixes missing language exports (monaco.json/typescript/...) due to wrong "types" path - #​5123

v0.55.0

Compare Source

Breaking Changes
  • Moves nested namespaces (languages.css, languages.html, languages.json, languages.typescript) to top level namespaces (css, html, json, typescript) to simplify the build process and align with typescript recommendations.
New Features
  • Adds native LSP support (see new lsp namespace).
Bug Fixes
  • Updates dompurify to 3.2.7
nodejs/node (node)

v22.21.1: 2025-10-28, Version 22.21.1 'Jod' (LTS), @​aduh95

Compare Source

Commits
react-hook-form/react-hook-form (react-hook-form)

v7.66.1: Version 7.66.1

Compare Source

⚡ perf: reduce redundant property access in getDirtyFields (#​13146)
🐞 fix(createFormControl): skip setValid() during batch array updates (#​13140)
🐞 fix(useForm): recompute isValid after reset when values update asynchronously (#​13126)
🐞 fix(deepEqual): handle NaN comparison correctly using Object.is (#​13120)

thanks to @​kimtaejin3, @​a28689604 & @​WuMingDao

v7.66.0: Version 7.66.0

Compare Source

🎥 feat: make useWatch and useController to react to name change (#​13070)
🐛 fix: watch() returning undefined immediately after reset() - Issue #​13088 (#​13091)
🐞 fix <Watch />: correct render function parameter typing (#​13108)

thanks to @​aspirisen, @​scato3, @​dusan233 & @​zoldyzdk

isaacs/rimraf (rimraf)

v6.1.2

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

rollup/rollup (rollup)

v4.53.3

Compare Source

2025-11-19

Bug Fixes
  • Fix an error where too many modules where flagged for having an unused external import (#​6182)
  • Fix an error where an assignment was wrongly tree-shaken when mutating it (#​6183)
Pull Requests

v4.53.2

Compare Source

2025-11-10

Bug Fixes
  • Do not throw when using invalid escape sequences in template literals (#​6177)
Pull Requests

v4.53.1

Compare Source

2025-11-07

Bug Fixes
Pull Requests

v4.53.0

Compare Source

2025-11-07

Features
  • Improve rendering performance by caching generated variable names (#​5947)
Pull Requests

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Dec 1, 2025
@kodiakhq kodiakhq bot merged commit 2f1311c into main Dec 1, 2025
7 checks passed
@kodiakhq kodiakhq bot deleted the renovate/everything branch December 1, 2025 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants