Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
aba7b69
chore(webpack-bundler-runtime): migrate to rslib bundleless
ScriptedAlchemy Feb 2, 2026
7dcea95
Merge remote-tracking branch 'origin/main' into rslib/webpack-bundler…
ScriptedAlchemy Feb 4, 2026
d0753a9
Merge branch 'main' into rslib/webpack-bundler-runtime
ScriptedAlchemy Feb 5, 2026
bbef4e6
Merge remote-tracking branch 'origin/main' into rslib/webpack-bundler…
ScriptedAlchemy Feb 5, 2026
46b7d78
Merge branch 'rslib/webpack-bundler-runtime' of github.com:module-fed…
ScriptedAlchemy Feb 5, 2026
d196edf
fix(enhanced): resolve webpack bundler runtime esm entry
ScriptedAlchemy Feb 5, 2026
ed6805e
fix(runtime): add cjs helper interop and browser url fallback
ScriptedAlchemy Feb 6, 2026
3c05e1b
fix(sdk): add browser fallback for node url module
ScriptedAlchemy Feb 6, 2026
dd29fb2
fix(enhanced,error-codes): resolve runtime paths and browser url fall…
ScriptedAlchemy Feb 6, 2026
0990896
fix(webpack-bundler-runtime): disable cjs import.meta url shim
ScriptedAlchemy Feb 6, 2026
ed4adee
fix(runtime-tools): normalize webpack bundler runtime cjs interop
ScriptedAlchemy Feb 6, 2026
b44f08a
fix(runtime-tools): avoid browser url polyfill resolution
ScriptedAlchemy Feb 6, 2026
94c4f51
test(chrome-devtools): stabilize proxy e2e against internal snapshot …
ScriptedAlchemy Feb 6, 2026
087bd71
test(chrome-devtools): wait for manifest requests before proxy assert…
ScriptedAlchemy Feb 6, 2026
267e0bd
test(chrome-devtools): remove flaky baseline proxy assertion
ScriptedAlchemy Feb 6, 2026
709394f
fix(chrome-devtools): accept query params in proxy manifest checks
ScriptedAlchemy Feb 6, 2026
7f835ac
fix(chrome-devtools): stabilize proxy e2e via matchedVersion
ScriptedAlchemy Feb 6, 2026
4da543b
fix(module-federation): disable npm workspaces in actionlint
ScriptedAlchemy Feb 6, 2026
1f045d4
fix(module-federation): run actionlint outside monorepo root
ScriptedAlchemy Feb 6, 2026
42facbb
fix(module-federation): run actionlint via official container
ScriptedAlchemy Feb 6, 2026
225c614
fix(core): restore esm runtime resolution and devtools proxy test
ScriptedAlchemy Feb 6, 2026
56250c2
fix(enhanced): resolve runtime entries across rslib output layouts
ScriptedAlchemy Feb 6, 2026
f4b8ede
fix(chrome-devtools): drop flaky initial proxy assertion
ScriptedAlchemy Feb 6, 2026
7216517
fix(inject-external-runtime-core-plugin): import runtime core directly
ScriptedAlchemy Feb 6, 2026
974c8a1
fix(inject-external-runtime-core-plugin): avoid lockfile drift in ci
ScriptedAlchemy Feb 6, 2026
193712a
fix(inject-external-runtime-core-plugin): load runtime core from esm …
ScriptedAlchemy Feb 6, 2026
fc59e55
fix(core): stabilize devtools proxy and runtime-core import
ScriptedAlchemy Feb 6, 2026
98eb82d
Merge branch 'main' into rslib/webpack-bundler-runtime
ScriptedAlchemy Feb 6, 2026
ad48be1
Merge remote-tracking branch 'origin/main' into rslib/webpack-bundler…
ScriptedAlchemy Feb 7, 2026
f11afc7
fix(core): use direct actionlint binary install instead of raven-actions
ScriptedAlchemy Feb 7, 2026
aa8ea63
chore(runtime-tools): migrate to rslib bundleless
ScriptedAlchemy Feb 2, 2026
b3e4ecc
fix(enhanced): resolve webpack bundler runtime esm entry
ScriptedAlchemy Feb 5, 2026
5c7aa89
fix(runtime): add cjs helper interop and browser url fallback
ScriptedAlchemy Feb 6, 2026
d2254b6
fix(sdk): add browser fallback for node url module
ScriptedAlchemy Feb 6, 2026
27ef74d
fix(enhanced,error-codes): resolve runtime paths and browser url fall…
ScriptedAlchemy Feb 6, 2026
2d73c2b
fix(webpack-bundler-runtime): disable cjs import.meta url shim
ScriptedAlchemy Feb 6, 2026
6a6b5c3
fix(runtime-tools): normalize webpack bundler runtime cjs interop
ScriptedAlchemy Feb 6, 2026
bfc973a
fix(runtime-tools): avoid browser url polyfill resolution
ScriptedAlchemy Feb 6, 2026
619369e
test(chrome-devtools): stabilize proxy e2e against internal snapshot …
ScriptedAlchemy Feb 6, 2026
37284eb
test(chrome-devtools): wait for manifest requests before proxy assert…
ScriptedAlchemy Feb 6, 2026
71f9758
test(chrome-devtools): remove flaky baseline proxy assertion
ScriptedAlchemy Feb 6, 2026
0454442
fix(chrome-devtools): accept query params in proxy manifest checks
ScriptedAlchemy Feb 6, 2026
2f5960c
fix(chrome-devtools): stabilize proxy e2e via matchedVersion
ScriptedAlchemy Feb 6, 2026
c13d0c0
fix(module-federation): disable npm workspaces in actionlint
ScriptedAlchemy Feb 6, 2026
58c10af
fix(module-federation): run actionlint outside monorepo root
ScriptedAlchemy Feb 6, 2026
501eab4
fix(module-federation): run actionlint via official container
ScriptedAlchemy Feb 6, 2026
4901bed
fix(core): restore esm runtime resolution and devtools proxy test
ScriptedAlchemy Feb 6, 2026
0a775a9
fix(enhanced): resolve runtime entries across rslib output layouts
ScriptedAlchemy Feb 6, 2026
2cf11e5
fix(chrome-devtools): drop flaky initial proxy assertion
ScriptedAlchemy Feb 6, 2026
3d1bc04
fix(inject-external-runtime-core-plugin): import runtime core directly
ScriptedAlchemy Feb 6, 2026
b0c612a
fix(inject-external-runtime-core-plugin): avoid lockfile drift in ci
ScriptedAlchemy Feb 6, 2026
8b6835c
fix(inject-external-runtime-core-plugin): load runtime core from esm …
ScriptedAlchemy Feb 6, 2026
f9887dd
fix(core): stabilize devtools proxy and runtime-core import
ScriptedAlchemy Feb 6, 2026
261d126
fix(core): harden devtools proxy and runtime-core guard
ScriptedAlchemy Feb 6, 2026
914fcc3
fix(chrome-devtools): remove flaky matched-version assert
ScriptedAlchemy Feb 6, 2026
ca4ff51
fix(core): use direct actionlint binary install instead of raven-actions
ScriptedAlchemy Feb 7, 2026
af1900f
CI pipeline issues (#4384)
ScriptedAlchemy Feb 8, 2026
9ee06cd
fix(inject-external-runtime-core-plugin): avoid default import of run…
ScriptedAlchemy Feb 8, 2026
7cbb861
Merge remote-tracking branch 'origin/main' into HEAD
ScriptedAlchemy Feb 8, 2026
495a029
Merge branch 'main' into rslib/runtime-tools
ScriptedAlchemy Feb 8, 2026
a7784f8
fix(inject-external-runtime-core-plugin): import runtime-core esm file
ScriptedAlchemy Feb 9, 2026
bc4d23c
Merge branch 'main' into rslib/webpack-bundler-runtime
ScriptedAlchemy Feb 9, 2026
9a49071
Merge branch 'rslib/webpack-bundler-runtime' of github.com:module-fed…
ScriptedAlchemy Feb 9, 2026
6a1fd63
Merge remote-tracking branch 'origin/main' into rslib/runtime-tools
ScriptedAlchemy Feb 9, 2026
a977cdb
Merge remote-tracking branch 'origin/main' into rslib/webpack-bundler…
ScriptedAlchemy Feb 9, 2026
37f73e6
Merge remote-tracking branch 'origin/main' into rslib/runtime-tools
ScriptedAlchemy Feb 9, 2026
e3ea194
fix(enhanced): reduce fallback build races
ScriptedAlchemy Feb 9, 2026
3ff8646
fix(runtime-tools): avoid false-fail on treeshake CI skip
ScriptedAlchemy Feb 9, 2026
7042513
fix(runtime-tools): align CI gating and runtime compatibility
ScriptedAlchemy Feb 10, 2026
48cc641
fix(webpack-bundler-runtime): align runtime compatibility defaults
ScriptedAlchemy Feb 10, 2026
7772e4b
fix(runtime-tools): restore browser url alias for web bundles
ScriptedAlchemy Feb 10, 2026
3b245f4
fix(webpack-bundler-runtime): restore browser url alias
ScriptedAlchemy Feb 10, 2026
617edf5
fix(webpack-bundler-runtime): keep default-only entry export shape
ScriptedAlchemy Feb 10, 2026
6f12385
fix(webpack-bundler-runtime): restore cjs interop named exports
ScriptedAlchemy Feb 10, 2026
c370ca6
fix(webpack-bundler-runtime): route require/main to stable js entry
ScriptedAlchemy Feb 10, 2026
fe505ca
Merge remote-tracking branch 'origin/main' into rslib/webpack-bundler…
ScriptedAlchemy Feb 12, 2026
911175e
chore(core): add changeset coverage for pr #4358
ScriptedAlchemy Feb 12, 2026
889f703
Merge remote-tracking branch 'origin/main' into rslib/runtime-tools
ScriptedAlchemy Feb 12, 2026
edc5ba7
chore(core): add changeset coverage for pr #4355
ScriptedAlchemy Feb 12, 2026
60710c9
chore(core): add contextual changeset for rslib runtime migration
ScriptedAlchemy Feb 12, 2026
d6bdbe3
chore(runtime-tools): add contextual changeset for rslib migration
ScriptedAlchemy Feb 12, 2026
79d9481
Merge remote-tracking branch 'origin/main' into rslib/webpack-bundler…
ScriptedAlchemy Feb 14, 2026
b21999b
Merge remote-tracking branch 'origin/main' into rslib/runtime-tools
ScriptedAlchemy Feb 14, 2026
6923a54
Merge branch 'main' into rslib/runtime-tools
ScriptedAlchemy Feb 14, 2026
7e94f49
Merge branch 'main' into rslib/webpack-bundler-runtime
ScriptedAlchemy Feb 14, 2026
9b1ef87
fix(inject-external-runtime-core-plugin): fix runtimeCore import conf…
ScriptedAlchemy Feb 15, 2026
1723141
fix(enhanced): resolve runtime dist index.js output names
ScriptedAlchemy Feb 15, 2026
ecd9ee2
chore(runtime-core): align share export helper import paths
ScriptedAlchemy Feb 15, 2026
b7f936d
chore(runtime-core): align share export helper import paths
ScriptedAlchemy Feb 15, 2026
12972c3
Merge branch 'rslib/sdk' into rslib/runtime-tools
ScriptedAlchemy Feb 15, 2026
3c39c53
Merge branch 'rslib/runtime-tools' into rslib/webpack-bundler-runtime
ScriptedAlchemy Feb 15, 2026
1227a58
Merge branch 'rslib/sdk' into rslib/runtime-tools
ScriptedAlchemy Feb 15, 2026
fc8137e
chore(runtime-tools): add rslib publint plugin
ScriptedAlchemy Feb 15, 2026
fc9f036
Merge branch 'rslib/runtime-tools' into rslib/webpack-bundler-runtime
ScriptedAlchemy Feb 15, 2026
424dfdc
chore(webpack-bundler-runtime): add rslib publint plugin
ScriptedAlchemy Feb 15, 2026
17cd045
Merge branch 'rslib/sdk' into rslib/runtime-tools
ScriptedAlchemy Feb 15, 2026
8b57455
Merge branch 'rslib/runtime-tools' into rslib/webpack-bundler-runtime
ScriptedAlchemy Feb 15, 2026
012fb00
fix(node): type beforeInit args in runtime plugin
ScriptedAlchemy Feb 15, 2026
7270391
Merge branch 'rslib/sdk' into rslib/runtime-tools
ScriptedAlchemy Feb 16, 2026
e4a5fc9
Merge branch 'rslib/runtime-tools' into rslib/webpack-bundler-runtime
ScriptedAlchemy Feb 16, 2026
8d1fecd
fix(node): type runtime plugin beforeInit args
ScriptedAlchemy Feb 16, 2026
28d9c26
Merge remote-tracking branch 'origin/rslib/webpack-bundler-runtime' i…
ScriptedAlchemy Feb 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'rslib/sdk' into rslib/runtime-tools
  • Loading branch information
ScriptedAlchemy committed Feb 15, 2026
commit 12972c3a201293c2ec8aa0fd2ffa43738d5348d7

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.