Skip to content

Bump @module-federation/runtime from 2.2.3 to 2.5.0 in /src-editor#2273

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/src-editor/module-federation/runtime-2.5.0
Closed

Bump @module-federation/runtime from 2.2.3 to 2.5.0 in /src-editor#2273
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/src-editor/module-federation/runtime-2.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps @module-federation/runtime from 2.2.3 to 2.5.0.

Release notes

Sourced from @​module-federation/runtime's releases.

Release v2.5.0

What's Changed

New Features 🎉

feat(observability): add observability plugin for full module loading lifecycle tracing by @​hanric.zhang in module-federation/core#4721 feat(devtools): support observability integration in MF DevTools by @​hanric.zhang in module-federation/core#4745

Bug Fixes 🐞

Other Changes

New Contributors

Full Changelog: module-federation/core@v2.4.0...v2.5.0

Release v2.4.0

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

New Contributors

Full Changelog: module-federation/core@v2.3.3...v2.4.0

Release v2.3.3

... (truncated)

Changelog

Sourced from @​module-federation/runtime's changelog.

2.5.0

Minor Changes

  • d433ec9: feat(runtime): support finder callbacks in getInstance and clarify runtime instance API usage.
  • 41281f4: Add an opt-in observability plugin, a Chrome-extension-safe observability plugin entry with an independent name and fixed browser scope, a direct runtime plugin API with instance-bound component loaded marks, explicit temporary React onMFRemoteLoaded callback injection for matched remotes, opt-in start console traces for loadRemote and loadShare, a local collector mode for AI-assisted browser debugging, a Node-specific export for file reports, a build-specific export for build summaries and build error reports, remote and shared lifecycle hooks, console trace hints, safe browser/Node report outputs, configurable error stack capture with explicit console raw-stack opt-ins, shared/eager loading evidence gated to stable runtime 2.5.0+ for Chrome-extension compatibility, final loading outcome summaries for Module Federation loading reports including resolved shared dependencies, deterministic fact reports for runtime and build failures, no-op return handling for observer hooks, detailed remote match/init/expose/factory phase events with phase durations, compact phase summaries, cache/fallback markers, loaded-before evidence from existing federation instances when a remote load fails, length-limited business component metadata, clipped moduleInfo evidence with preserved deployment locator fields for snapshot-dependent failures, normalized runtime error summaries with error codes, owner hints, retryability, and safe context, dedicated runtime error codes for invalid manifests, missing exposes, and remote container init failures, plus MF skill guidance for reading and fixing observability reports.

Patch Changes

  • Updated dependencies [5d4095d]
  • Updated dependencies [0716c11]
  • Updated dependencies [41281f4]
    • @​module-federation/sdk@​2.5.0
    • @​module-federation/runtime-core@​2.5.0
    • @​module-federation/error-codes@​2.5.0

2.4.0

Patch Changes

  • 3a3414c: fix(runtime): ensure instance creation includes id and options
  • Updated dependencies [5eba770]
  • Updated dependencies [3a3414c]
  • Updated dependencies [13b1e84]
    • @​module-federation/sdk@​2.4.0
    • @​module-federation/runtime-core@​2.4.0
    • @​module-federation/error-codes@​2.4.0

2.3.3

Patch Changes

  • @​module-federation/sdk@​2.3.3
  • @​module-federation/error-codes@​2.3.3
  • @​module-federation/runtime-core@​2.3.3

2.3.2

Patch Changes

  • @​module-federation/sdk@​2.3.2
  • @​module-federation/error-codes@​2.3.2
  • @​module-federation/runtime-core@​2.3.2

2.3.1

Patch Changes

  • @​module-federation/sdk@​2.3.1
  • @​module-federation/error-codes@​2.3.1

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@module-federation/runtime](https://github.com/module-federation/core/tree/HEAD/packages/runtime) from 2.2.3 to 2.5.0.
- [Release notes](https://github.com/module-federation/core/releases)
- [Changelog](https://github.com/module-federation/core/blob/main/packages/runtime/CHANGELOG.md)
- [Commits](https://github.com/module-federation/core/commits/v2.5.0/packages/runtime)

---
updated-dependencies:
- dependency-name: "@module-federation/runtime"
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file JavaScript labels Jun 4, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @module-federation/runtime
  • Update type: minor
  • Dependency type: production
  • Previous version: 2.2.3
  • New version: 2.5.0

Modified Files:

  • src-editor/package-lock.json
  • src-editor/package.json

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 4, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/src-editor/module-federation/runtime-2.5.0 branch June 4, 2026 21:46
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant