Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
296 commits
Select commit Hold shift + click to select a range
062ee3c
fix(compiler): skip env ids that are not on the workspace graph when …
davidfirst Jul 7, 2026
dc03518
fix(generator): merge builtin templates into a single slot registrati…
davidfirst Jul 7, 2026
dfa1e9a
fix(e2e): install legacy env packages and load ex-core templates via …
davidfirst Jul 7, 2026
288fd56
fix(envs): resolve variant-configured legacy core envs from the slot …
davidfirst Jul 7, 2026
8d88698
fix(e2e): run a second install after forking an env so its policies a…
davidfirst Jul 7, 2026
5d6c4f6
fix(scope): resolve and import only non-loaded aspects in getNonLoade…
davidfirst Jul 7, 2026
3480a1a
fix(deps): log the swallowed error when the env root dir cannot be de…
davidfirst Jul 7, 2026
ffeda69
fix(workspace): skip env-component fetch on env-set when the env is r…
davidfirst Jul 7, 2026
d312e5f
fix(envs): resolve versioned env ids registered versionless in the slot
davidfirst Jul 7, 2026
4c4cdf4
fix(generator): load template envs from the workspace instead of the …
davidfirst Jul 7, 2026
fcf852c
fix(e2e): install pinned envs and set the node env in multiple-envs, …
davidfirst Jul 7, 2026
8ed15ef
perf(envs): cache the legacy core envs ids list and set
davidfirst Jul 7, 2026
dca65ba
fix(workspace): resolve workspace aspects from their compiled workspa…
davidfirst Jul 7, 2026
829501b
fix(compiler): compile-and-retry aspects that fail loading on ts file…
davidfirst Jul 7, 2026
44619f9
fix(e2e): skip type-checking dev-repo fixtures in capsules, use core-…
davidfirst Jul 7, 2026
739d47e
fix(deps): anchor getRuntimeModulePath existence checks to the worksp…
davidfirst Jul 7, 2026
ec35199
fix(install): honor the scope-trust guard when reloading aspect plugi…
davidfirst Jul 7, 2026
bbbcac1
fix(workspace): load legacy core envs configured via envs-config with…
davidfirst Jul 7, 2026
8ff52c4
fix(envs): match versioned ids of versionless-registered envs in isEn…
davidfirst Jul 7, 2026
80b2a8e
fix(e2e): install pinned legacy envs and adjust default-env expectati…
davidfirst Jul 7, 2026
8781858
fix(workspace): require the compiled dist main when a stale source-ma…
davidfirst Jul 7, 2026
03bdd2c
fix(install): converge recurring-install for old-style workspace envs
davidfirst Jul 8, 2026
70a20c9
fix(e2e): install yarn-missing env peers, align old-envs install warn…
davidfirst Jul 8, 2026
0f48973
fix(workspace): match workspace aspects ignoring version when resolvi…
davidfirst Jul 8, 2026
449523c
fix(envs): match versionless env references against versioned slot re…
davidfirst Jul 8, 2026
e8d7c66
fix(generator): run recurring install during workspace generation to …
davidfirst Jul 8, 2026
40a6dbc
fix(e2e): use a workspace env in ci-commands env-set tests, explicit …
davidfirst Jul 8, 2026
123a5b3
fix(envs): return a copy of the legacy core envs ids list
davidfirst Jul 8, 2026
6d0af2d
fix(e2e): install the env chain in dev-deps and scope-aspect-capsule …
davidfirst Jul 8, 2026
53ad9f8
fix(e2e): skip type-checking node-env fixture in capsules, scope lint…
davidfirst Jul 8, 2026
e21c295
fix(e2e): revert env-chain install in scope-aspect-capsule fixture (t…
davidfirst Jul 8, 2026
0f796d9
fix(scope): break re-entrant aspect-load cycles with an in-flight guard
davidfirst Jul 8, 2026
9e969d2
fix(envs): recognize core envs in findFirstEnv before the core-aspect…
davidfirst Jul 8, 2026
f121f05
fix(e2e): remove accidentally committed .only from root-components
davidfirst Jul 8, 2026
3415ff8
chore: retrigger ci after transient bit.cloud 522
davidfirst Jul 8, 2026
caf30a0
fix(ci): cap node heap below the container memory limit in e2e runs
davidfirst Jul 8, 2026
698f97c
fix(workspace): widen the dist-main fallback to more source extensions
davidfirst Jul 8, 2026
fbe874f
fix(deps): anchor the bit-roots dir existence check to the workspace …
davidfirst Jul 8, 2026
2c95426
Revert "fix(ci): cap node heap below the container memory limit in e2…
davidfirst Jul 8, 2026
ff0a547
fix(workspace): try all parent chains when resolving installed aspects
davidfirst Jul 8, 2026
446416e
fix(envs): resolve versionless env references deterministically when …
davidfirst Jul 8, 2026
b34990a
fix(e2e): tolerate typescript 6 in tsconfig-mismatch fixtures, skip t…
davidfirst Jul 8, 2026
d4bb772
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 8, 2026
cd9e726
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 8, 2026
317f480
fix(scope): type loadCustomEnvs option as boolean
davidfirst Jul 8, 2026
3fae4bf
chore: update empty-env to core-aspect-env 1.0.0
davidfirst Jul 8, 2026
6de8740
fix(workspace): match installed root aspects ignoring version, restor…
davidfirst Jul 8, 2026
150dfe8
fix(e2e): switch to yarn only after installing the legacy env chain t…
davidfirst Jul 8, 2026
796f76c
fix(workspace): key in-flight aspect loads by full id, collapse versi…
davidfirst Jul 8, 2026
4fd87e8
refactor(workspace): type the aspect-sources result map explicitly
davidfirst Jul 8, 2026
5dd1c00
fix(envs): support mts/cts in the fallback typescript compiler
davidfirst Jul 9, 2026
7bad71b
chore: merge master into remove-core-envs-from-manifest
davidfirst Jul 9, 2026
aa8e29d
fix(envs): keep explicitly configured env version in getEnvId config …
davidfirst Jul 9, 2026
a771e4e
ci: raise e2e no_output_timeout for silent env-chain installs
davidfirst Jul 10, 2026
d49c9de
perf(workspace): batch-import deps per level when building filtered a…
davidfirst Jul 10, 2026
9209097
test(e2e): switch compile-only suites to a modern pinned node env
davidfirst Jul 13, 2026
b4b4211
fix(workspace): chunk batched graph imports to bound memory
davidfirst Jul 13, 2026
97656dc
chore: merge master into remove-core-envs-from-manifest
davidfirst Jul 13, 2026
c5b009a
fix(workspace): skip locally-present ids in lazy graph import prefetch
davidfirst Jul 13, 2026
7bfc332
test(e2e): fix build-cmd/custom-env/readme-env suites for non-core envs
davidfirst Jul 13, 2026
a73d92c
test(e2e): expect custom env in old-envs install warning
davidfirst Jul 14, 2026
cf7a05f
fix(deps): use embedded legacy core env policies when env is not loaded
davidfirst Jul 14, 2026
020955b
Merge branch 'master' into remove-core-envs-from-manifest
davidfirst Jul 14, 2026
685c5df
test(e2e): fail aspect-loading fixture explicitly now that created as…
davidfirst Jul 14, 2026
f964bd9
Merge branch 'remove-core-envs-from-manifest' of https://github.com/t…
davidfirst Jul 14, 2026
1821cdf
test(e2e): use minimal envs in capsule suites to avoid yarn OOM
davidfirst Jul 14, 2026
c11b0f6
test(e2e): fail validate lint checks via error-severity oxlint env
davidfirst Jul 14, 2026
2aedf12
fix(envs): normalize version in isCoreEnv, semver-order env slot matc…
davidfirst Jul 15, 2026
dd51219
ci(e2e): rebalance test split from branch timings, add --branch to ti…
davidfirst Jul 15, 2026
722282a
ci(e2e): pre-warm package-manager cache with legacy core env chains
davidfirst Jul 15, 2026
6171233
ci(e2e): add the legacy env packages print script used by the warm-ca…
davidfirst Jul 15, 2026
a2dfa9f
ci(e2e): point warm cache at pnpm's real store/cache dirs, refresh ti…
davidfirst Jul 15, 2026
a4b3984
test(e2e): use minimal env fixture in custom-env suite to avoid full …
davidfirst Jul 15, 2026
c40a523
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 15, 2026
097d502
refactor: simplify legacy core envs handling
davidfirst Jul 15, 2026
1151fae
Merge origin/master into remove-core-envs-from-manifest
davidfirst Jul 15, 2026
e38504a
ci: remove pnpm warm-cache (measured no benefit) and restore default …
davidfirst Jul 15, 2026
2eb5a94
test(e2e): use minimal env fixture in custom-env-operations to cut su…
davidfirst Jul 15, 2026
22ecb2e
docs: revert accidental prettier reformat and entry reorder
davidfirst Jul 15, 2026
14f994f
test(e2e): recognize env.jsonc components as envs pre-load; zero-dep …
davidfirst Jul 15, 2026
9b5f9dc
test(e2e): replace unneeded legacy env installs with simple/bitdev envs
davidfirst Jul 15, 2026
75eb25c
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 15, 2026
16a4fac
Merge branch 'master' into remove-core-envs-from-manifest
davidfirst Jul 15, 2026
c9efaf5
test(e2e): use bitdev node env in create.e2e variant-env test
davidfirst Jul 15, 2026
efb12ff
Merge remote-tracking branch 'origin/remove-core-envs-from-manifest' …
davidfirst Jul 15, 2026
8d11416
fix(install): don't fail install when a not-yet-compiled env fails to…
davidfirst Jul 16, 2026
a2f16c7
fix(yarn): fix workspace ident of versioned .bit_roots dirs
davidfirst Jul 16, 2026
faa7d47
fix: keep source main for empty-env components, tighten types
davidfirst Jul 16, 2026
32b0e6f
ci(e2e): restore no-output timeout, regenerate cli skill file
davidfirst Jul 16, 2026
1a2cbb4
refactor(envs): recognize unloaded envs by their .bit-env plugin file…
davidfirst Jul 16, 2026
de03b0f
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 16, 2026
2c04053
chore: regenerate cli reference after master merge
davidfirst Jul 16, 2026
dac4f7a
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 16, 2026
4f672dd
test(e2e): add setTsEnv zero-install compiling env and convert suites…
davidfirst Jul 16, 2026
3281192
chore: retrigger ci (checkout infra failure)
davidfirst Jul 16, 2026
5422e3c
test(e2e): use a plain-js plugin file in the env-recognition test (de…
davidfirst Jul 17, 2026
b46d725
chore(e2e): refresh e2e timings manifest from this branch's runs
davidfirst Jul 17, 2026
9c25b12
test(e2e): split five slowest e2e files so parallel nodes can balance…
davidfirst Jul 17, 2026
e45aa83
chore(e2e): recalibrate e2e timings from the split-files run
davidfirst Jul 17, 2026
4650fc5
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 17, 2026
fce89b4
fix(linker): point main at dist when empty-env is only a fallback for…
davidfirst Jul 17, 2026
1596dca
chore: regenerate pnpm-lock with bit after master merge
davidfirst Jul 17, 2026
34e4544
fix(e2e): use install-free envs in yarn peer-hoisting test to avoid C…
davidfirst Jul 17, 2026
5b7b9cb
test(e2e): verify former-core-env components stay versionless and unm…
davidfirst Jul 17, 2026
4caa63f
fix(envs): return configured env id from calculateEnvId when no aspec…
davidfirst Jul 17, 2026
11930cb
fix(preview): guard legacy core envs in doesScaling and isSupportSkip…
davidfirst Jul 17, 2026
bae1ea4
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 17, 2026
797ec4d
fix(envs): revert calculateEnvId configured-env fallback that regress…
davidfirst Jul 17, 2026
44a19e6
ci(e2e): lower no_output_timeout back to 10m
davidfirst Jul 17, 2026
6588503
docs(compiler): note environment param is a pass-through, not an env …
davidfirst Jul 17, 2026
ce1476f
ci(e2e): raise no_output_timeout to 40m for slow former-core env inst…
davidfirst Jul 20, 2026
c4c2d5e
perf(workspace): resolve installed legacy-core env closure from node_…
davidfirst Jul 21, 2026
8d4017b
ci(e2e): remove no_output_timeout override now that env installs don'…
davidfirst Jul 21, 2026
66cee11
Revert "ci(e2e): remove no_output_timeout override now that env insta…
davidfirst Jul 21, 2026
f092bd3
Revert "perf(workspace): resolve installed legacy-core env closure fr…
davidfirst Jul 21, 2026
df7a823
experiment: remove former-core envs (node/react/aspect/env/mdx/readme…
davidfirst Jul 21, 2026
a457f94
chore(types): decouple root type-check from env-source ambient module…
davidfirst Jul 22, 2026
833fca6
fix(dependency-resolver): resolve source-removed legacy core envs fro…
davidfirst Jul 22, 2026
4ae5289
chore(diag): temporary legacy-core-env resolution logging + custom-re…
davidfirst Jul 22, 2026
94a9d3c
chore(diag): trace env load pipeline (requireables + batch harmony.lo…
davidfirst Jul 22, 2026
a58aa2d
fix(aspect-loader): don't drop requested env on resolution collisions…
davidfirst Jul 22, 2026
af7f30b
fix(workspace): skip dep detection in node-env fixtures; match abs-pa…
davidfirst Jul 22, 2026
2cef557
fix(preview): load ESM-only mdx options with a native import in pre-b…
davidfirst Jul 22, 2026
d10ffc7
fix(dependency-resolver): baseline md/mdx import detection when the m…
davidfirst Jul 22, 2026
bee89d1
fix(dependency-resolver): skip code fences, inline code and comments …
davidfirst Jul 22, 2026
354eea7
fix(bit): recover require() of ESM files when a test hook hijacked th…
davidfirst Jul 22, 2026
ee4be74
chore: remove temporary env-load diagnostics
davidfirst Jul 22, 2026
664af60
Merge remote-tracking branch 'origin/master' into experiment/remove-e…
davidfirst Jul 22, 2026
ce9fc61
chore: reconcile lockfile after master merge (env sources removed)
davidfirst Jul 22, 2026
7934cf4
fix(envs): bump node-babel-mocha env to 1.0.3, revert hook-require es…
davidfirst Jul 22, 2026
d8c3d33
fix(builder): restore require extension hooks after each build task
davidfirst Jul 22, 2026
b501f6f
ci(e2e): restore branch-measured e2e timings lost in master merge
davidfirst Jul 22, 2026
8bcda45
Merge remote-tracking branch 'origin/master' into experiment/remove-e…
davidfirst Jul 23, 2026
32ed2dd
ci(e2e): lower e2e no_output_timeout from 40m to 20m
davidfirst Jul 23, 2026
01ae9d8
feat(deps): remove @teambit/legacy installation and linking
davidfirst Jul 23, 2026
cfea063
refactor(envs): remove dead versionless fallback in getEnv, supersede…
davidfirst Jul 23, 2026
3422fdf
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 23, 2026
86ede67
test(e2e): use setTsEnv in the chokidar-fallback watch suite (node en…
davidfirst Jul 23, 2026
4c11e29
fix(install): fail install on genuine env plugin errors, tolerate onl…
davidfirst Jul 24, 2026
50d29a5
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 24, 2026
3ebce3b
fix(install): tolerate esm/cjs-mismatch loader errors during env reload
davidfirst Jul 24, 2026
3d8f969
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 24, 2026
9b931b8
fix(workspace): use DEFAULT_DIST_DIRNAME in getDistMain, log pruned c…
davidfirst Jul 24, 2026
71fe0d4
docs(envs): clarify why versionless slot matching applies to all envs…
davidfirst Jul 24, 2026
841136a
fix(envs): gate versionless slot match to legacy core env ids only
davidfirst Jul 24, 2026
680c1e8
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 24, 2026
a846713
fix(ci): keep the env version when restoring lane config changes in c…
davidfirst Jul 24, 2026
e9adba6
chore: drop redundant node-babel-mocha env configs from .bitmap
davidfirst Jul 24, 2026
b0175b9
ci: rerun e2e (deps-graph-reimport OOM flake)
davidfirst Jul 25, 2026
e9924d4
ci: rerun e2e (remote aborted fetch flake in root-components)
davidfirst Jul 25, 2026
62982e5
chore: fix component-descriptor version and align empty-env env versi…
davidfirst Jul 28, 2026
994599c
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 28, 2026
8541cd2
docs: clarify empty-env description
davidfirst Jul 28, 2026
35b91bf
chore: restore lint-error-env fixture replaced by a symlink during in…
davidfirst Jul 28, 2026
86d1aed
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 30, 2026
886f6a2
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Jul 31, 2026
53f7c45
chore: reconcile pnpm-lock after master merge
davidfirst Jul 31, 2026
f4e63a8
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Aug 5, 2026
9e78b34
chore: reconcile pnpm-lock after master merge; collapse @rspack/core …
davidfirst Aug 5, 2026
c289284
ci: fix bit_pr and e2e failures after bbit 2.0.56 (pnpm v12) rollout
davidfirst Aug 5, 2026
baa9c2b
ci: move dev-binary install to bit_pr/bit_merge (2xlarge); OOM-killed…
davidfirst Aug 5, 2026
bfb50f4
ci: cap fetch concurrency + add resource sampler to dev-binary instal…
davidfirst Aug 5, 2026
81d5756
ci: cap PNPM_MAX_WORKERS - pnpm v12 worker pool sized by host cpu cou…
davidfirst Aug 5, 2026
88179c7
ci: diagnose dev-install kill - print store dirs and sample cgroup me…
davidfirst Aug 5, 2026
1e4e994
ci: point dev-binary install at the persisted pnpm store to avoid re-…
davidfirst Aug 5, 2026
4eeff58
ci: pin pnpm store-dir inside the persisted workspace so downstream j…
davidfirst Aug 6, 2026
9720e5c
ci: persist the bit package cache via package-manager.cache (npmrc st…
davidfirst Aug 6, 2026
f18d9e1
Merge branch 'master' into remove-core-envs-from-manifest
GiladShoham Aug 9, 2026
b2b8717
update lock file
GiladShoham Aug 9, 2026
4ea3857
fix types
GiladShoham Aug 9, 2026
5f50bc2
fix(install): don't abort the install on the transient missing-dist w…
GiladShoham Aug 10, 2026
750f930
chore(defender): remove unused mocha core aspect
GiladShoham Aug 10, 2026
e792b9f
fix(deps): keep packages the running process loaded requireable acros…
zkochan Aug 10, 2026
9411c58
fix(generator): stop reporting an env-load failure as "template not f…
zkochan Aug 10, 2026
06fa5ec
fix(deps): extend loaded-package preservation across installs to ESM …
zkochan Aug 10, 2026
1bd71e7
fix(deps): restore removed loaded virtual-store dirs sequentially
zkochan Aug 10, 2026
d115d98
Merge remote-tracking branch 'upstream/master' into remove-core-envs-…
zkochan Aug 10, 2026
61b62b7
chore: reconcile pnpm-lock after master merge
zkochan Aug 10, 2026
854eed1
Merge remote-tracking branch 'upstream/master' into remove-core-envs-…
zkochan Aug 10, 2026
62ff0c2
fix(deps): keep a loaded package requireable when an install drops it…
zkochan Aug 10, 2026
825cfeb
fix(isolator): give the capsules-root links their own install instead…
zkochan Aug 10, 2026
8517cbd
test(install): seed the legacy-core-env chain so the old-envs suite h…
zkochan Aug 10, 2026
6c75a33
test(global-virtual-store): give the compiled component an env with a…
zkochan Aug 10, 2026
7c93b12
test(build): use an env whose build actually emits a dist artifact
zkochan Aug 10, 2026
b89f767
test(global-virtual-store): align the workspace typings with the repo…
zkochan Aug 10, 2026
2ff9460
test(lanes): install the aspect env for the workspace that configures…
zkochan Aug 10, 2026
e7cffe7
try to restore the resource_class to medium in circle ci config e2e t…
GiladShoham Aug 11, 2026
60b209a
ci: put e2e back on medium+ - the engine-side memory fix it waited on…
zkochan Aug 11, 2026
5967a30
Revert "ci: put e2e back on medium+ - the engine-side memory fix it w…
zkochan Aug 11, 2026
4bf8852
test(schema): load the typescript aspect in the default-export extrac…
luvkapur Aug 11, 2026
2e402f8
Reapply "ci: put e2e back on medium+ - the engine-side memory fix it …
GiladShoham Aug 11, 2026
5c9d01a
chore(compilation): remove unused babel core aspect
GiladShoham Aug 11, 2026
353ca49
test(e2e-helper): let setCustomEnv's install skip the compile it repeats
zkochan Aug 12, 2026
0b1a53a
fix(deps): declare @teambit/babel in the root dependency policy
GiladShoham Aug 12, 2026
b968899
Merge branch 'remove-core-envs-from-manifest' of https://github.com/t…
GiladShoham Aug 12, 2026
f3f63c0
test(e2e): drop babel/multi-compiler suites, remove @teambit/babel de…
GiladShoham Aug 12, 2026
c08b4d4
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
GiladShoham Aug 12, 2026
95179c4
chore(deps): update pnpm-lock.yaml after merging master
GiladShoham Aug 12, 2026
bbbbc50
Revert "Reapply "ci: put e2e back on medium+ - the engine-side memory…
GiladShoham Aug 12, 2026
d0addac
test(e2e): drop the describes the master merge duplicated
zkochan Aug 12, 2026
68fe339
fix(lanes): honor --workspace-only on switch, and stop crashing on lane
zkochan Aug 12, 2026
87865a0
fix(install): pin legacy core envs configured on the generator
zkochan Aug 12, 2026
8e03d61
test(e2e): give the deps-graph suites an env that only carries a policy
zkochan Aug 12, 2026
d3f7e6f
fix(ci): don't sync main's config for lane components the workspace l…
zkochan Aug 12, 2026
1dde7db
fix(ui, preview): transpile TypeScript that resolves from node_modules
zkochan Aug 12, 2026
edd1701
fix(ci sync): materialize the whole lane, not only what the workspace…
zkochan Aug 12, 2026
959e8ee
fix(ui): release the rspack compilers and bundle the UI roots one at …
zkochan Aug 13, 2026
6f68243
fix(ui): free the UI bundle compilers when the task ends, not mid-task
zkochan Aug 13, 2026
2164a63
fix(schema, ci): free the tsserver after schema extraction, cap pnpm …
zkochan Aug 13, 2026
ed7c5df
fix(envs): set the react env on the UI components that had none
zkochan Aug 13, 2026
8d1a387
fix(webpack, ci): cap minifier and native worker pools in the PR build
zkochan Aug 13, 2026
7810ba6
fix(ci): cap pnpm's worker pool in the e2e jobs
zkochan Aug 13, 2026
49a2f9d
perf(schema): restart the tsserver every 20 extractions
zkochan Aug 13, 2026
064918a
fix(ci): PNPM_MAX_WORKERS is dead config; cap the engine's rayon pool…
zkochan Aug 13, 2026
460464c
fix(ui): don't close a compiler another root is still using, and own …
zkochan Aug 13, 2026
beb100b
refactor(webpack): share the node_modules exclude between the UI and …
zkochan Aug 13, 2026
63ba93a
docs(webpack): say that excludeNodeModulesJs only decides about node_…
zkochan Aug 13, 2026
f5f39dc
refactor(webpack): consume the released exclude-node-modules-js compo…
zkochan Aug 13, 2026
aa56129
chore(deps): update pnpm-lock.yaml for exclude-node-modules-js
zkochan Aug 13, 2026
64e8041
fix(ui): keep the real bundle failure instead of a generic message
zkochan Aug 13, 2026
f3f3b7f
fix(preview): close the pre-bundle compiler when the bundle is done
zkochan Aug 13, 2026
810b329
Merge branch 'master' into remove-core-envs-from-manifest
zkochan Aug 14, 2026
00247cf
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
GiladShoham Aug 14, 2026
3d33593
chore(envs): bump pinned legacy core-env versions to latest releases
GiladShoham Aug 14, 2026
f0f6007
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
GiladShoham Aug 16, 2026
031c614
chore(envs): bump pinned legacy core-env versions to latest releases
GiladShoham Aug 16, 2026
e76b208
refactor(webpack): drop the duplicate bundler/dev-server runtime from…
GiladShoham Aug 16, 2026
b9bbe18
fix(ci): point circular-deps check at prod hub, add timeout and log c…
GiladShoham Aug 16, 2026
339b62a
feat(ci): support BIT_BIN override in circular-deps scripts
GiladShoham Aug 16, 2026
be9951c
no message
GiladShoham Aug 16, 2026
5b4310b
fix(bitmap): drop core envs wrongly resurrected by a bad merge
GiladShoham Aug 16, 2026
002a8a3
fix(ci): correct the timeout detection and message in monitor-workspa…
GiladShoham Aug 16, 2026
7e5fbcc
ci(circular-deps): temporarily compare repo bit vs bvm-linked bit
GiladShoham Aug 16, 2026
824869d
fix(ci): set up bvm bit before the repo-bit check, not after
GiladShoham Aug 16, 2026
f3da920
ci(circular-deps): run the bvm-bit comparison before the repo-bit gate
GiladShoham Aug 16, 2026
238139b
ci(circular-deps): disable the repo-bit gate, document the regression
GiladShoham Aug 16, 2026
758e420
docs(circular-deps): sharpen root cause, find a likely existing fix
GiladShoham Aug 16, 2026
6eb9b22
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
GiladShoham Aug 16, 2026
c8cc915
chore: regenerate pnpm-lock.yaml after merging master
GiladShoham Aug 16, 2026
2188711
chore(envs): bump pinned legacy core-env versions to latest releases
GiladShoham Aug 16, 2026
5d39d41
ci: bit_pr back on 2xlarge - lane build OOMs at 16GB in preview bundling
davidfirst Aug 17, 2026
14399df
fix(compiler): skip the aspect-load-fail recompile cascade for non-wo…
davidfirst Aug 17, 2026
53c5952
ci(circular-deps): re-enable the repo-bit gate after a dev-binary ins…
davidfirst Aug 17, 2026
5b6b47f
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Aug 18, 2026
8967aa8
chore: regenerate pnpm-lock.yaml after merging master
davidfirst Aug 18, 2026
b2012e0
Merge branch 'master' into remove-core-envs-from-manifest
GiladShoham Aug 19, 2026
cf1279c
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
GiladShoham Aug 19, 2026
010a3c3
Merge remote-tracking branch 'origin/master' into remove-core-envs-fr…
davidfirst Aug 19, 2026
6c65cf5
chore: regenerate pnpm-lock.yaml after merging master
davidfirst Aug 19, 2026
75e004a
Merge remote-tracking branch 'origin/remove-core-envs-from-manifest' …
davidfirst Aug 19, 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
120 changes: 56 additions & 64 deletions .bitmap
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@
"mainFile": "find-duplications.ts",
"rootDir": "scopes/toolbox/array/duplications-finder"
},
"aspect": {
"name": "aspect",
"scope": "teambit.harmony",
"version": "1.0.1125",
"mainFile": "index.ts",
"rootDir": "scopes/harmony/aspect"
},
"aspect-docs/babel": {
"name": "aspect-docs/babel",
"scope": "teambit.compilation",
Expand Down Expand Up @@ -252,13 +245,6 @@
"mainFile": "index.ts",
"rootDir": "scopes/harmony/aspect-loader"
},
"babel": {
"name": "babel",
"scope": "teambit.compilation",
"version": "1.0.1125",
"mainFile": "index.ts",
"rootDir": "scopes/compilation/babel"
},
"babel/bit-react-transformer": {
"name": "babel/bit-react-transformer",
"scope": "teambit.react",
Expand Down Expand Up @@ -672,13 +658,6 @@
"mainFile": "index.ts",
"rootDir": "components/entities/semantic-schema-diff"
},
"env": {
"name": "env",
"scope": "teambit.envs",
"version": "1.0.1125",
"mainFile": "index.ts",
"rootDir": "scopes/envs/env"
},
"envs": {
"name": "envs",
"scope": "teambit.envs",
Expand Down Expand Up @@ -1008,13 +987,6 @@
"mainFile": "index.ts",
"rootDir": "components/mcp/mcp-config-writer"
},
"mdx": {
"name": "mdx",
"scope": "teambit.mdx",
"version": "1.0.1126",
"mainFile": "index.ts",
"rootDir": "scopes/mdx/mdx"
},
"merge-lanes": {
"name": "merge-lanes",
"scope": "teambit.lanes",
Expand All @@ -1029,13 +1001,6 @@
"mainFile": "index.ts",
"rootDir": "scopes/component/merging"
},
"mocha": {
"name": "mocha",
"scope": "teambit.defender",
"version": "1.0.893",
"mainFile": "index.ts",
"rootDir": "scopes/defender/mocha"
},
"model/composition-id": {
"name": "model/composition-id",
"scope": "teambit.compositions",
Expand Down Expand Up @@ -1361,13 +1326,6 @@
"mainFile": "index.ts",
"rootDir": "scopes/component/new-component-helper"
},
"node": {
"name": "node",
"scope": "teambit.harmony",
"version": "1.0.1125",
"mainFile": "index.ts",
"rootDir": "scopes/harmony/node"
},
"notifications": {
"name": "notifications",
"scope": "teambit.ui-foundation",
Expand Down Expand Up @@ -1487,27 +1445,13 @@
"mainFile": "index.ts",
"rootDir": "scopes/harmony/pubsub"
},
"react": {
"name": "react",
"scope": "teambit.react",
"version": "1.0.1125",
"mainFile": "index.ts",
"rootDir": "scopes/react/react"
},
"react-router": {
"name": "react-router",
"scope": "teambit.ui-foundation",
"version": "1.0.1125",
"mainFile": "index.ts",
"rootDir": "scopes/ui-foundation/react-router/react-router"
},
"readme": {
"name": "readme",
"scope": "teambit.mdx",
"version": "1.0.1126",
"mainFile": "index.ts",
"rootDir": "scopes/mdx/readme"
},
"refactoring": {
"name": "refactoring",
"scope": "teambit.component",
Expand Down Expand Up @@ -1772,7 +1716,13 @@
"scope": "teambit.semantics",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "components/ui/api-diff-view"
"rootDir": "components/ui/api-diff-view",
"config": {
"teambit.react/react": {},
"teambit.envs/envs": {
"env": "teambit.react/react"
}
}
},
"ui/aspect-box": {
"name": "ui/aspect-box",
Expand Down Expand Up @@ -1940,7 +1890,13 @@
"scope": "teambit.explorer",
"version": "0.0.5",
"mainFile": "index.ts",
"rootDir": "components/ui/components-overview"
"rootDir": "components/ui/components-overview",
"config": {
"teambit.react/react": {},
"teambit.envs/envs": {
"env": "teambit.react/react"
}
}
},
"ui/composition-compare": {
"name": "ui/composition-compare",
Expand Down Expand Up @@ -1975,7 +1931,13 @@
"scope": "teambit.dependencies",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "components/ui/deps-diff-table"
"rootDir": "components/ui/deps-diff-table",
"config": {
"teambit.react/react": {},
"teambit.envs/envs": {
"env": "teambit.react/react"
}
}
},
"ui/diff-viewer": {
"name": "ui/diff-viewer",
Expand Down Expand Up @@ -2083,14 +2045,26 @@
"scope": "teambit.code",
"version": "0.0.7",
"mainFile": "index.ts",
"rootDir": "components/ui/inline-config-compare"
"rootDir": "components/ui/inline-config-compare",
"config": {
"teambit.react/react": {},
"teambit.envs/envs": {
"env": "teambit.react/react"
}
}
},
"ui/inline-deps-compare": {
"name": "ui/inline-deps-compare",
"scope": "teambit.code",
"version": "0.0.7",
"mainFile": "index.ts",
"rootDir": "components/ui/inline-deps-compare"
"rootDir": "components/ui/inline-deps-compare",
"config": {
"teambit.react/react": {},
"teambit.envs/envs": {
"env": "teambit.react/react"
}
}
},
"ui/inline-diff-viewer": {
"name": "ui/inline-diff-viewer",
Expand All @@ -2104,14 +2078,26 @@
"scope": "teambit.preview",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "components/ui/inline-preview-compare"
"rootDir": "components/ui/inline-preview-compare",
"config": {
"teambit.react/react": {},
"teambit.envs/envs": {
"env": "teambit.react/react"
}
}
},
"ui/inline-tests-compare": {
"name": "ui/inline-tests-compare",
"scope": "teambit.code",
"version": "0.0.7",
"mainFile": "index.ts",
"rootDir": "components/ui/inline-tests-compare"
"rootDir": "components/ui/inline-tests-compare",
"config": {
"teambit.react/react": {},
"teambit.envs/envs": {
"env": "teambit.react/react"
}
}
},
"ui/inputs/lane-selector": {
"name": "ui/inputs/lane-selector",
Expand Down Expand Up @@ -2174,7 +2160,13 @@
"scope": "teambit.preview",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "components/ui/preview-compare"
"rootDir": "components/ui/preview-compare",
"config": {
"teambit.react/react": {},
"teambit.envs/envs": {
"env": "teambit.react/react"
}
}
},
"ui/preview-placeholder": {
"name": "ui/preview-placeholder",
Expand Down
Loading