Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/common (source) 11.1.6 -> 11.1.9 age adoption passing confidence
@nestjs/core (source) 11.1.6 -> 11.1.9 age adoption passing confidence
@nestjs/platform-express (source) 11.1.6 -> 11.1.9 age adoption passing confidence
@nestjs/testing (source) 11.1.6 -> 11.1.9 age adoption passing confidence
@types/node (source) 24.9.1 -> 24.10.1 age adoption passing confidence
@typescript-eslint/scope-manager (source) 8.46.2 -> 8.47.0 age adoption passing confidence
@vitest/browser (source) 4.0.6 -> 4.0.12 age adoption passing confidence
@vitest/browser-playwright (source) 4.0.6 -> 4.0.12 age adoption passing confidence
@vscode/vsce (source) 3.6.2 -> 3.7.0 age adoption passing confidence
alpinejs (source) 3.15.0 -> 3.15.2 age adoption passing confidence
antd (source) 5.27.5 -> 5.29.1 age adoption passing confidence
axios (source) 1.12.2 -> 1.13.2 age adoption passing confidence
dayjs (source) 1.11.18 -> 1.11.19 age adoption passing confidence
emnapi 1.6.0 -> 1.7.1 age adoption passing confidence
es-toolkit (source) 1.40.0 -> 1.42.0 age adoption passing confidence
esbuild ^0.25.0 -> ^0.27.0 age adoption passing confidence
eslint (source) 9.38.0 -> 9.39.1 age adoption passing confidence
happy-dom 20.0.7 -> 20.0.10 age adoption passing confidence
immer 10.1.3 -> 10.2.0 age adoption passing confidence
memfs 4.49.0 -> 4.51.0 age adoption passing confidence
pnpm (source) 10.20.0 -> 10.23.0 age adoption passing confidence
solid-js (source) 1.9.9 -> 1.9.10 age adoption passing confidence
terser (source) 5.44.0 -> 5.44.1 age adoption passing confidence
vitest (source) 4.0.1 -> 4.0.12 age adoption passing confidence
vitest (source) 4.0.10 -> 4.0.12 age adoption passing confidence
vue (source) 3.5.22 -> 3.5.24 age adoption passing confidence

Release Notes

nestjs/nest (@​nestjs/common)

v11.1.9

Compare Source

v11.1.9 (2025-11-14)
Bug fixes
Enhancements
Dependencies
Committers: 4

v11.1.8

Compare Source

v11.1.7

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/scope-manager)

v8.47.0

Compare Source

This was a version bump only for scope-manager 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 scope-manager 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 scope-manager to align it with other projects, there were no code changes.

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

vitest-dev/vitest (@​vitest/browser)

v4.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.11

Compare Source

   🚀 Experimental Features
   🏎 Performance
    View changes on GitHub

v4.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.9

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
Microsoft/vsce (@​vscode/vsce)

v3.7.0

Compare Source

Changes:

  • #​1219: Remove invalid validation for extension dependencies
  • #​1212: Validate extension dependencies use lowercase letters and warn about deprecated github.copilot
  • #​1209: Bump validator from 13.9.0 to 13.15.20
  • #​1200: Bump tar-fs from 2.1.3 to 2.1.4

This list of changes was auto generated.

alpinejs/alpine (alpinejs)

v3.15.2

Compare Source

Changes

v3.15.1

Compare Source

Changed

  • x-sort improvements
  • CSP build allowGlobals now defaults to false instead of true
ant-design/ant-design (antd)

v5.29.1

Compare Source


v5.29.0

Compare Source

  • 🆕 InputNumber component deprecates addonAfter and addonBefore props, use Space.Compact instead. #​55505 @​EmilyyyLiu
  • ⌨️ Improve Drawer accessibility by adding aria-labelledby when a title is present. #​55697 @​rxy001
  • 🌐 Fixed spacing in Korean localization for “복사됨” message. #​55672 @​rapsealk

  • 🆕 InputNumber 组件废弃 addonAfteraddonBefore 属性,使用 Space.Compact 替换。 #​55505 @​EmilyyyLiu
  • ⌨️ 优化 Drawer 组件的可访问性,存在标题时的属性 aria-labelledby#​55697 @​rxy001
  • 🌐 修复韩语本地化中“복사됨”文本的空格规则问题。#​55672 @​rapsealk

v5.28.1

