Skip to content

chore(deps): update dependency @modern-js/tsconfig to v3#144

Merged
chenjiahan merged 1 commit intomasterfrom
renovate/modern-js-tsconfig-3.x
Apr 29, 2026
Merged

chore(deps): update dependency @modern-js/tsconfig to v3#144
chenjiahan merged 1 commit intomasterfrom
renovate/modern-js-tsconfig-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence
@modern-js/tsconfig (source) ^2.70.8^3.1.5 age confidence

Release Notes

web-infra-dev/modern.js (@​modern-js/tsconfig)

v3.1.5

Compare Source

更新内容

Bug 修复 🐞
  • fix: 修复 Rspack 2.0 下的 chunk ID 问题, 详情可查看 #​8570
其他变更 ✨
Rsbuild 更新 📦

v3.1.4

Compare Source

What's Changed

Bug Fixes 🐞
  • fix: netlify function not get the right server path in #​8543

更新内容

Bug 修复 🐞
  • fix: netlify function 未获取正确的 server 路径, 详情可查看 #​8543

v3.1.3

Compare Source

What's Changed

Bug Fixes 🐞
  • fix: isolate sdk resource events between i18n instances in #​8523
Docs update 📄
  • docs: remove unused code in vercel deployment plugin in #​8527

更新内容

Bug 修复 🐞
  • fix: 隔离多 i18n 实例之间的 sdk 资源事件串扰, 详情可查看 #​8523
文档更新 📄
  • docs: 移除 Vercel 部署插件中未使用的代码, 详情可查看 #​8527

v3.1.2

Compare Source

What's Changed

New Features 🎉
  • feat: support OPTIONS handler on ServerBase in #​8483
Bug Fixes 🐞
  • fix: restore dev server runtime stability for server config in #​8500
  • fix: not got the right component props in #​8498
  • fix: use Node 22 native loader for tsconfig path aliases in #​8484
Other Changes ✨
Rsbuild Update 📦

更新内容

新特性 🎉
  • feat: 为 serverBase 添加 options handler, 详情可查看 #​8483
Bug 修复 🐞
  • fix: 处理 dev server runtime 的稳定性, 详情可查看 #​8500
  • fix: 未能正确识别 component 的部分属性, 详情可查看 #​8498
  • fix: 使用 node v22 原生 loader 处理 tsconfig path aliases, 详情可查看 #​8484
Rsbuild 更新 📦

v3.1.1

Compare Source

What's Changed

Bug Fixes 🐞
  • fix: netlify use different request by module export way in #​8477
  • fix: preserve closing tags order in RSC HTML responses in #​8463
  • fix: support custom entry in rsc client mode in #​8464

更新内容

Bug 修复 🐞
  • fix: netlify 在不同的 module 导出方式下使用不同的版本,进而有不同的 request, 详情可查看 #​8477
  • fix: 为 rsc html 保留 closing tags order, 详情可查看 #​8463
  • fix: 支持在 RSC 客户端模式下自定义入口, 详情可查看 #​8464

v3.1.0

Compare Source

What's Changed

New Features 🎉
  • feat: deploy command generate esm artifact in #​8306
Bug Fixes 🐞
  • fix: check ts-node existence via package.json instead of module resolution to avoid false positives from hoisted dependencies in #​8455
  • fix: ssr hydration should add prefix_id for react use_id in #​8433
  • fix: temporarily disable the o shortcut key, as it opens the wrong URL (/html/main => 404). in #​8442
  • fix(bff-core): filter failed modules correctly and include filename in errors in #​8434

更新内容

新特性 🎉
  • feat: deploy 命令支持生成 ESM 产物, 详情可查看 #​8306
Bug 修复 🐞
  • fix: 通过读取 package.json 检测 ts-node 是否存在,避免因依赖提升等因素导致模块解析误判, 详情可查看 #​8455
  • fix: 为了 react useid hook, ssr hydration 应该添加 prefix_id, 详情可查看 #​8433
  • fix: 临时禁用 o 快捷键,因为它会打开错误的网址(/html/main => 404)。, 详情可查看 #​8442
  • fix(bff-core): 正确过滤未能正确加载的BFF模块; 在加载错误中包含文件名, 详情可查看 #​8434

v3.0.5

Compare Source

What's Changed

New Features 🎉
  • feat(router): skip RSC payload fetch for client-only route navigations in #​8430
  • feat: add modern.js adapter to run tests via Rstest in #​8413
Bug Fixes 🐞
  • fix: use correct file for bootstrap in #​8428
  • fix: style-components import path in #​8420

更新内容

新特性 🎉
  • feat(router): 导航到只有客户端路由组件的路径时,跳过对 rsc payload 的拉取, 详情可查看 #​8430
  • feat: 添加 modern.js 适配器以在 Rstest 中继承 Modern.js 的配置, 详情可查看 #​8413
Bug 修复 🐞
  • fix: 使用正确的 bootstrap 文件, 详情可查看 #​8428
  • fix: 修复 styled-components 导入路径问题, 详情可查看 #​8420

v3.0.4

Compare Source

What's Changed

Bug Fixes 🐞

更新内容

Bug 修复 🐞
  • fix: createStorybookOptions 中更新上下文,解决 BFF 配置缺失问题, 详情可查看 #​8412
  • fix: 关闭 document Rspack 编译器的 minify 选项, 详情可查看 #​8375
  • fix: csr 移除 @​swc/plugin-loadable-components 配置, 详情可查看 #​8376
  • fix: dev 环境同步自定义 server 上下文到 BFF 上下文, 详情可查看 #​8410
  • fix(runtime): 应该正确的匹配 head 文件, 详情可查看 #​8383
  • fix: 修复 rsbuild plugins 类型不匹配问题, 详情可查看 #​8414

v3.0.3

Compare Source

What's Changed

Bug Fixes 🐞
  • fix(builder): check original config to determine if inlineScripts was explicitly set by user in #​8353
  • fix: inlineScripts should not takes the default value when set to false in #​8343
Other Changes ✨
  • chore(create): simplify project creation output logs in #​8368

更新内容

Bug 修复 🐞
  • fix(builder): 通过检查原始配置来判断 inlineScripts 是否由用户显式设置, 详情可查看 #​8353
  • fix: inlineScripts 设置为false时不应取默认值, 详情可查看 #​8343
其他变更 ✨
  • chore(create): 简化项目创建输出日志, 详情可查看 #​8368

v3.0.2

Compare Source

What's Changed

New Features 🎉
  • feat: support rspack builtin rsc in #​8193
Bug Fixes 🐞
  • fix(create): skip "enter project directory" step when project is created in current directory in #​8328
  • fix: should support windows path in server-entry route pattern in #​8332
Rsbuild Update 📦

更新内容

新特性 🎉
  • feat: 使用 rspack 内置的 rsc 插件, 详情可查看 #​8193
Bug 修复 🐞
  • fix(create): 当项目创建在当前目录时,不再提示执行 cd 进入项目目录, 详情可查看 #​8328
  • fix: route pattern 中应该支持 windows 系统路径, 详情可查看 #​8332
Rsbuild 更新 📦

v3.0.1

Compare Source

What's Changed

Bug Fixes 🐞
  • fix(builder)!: align postcss object behavior with Rsbuild, make postcss object override instead of merge in #​8310
Rsbuild Update 📦

更新内容

Bug 修复 🐞
  • fix(builder)!: postcss 对象的行为与 Rsbuild 对齐,变为覆盖而不是合并, 详情可查看 #​8310
Rsbuild 更新 📦

v3.0.0

Compare Source

What's Changed

Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Other Changes ✨
Rsbuild Update 📦

更新内容

性能优化 ⚡
新特性 🎉
  • feat: 发布 Modern.js 3.0 由 @​caohuilin 实现, 详情可查看 #​7953
  • feat(app-tools): 新增 info 命令,用于展示项目的 entries 信息 由 @​zllkjc 实现, 详情可查看 #​8239
Bug 修复 🐞
其他变更 ✨
Rsbuild 更新 📦

Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Mar 1, 2026

Deploying web-infra-qos with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4233f2f
Status: ✅  Deploy successful!
Preview URL: https://8580c0c5.web-infra-qos.pages.dev
Branch Preview URL: https://renovate-modern-js-tsconfig.web-infra-qos.pages.dev

View logs

@renovate renovate Bot force-pushed the renovate/modern-js-tsconfig-3.x branch from 7da4e67 to a81b8c7 Compare March 4, 2026 22:40
@renovate renovate Bot force-pushed the renovate/modern-js-tsconfig-3.x branch from a81b8c7 to 5d18a93 Compare March 12, 2026 05:44
@renovate renovate Bot force-pushed the renovate/modern-js-tsconfig-3.x branch 2 times, most recently from 2db0bee to c79738e Compare March 26, 2026 00:47
@renovate renovate Bot force-pushed the renovate/modern-js-tsconfig-3.x branch 3 times, most recently from 82544e0 to fd4818e Compare April 9, 2026 06:09
@renovate renovate Bot force-pushed the renovate/modern-js-tsconfig-3.x branch from fd4818e to 8e1f0d4 Compare April 16, 2026 09:33
@renovate renovate Bot force-pushed the renovate/modern-js-tsconfig-3.x branch 2 times, most recently from 67d9388 to 942b5b1 Compare April 29, 2026 10:02
@renovate renovate Bot force-pushed the renovate/modern-js-tsconfig-3.x branch from 942b5b1 to 4233f2f Compare April 29, 2026 10:05
@chenjiahan chenjiahan merged commit eb7406a into master Apr 29, 2026
5 checks passed
@chenjiahan chenjiahan deleted the renovate/modern-js-tsconfig-3.x branch April 29, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant