Compare commits

...

12 Commits

Author SHA1 Message Date
hainenber
82eb36f636 fix(build): remove Buffer polyfill from webpack bundling config 2026-06-07 13:32:04 +07:00
hainenber
3e12082d45 chore: re-sync lockfile 2026-06-07 13:02:49 +07:00
hainenber
69422ba47f chore: sync lockfile 2026-06-07 12:59:46 +07:00
hainenber
f58295b2fe Merge branch 'master' into feat/use-lerna-lite 2026-06-07 12:43:56 +07:00
hainenber
4665346ead chore: sync lockfilie
Signed-off-by: hainenber <dotronghai96@gmail.com>
2026-04-25 19:15:12 +07:00
hainenber
09f38fbb3c Merge branch 'master' into feat/use-lerna-lite
Signed-off-by: hainenber <dotronghai96@gmail.com>
2026-04-25 19:12:10 +07:00
Đỗ Trọng Hải
72acbe0646 Merge branch 'master' into feat/use-lerna-lite 2026-03-10 16:21:57 +07:00
Đỗ Trọng Hải
8ce8bb5a02 Merge branch 'master' into feat/use-lerna-lite 2026-03-10 15:26:52 +07:00
hainenber
44ed190905 chore: restore lockfile's resolved and integrity info
Signed-off-by: hainenber <dotronghai96@gmail.com>
2026-03-08 15:39:24 +07:00
hainenber
b1ab6bbbcb Merge branch 'master' into feat/use-lerna-lite
Signed-off-by: hainenber <dotronghai96@gmail.com>
2026-03-08 15:31:14 +07:00
hainenber
b0674a57e4 Merge branch 'master' into feat/use-lerna-lite
Signed-off-by: hainenber <dotronghai96@gmail.com>
2026-02-08 14:43:45 +07:00
hainenber
bb07b24ea3 build(dev-deps): replace monolithic Lerna with lightweight @lerna-lite
Signed-off-by: hainenber <dotronghai96@gmail.com>
2026-01-17 14:45:22 +07:00
5 changed files with 2070 additions and 3461 deletions

View File

@@ -14,13 +14,12 @@
],
"command": {
"publish": {
"message": "chore(superset-ui): publish %s",
"graphType": "all"
"message": "chore(superset-ui): publish %s"
},
"version": {
"message": "chore(superset-ui): publish %s",
"exact": true
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json"
}

File diff suppressed because it is too large Load Diff

View File

@@ -263,6 +263,10 @@
"@emotion/jest": "^11.14.2",
"@formatjs/intl-durationformat": "^0.10.3",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@lerna-lite/cli": "^4.11.0",
"@lerna-lite/exec": "^4.11.0",
"@lerna-lite/publish": "^4.11.0",
"@lerna-lite/version": "^4.11.0",
"@mihkeleidast/storybook-addon-source": "^1.0.1",
"@playwright/test": "^1.60.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
@@ -349,7 +353,6 @@
"jest-websocket-mock": "^2.5.0",
"js-yaml-loader": "^1.2.2",
"jsdom": "^29.1.1",
"lerna": "^9.0.4",
"lightningcss": "^1.32.0",
"mini-css-extract-plugin": "^2.10.2",
"open-cli": "^9.0.0",

View File

@@ -113,8 +113,7 @@ function getPackages(packagePattern, tsOnly = false) {
let scope = getPackages(glob);
console.log('--- Run babel --------');
const babelCommand = `lerna exec --stream --concurrency 10 --scope ${scope}
-- babel ${BABEL_CONFIG} src --extensions ".ts,.tsx,.js,.jsx" --copy-files`;
const babelCommand = `lerna exec --stream --concurrency 10 --scope ${scope} -- babel ${BABEL_CONFIG} src --extensions ".ts,.tsx,.js,.jsx" --copy-files`;
run(`${babelCommand} --out-dir lib`);
console.log('--- Run babel esm ---');

View File

@@ -482,7 +482,7 @@ const config = {
vm: require.resolve('vm-browserify'),
path: false,
stream: require.resolve('stream-browserify'),
...(isDevMode ? { buffer: require.resolve('buffer/') } : {}), // Fix legacy-plugin-chart-paired-t-test broken Story
buffer: false,
},
},
context: APP_DIR, // to automatically find tsconfig.json