Skip to content

build(deps): bump the non-breaking-changes group across 1 directory with 15 updates#7730

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/non-breaking-changes-928205c987
Open

build(deps): bump the non-breaking-changes group across 1 directory with 15 updates#7730
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/non-breaking-changes-928205c987

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps the non-breaking-changes group with 15 updates in the / directory:

Package From To
@faker-js/faker 10.3.0 10.4.0
@pnpm/workspace.read-manifest 1000.3.0 1000.3.1
@tanstack/vue-query 5.95.0 5.95.2
@typescript-eslint/eslint-plugin 8.57.1 8.57.2
@typescript-eslint/parser 8.57.1 8.57.2
happy-dom 20.8.4 20.8.8
oxfmt 0.41.0 0.42.0
oxlint-tsgolint 0.17.1 0.17.3
oxlint 1.56.0 1.57.0
tdesign-vue-next 1.18.5 1.18.6
vite-plugin-vue-devtools 8.1.0 8.1.1
vitest 4.1.0 4.1.1
vxe-pc-ui 4.13.13 4.13.16
vxe-table 4.18.8 4.18.9
zod-defaults 0.1.3 0.2.3

Updates @faker-js/faker from 10.3.0 to 10.4.0

Release notes

Sourced from @​faker-js/faker's releases.

v10.4.0

What's Changed

New Contributors

Full Changelog: faker-js/faker@v10.3.0...v10.4.0

Changelog

Sourced from @​faker-js/faker's changelog.

10.4.0 (2026-03-23)

New Locales

  • locale: add Japanese bear definitions (#3720) (2a4b15c)
  • locale: add Japanese bird definitions (#3719) (dc31ff8)
  • locale: add Japanese cat breed definitions (#3716) (54af8a8)
  • locale: add Japanese cattle breed definitions (#3717) (c2c7342)
  • locale: add Japanese fish definitions (#3721) (15fc361)
  • locale: add Japanese horse breed definitions (#3718) (e02536e)
  • locale: add Norwegian (nb_NO) country definition (#3714) (614b4e9)

Features

Changed Locales

  • locale: filter and cleanup PersonEntryDefintions data (#3266) (67defc8)

Bug Fixes

  • locales: correct typos and capitalization in es_MX street names (#3737) (2b32c28)
Commits

Updates @pnpm/workspace.read-manifest from 1000.3.0 to 1000.3.1

Commits

Updates @tanstack/vue-query from 5.95.0 to 5.95.2

Release notes

Sourced from @​tanstack/vue-query's releases.

@​tanstack/vue-query@​5.95.2

Patch Changes

  • Updated dependencies [cd5a35b]:
    • @​tanstack/query-core@​5.95.2

@​tanstack/vue-query@​5.95.1

Patch Changes

  • Updated dependencies [1f1775c]:
    • @​tanstack/query-core@​5.95.1
Changelog

Sourced from @​tanstack/vue-query's changelog.

5.95.2

Patch Changes

  • Updated dependencies [cd5a35b]:
    • @​tanstack/query-core@​5.95.2

5.95.1

Patch Changes

  • Updated dependencies [1f1775c]:
    • @​tanstack/query-core@​5.95.1
Commits

Updates @typescript-eslint/eslint-plugin from 8.57.1 to 8.57.2

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.57.2

8.57.2 (2026-03-23)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
  • typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.57.2 (2026-03-23)

🩹 Fixes

  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)

❤️ Thank You

See GitHub Releases for more information.

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

Commits
  • be4d54d chore(release): publish 8.57.2
  • f68c8e4 fix(eslint-plugin): [prefer-readonly-parameter-types] preserve type alias inf...
  • 73acd2e fix(eslint-plugin): [no-useless-default-assignment] skip reporting false posi...
  • 3d21482 fix(eslint-plugin): [no-unsafe-return] false positive on unwrapping generic (...
  • e128548 fix(eslint-plugin): [no-restricted-types] flag banned generics in extends or ...
  • 2b7f63f chore(eslint-plugin): correct tsutils.isTypeFlag usage post-merge
  • 65175cd fix(eslint-plugin): [array-type] ignore Array and ReadonlyArray without type ...
  • 9c9ab5e feat(eslint-plugin): [no-unnecessary-type-arguments] report inferred required...
  • 42a1c89 fix(eslint-plugin): [prefer-optional-chain] remove dangling closing parenthes...
  • 71855ff docs(eslint-plugin): [no-unnecessary-condition] add link to TS handbook (#12131)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.57.1 to 8.57.2

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.57.2

8.57.2 (2026-03-23)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
  • typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.57.2 (2026-03-23)

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

Commits

Updates happy-dom from 20.8.4 to 20.8.8

Release notes

Sourced from happy-dom's releases.

v20.8.8

👷‍♂️ Patch fixes

  • Fixes issue where export names can be interpolated as executable code in ESM - By @​capricorn86 in task #2113
    • A security advisory (GHSA-6q6h-j7hj-3r64) has been reported that shows a security vulnerability where it may be possible to escape the VM context and get access to process level functionality in unsafe environments using CommonJS. Big thanks to @​tndud042713 for reporting this!

v20.8.7

👷‍♂️ Patch fixes

  • Replace implementing Node.js Console with common IConsole interface to support latest version of Bun - By @​YevheniiKotyrlo in task #1845

v20.8.6

👷‍♂️ Patch fixes

v20.8.5

👷‍♂️ Patch fixes

  • Fixes error thrown when modifying DOM structure in connectedCallback() - By @​capricorn86 in task #2110
Commits
  • 5437fdf fix: #2113 Fixes issue where export names can be interpolated as executable...
  • 7e97acb fix: #1845 Replace implementing Node js Console with common IConsole interf...
  • 3373929 fix: #2106 Request.formData() should honor Content-Type header (#2107)
  • 55c17ba fix: #2110 Fixes error thrown when modifying DOM structure in connectedCall...
  • See full diff in compare view

Updates oxfmt from 0.41.0 to 0.42.0

Changelog

Sourced from oxfmt's changelog.

[0.42.0] - 2026-03-24

🚀 Features

  • 416865a formatter,oxfmt: Add doc comments for JsdocConfig (#20644) (leaysgur)
  • 4fec907 formatter: Add JSDoc comment formatting support (#19828) (Dunqing)

[0.40.0] - 2026-03-12

🐛 Bug Fixes

  • bc20217 oxlint,oxfmt: Omit useless | null for Option<T> field from schema (#20273) (leaysgur)

[0.36.0] - 2026-03-02

🐛 Bug Fixes

  • 04e6223 npm: Add preferUnplugged for Yarn PnP compatibility (#19829) (Boshen)

📚 Documentation

  • 2fa936f README.md: Map npm package links to npmx.dev (#19666) (Boshen)

[0.35.0] - 2026-02-23

🚀 Features

  • 984dc07 oxfmt: Strip "experimental"SortXxx prefix (#19567) (leaysgur)

[0.34.0] - 2026-02-19

🐛 Bug Fixes

  • 6c61b70 oxfmt: Fix outdated sortImports.groups doc comments (#19513) (leaysgur)

[0.33.0] - 2026-02-16

💥 BREAKING CHANGES

  • 9c34f72 formatter/sort_imports: [BREAKING] Report invalid group name with renaming side-effect > side_effect (#19416) (leaysgur)

🚀 Features

  • 4baebef formatter/sort_imports: Support { newlinesBetween: bool } inside groups (#19358) (leaysgur)
  • d1c2fb6 formatter/sort_imports: Support customGroups attributes(selector and modifiers) (#19356) (leaysgur)

[0.30.0] - 2026-02-10

🐛 Bug Fixes

... (truncated)

Commits

Updates oxlint-tsgolint from 0.17.1 to 0.17.3

Release notes

Sourced from oxlint-tsgolint's releases.

v0.17.3

What's Changed

Full Changelog: oxc-project/tsgolint@v0.17.2...v0.17.3

v0.17.2

What's Changed

Full Changelog: oxc-project/tsgolint@v0.17.1...v0.17.2

Commits
  • f8a6ae2 fix(no-unnecessary-type-assertion): avoid inferring generic defaults from ass...
  • 3dae007 refactor(no-unnecessary-condition): remove unused isLiteralValue (#825)
  • 599e150 fix(no-unnecessary-type-assertion): avoid contextual generic inference for ca...
  • b022296 chore(deps): update npm packages (#821)
  • d843c4c chore(deps): update github-actions (#820)
  • e21f54f chore(deps): update dependency dprint-json to v0.21.3 (#819)
  • bf706ba refactor(no-unnecessary-condition): more closely align rule implementation wi...
  • 30f6606 chore: update typescript-go to latest upstream (#814)
  • See full diff in compare view

Updates oxlint from 1.56.0 to 1.57.0

Release notes

Sourced from oxlint's releases.

oxlint v1.27.0 && oxfmt v0.12.0

Oxlint v1.27.0

🚀 Features

  • 222a8f0 linter/plugins: Implement SourceCode#isSpaceBetween (#15498) (overlookmotel)
  • 2f9735d linter/plugins: Implement context.languageOptions (#15486) (overlookmotel)
  • bc731ff linter/plugins: Stub out all Context APIs (#15479) (overlookmotel)
  • 5822cb4 linter/plugins: Add extend method to FILE_CONTEXT (#15477) (overlookmotel)
  • 7b1e6f3 apps: Add pure rust binaries and release to github (#15469) (Boshen)
  • 2a89b43 linter: Introduce debug assertions after fixes to assert validity (#15389) (camc314)
  • ad3c45a editor: Add oxc.path.node option (#15040) (Sysix)

🐛 Bug Fixes

  • 6f3cd77 linter/no-var: Incorrect warning for blocks (#15504) (Hamir Mahal)
  • 6957fb9 linter/plugins: Do not allow access to Context#id in createOnce (#15489) (overlookmotel)
  • 7409630 linter/plugins: Allow access to cwd in createOnce in ESLint interop mode (#15488) (overlookmotel)
  • 732205e parser: Reject using / await using in a switch case / default clause (#15225) (sapphi-red)
  • a17ca32 linter/plugins: Replace Context class (#15448) (overlookmotel)
  • ecf2f7b language_server: Fail gracefully when tsgolint executable not found (#15436) (camc314)
  • 3c8d3a7 lang-server: Improve logging in failure case for tsgolint (#15299) (camc314)
  • ef71410 linter: Use jsx if source type is JS in fix debug assertion (#15434) (camc314)
  • e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (#15426) (camc314)
  • 6565dbe linter/switch-case-braces: Skip comments when searching for : token (#15425) (camc314)
  • 85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (#15423) (camc314)
  • fde753e linter/plugins: Block access to context.settings in createOnce (#15394) (overlookmotel)
  • ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (#15388) (camc314)
  • dac2a9c linter/no-template-curly-in-string: Remove fixer (#15387) (camc314)
  • 989b8e3 linter/no-var: Only fix to const if the var has an initializer (#15385) (camc314)
  • cc403f5 linter/plugins: Return empty object for unimplemented parserServices (#15364) (magic-akari)

⚡ Performance

  • 25d577e language_server: Start tools in parallel (#15500) (Sysix)
  • 3c57291 linter/plugins: Optimize loops (#15449) (overlookmotel)
  • 3166233 linter/plugins: Remove Arcs (#15431) (overlookmotel)
  • 9de1322 linter/plugins: Lazily deserialize settings JSON (#15395) (overlookmotel)
  • 3049ec2 linter/plugins: Optimize deepFreezeSettings (#15392) (overlookmotel)
  • 444ebfd linter/plugins: Use single object for parserServices (#15378) (overlookmotel)

📚 Documentation

  • 97d2104 linter: Update comment in lint.rs about default value for tsconfig path (#15530) (Connor Shea)
  • 2c6bd9e linter: Always refer as "ES2015" instead of "ES6" (#15411) (sapphi-red)
  • a0c5203 linter/import/named: Update "ES7" comment in examples (#15410) (sapphi-red)
  • 3dc24b5 linter,minifier: Always refer as "ES Modules" instead of "ES6 Modules" (#15409) (sapphi-red)
  • 2ad77fb linter/no-this-before-super: Correct "Why is this bad?" section (#15408) (sapphi-red)
  • 57f0ce1 linter: Add backquotes where appropriate (#15407) (sapphi-red)

Oxfmt v0.12.0

... (truncated)

Commits

Updates tdesign-vue-next from 1.18.5 to 1.18.6

Release notes

Sourced from tdesign-vue-next's releases.

tdesign-vue-next@1.18.6

🌈 1.18.6 2026-03-23

🚀 Features

  • DatePicker: 新增 cell API,支持如自定义日期单元格、农历等内容,具体使用请查看示例。 @​Wesley-0808 (#6495)
  • DateRangePicker: 新增 cell API,支持如自定义日期单元格、农历等内容,具体使用请查看示例。 @​Wesley-0808 (#6495)
  • TimePicker: 新增 prefixIconsuffixIcon API,用于自定义前置和后置图标 @​Wesley-0808 (#6497)
  • TimeRangePicker: 新增 prefixIconsuffixIcon API,用于自定义前置和后置图标 @​Wesley-0808 (#6497)

🐞 Bug Fixes

  • DatePicker:
  • Select: 修复在 Dialog 中使用时,ESC 快捷键与 Dialog 快捷键冲突的问题 @​Wesley-0808 (#6496)
  • Table:
    • 修复开启 ellipsis 时,可编辑状态意外关闭的问题 @​RSS1102 (#6480)
    • 修复设置高度后表头在任何场景下都存在背景色的问题 @​Jie-echo (#6504)
  • Text: 修复同时开启copyableellipsis 时复制按钮渲染位置异常的问题 @​uyarn (#6522)

🚀 New Features

  • DatePicker: A new cell API has been added, allowing for custom date cell formatting and lunar calendar display. For details, please refer to the examples. @​Wesley-0808 (#6495)
  • DateRangePicker: A new cell API has been added, allowing for custom date cell formatting and lunar calendar display. For details, please refer to the examples. @​Wesley-0808 (#6495)
  • TimePicker: New prefixIcon and suffixIcon APIs have been added, enabling customization of the icons displayed before and after the selected time. @​Wesley-0808 (#6497)
  • TimeRangePicker: New prefixIcon and suffixIcon APIs have been added, enabling customization of the icons displayed before and after the selected time. @​Wesley-0808 (#6497)

🐞 Bug Fixes

  • DatePicker:
    • Fixed an issue where the presets slot wasn’t functioning properly, and the onPresetClick event wasn’t being triggered correctly. @​ZTH520 (#6490)
    • Fixed an issue where millisecond values were lost due to format incompatibility. @​Wesley-0808 (common#2446)
  • Select: Fixed an issue where using the esc key caused conflicts with the dialog’s shortcut keys. @​Wesley-0808 (#6496)
  • Table:
    • Fixed an issue where the Tooltip component caused the editable state to be unexpectedly disabled when ellipsis was enabled. @​RSS1102 (#6480)
    • Fixed an issue where the table header always had a background color, regardless of the context. @​Jie-echo (#6504)
  • Text: Fixed an issue where the rendering position of the copy button became incorrect when both copyable and ellipsis were enabled. @​uyarn (#6522)
Changelog

Sourced from tdesign-vue-next's changelog.

🌈 1.18.6 2026-03-23

🚀 New Features

  • DatePicker: A new cell API has been added, allowing for custom date cell formatting and lunar calendar display. For details, please refer to the examples. @​Wesley-0808 (#6495)
  • DateRangePicker: A new cell API has been added, allowing for custom date cell formatting and lunar calendar display. For details, please refer to the examples. @​Wesley-0808 (#6495)
  • TimePicker: New prefixIcon and suffixIcon APIs have been added, enabling customization of the icons displayed before and after the selected time. @​Wesley-0808 (#6497)
  • TimeRangePicker: New prefixIcon and suffixIcon APIs have been added, enabling customization of the icons displayed before and after the selected time. @​Wesley-0808 (#6497)

🐞 Bug Fixes

  • DatePicker:
    • Fixed an issue where the presets slot wasn’t functioning properly, and the onPresetClick event wasn’t being triggered correctly. @​ZTH520 (#6490)
    • Fixed an issue where millisecond values were lost due to format incompatibility. @​Wesley-0808 (common#2446)
  • Select: Fixed an issue where using the esc key caused conflicts with the dialog’s shortcut keys. @​Wesley-0808 (#6496)
  • Table:
    • Fixed an issue where the Tooltip component caused the editable state to be unexpectedly disabled when ellipsis was enabled. @​RSS1102 (#6480)
    • Fixed an issue where the table header always had a background color, regardless of the context. @​Jie-echo (#6504)
  • Text: Fixed an issue where the rendering position of the copy button became incorrect when both copyable and ellipsis were enabled. @​uyarn (#6522)
Commits
  • 67497d2 chore: release tdesign-vue-next 1.18.6 (#6523)
  • 10f4504 fix(Typography): fix render when enabling both copyable and ellipsis api (#6522)
  • 02507aa fix(table): fix tooltip causing unexpected closing of editable state (#6480)
  • 319924f chore: update docs (#6521)
  • ad4939b fix(DatePicker): fix date-picker presets slot usage (#6490)
  • 7222ea4 feat(DatePicker): add cell API, support custom cell (#6495)
  • 6333114 fix(select): ESC conflicts with dialog (#6496)
  • ea64c89 chore(site): fix generate changelog.jon path (#6513)
  • ed52721 feat(TimePicker): add prefixIcon and suffixIcon (#6497)
  • db5d470 chore(submodule): update common (#6508)
  • Additional commits viewable in compare view

Updates vite-plugin-vue-devtools from 8.1.0 to 8.1.1

Release notes

Sourced from vite-plugin-vue-devtools's releases.

v8.1.1

   🚀 Features

   🐞 Bug Fixes

…ith 15 updates

Bumps the non-breaking-changes group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@faker-js/faker](https://github.com/faker-js/faker) | `10.3.0` | `10.4.0` |
| [@pnpm/workspace.read-manifest](https://github.com/pnpm/pnpm) | `1000.3.0` | `1000.3.1` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.95.0` | `5.95.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.57.1` | `8.57.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.57.1` | `8.57.2` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.8.4` | `20.8.8` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.41.0` | `0.42.0` |
| [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.17.1` | `0.17.3` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.56.0` | `1.57.0` |
| [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next/tree/HEAD/packages/tdesign-vue-next) | `1.18.5` | `1.18.6` |
| [vite-plugin-vue-devtools](https://github.com/vuejs/devtools/tree/HEAD/packages/vite) | `8.1.0` | `8.1.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.0` | `4.1.1` |
| [vxe-pc-ui](https://github.com/x-extends/vxe-pc-ui) | `4.13.13` | `4.13.16` |
| [vxe-table](https://github.com/x-extends/vxe-table) | `4.18.8` | `4.18.9` |
| [zod-defaults](https://github.com/Ced-Sharp/zod-defaults) | `0.1.3` | `0.2.3` |



Updates `@faker-js/faker` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v10.3.0...v10.4.0)

Updates `@pnpm/workspace.read-manifest` from 1000.3.0 to 1000.3.1
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Commits](https://github.com/pnpm/pnpm/commits)

Updates `@tanstack/vue-query` from 5.95.0 to 5.95.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/vue-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/vue-query@5.95.2/packages/vue-query)

Updates `@typescript-eslint/eslint-plugin` from 8.57.1 to 8.57.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.57.1 to 8.57.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/parser)

Updates `happy-dom` from 20.8.4 to 20.8.8
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.8.4...v20.8.8)

Updates `oxfmt` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.42.0/npm/oxfmt)

Updates `oxlint-tsgolint` from 0.17.1 to 0.17.3
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.17.1...v0.17.3)

Updates `oxlint` from 1.56.0 to 1.57.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.57.0/npm/oxlint)

Updates `tdesign-vue-next` from 1.18.5 to 1.18.6
- [Release notes](https://github.com/Tencent/tdesign-vue-next/releases)
- [Changelog](https://github.com/Tencent/tdesign-vue-next/blob/develop/packages/tdesign-vue-next/CHANGELOG.en-US.md)
- [Commits](https://github.com/Tencent/tdesign-vue-next/commits/tdesign-vue-next@1.18.6/packages/tdesign-vue-next)

Updates `vite-plugin-vue-devtools` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/vuejs/devtools/releases)
- [Commits](https://github.com/vuejs/devtools/commits/v8.1.1/packages/vite)

Updates `vitest` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.1/packages/vitest)

Updates `vxe-pc-ui` from 4.13.13 to 4.13.16
- [Release notes](https://github.com/x-extends/vxe-pc-ui/releases)
- [Commits](https://github.com/x-extends/vxe-pc-ui/commits)

Updates `vxe-table` from 4.18.8 to 4.18.9
- [Release notes](https://github.com/x-extends/vxe-table/releases)
- [Commits](https://github.com/x-extends/vxe-table/commits)

Updates `zod-defaults` from 0.1.3 to 0.2.3
- [Commits](https://github.com/Ced-Sharp/zod-defaults/commits)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@pnpm/workspace.read-manifest"
  dependency-version: 1000.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@tanstack/vue-query"
  dependency-version: 5.95.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.57.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.57.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: happy-dom
  dependency-version: 20.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: oxfmt
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: oxlint-tsgolint
  dependency-version: 0.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: oxlint
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: tdesign-vue-next
  dependency-version: 1.18.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vite-plugin-vue-devtools
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vitest
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vxe-pc-ui
  dependency-version: 4.13.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vxe-table
  dependency-version: 4.18.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: zod-defaults
  dependency-version: 0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 25, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 25, 2026
@changeset-bot
Copy link

changeset-bot bot commented Mar 25, 2026

⚠️ No Changeset found

Latest commit: ad7a1ea

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants