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

fix(deps): update dependency @module-federation/runtime to ^0.9.0 #11

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@module-federation/runtime (source) ^0.2.6 -> ^0.9.0 age adoption passing confidence

Release Notes

module-federation/core (@​module-federation/runtime)

v0.9.0

Compare Source

Patch Changes

v0.8.12

Compare Source

Patch Changes

v0.8.11

Compare Source

Patch Changes

v0.8.10

Compare Source

Patch Changes

v0.8.9

Compare Source

Patch Changes

v0.8.8

Compare Source

Patch Changes

v0.8.7

Compare Source

Patch Changes

v0.8.6

Compare Source

Patch Changes

v0.8.5

Compare Source

Patch Changes

v0.8.4

Compare Source

Patch Changes

v0.8.3

Compare Source

Patch Changes

v0.8.2

Compare Source

Patch Changes

v0.8.1

Compare Source

Patch Changes

v0.8.0

Compare Source

Patch Changes

v0.7.7

Compare Source

Patch Changes

v0.7.6

Compare Source

Patch Changes

v0.7.5

Compare Source

Patch Changes

v0.7.3

Compare Source

Patch Changes

v0.7.2

Compare Source

Patch Changes

v0.7.1

Compare Source

Patch Changes

v0.7.0

Compare Source

Minor Changes
  • 879ad87: pass all loaderHooks to loadEntry and fetch functions instead of just createScript
Patch Changes

v0.6.16

Compare Source

Patch Changes

v0.6.15

Compare Source

Patch Changes

v0.6.14

Compare Source

Patch Changes

v0.6.13

Compare Source

Patch Changes

v0.6.12

Compare Source

Patch Changes

v0.6.11

Compare Source

Patch Changes
  • ea6d417: Replaced dynamic module import using new Function with a safer direct import call.

    • Removed usage of new Function to execute dynamic import
    • Implemented a direct async import with /* webpackIgnore: true */ for proper bundler handling
  • Updated dependencies [d5a3072]

v0.6.10

Compare Source

Patch Changes

v0.6.9

Compare Source

Patch Changes

v0.6.8

Compare Source

Patch Changes

v0.6.7

Compare Source

Patch Changes
  • 9e32644: Added comprehensive integration tests for the API synchronization and enhanced the embedded module proxy implementation.

    • Added detailed integration tests for API consistency between embedded and index modules.
      • Tests include export comparison and method consistency for FederationHost and Module classes.
    • Introduced and updated the embedded.ts file to dynamically access the runtime modules at runtime.
      • Included detailed implementations for accessing and wrapping existing runtime functions.
    • Exposed the previously private formatOptions method in the FederationHost class publicly.
    • Enhanced error handling for uninstantiated or unregistered runtime access.
  • 9e32644: - Refactor embedded.ts to use a proxy pattern for better runtime compatibility:

    • Implement FederationHost and Module classes that delegate to the actual runtime implementation
    • Expose all public methods and properties from the original classes
    • Use a lazy initialization approach to ensure proper runtime loading
    • Add comprehensive test suite for API synchronization between embedded.ts and index.ts
      • Introduce new test file sync.spec.ts with extensive tests for API compatibility
      • Ensure FederationHost and Module classes have the same methods in both files
      • Test various scenarios including remote loading, manifest handling, and circular dependencies
      • Modify core.ts to make formatOptions method public
  • Updated dependencies [9e32644]

v0.6.6

Compare Source

Patch Changes

v0.6.5

Patch Changes

v0.6.4

Patch Changes

v0.6.3

Compare Source

Patch Changes

v0.6.2

Compare Source

Patch Changes

v0.6.1

Compare Source

Patch Changes

v0.6.0

Compare Source

Patch Changes

v0.5.2

Compare Source

Patch Changes

v0.5.1

Compare Source

Patch Changes

v0.5.0

Compare Source

Minor Changes
  • 8378a77: feat(runtime): add loadEntry hook
Patch Changes

v0.4.0

Compare Source

Minor Changes
  • f2f02c9: provide users to mark shared module as loaded
Patch Changes

v0.3.5

Compare Source

Patch Changes

v0.3.4

Compare Source

Patch Changes

v0.3.3

Compare Source

Patch Changes

v0.3.2

Compare Source

Patch Changes

v0.3.1

Compare Source

Patch Changes

v0.3.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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/module-federation-runtime-0.x branch 7 times, most recently from bd01320 to 5a36c28 Compare July 31, 2024 19:45
@renovate renovate bot force-pushed the renovate/module-federation-runtime-0.x branch from 5a36c28 to 9bb086e Compare August 8, 2024 19:51
@renovate renovate bot changed the title fix(deps): update dependency @module-federation/runtime to ^0.3.0 fix(deps): update dependency @module-federation/runtime to ^0.4.0 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/module-federation-runtime-0.x branch 2 times, most recently from e8d9a57 to f45396e Compare August 16, 2024 06:28
@renovate renovate bot changed the title fix(deps): update dependency @module-federation/runtime to ^0.4.0 fix(deps): update dependency @module-federation/runtime to ^0.5.0 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/module-federation-runtime-0.x branch from f45396e to 94fc405 Compare August 28, 2024 04:45
@renovate renovate bot changed the title fix(deps): update dependency @module-federation/runtime to ^0.5.0 fix(deps): update dependency @module-federation/runtime to ^0.6.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/module-federation-runtime-0.x branch from 94fc405 to bcab239 Compare September 5, 2024 15:43
@renovate renovate bot force-pushed the renovate/module-federation-runtime-0.x branch from bcab239 to ee80b19 Compare September 13, 2024 18:11
@renovate renovate bot force-pushed the renovate/module-federation-runtime-0.x branch from ee80b19 to 3a877ab Compare October 24, 2024 17:22
@renovate renovate bot changed the title fix(deps): update dependency @module-federation/runtime to ^0.6.0 fix(deps): update dependency @module-federation/runtime to ^0.7.0 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/module-federation-runtime-0.x branch from 3a877ab to a467aea Compare November 5, 2024 16:11
@renovate renovate bot changed the title fix(deps): update dependency @module-federation/runtime to ^0.7.0 fix(deps): update dependency @module-federation/runtime to ^0.8.0 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/module-federation-runtime-0.x branch from a467aea to 5466c53 Compare November 29, 2024 09:16
@renovate renovate bot force-pushed the renovate/module-federation-runtime-0.x branch from 5466c53 to 67304c0 Compare February 21, 2025 11:55
@renovate renovate bot changed the title fix(deps): update dependency @module-federation/runtime to ^0.8.0 fix(deps): update dependency @module-federation/runtime to ^0.9.0 Feb 21, 2025
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