Compare Source

  • Carousel
  • 🐞 Fix Descriptions where content style wrongly used labelStyle. #​55572 @​li-jia-nan
  • 💄 Adjust the height of the Select component to 32px when variant="underlined". #​55607 @​ustcfury
  • 💄 When the underlined property is enabled for the Input component, the border color changes on mouse hover. #​55609 @​ustcfury
  • 🛠 Flex gap prop support number type. #​55591 @​ayangweb
  • 🌐 Add missing TimePicker translations for locales: ar_EG, en_GB, gl_ES, bg_BG, ca_ES, cs_CZ, el_GR, es_ES, eu_ES, fi_FI, he_IL, hu_HU, is_IS, kn_IN, kmr_IQ, lv_LV, mk_MK, mn_MN, ms_MY, pl_PL, pt_BR, pt_PT, ro_RO, sk_SK, sl_SI, sv_SE, ta_IN, th_TH, zh_TW, et_EE. #​55656 @​li-jia-nan

  • Carousel
  • 🐞 修复 Popconfirm 在 actionFn 出错时未重置 ref 的问题。#​55519 @​Taoister39
  • 🐞 修复 Descriptions 组件内容样式错误使用 labelStyle 的问题。#​55572 @​li-jia-nan
  • 💄 修正 underlined 变体的 Select 组件高度为 32px。#​55607 @​ustcfury
  • 💄 为 underlined 变体的 Input 组件补全 hover 边框颜色样式。#​55609 @​ustcfury
  • 🛠 Flex gap 属性支持 number 类型。#​55591 @​ayangweb
  • 🌐 补充 TimePicker 多语言翻译,覆盖以下语言:ar_EG、en_GB、gl_ES、bg_BG、ca_ES、cs_CZ、el_GR、es_ES、eu_ES、fi_FI、he_IL、hu_HU、is_IS、kn_IN、kmr_IQ、lv_LV、mk_MK、mn_MN、ms_MY、pl_PL、pt_BR、pt_PT、ro_RO、sk_SK、sl_SI、sv_SE、ta_IN、th_TH、zh_TW、et_EE。#​55656 @​li-jia-nan

v5.28.0

Compare Source

v5.27.6

Compare Source

  • Table
    • 🐞 Fix Table pagination.align is not working. #​55316
    • 🛠 Add Table missing useMemo capability to spinProps. #​55344
  • 🛠 Refactor Modal useMemo of ConfirmDialog to resolve useMemo invalid where Object.values ​​generates a new array. #​55376
  • TypeScript
    • 🤖 Add ConfigProvider the Window type definition in getTargetContainer of . #​55313
    • 🤖 Add ConfigProvider the ShadowRoot type definition in getTargetContainer and getPopupContainer. #​55278 @​leshalv
    • 🤖 Improve Modal type definition. #​55371

  • Table
    • 🐞 修复 Table pagination.align 属性失效的问题。#​55316
    • 🛠 补充 Table 中 spinProps 的 useMemo 缺失能力。#​55344
  • 🛠 重构 Modal 中 ConfirmDialog 的 useMemo,以解决 Object.values 生成新数组导致 useMemo 失效的问题。#​55376
  • TypeScript
    • 🤖 补充 ConfigProvider getTargetContainerWindow 类型定义。#​55313
    • 🤖 补充 ConfigProvider 的 getTargetContainergetPopupContainerShadowRoot 类型定义。#​55278 @​leshalv
    • 🤖 优化 Modal 中类型定义。#​55371
axios/axios (axios)

v1.13.2

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release

v1.13.1

Compare Source

Bug Fixes
  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#​7193) (bcd5581)
Contributors to this release

v1.13.0

Compare Source

Bug Fixes
Features
Contributors to this release

1.12.2 (2025-09-14)

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes
Contributors to this release
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)
toyobayashi/emnapi (emnapi)

v1.7.1

Compare Source

What's Chang


Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 camc314 as a code owner November 23, 2025 17:36
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 23, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added A-linter Area - Linter A-parser Area - Parser A-cli Area - CLI C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Nov 23, 2025
@renovate renovate bot force-pushed the renovate/npm-packages branch 20 times, most recently from 6686e14 to 54f5828 Compare November 24, 2025 01:54
@renovate renovate bot force-pushed the renovate/npm-packages branch from 54f5828 to 2a61f76 Compare November 24, 2025 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Area - CLI A-linter Area - Linter A-parser Area - Parser C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant