Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @modern-js/runtime to v2.60.2 #137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@modern-js/runtime (source) 2.48.3 -> 2.60.2 age adoption passing confidence

Release Notes

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

v2.60.2

Compare Source

Patch Changes

v2.60.1

Compare Source

Patch Changes

v2.60.0

Compare Source

Patch Changes

v2.59.0

Compare Source

Patch Changes

v2.58.3

Compare Source

Patch Changes

v2.58.2

Compare Source

Patch Changes

v2.58.1

Compare Source

Patch Changes

v2.58.0

Compare Source

Patch Changes

v2.57.1

Compare Source

Patch Changes

v2.57.0

Compare Source

Minor Changes
  • dc736ef: feat: refactor runtime plugin hooks

    feat: 重构 runtime 插件钩子函数

Patch Changes
  • 2515b00: feat(ssr): support server.ssrByRouteIds
    feat(ssr): 支持 server.ssrByRouteIds

  • abad541: fix: more runtime plugin add alias not work

    fix: 多个 runtime 插件添加 runtime 路径别名时不符合预期

  • 223d63b: fix: add deferedDataScripts only streaming ssr
    fix: 只有在 streaming ssr 时才添加 deferedDataScripts

  • a9807e5: feat(ssg): support ssg with bff.enableHandleWeb
    feat(ssg): 支持 ssg 和 bff.enableHandleWeb 一起使用

  • 916559a: fix: mergeConfig function to return an object when the first configuration is not an object

    fix: 修复 mergeConfig 函数,使其在第一个配置非对象时返回对象

  • db43d8e: fix: react 17 ssr context error

    fix: 修复 react 17 ssr 找不到 runtimeReactContext 报错

  • dc736ef: feat: Support Runtime Plugin Communication

    feat: 支持 Runtime 插件通信

  • Updated dependencies [2515b00]

  • Updated dependencies [ce9c43a]

  • Updated dependencies [6cec127]

  • Updated dependencies [916559a]

  • Updated dependencies [dc736ef]

v2.56.2

Compare Source

Patch Changes

v2.56.1

Compare Source

Patch Changes

v2.56.0

Compare Source

Patch Changes
  • ced7039: fix(prefetch): chunkId may be string or number
    fix(prefetch): chunkId 可能是 sstring 或 number

  • 6fda6a2: feat: remove lodash dep from runtime mergeConfig function

    feat: mergeConfig 函数移除 lodash 依赖

  • 0f0a31e: fix(plugin-runtime): failed to resolve @​rsbuild/core

  • f27eaab: feat: garfish plugin support custom behavior before render

    feat: garfish 插件支持在 render 前自定义行为

  • 32d31c3: fix: router plugin should receive request that method is GET
    fix: router 插件应该获得请求方法为 GET 的请求

  • 9eee52a: fix: server runtime should get config.disablePrerender from ssr config
    fix: server runtime 应该从 ssrconfig 获取 config.disablePrerender

  • 1e85b76: feat: refactor the logic of the system file router entry

    feat: 重构文件系统路由入口逻辑

  • d36f095: fix: ssrContext in browser should add document information
    fix: 在浏览器中的 ssrContext 应该添加 document 的信息

  • Updated dependencies [bedbbb3]

  • Updated dependencies [1e85b76]

v2.55.0

Compare Source

Minor Changes
  • 1515ea9: feat: refactor runtime brower entry

    feat: 重构客户端入口

Patch Changes

v2.54.6

Compare Source

Patch Changes

v2.54.5

Compare Source

Patch Changes

v2.54.4

Compare Source

Patch Changes

v2.54.3

Compare Source

Patch Changes

v2.54.2

Compare Source

Patch Changes

v2.54.1

Compare Source

Patch Changes

v2.54.0

Compare Source

Minor Changes
  • 09798ac: feat: refactor runtime plugin

    feat: 重构 runtime 插件

  • 9da873c: feat(ssr): support for loaderFailureMode configure
    feat(ssr): 支持 loaderFailureMode 配置

Patch Changes

v2.53.0

Compare Source

Patch Changes

v2.52.0

Compare Source

Minor Changes
  • 85ac453: feat: support control status code by data loader
    feat: 支持通过 data loader 控制页面状态码
Patch Changes

v2.51.0

Compare Source

Patch Changes

v2.50.0

Compare Source

Patch Changes

v2.49.4

Compare Source

Patch Changes

v2.49.3

Compare Source

Patch Changes

v2.49.2

Compare Source

Patch Changes

v2.49.1

Patch Changes

v2.49.0

Minor Changes
  • e8c8c5d: refactor: refactor server
    refactor: 重构 server
Patch Changes

v2.48.6

Patch Changes

v2.48.5

Compare Source

Patch Changes

v2.48.4

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

🔕 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.

@renovate renovate bot force-pushed the renovate/modern-js-runtime-2.x branch 2 times, most recently from ff14620 to 0ef497a Compare September 12, 2024 04:30
@renovate renovate bot changed the title chore(deps): update dependency @modern-js/runtime to v2.59.0 chore(deps): update dependency @modern-js/runtime to v2.60.0 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/modern-js-runtime-2.x branch 3 times, most recently from 9c3156d to 60b1f86 Compare September 19, 2024 04:47
@renovate renovate bot changed the title chore(deps): update dependency @modern-js/runtime to v2.60.0 chore(deps): update dependency @modern-js/runtime to v2.60.1 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/modern-js-runtime-2.x branch from 60b1f86 to 5e1619f Compare September 26, 2024 04:11
@renovate renovate bot changed the title chore(deps): update dependency @modern-js/runtime to v2.60.1 chore(deps): update dependency @modern-js/runtime to v2.60.2 Sep 26, 2024
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.

0 participants