v-kkhuang opened a new issue, #5341: URL: https://github.com/apache/linkis/issues/5341
## Issue Type / Issue 类型 - [x] 📦 Dependency Upgrade / 依赖升级 ## Component / 组件 - [x] linkis-web-next ## Problem Description / 问题描述 **中文:** linkis-web-next 模块中的 `qs` 依赖当前版本为 6.11.2,存在可用的更新版本 6.14.1。本次升级包含多个 Bug 修复和改进。 **English:** The `qs` dependency in linkis-web-next module is currently at version 6.11.2. There is a newer version 6.14.1 available with multiple bug fixes and improvements. ## Reproduction Steps / 复现步骤 N/A - This is a dependency upgrade task / 依赖升级任务 ## Environment Information / 环境信息 - Node.js version: (see package.json engines) - npm version: (see package-lock.json) ## Expected Behavior / 预期行为 **中文:** 将 `qs` 依赖从 6.11.2 升级到 6.14.1,确保: 1. 所有现有测试通过 2. 应用构建成功 3. 参数解析功能正常 **English:** Upgrade `qs` dependency from 6.11.2 to 6.14.1, ensuring: 1. All existing tests pass 2. Application builds successfully 3. Query string parsing works correctly ## Upgrade Details / 升级详情 Main changes in versions 6.14.x - 6.13.x: - **v6.14.1**: Fix arrayLength for `[]` notation, handle null from custom decoder - **v6.14.0**: Add `strictDepth` option - **v6.13.1**: Fix crashes in stringify with null filter, fix parse edge cases ## Related PR / 相关 PR - PR #5329 ## Impact Scope / 影响范围 - [ ] Core functionality - [x] Partial users - [ ] Specific configuration only - [ ] Unknown ## Are you willing to submit a PR? - [ ] Yes, I am willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
